From mcalhoun at macports.org Mon Jun 1 00:13:17 2009
From: mcalhoun at macports.org (mcalhoun at macports.org)
Date: Mon, 1 Jun 2009 00:13:17 -0700 (PDT)
Subject: [51706] trunk/dports/devel/gmp
Message-ID: <20090601071318.0FA841CD1541@beta.macosforge.org>
Revision: 51706
http://trac.macports.org/changeset/51706
Author: mcalhoun at macports.org
Date: 2009-06-01 00:13:16 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
gmp: Stop configure script from causing a crash on PowerPC systems.
Fixes #9053.
No revision increase required.
Modified Paths:
--------------
trunk/dports/devel/gmp/Portfile
Added Paths:
-----------
trunk/dports/devel/gmp/files/patch-config.guess.diff
Modified: trunk/dports/devel/gmp/Portfile
===================================================================
--- trunk/dports/devel/gmp/Portfile 2009-06-01 06:04:37 UTC (rev 51705)
+++ trunk/dports/devel/gmp/Portfile 2009-06-01 07:13:16 UTC (rev 51706)
@@ -84,3 +84,8 @@
lappend merger_configure_env(x86_64) CC_FOR_BUILD=${configure.cc} CPP_FOR_BUILD=${configure.cpp}
}
}
+
+platform powerpc {
+ # See http://trac.macports.org/ticket/9053
+ patchfiles-append patch-config.guess.diff
+}
Added: trunk/dports/devel/gmp/files/patch-config.guess.diff
===================================================================
--- trunk/dports/devel/gmp/files/patch-config.guess.diff (rev 0)
+++ trunk/dports/devel/gmp/files/patch-config.guess.diff 2009-06-01 07:13:16 UTC (rev 51706)
@@ -0,0 +1,10 @@
+--- config.guess.orig 2009-05-12 08:12:12.000000000 +0200
++++ config.guess 2009-05-21 10:24:48.000000000 +0200
+@@ -355,6 +355,7 @@
+ unsigned (*fun)();
+ unsigned pvr;
+
++ return 0;
+ /* a separate "fun" variable is necessary for gcc 2.95.2 on MacOS,
+ it gets a compiler error on a combined cast and call */
+ fun = (unsigned (*)()) getpvr.a;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: Online help is available in the interpreter with the interactive help
command, see Interactive Commands below. You need to have a html browser
-installed for that. By default, the help command uses w3m(1), but you can
+installed for that. By default, the help command uses openbrowser(1), but you can
- change this by setting the PURE_HELP environment variable accordingly.12.1 Online Help
When invoked without arguments, the help command displays this manual:
-
---- pure.txt (revision 1452)
-+++ pure.txt (working copy)
-@@ -333,7 +333,7 @@
+--- pure.txt 2009-05-31 03:13:10.000000000 -0500
++++ pure.txt 2009-06-01 18:48:08.000000000 -0500
+@@ -338,7 +338,7 @@
PURE_HELP
Command used to browse the Pure manual. This must be a browser capable of
@@ -80,12 +80,12 @@
PURE_INCLUDE
Additional directories (in colon-separated format) to be searched for
-@@ -2395,7 +2395,7 @@
+@@ -2424,7 +2424,7 @@
Online help is available in the interpreter with the interactive ``help``
command, see `Interactive Commands`_ below. You need to have a html browser
-installed for that. By default, the ``help`` command uses w3m(1), but you can
+installed for that. By default, the ``help`` command uses openbrowser(1), but you can
- change this by setting the PURE_HELP environment variable accordingly.
+ change this by setting either the PURE_HELP or the BROWSER environment
+ variable accordingly.
- When invoked without arguments, the ``help`` command displays this manual::
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From ryandesign at macports.org Mon Jun 1 17:15:41 2009
From: ryandesign at macports.org (ryandesign at macports.org)
Date: Mon, 1 Jun 2009 17:15:41 -0700 (PDT)
Subject: [51728] trunk/dports/lang/pure-devel
Message-ID: <20090602001541.70F871CDD3D8@beta.macosforge.org>
Revision: 51728
http://trac.macports.org/changeset/51728
Author: ryandesign at macports.org
Date: 2009-06-01 17:15:40 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
pure-devel: update to 0.24 1608; all tests passed (on Tiger/Intel)
Modified Paths:
--------------
trunk/dports/lang/pure-devel/Portfile
trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff
trunk/dports/lang/pure-devel/files/patch-openbrowser.diff
Modified: trunk/dports/lang/pure-devel/Portfile
===================================================================
--- trunk/dports/lang/pure-devel/Portfile 2009-06-01 23:59:39 UTC (rev 51727)
+++ trunk/dports/lang/pure-devel/Portfile 2009-06-02 00:15:40 UTC (rev 51728)
@@ -3,7 +3,7 @@
PortSystem 1.0
name pure-devel
-version 0.22.0.r1464
+version 0.24.0.r1608
set branch [join [lrange [split ${version} .] 0 1] .]
categories lang
platforms darwin
Modified: trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff 2009-06-01 23:59:39 UTC (rev 51727)
+++ trunk/dports/lang/pure-devel/files/patch-Makefile.in.diff 2009-06-02 00:15:40 UTC (rev 51728)
@@ -1,14 +1,5 @@
---- Makefile.in.orig 2009-03-30 05:55:34.000000000 -0500
-+++ Makefile.in 2009-04-09 16:56:57.000000000 -0500
-@@ -87,7 +87,7 @@
- # the runtime ABI changes, and the $(minor) version number is used to indicate
- # bugfix releases.
-
--major = 0
-+major = 1
- minor = 0
-
- libpure_name = $(name)
+--- Makefile.in (revision 1608)
++++ Makefile.in (working copy)
@@ -292,7 +292,7 @@
$(INSTALL) -m 644 $(srcdir)/pure.html $(srcdir)/purelib.html $(DESTDIR)$(libdir)/pure-$(version)
ln -sf $(libdir)/pure-$(version) $(DESTDIR)$(libdir)/pure
Modified: trunk/dports/lang/pure-devel/files/patch-openbrowser.diff
===================================================================
--- trunk/dports/lang/pure-devel/files/patch-openbrowser.diff 2009-06-01 23:59:39 UTC (rev 51727)
+++ trunk/dports/lang/pure-devel/files/patch-openbrowser.diff 2009-06-02 00:15:40 UTC (rev 51728)
@@ -1,4 +1,4 @@
---- README (revision 1464)
+--- README (revision 1608)
+++ README (working copy)
@@ -88,9 +88,10 @@
how to use the interpreter and a description of the Pure language. You can
@@ -14,7 +14,7 @@
Some example programs can be found in the examples subdir in the sources; in
particular, have a look at the hello.pure program which will quickly give you
---- lexer.ll (revision 1464)
+--- lexer.ll (revision 1608)
+++ lexer.ll (working copy)
@@ -1010,7 +1010,7 @@
} else
@@ -25,7 +25,7 @@
string helpcmd = string(browser) + " " + docname;
system(helpcmd.c_str());
}
---- pure.1 (revision 1464)
+--- pure.1 (revision 1608)
+++ pure.1 (working copy)
@@ -81,9 +81,9 @@
.PP
@@ -49,9 +49,9 @@
is used.
.TP
.B PURE_INCLUDE
---- pure.html (revision 1464)
+--- pure.html (revision 1608)
+++ pure.html (working copy)
-@@ -647,7 +647,7 @@
+@@ -648,7 +648,7 @@
Extra options to be passed to llvmc in a batch compilation (-c).
PURE_HELP
Command used to browse the Pure manual. This must be a browser capable of
@@ -60,7 +60,7 @@
PURE_INCLUDE
Additional directories (in colon-separated format) to be searched for
included scripts.
-@@ -2596,7 +2596,7 @@
+@@ -2617,7 +2617,7 @@
12.1 Online Help
Online help is available in the interpreter with the interactive help
command, see Interactive Commands below. You need to have a html browser
@@ -69,7 +69,7 @@
change this by setting either the PURE_HELP or the BROWSER environment
variable accordingly.
When invoked without arguments, the help command displays this manual:
---- pure.txt (revision 1464)
+--- pure.txt (revision 1608)
+++ pure.txt (working copy)
@@ -338,7 +338,7 @@
@@ -80,14 +80,12 @@
PURE_INCLUDE
Additional directories (in colon-separated format) to be searched for
-@@ -2400,8 +2400,8 @@
+@@ -2424,7 +2424,7 @@
Online help is available in the interpreter with the interactive ``help``
command, see `Interactive Commands`_ below. You need to have a html browser
-installed for that. By default, the ``help`` command uses w3m(1), but you can
--change this by setting either the PURE_HELP or the BROWSER environment
-+installed for that. By default, the ``help`` command uses openbrowser(1), but
-+you can change this by setting either the PURE_HELP or the BROWSER environment
++installed for that. By default, the ``help`` command uses openbrowser(1), but you can
+ change this by setting either the PURE_HELP or the BROWSER environment
variable accordingly.
- When invoked without arguments, the ``help`` command displays this manual::
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From ryandesign at macports.org Mon Jun 1 17:53:49 2009
From: ryandesign at macports.org (ryandesign at macports.org)
Date: Mon, 1 Jun 2009 17:53:49 -0700 (PDT)
Subject: [51729] trunk/dports/devel/glib2/Portfile
Message-ID: <20090602005350.40C481CDD9DB@beta.macosforge.org>
Revision: 51729
http://trac.macports.org/changeset/51729
Author: ryandesign at macports.org
Date: 2009-06-01 17:53:49 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
glib2: update to 2.20.3
Modified Paths:
--------------
trunk/dports/devel/glib2/Portfile
Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile 2009-06-02 00:15:40 UTC (rev 51728)
+++ trunk/dports/devel/glib2/Portfile 2009-06-02 00:53:49 UTC (rev 51729)
@@ -5,7 +5,7 @@
name glib2
set my_name glib
-version 2.20.2
+version 2.20.3
set branch [join [lrange [split ${version} .] 0 1] .]
categories devel
maintainers ryandesign
@@ -29,9 +29,9 @@
ftp://ftp.gtk.org/pub/${my_name}/${branch}/
checksums \
- md5 468054db4e28af3eac541b36c9d07c31 \
- sha1 2c1f27bc4fb942ba93ccf934635879ffe0524f45 \
- rmd160 5ab7863c97025bd5c1aa7659442aaee3020176ce
+ md5 1173688c58b4b62809c83bb07a2cf71a \
+ sha1 9cc9dc579f790d87dacc21413aec6600b9eccfce \
+ rmd160 75a1bede14759d3b7bc5ca320d2a094d242bc6dc
# ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h
# See http://trac.macports.org/changeset/27148
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From portindex at macports.org Mon Jun 1 17:53:53 2009
From: portindex at macports.org (portindex at macports.org)
Date: Mon, 1 Jun 2009 17:53:53 -0700 (PDT)
Subject: [51730] trunk/dports/PortIndex
Message-ID: <20090602005354.D454D1CDDA3C@beta.macosforge.org>
Revision: 51730
http://trac.macports.org/changeset/51730
Author: portindex at macports.org
Date: 2009-06-01 17:53:53 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
Total number of ports parsed: 5819
Ports successfully parsed: 5819
Ports failed: 0
Modified Paths:
--------------
trunk/dports/PortIndex
Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex 2009-06-02 00:53:49 UTC (rev 51729)
+++ trunk/dports/PortIndex 2009-06-02 00:53:53 UTC (rev 51730)
@@ -4195,9 +4195,9 @@
prothon 717
variants universal depends_build port:pkgconfig portdir lang/prothon description {industrial-strength alternative to Python and Self} homepage http://prothon.org/ epoch 0 platforms darwin depends_lib {port:boost port:sqlite2 port:apr port:expat port:libiconv port:db44} name prothon long_description {Prothon is a fresh new language that gets rid of classes altogether in the same way that Self does and regains the original practical and fun sensibility of Python. This major improvement plus many minor ones make for a clean new revolutionary break in language development. Prothon is quite simple and yet offers the power of Python and Self.} maintainers nomaintainer categories lang version 0.1.2-b711 revision 1
pure 931
-variants {macosx universal} depends_build path:bin/llvm-config:llvm portdir lang/pure description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ depends_run path:bin/openbrowser:openbrowser epoch 0 platforms darwin depends_lib {port:gmp port:gsl port:libiconv port:libtool port:readline} name pure long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy.} maintainers ryandesign categories lang version 0.22 revision 0
+variants {macosx universal} depends_build path:bin/llvm-config:llvm portdir lang/pure description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ depends_run path:bin/openbrowser:openbrowser epoch 0 platforms darwin depends_lib {port:gmp port:gsl port:libiconv port:libtool port:readline} name pure long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy.} maintainers ryandesign categories lang version 0.24 revision 0
pure-devel 993
-variants {macosx universal} depends_build {path:bin/llvm-config:llvm bin:svn:subversion port:bison port:flex} portdir lang/pure-devel description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ depends_run path:bin/openbrowser:openbrowser epoch 0 platforms darwin depends_lib {port:gmp port:gsl port:libiconv port:libtool port:readline} name pure-devel long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy.} maintainers ryandesign categories lang version 0.22.0.r1464 revisio
n 0
+variants {macosx universal} depends_build {path:bin/llvm-config:llvm bin:svn:subversion port:bison port:flex} portdir lang/pure-devel description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ depends_run path:bin/openbrowser:openbrowser epoch 0 platforms darwin depends_lib {port:gmp port:gsl port:libiconv port:libtool port:readline} name pure-devel long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy.} maintainers ryandesign categories lang version 0.24.0.r1608 revisio
n 0
pyobfuscate 452
portdir lang/pyobfuscate description {python source code obfuscator} homepage http://www.lysator.liu.se/~astrand/projects/pyobfuscate/ epoch 0 depends_run bin:python:python24 platforms darwin name pyobfuscate maintainers nomaintainer long_description {pyobfuscate is a source code obfuscator: It makes Python source code hard to read for humans, while still being executable for the Python interpreter.} categories {lang python} version 0.3 revision 0
python-mode.el 719
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From portindex at macports.org Mon Jun 1 18:54:14 2009
From: portindex at macports.org (portindex at macports.org)
Date: Mon, 1 Jun 2009 18:54:14 -0700 (PDT)
Subject: [51731] trunk/dports/PortIndex
Message-ID: <20090602015415.DE0CD1CDE247@beta.macosforge.org>
Revision: 51731
http://trac.macports.org/changeset/51731
Author: portindex at macports.org
Date: 2009-06-01 18:54:14 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
Total number of ports parsed: 5819
Ports successfully parsed: 5819
Ports failed: 0
Modified Paths:
--------------
trunk/dports/PortIndex
Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex 2009-06-02 00:53:53 UTC (rev 51730)
+++ trunk/dports/PortIndex 2009-06-02 01:54:14 UTC (rev 51731)
@@ -1197,7 +1197,7 @@
glib1 475
variants darwin_6 depends_build port:pkgconfig portdir devel/glib1 description {Library with data structure functions and other constructs} homepage http://www.gtk.org/ epoch 0 platforms {darwin freebsd} name glib1 depends_lib port:gettext long_description {General-purpose library from the GTK+ team, includes support routines for C such as lists, trees, hashes, memory allocation, and many other things.} maintainers nomaintainer categories devel version 1.2.10 revision 6
glib2 524
-variants {universal darwin darwin_6} depends_build port:pkgconfig portdir devel/glib2 description {Library with data structure functions and other constructs} homepage http://www.gtk.org/ epoch 0 platforms darwin depends_lib {port:gettext port:libiconv path:bin/perl:perl5 bin:python:python_select} name glib2 maintainers ryandesign long_description {Glib is a library which includes support routines for C, such as lists, trees, hashes, memory allocation, and many other things.} categories devel version 2.20.2 revision 0
+variants {universal darwin darwin_6} depends_build port:pkgconfig portdir devel/glib2 description {Library with data structure functions and other constructs} homepage http://www.gtk.org/ epoch 0 platforms darwin depends_lib {port:gettext port:libiconv path:bin/perl:perl5 bin:python:python_select} name glib2 maintainers ryandesign long_description {Glib is a library which includes support routines for C, such as lists, trees, hashes, memory allocation, and many other things.} categories devel version 2.20.3 revision 0
glib2-devel 545
variants {universal darwin darwin_6 darwin_9} depends_build port:pkgconfig portdir devel/glib2-devel description {Library with data structure functions and other constructs} homepage http://www.gtk.org/ epoch 0 platforms darwin depends_lib {port:gettext port:libiconv path:bin/perl:perl5 bin:python:python_select} name glib2-devel maintainers ryandesign long_description {Glib is a library which includes support routines for C, such as lists, trees, hashes, memory allocation, and many other things.} categories devel version 2.19.6 revision 1
glibmm 339
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From dweber at macports.org Mon Jun 1 21:55:33 2009
From: dweber at macports.org (dweber at macports.org)
Date: Mon, 1 Jun 2009 21:55:33 -0700 (PDT)
Subject: [51732] users/dweber/devel/cmake/Portfile
Message-ID: <20090602045533.9B1571CDF7C0@beta.macosforge.org>
Revision: 51732
http://trac.macports.org/changeset/51732
Author: dweber at macports.org
Date: 2009-06-01 21:55:32 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
"Adding potential code to change the /usr/local prefix to ${prefix} in all .cmake files"
Modified Paths:
--------------
users/dweber/devel/cmake/Portfile
Modified: users/dweber/devel/cmake/Portfile
===================================================================
--- users/dweber/devel/cmake/Portfile 2009-06-02 01:54:14 UTC (rev 51731)
+++ users/dweber/devel/cmake/Portfile 2009-06-02 04:55:32 UTC (rev 51732)
@@ -40,6 +40,14 @@
set maclib ${prefix}/lib
reinplace "s|${stdlib}\\(.*\\)$|${maclib}\\1\\\n ${stdlib}\\1|g" ${findITK}
reinplace "s|${stdlib}\\(.*\\)$|${maclib}\\1\\\n ${stdlib}\\1|g" ${findVTK}
+ # ---
+ # Experiment to change the prefix in all .cmake files
+ #set usrPrefix /usr/local
+ #set macPrefix ${prefix}
+ #set cmakeFiles [glob ${destroot}${prefix}/share/cmake-${branch}/Modules/*.cmake]
+ #foreach f ${cmakeFiles} {
+ # reinplace "s|${usrPrefix}|${macPrefix}|g" ${f}
+ #}
}
livecheck.check regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From snc at macports.org Mon Jun 1 22:32:56 2009
From: snc at macports.org (snc at macports.org)
Date: Mon, 1 Jun 2009 22:32:56 -0700 (PDT)
Subject: [51733] trunk/dports/aqua/TeXShop/Portfile
Message-ID: <20090602053256.A84FE1CDFB52@beta.macosforge.org>
Revision: 51733
http://trac.macports.org/changeset/51733
Author: snc at macports.org
Date: 2009-06-01 22:32:55 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
fixed checksums, maintainer timeout, ticket #19365
Modified Paths:
--------------
trunk/dports/aqua/TeXShop/Portfile
Modified: trunk/dports/aqua/TeXShop/Portfile
===================================================================
--- trunk/dports/aqua/TeXShop/Portfile 2009-06-02 04:55:32 UTC (rev 51732)
+++ trunk/dports/aqua/TeXShop/Portfile 2009-06-02 05:32:55 UTC (rev 51733)
@@ -22,9 +22,9 @@
distname texshopsource-${version}
dist_subdir ${name}/${version}
worksrcdir texshop${version}
-checksums md5 75b10928a8dff68f67f318322b6a2880 \
- sha1 bed5704c284b8dcf4542b15a950f1abd097da97a \
- rmd160 9649f662ceccc8ce8337ef6952df5029f240a574
+checksums md5 af7f1d9735fd84bf380c34ebe09401c3 \
+ sha1 fbdf076d4856486f6e91971fa81b9ebd8aae27bc \
+ rmd160 906b28a596929d896bea1c547644594942e3dcbb
platform darwin 7 {
pre-fetch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From ryandesign at macports.org Mon Jun 1 22:36:58 2009
From: ryandesign at macports.org (ryandesign at macports.org)
Date: Mon, 1 Jun 2009 22:36:58 -0700
Subject: propchange - r51732 svn:log
Message-ID: <20090602053658.DFE9328050@relay13.apple.com>
Author: ryandesign at macports.org (original author: dweber at macports.org)
Revision: 51732
Property Name: svn:log
@@ -1 +1 @@
-"Adding potential code to change the /usr/local prefix to ${prefix} in all .cmake files"
+Adding potential code to change the /usr/local prefix to ${prefix} in all .cmake files
From snc at macports.org Mon Jun 1 22:39:46 2009
From: snc at macports.org (snc at macports.org)
Date: Mon, 1 Jun 2009 22:39:46 -0700 (PDT)
Subject: [51734] trunk/dports/aqua/TeXShop/Portfile
Message-ID: <20090602053946.6920A1CDFD16@beta.macosforge.org>
Revision: 51734
http://trac.macports.org/changeset/51734
Author: snc at macports.org
Date: 2009-06-01 22:39:45 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
port abandoned: #19842. taking over as openmaintainer.
Modified Paths:
--------------
trunk/dports/aqua/TeXShop/Portfile
Modified: trunk/dports/aqua/TeXShop/Portfile
===================================================================
--- trunk/dports/aqua/TeXShop/Portfile 2009-06-02 05:32:55 UTC (rev 51733)
+++ trunk/dports/aqua/TeXShop/Portfile 2009-06-02 05:39:45 UTC (rev 51734)
@@ -7,7 +7,7 @@
categories aqua editors
PortGroup xcode 1.0
-maintainers waqar
+maintainers snc openmaintainer
description TeX previewer for Mac OS X
long_description \
TeXShop is a TeX previewer for Mac OS X, written in Cocoa. \
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From portindex at macports.org Mon Jun 1 22:53:51 2009
From: portindex at macports.org (portindex at macports.org)
Date: Mon, 1 Jun 2009 22:53:51 -0700 (PDT)
Subject: [51735] trunk/dports
Message-ID: <20090602055352.85DB51CDFE59@beta.macosforge.org>
Revision: 51735
http://trac.macports.org/changeset/51735
Author: portindex at macports.org
Date: 2009-06-01 22:53:51 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
Total number of ports parsed: 5819
Ports successfully parsed: 5819
Ports failed: 0
Modified Paths:
--------------
trunk/dports/PortIndex
trunk/dports/PortIndex.quick
Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex 2009-06-02 05:39:45 UTC (rev 51734)
+++ trunk/dports/PortIndex 2009-06-02 05:53:51 UTC (rev 51735)
@@ -82,8 +82,8 @@
portdir aqua/SleepTight description {provides a simple way to lock machine when it goes to sleep} homepage http://www.ragingmenace.com/software/sleeptight epoch 0 platforms macosx name SleepTight maintainers waqar long_description {SleepTight provides a simple way to lock your machine when it goes to sleep or lock from a keyboard hotkey. SleepTight is only as secure as the Apple screensaver it launches.} version 1.0.1 categories {aqua sysutils} revision 0
Smultron 869
variants {darwin_6 darwin_7 darwin_8 darwin_9 universal} depends_build bin:unzip:unzip portdir aqua/Smultron description {Cocoa text editor with syntax colouring} homepage http://smultron.sourceforge.net/ epoch 0 platforms darwin name Smultron long_description {Smultron is an open-source text editor written in Cocoa for Mac OS X Panther with many of the features that you might need. It features easy selection of the opened documents, line numbers, support for syntax colouring for many different languages, support for text encodings, code snippets, a toolbar, a status bar, HTML preview, multi-document find and replace with regular expressions, possibility to show invisible characters, authenticated saves, command-line utility, .Mac synchronisation of preferences and many more features.} maintainers bfulgham version 3.5.1 categories {aqua editors} revision 0
-TeXShop 578
-variants {darwin_7 universal} depends_build bin:unzip:unzip portdir aqua/TeXShop description {TeX previewer for Mac OS X} homepage http://www.uoregon.edu/~koch/texshop/texshop.html epoch 0 platforms macosx name TeXShop long_description {TeXShop is a TeX previewer for Mac OS X, written in Cocoa. Since pdf is a native file format on OS X, TeXShop uses pdftex and pdflatex rather than tex and latex to typeset, these programs in the standard teTeX distribution of TeX produce pdf output instead of dvi output.} maintainers waqar categories {aqua editors} version 2.26 revision 0
+TeXShop 593
+variants {darwin_7 universal} depends_build bin:unzip:unzip portdir aqua/TeXShop description {TeX previewer for Mac OS X} homepage http://www.uoregon.edu/~koch/texshop/texshop.html epoch 0 platforms macosx name TeXShop long_description {TeXShop is a TeX previewer for Mac OS X, written in Cocoa. Since pdf is a native file format on OS X, TeXShop uses pdftex and pdflatex rather than tex and latex to typeset, these programs in the standard teTeX distribution of TeX produce pdf output instead of dvi output.} maintainers {snc openmaintainer} categories {aqua editors} version 2.26 revision 0
TrailBlazer 1050
depends_build bin:cvs:cvs portdir aqua/TrailBlazer description {TrailBlazer is a browser with an experimental history} homepage http://www.acm.uiuc.edu/macwarriors/projects/trailblazer/ epoch 0 platforms darwin name TrailBlazer maintainers gmail.com:papabean long_description {TrailBlazer solves the problem of getting back to a web page you've been to before, but didn't have the forethought to bookmark. The current solutions provided by most web browsers, their history menu, is just a list of titles and web addresses which aren't memorable enough to be useful. The actual solution used by most people, is to retrace their own steps through different links until they find they page they are looking for. Our software solution provides the user with a graphical representation of the steps they took from page to page, such that they can simply click to their final destination page. TrailBlazer was developed by MacWarriors and released at the University of Illinois' Engineering Open
House 2004.} categories {aqua www} version 0.5.1 revision 0
X-MasTree 319
Modified: trunk/dports/PortIndex.quick
===================================================================
(Binary files differ)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From snc at macports.org Mon Jun 1 22:59:21 2009
From: snc at macports.org (snc at macports.org)
Date: Mon, 1 Jun 2009 22:59:21 -0700 (PDT)
Subject: [51736] trunk/dports/office
Message-ID: <20090602055921.C75E21CDFFA8@beta.macosforge.org>
Revision: 51736
http://trac.macports.org/changeset/51736
Author: snc at macports.org
Date: 2009-06-01 22:59:21 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
created todotxt, openmaintainer
Added Paths:
-----------
trunk/dports/office/todotxt/
trunk/dports/office/todotxt/Portfile
Added: trunk/dports/office/todotxt/Portfile
===================================================================
--- trunk/dports/office/todotxt/Portfile (rev 0)
+++ trunk/dports/office/todotxt/Portfile 2009-06-02 05:59:21 UTC (rev 51736)
@@ -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
+
+name todotxt
+version 2.4
+categories office
+maintainers snc openmaintainer
+
+description Simple, extensible shell script to manage your todo file.
+long_description A simple and extensible shell script for managing your \
+ todo.txt file.
+
+homepage http://ginatrapani.github.com/todo.txt-cli/
+
+platforms darwin
+
+fetch.type git
+git.url git://github.com/ginatrapani/todo.txt-cli.git
+
+use_configure no
+
+build {}
+
+destroot {
+ xinstall -m 755 ${worksrcpath}/todo.sh ${destroot}${prefix}/bin/$name
+ xinstall -m 644 ${worksrcpath}/todo.cfg ${destroot}${prefix}/etc/todo.cfg
+}
+
+pre-install {
+ ui_msg "You will need to copy and then edit the default configuration "
+ ui_msg "(${prefix}/etc/todo.cfg) in your home directory."
+}
Property changes on: trunk/dports/office/todotxt/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From snc at macports.org Mon Jun 1 23:32:00 2009
From: snc at macports.org (snc at macports.org)
Date: Mon, 1 Jun 2009 23:32:00 -0700 (PDT)
Subject: [51737] distfiles/TeXShop/texshopsource-2.26.zip
Message-ID: <20090602063200.745EE1CE0291@beta.macosforge.org>
Revision: 51737
http://trac.macports.org/changeset/51737
Author: snc at macports.org
Date: 2009-06-01 23:31:59 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
updating distfiles due to upstream phantom update
Modified Paths:
--------------
distfiles/TeXShop/texshopsource-2.26.zip
Modified: distfiles/TeXShop/texshopsource-2.26.zip
===================================================================
(Binary files differ)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From ryandesign at macports.org Mon Jun 1 23:33:38 2009
From: ryandesign at macports.org (ryandesign at macports.org)
Date: Mon, 1 Jun 2009 23:33:38 -0700 (PDT)
Subject: [51738] trunk/dports/devel/glib2-devel/
Message-ID: <20090602063339.160621CE0300@beta.macosforge.org>
Revision: 51738
http://trac.macports.org/changeset/51738
Author: ryandesign at macports.org
Date: 2009-06-01 23:33:38 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
glib2-devel: Remove outdated port. Will be recreated based on current glib2 port. See #18575.
Removed Paths:
-------------
trunk/dports/devel/glib2-devel/
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From ryandesign at macports.org Mon Jun 1 23:41:09 2009
From: ryandesign at macports.org (ryandesign at macports.org)
Date: Mon, 1 Jun 2009 23:41:09 -0700 (PDT)
Subject: [51739] trunk/dports/devel
Message-ID: <20090602064109.472511CE045A@beta.macosforge.org>
Revision: 51739
http://trac.macports.org/changeset/51739
Author: ryandesign at macports.org
Date: 2009-06-01 23:41:08 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
glib2-devel: version 2.21.1; see #18575
Added Paths:
-----------
trunk/dports/devel/glib2-devel/
trunk/dports/devel/glib2-devel/Portfile
Removed Paths:
-------------
trunk/dports/devel/glib2-devel/Portfile
Deleted: trunk/dports/devel/glib2-devel/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile 2009-06-02 00:15:40 UTC (rev 51728)
+++ trunk/dports/devel/glib2-devel/Portfile 2009-06-02 06:41:08 UTC (rev 51739)
@@ -1,147 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup muniversal 1.0
-
-name glib2
-set my_name glib
-version 2.20.2
-set branch [join [lrange [split ${version} .] 0 1] .]
-categories devel
-maintainers ryandesign
-homepage http://www.gtk.org/
-platforms darwin
-dist_subdir glib2
-distname ${my_name}-${version}
-use_bzip2 yes
-use_parallel_build yes
-
-description \
- Library with data structure functions and other constructs
-
-long_description \
- Glib is a library which includes support routines for \
- C, such as lists, trees, hashes, memory allocation, and \
- many other things.
-
-master_sites \
- gnome:sources/${my_name}/${branch}/ \
- ftp://ftp.gtk.org/pub/${my_name}/${branch}/
-
-checksums \
- md5 468054db4e28af3eac541b36c9d07c31 \
- sha1 2c1f27bc4fb942ba93ccf934635879ffe0524f45 \
- rmd160 5ab7863c97025bd5c1aa7659442aaee3020176ce
-
-# ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h
-# See http://trac.macports.org/changeset/27148
-patchfiles \
- patch-glib-2.0.pc.in.diff \
- patch-gi18n.h.diff \
- patch-gio_xdgmime_xdgmime.c.diff \
- patch-which.diff
-
-depends_build \
- port:pkgconfig
-
-depends_lib \
- port:gettext \
- port:libiconv \
- path:bin/perl:perl5 \
- bin:python:python_select
-
-configure.ldflags-append \
- -bind_at_load
-
-configure.cflags-append \
- -fstrict-aliasing
-
-configure.args \
- --enable-static
-
-configure.perl ${prefix}/bin/perl
-configure.env-append PERL_PATH=${configure.perl}
-
-post-patch {
- reinplace "s|data_dirs = \"/usr|data_dirs = \"${prefix}/share:/usr|g" ${worksrcpath}/glib/gutils.c
- reinplace "s|path = \"/bin|path = \"${prefix}/bin:/bin|g" ${worksrcpath}/glib/gutils.c ${worksrcpath}/glib/gspawn.c
- reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/gio/xdgmime/xdgmime.c
-}
-
-platform darwin {
- patchfiles-append \
- patch-child-test.c.diff
-}
-
-test.run yes
-test.target check
-
-post-destroot {
- file delete ${destroot}${prefix}/lib/charset.alias
-}
-
-platform darwin 6 {
- depends_lib-append lib:libdl:dlcompat
- post-configure {
- reinplace "s|#define HAVE_WCHAR_T 1|#undef HAVE_WCHAR_T|" \
- ${worksrcpath}/config.h
- }
-}
-
-if {[variant_isset universal]} {
- pre-configure {
- global merger_configure_args merger_configure_env merger_configure_cppflags merger_configure_ldflags
-
- # See http://trac.macports.org/ticket/19196.
- if { ${universal_sysroot}=="/Developer/SDKs/MacOSX10.4u.sdk" } {
- set merger_configure_cppflags(ppc64) "-D __LP64__"
- set merger_configure_ldflags(ppc64) "-framework Carbon"
- set merger_configure_cppflags(x86_64) "-D __LP64__"
- set merger_configure_ldflags(x86_64) "-framework Carbon"
- }
-
- # Find architectures which will not run on build platform.
- if { ${os.arch}=="i386" } {
- if { ${os.major} >= 10 } {
- set cross_archs "ppc ppc64"
- } else {
- set cross_archs "ppc64"
- set host_archs "ppc ppc64"
- set big_endian "yes"
- }
- } else {
- set cross_archs "i386 x86_64"
- set host_archs "i386 x86_64"
- set big_endian "no"
- }
-
- set run_arch [lindex ${universal_archs} 0]
- if { [lsearch ${cross_archs} ${run_arch}] >= 0 } {
- ui_msg "When building a universal binary of ${name}, make sure none of {${cross_archs}} is first in universal_archs in ${prefix}/etc/macports/macports.conf"
- error "incompatible universal_archs value"
- }
-
- foreach arch ${cross_archs} {
- lappend merger_configure_env(${arch}) \
- GLIB_GENMARSHAL=${worksrcpath}-${run_arch}/gobject/glib-genmarshal \
- glib_cv_stack_grows=no \
- glib_cv_uscore=no \
- ac_cv_func_posix_getpwuid_r=yes \
- ac_cv_func_posix_getgrgid_r=yes
- }
-
- # Correct NM values is not found.
- # With -arch, ac_cv_c_bigendian is set to universal, which defaults to little endian.
- foreach arch ${host_archs} {
- lappend merger_configure_env(${arch}) \
- NM='/usr/bin/nm -p' \
- ac_cv_c_bigendian=${big_endian}
- }
- }
-
- set merger_dont_diff ${prefix}/lib/glib-2.0/include/glibconfig.h
-}
-
-livecheck.check regex
-livecheck.url http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O=D
-livecheck.regex ${my_name}-(\[0-9.\]+)\\.tar
Copied: trunk/dports/devel/glib2-devel/Portfile (from rev 51729, trunk/dports/devel/glib2/Portfile)
===================================================================
--- trunk/dports/devel/glib2-devel/Portfile (rev 0)
+++ trunk/dports/devel/glib2-devel/Portfile 2009-06-02 06:41:08 UTC (rev 51739)
@@ -0,0 +1,147 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup muniversal 1.0
+
+name glib2-devel
+set my_name glib
+version 2.21.1
+set branch [join [lrange [split ${version} .] 0 1] .]
+categories devel
+maintainers ryandesign
+homepage http://www.gtk.org/
+platforms darwin
+dist_subdir glib2
+distname ${my_name}-${version}
+use_bzip2 yes
+use_parallel_build yes
+
+description \
+ Library with data structure functions and other constructs
+
+long_description \
+ Glib is a library which includes support routines for \
+ C, such as lists, trees, hashes, memory allocation, and \
+ many other things.
+
+master_sites \
+ gnome:sources/${my_name}/${branch}/ \
+ ftp://ftp.gtk.org/pub/${my_name}/${branch}/
+
+checksums \
+ md5 eaf8f40c743effe26dab18c81b10a89e \
+ sha1 135aa72a9f8a5fda077635101003859afc23b9b2 \
+ rmd160 f36808092d4fba00637a1570b8de158f82ff0a78
+
+# ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h
+# See http://trac.macports.org/changeset/27148
+patchfiles \
+ patch-glib-2.0.pc.in.diff \
+ patch-gi18n.h.diff \
+ patch-gio_xdgmime_xdgmime.c.diff \
+ patch-which.diff
+
+depends_build \
+ port:pkgconfig
+
+depends_lib \
+ port:gettext \
+ port:libiconv \
+ path:bin/perl:perl5 \
+ bin:python:python_select
+
+configure.ldflags-append \
+ -bind_at_load
+
+configure.cflags-append \
+ -fstrict-aliasing
+
+configure.args \
+ --enable-static
+
+configure.perl ${prefix}/bin/perl
+configure.env-append PERL_PATH=${configure.perl}
+
+post-patch {
+ reinplace "s|data_dirs = \"/usr|data_dirs = \"${prefix}/share:/usr|g" ${worksrcpath}/glib/gutils.c
+ reinplace "s|path = \"/bin|path = \"${prefix}/bin:/bin|g" ${worksrcpath}/glib/gutils.c ${worksrcpath}/glib/gspawn.c
+ reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/gio/xdgmime/xdgmime.c
+}
+
+platform darwin {
+ patchfiles-append \
+ patch-child-test.c.diff
+}
+
+test.run yes
+test.target check
+
+post-destroot {
+ file delete ${destroot}${prefix}/lib/charset.alias
+}
+
+platform darwin 6 {
+ depends_lib-append lib:libdl:dlcompat
+ post-configure {
+ reinplace "s|#define HAVE_WCHAR_T 1|#undef HAVE_WCHAR_T|" \
+ ${worksrcpath}/config.h
+ }
+}
+
+if {[variant_isset universal]} {
+ pre-configure {
+ global merger_configure_args merger_configure_env merger_configure_cppflags merger_configure_ldflags
+
+ # See http://trac.macports.org/ticket/19196.
+ if { ${universal_sysroot}=="/Developer/SDKs/MacOSX10.4u.sdk" } {
+ set merger_configure_cppflags(ppc64) "-D __LP64__"
+ set merger_configure_ldflags(ppc64) "-framework Carbon"
+ set merger_configure_cppflags(x86_64) "-D __LP64__"
+ set merger_configure_ldflags(x86_64) "-framework Carbon"
+ }
+
+ # Find architectures which will not run on build platform.
+ if { ${os.arch}=="i386" } {
+ if { ${os.major} >= 10 } {
+ set cross_archs "ppc ppc64"
+ } else {
+ set cross_archs "ppc64"
+ set host_archs "ppc ppc64"
+ set big_endian "yes"
+ }
+ } else {
+ set cross_archs "i386 x86_64"
+ set host_archs "i386 x86_64"
+ set big_endian "no"
+ }
+
+ set run_arch [lindex ${universal_archs} 0]
+ if { [lsearch ${cross_archs} ${run_arch}] >= 0 } {
+ ui_msg "When building a universal binary of ${name}, make sure none of {${cross_archs}} is first in universal_archs in ${prefix}/etc/macports/macports.conf"
+ error "incompatible universal_archs value"
+ }
+
+ foreach arch ${cross_archs} {
+ lappend merger_configure_env(${arch}) \
+ GLIB_GENMARSHAL=${worksrcpath}-${run_arch}/gobject/glib-genmarshal \
+ glib_cv_stack_grows=no \
+ glib_cv_uscore=no \
+ ac_cv_func_posix_getpwuid_r=yes \
+ ac_cv_func_posix_getgrgid_r=yes
+ }
+
+ # Correct NM values is not found.
+ # With -arch, ac_cv_c_bigendian is set to universal, which defaults to little endian.
+ foreach arch ${host_archs} {
+ lappend merger_configure_env(${arch}) \
+ NM='/usr/bin/nm -p' \
+ ac_cv_c_bigendian=${big_endian}
+ }
+ }
+
+ set merger_dont_diff ${prefix}/lib/glib-2.0/include/glibconfig.h
+}
+
+livecheck.check regex
+livecheck.url http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O=D
+livecheck.regex ${my_name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From snc at macports.org Mon Jun 1 23:45:20 2009
From: snc at macports.org (snc at macports.org)
Date: Mon, 1 Jun 2009 23:45:20 -0700 (PDT)
Subject: [51740] trunk/dports/aqua/TeXShop/Portfile
Message-ID: <20090602064520.924A91CE0672@beta.macosforge.org>
Revision: 51740
http://trac.macports.org/changeset/51740
Author: snc at macports.org
Date: 2009-06-01 23:45:20 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
handle the stealth update via revision and subdir
Modified Paths:
--------------
trunk/dports/aqua/TeXShop/Portfile
Modified: trunk/dports/aqua/TeXShop/Portfile
===================================================================
--- trunk/dports/aqua/TeXShop/Portfile 2009-06-02 06:41:08 UTC (rev 51739)
+++ trunk/dports/aqua/TeXShop/Portfile 2009-06-02 06:45:20 UTC (rev 51740)
@@ -4,6 +4,7 @@
name TeXShop
version 2.26
+revision 1
categories aqua editors
PortGroup xcode 1.0
@@ -20,7 +21,7 @@
master_sites http://www.uoregon.edu/~koch/texshop
use_zip yes
distname texshopsource-${version}
-dist_subdir ${name}/${version}
+dist_subdir ${name}/${version}_${revision}
worksrcdir texshop${version}
checksums md5 af7f1d9735fd84bf380c34ebe09401c3 \
sha1 fbdf076d4856486f6e91971fa81b9ebd8aae27bc \
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From portindex at macports.org Mon Jun 1 23:54:04 2009
From: portindex at macports.org (portindex at macports.org)
Date: Mon, 1 Jun 2009 23:54:04 -0700 (PDT)
Subject: [51741] trunk/dports
Message-ID: <20090602065405.A02BA1CE0759@beta.macosforge.org>
Revision: 51741
http://trac.macports.org/changeset/51741
Author: portindex at macports.org
Date: 2009-06-01 23:54:03 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
Total number of ports parsed: 5820
Ports successfully parsed: 5820
Ports failed: 0
Modified Paths:
--------------
trunk/dports/PortIndex
trunk/dports/PortIndex.quick
Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex 2009-06-02 06:45:20 UTC (rev 51740)
+++ trunk/dports/PortIndex 2009-06-02 06:54:03 UTC (rev 51741)
@@ -83,7 +83,7 @@
Smultron 869
variants {darwin_6 darwin_7 darwin_8 darwin_9 universal} depends_build bin:unzip:unzip portdir aqua/Smultron description {Cocoa text editor with syntax colouring} homepage http://smultron.sourceforge.net/ epoch 0 platforms darwin name Smultron long_description {Smultron is an open-source text editor written in Cocoa for Mac OS X Panther with many of the features that you might need. It features easy selection of the opened documents, line numbers, support for syntax colouring for many different languages, support for text encodings, code snippets, a toolbar, a status bar, HTML preview, multi-document find and replace with regular expressions, possibility to show invisible characters, authenticated saves, command-line utility, .Mac synchronisation of preferences and many more features.} maintainers bfulgham version 3.5.1 categories {aqua editors} revision 0
TeXShop 593
-variants {darwin_7 universal} depends_build bin:unzip:unzip portdir aqua/TeXShop description {TeX previewer for Mac OS X} homepage http://www.uoregon.edu/~koch/texshop/texshop.html epoch 0 platforms macosx name TeXShop long_description {TeXShop is a TeX previewer for Mac OS X, written in Cocoa. Since pdf is a native file format on OS X, TeXShop uses pdftex and pdflatex rather than tex and latex to typeset, these programs in the standard teTeX distribution of TeX produce pdf output instead of dvi output.} maintainers {snc openmaintainer} categories {aqua editors} version 2.26 revision 0
+variants {darwin_7 universal} depends_build bin:unzip:unzip portdir aqua/TeXShop description {TeX previewer for Mac OS X} homepage http://www.uoregon.edu/~koch/texshop/texshop.html epoch 0 platforms macosx name TeXShop long_description {TeXShop is a TeX previewer for Mac OS X, written in Cocoa. Since pdf is a native file format on OS X, TeXShop uses pdftex and pdflatex rather than tex and latex to typeset, these programs in the standard teTeX distribution of TeX produce pdf output instead of dvi output.} maintainers {snc openmaintainer} categories {aqua editors} version 2.26 revision 1
TrailBlazer 1050
depends_build bin:cvs:cvs portdir aqua/TrailBlazer description {TrailBlazer is a browser with an experimental history} homepage http://www.acm.uiuc.edu/macwarriors/projects/trailblazer/ epoch 0 platforms darwin name TrailBlazer maintainers gmail.com:papabean long_description {TrailBlazer solves the problem of getting back to a web page you've been to before, but didn't have the forethought to bookmark. The current solutions provided by most web browsers, their history menu, is just a list of titles and web addresses which aren't memorable enough to be useful. The actual solution used by most people, is to retrace their own steps through different links until they find they page they are looking for. Our software solution provides the user with a graphical representation of the steps they took from page to page, such that they can simply click to their final destination page. TrailBlazer was developed by MacWarriors and released at the University of Illinois' Engineering Open
House 2004.} categories {aqua www} version 0.5.1 revision 0
X-MasTree 319
@@ -1198,8 +1198,8 @@
variants darwin_6 depends_build port:pkgconfig portdir devel/glib1 description {Library with data structure functions and other constructs} homepage http://www.gtk.org/ epoch 0 platforms {darwin freebsd} name glib1 depends_lib port:gettext long_description {General-purpose library from the GTK+ team, includes support routines for C such as lists, trees, hashes, memory allocation, and many other things.} maintainers nomaintainer categories devel version 1.2.10 revision 6
glib2 524
variants {universal darwin darwin_6} depends_build port:pkgconfig portdir devel/glib2 description {Library with data structure functions and other constructs} homepage http://www.gtk.org/ epoch 0 platforms darwin depends_lib {port:gettext port:libiconv path:bin/perl:perl5 bin:python:python_select} name glib2 maintainers ryandesign long_description {Glib is a library which includes support routines for C, such as lists, trees, hashes, memory allocation, and many other things.} categories devel version 2.20.3 revision 0
-glib2-devel 545
-variants {universal darwin darwin_6 darwin_9} depends_build port:pkgconfig portdir devel/glib2-devel description {Library with data structure functions and other constructs} homepage http://www.gtk.org/ epoch 0 platforms darwin depends_lib {port:gettext port:libiconv path:bin/perl:perl5 bin:python:python_select} name glib2-devel maintainers ryandesign long_description {Glib is a library which includes support routines for C, such as lists, trees, hashes, memory allocation, and many other things.} categories devel version 2.19.6 revision 1
+glib2-devel 536
+variants {universal darwin darwin_6} depends_build port:pkgconfig portdir devel/glib2-devel description {Library with data structure functions and other constructs} homepage http://www.gtk.org/ epoch 0 platforms darwin depends_lib {port:gettext port:libiconv path:bin/perl:perl5 bin:python:python_select} name glib2-devel maintainers ryandesign long_description {Glib is a library which includes support routines for C, such as lists, trees, hashes, memory allocation, and many other things.} categories devel version 2.21.1 revision 0
glibmm 339
variants universal portdir devel/glibmm description {C++ interface to glib} homepage http://www.gtkmm.org/ epoch 0 platforms darwin name glibmm depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 port:libsigcxx2} maintainers {devans openmaintainer} long_description {{C++ interface to glib}} categories {devel x11} version 2.20.0 revision 0
global 629
@@ -5724,6 +5724,8 @@
portdir office/pal description {pal is a command-line calendar program} homepage http://palcal.sourceforge.net/ epoch 0 platforms darwin name pal depends_lib {port:glib2 port:gettext port:readline} maintainers alpha long_description {pal is a command-line calendar program for Unix/Linux systems that can keep track of events. It has similarities with the Unix cal command, the more complex GNU gcal program, and the calendar program distributed with the BSDs.} categories {office pim} version 0.4.3 revision 0
taskjuggler 516
variants {darwin_9 qt3mac nokde docs debug universal} depends_build {port:automake port:autoconf} portdir office/taskjuggler description {A powerful project management tool.} homepage http://www.taskjuggler.org/ epoch 0 platforms darwin depends_lib {port:qt3 port:fontconfig port:jpeg port:libpng port:kdebase3 port:kdelibs3 port:kdepim3} name taskjuggler maintainers rene long_description {TaskJuggler is a modern and powerful, Open Source project management tool.} categories {office pim} version 2.4.1 revision 0
+todotxt 380
+depends_build bin:git:git-core portdir office/todotxt description {Simple, extensible shell script to manage your todo file.} homepage http://ginatrapani.github.com/todo.txt-cli/ epoch 0 platforms darwin name todotxt maintainers {snc openmaintainer} long_description {A simple and extensible shell script for managing your todo.txt file.} categories office version 2.4 revision 0
treeline 679
portdir office/treeline description {Advanced outliner and personal information manager} homepage http://treeline.bellz.org epoch 0 platforms darwin name treeline depends_lib {port:py25-pyqt4 port:aspell} maintainers alpha long_description {Some would call TreeLine an Outliner, others would call it a PIM. Basically, it just stores almost any kind of information. A tree structure makes it easy to keep things organized. And each node in the tree can contain several fields, forming a mini-database. The output format for each node can be defined, and the output can be shown on the screen, printed, or exported to html.} categories {office pim python} version 1.2.2 revision 0
hrsh2csv 393
Modified: trunk/dports/PortIndex.quick
===================================================================
(Binary files differ)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From noreply at macports.org Mon Jun 1 23:55:35 2009
From: noreply at macports.org (MacPorts)
Date: Tue, 02 Jun 2009 06:55:35 -0000
Subject: [MacPorts] PortfileRecipes modified
Message-ID: <20090602065535.52FB228081@relay11.apple.com>
Changed page "PortfileRecipes" by blb at macports.org from 75.163.188.200*
Page URL:
Diff URL:
Revision 5
Comment: Add TOC
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: PortfileRecipes
=========================================================================
--- PortfileRecipes (version: 4)
+++ PortfileRecipes (version: 5)
@@ -1,4 +1,5 @@
= Portfile Recipes =
+[[PageOutline(2-3,Table of Contents,inline)]]
== Branch and major versions == #branch
-------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 PortfileRecipes. If it was not you, please
report to .
From landonf at macports.org Tue Jun 2 00:00:57 2009
From: landonf at macports.org (landonf at macports.org)
Date: Tue, 2 Jun 2009 00:00:57 -0700 (PDT)
Subject: [51742] trunk/dports/devel/protobuf-c
Message-ID: <20090602070057.79F881CE08D6@beta.macosforge.org>
Revision: 51742
http://trac.macports.org/changeset/51742
Author: landonf at macports.org
Date: 2009-06-02 00:00:57 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Update to protobuf-c 0.10
Issue: #19830
Submitted by: dcreager [at] dcreager.net
Modified Paths:
--------------
trunk/dports/devel/protobuf-c/Portfile
Added Paths:
-----------
trunk/dports/devel/protobuf-c/files/
trunk/dports/devel/protobuf-c/files/protobuf-c-issue-20.patch
Modified: trunk/dports/devel/protobuf-c/Portfile
===================================================================
--- trunk/dports/devel/protobuf-c/Portfile 2009-06-02 06:54:03 UTC (rev 51741)
+++ trunk/dports/devel/protobuf-c/Portfile 2009-06-02 07:00:57 UTC (rev 51742)
@@ -3,7 +3,7 @@
PortSystem 1.0
name protobuf-c
-version 0.6
+version 0.10
categories devel
maintainers landonf
description Pure C code generator and runtime libraries for Protocol Buffers
@@ -20,13 +20,23 @@
master_sites googlecode:protobuf-c
distname ${name}-${version}
-checksums md5 638d7abd76c5f5242005553817045fcf \
- sha1 fa523ddc2ce1ff4f18c88c9ab8b3197492cd0080 \
- rmd160 790d047492d5ef1e1d9ea0f48aa92aa50afb48ad
+checksums ${distname}${extract.suffix} \
+ md5 588006ea06a1a12855881362b8e29bff \
+ sha1 1878203fea6808ecf2825d9fb37b49f669e4b8cc \
+ rmd160 ac2a38fef1e5771db97e73eda86d8b70f6f978fb \
+ protobuf-c-issue-20.patch \
+ md5 90ebe50e1ab5aa7e41e8e4d422adecfa \
+ sha1 1c502543db44380d3f98dea7ccea3db5b63f1e36 \
+ rmd160 03efa891c7418c79b7f94a942869b6a6a7373d5a
platforms darwin
depends_lib port:protobuf-cpp
+depends_build port:autoconf
+use_autoconf yes
+patch_sites http://www.dcreager.net/ports/protobuf-c/
+patchfiles protobuf-c-issue-20.patch
+
test.run yes
test.target check
Added: trunk/dports/devel/protobuf-c/files/protobuf-c-issue-20.patch
===================================================================
--- trunk/dports/devel/protobuf-c/files/protobuf-c-issue-20.patch (rev 0)
+++ trunk/dports/devel/protobuf-c/files/protobuf-c-issue-20.patch 2009-06-02 07:00:57 UTC (rev 51742)
@@ -0,0 +1,54 @@
+--- src/test/cxx-generate-packed-data.cc 2008-09-09 14:02:10.000000000 -0400
++++ src/test/cxx-generate-packed-data.cc 2009-05-31 15:09:48.000000000 -0400
+@@ -757,18 +757,32 @@
+ EmptyMess mess;
+ const google::protobuf::Message::Reflection *reflection = mess.GetReflection();
+ google::protobuf::UnknownFieldSet *fs = reflection->MutableUnknownFields(&mess);
++
++#if PROTOC_VERSION >= 2001000
++ fs->AddVarint(5454, 255);
++ fs->AddFixed32(5555, 260);
++#else
+ google::protobuf::UnknownField *f;
+ f = fs->AddField(5454);
+ f->add_varint(255);
+ f = fs->AddField(5555);
+ f->add_fixed32(260);
++#endif
++
+ dump_message_bytes (&mess, "test_unknown_fields_0");
+
+ fs->Clear();
++
++#if PROTOC_VERSION >= 2001000
++ fs->AddLengthDelimited(6666, "xxxxxxxx");
++ fs->AddFixed64(7777, 0x10101);
++#else
+ f = fs->AddField(6666);
+ f->add_length_delimited("xxxxxxxx");
+ f = fs->AddField(7777);
+ f->add_fixed64(0x10101);
++#endif
++
+ dump_message_bytes (&mess, "test_unknown_fields_1");
+ }
+
+--- configure.ac 2009-04-04 19:06:25.000000000 -0400
++++ configure.ac 2009-05-31 19:20:31.000000000 -0400
+@@ -32,6 +32,16 @@
+ LIBS="$pbc_savelibs"
+ AC_LANG_POP()
+
++dnl Determine the version of the protoc compiler.
++
++if test -n $PROTOC; then
++ AC_MSG_CHECKING([which version of protoc is installed])
++ raw_vers=`protoc --version 2>/dev/null | sed -e 's/libprotoc //'`
++ vers=`echo $raw_vers | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
++ AC_DEFINE_UNQUOTED([PROTOC_VERSION], [$vers])
++ AC_MSG_RESULT([$raw_vers])
++fi
++
+
+ dnl ------ define IS_LITTLE_ENDIAN ------
+ # We try to use, where possible the headers , ,
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From landonf at macports.org Tue Jun 2 00:01:10 2009
From: landonf at macports.org (landonf at macports.org)
Date: Tue, 2 Jun 2009 00:01:10 -0700 (PDT)
Subject: [51743] trunk/dports/devel/protobuf-c/Portfile
Message-ID: <20090602070110.E340E1CE0971@beta.macosforge.org>
Revision: 51743
http://trac.macports.org/changeset/51743
Author: landonf at macports.org
Date: 2009-06-02 00:01:10 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Mark the port openmaintainer
Modified Paths:
--------------
trunk/dports/devel/protobuf-c/Portfile
Modified: trunk/dports/devel/protobuf-c/Portfile
===================================================================
--- trunk/dports/devel/protobuf-c/Portfile 2009-06-02 07:00:57 UTC (rev 51742)
+++ trunk/dports/devel/protobuf-c/Portfile 2009-06-02 07:01:10 UTC (rev 51743)
@@ -5,7 +5,7 @@
name protobuf-c
version 0.10
categories devel
-maintainers landonf
+maintainers landonf openmaintainer
description Pure C code generator and runtime libraries for Protocol Buffers
long_description \
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From noreply at macports.org Tue Jun 2 00:06:05 2009
From: noreply at macports.org (MacPorts)
Date: Tue, 02 Jun 2009 07:06:05 -0000
Subject: [MacPorts] PortfileRecipes modified
Message-ID: <20090602070605.37BC1558003@relay16.apple.com>
Changed page "PortfileRecipes" by blb at macports.org from 75.163.188.200*
Page URL:
Diff URL:
Revision 6
Comment: Add entry about dealing with stealth updates and dist_subdir
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: PortfileRecipes
=========================================================================
--- PortfileRecipes (version: 5)
+++ PortfileRecipes (version: 6)
@@ -105,4 +105,9 @@
For example, libpixman is known to work with Xcode 1.5 but fail with 1.1, so [changeset:45892 libpixman now requires Xcode 1.5] on Panther, even though compatibility with Xcode 1.2 was not tested.
It is better to make a user upgrade to a newer Xcode than for a port maintainer to spend time testing old versions.
-
+== Dealing with stealth updates ==
+Some software may update their distfile with new changes without changing the version number (eg, it stays example-1.2.tar.gz); another case where this happens is when the distfile is unversioned (eg, example.tar.gz). The safest way to deal with this is to keep the port's version unchanged (eg, stays at 1.2) while increasing the revision. This however causes upgrade issues for those with it already as the update will include different checksums, but those who've already downloaded the distfile now have incorrect checksums. To work around this, set dist_subdir so that it includes the version and revision:
+{{{
+dist_subdir ${name}/${version}_${revision}
+}}}
+See for example the [browser:trunk/dports/lang/sicp/Portfile sicp Portfile].
-------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 PortfileRecipes. If it was not you, please
report to .
From landonf at macports.org Tue Jun 2 00:06:22 2009
From: landonf at macports.org (landonf at macports.org)
Date: Tue, 2 Jun 2009 00:06:22 -0700 (PDT)
Subject: [51744] trunk/dports/devel/protobuf-c/Portfile
Message-ID: <20090602070622.C1C2B1CE0ADF@beta.macosforge.org>
Revision: 51744
http://trac.macports.org/changeset/51744
Author: landonf at macports.org
Date: 2009-06-02 00:06:21 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Remove unused checksums
Modified Paths:
--------------
trunk/dports/devel/protobuf-c/Portfile
Modified: trunk/dports/devel/protobuf-c/Portfile
===================================================================
--- trunk/dports/devel/protobuf-c/Portfile 2009-06-02 07:01:10 UTC (rev 51743)
+++ trunk/dports/devel/protobuf-c/Portfile 2009-06-02 07:06:21 UTC (rev 51744)
@@ -3,7 +3,7 @@
PortSystem 1.0
name protobuf-c
-version 0.10
+version 0.10
categories devel
maintainers landonf openmaintainer
description Pure C code generator and runtime libraries for Protocol Buffers
@@ -20,14 +20,9 @@
master_sites googlecode:protobuf-c
distname ${name}-${version}
-checksums ${distname}${extract.suffix} \
- md5 588006ea06a1a12855881362b8e29bff \
- sha1 1878203fea6808ecf2825d9fb37b49f669e4b8cc \
- rmd160 ac2a38fef1e5771db97e73eda86d8b70f6f978fb \
- protobuf-c-issue-20.patch \
- md5 90ebe50e1ab5aa7e41e8e4d422adecfa \
- sha1 1c502543db44380d3f98dea7ccea3db5b63f1e36 \
- rmd160 03efa891c7418c79b7f94a942869b6a6a7373d5a
+checksums md5 588006ea06a1a12855881362b8e29bff \
+ sha1 1878203fea6808ecf2825d9fb37b49f669e4b8cc \
+ rmd160 ac2a38fef1e5771db97e73eda86d8b70f6f978fb
platforms darwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From noreply at macports.org Tue Jun 2 00:40:30 2009
From: noreply at macports.org (MacPorts)
Date: Tue, 02 Jun 2009 07:40:30 -0000
Subject: [MacPorts] PortfileRecipes modified
Message-ID: <20090602074030.F359655800C@relay15.apple.com>
Changed page "PortfileRecipes" by ryandesign at macports.org from 72.177.51.50*
Page URL:
Diff URL:
Revision 7
Comment: typo
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: PortfileRecipes
=========================================================================
--- PortfileRecipes (version: 6)
+++ PortfileRecipes (version: 7)
@@ -39,7 +39,7 @@
platform darwin 9 {
}
}}}
-Then port will set the variant when selected and varaint_isset should work.
+Then port will set the variant when selected and variant_isset should work.
== Preferred use of default_variants == #default_variants
-------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 PortfileRecipes. If it was not you, please
report to .
From noreply at macports.org Tue Jun 2 00:41:20 2009
From: noreply at macports.org (MacPorts)
Date: Tue, 02 Jun 2009 07:41:20 -0000
Subject: [MacPorts] PortfileRecipes modified
Message-ID: <20090602074120.BEBC62810B@relay11.apple.com>
Changed page "PortfileRecipes" by ryandesign at macports.org from 72.177.51.50*
Page URL:
Diff URL:
Revision 8
Comment: add anchor for stealth updates
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: PortfileRecipes
=========================================================================
--- PortfileRecipes (version: 7)
+++ PortfileRecipes (version: 8)
@@ -105,7 +105,7 @@
For example, libpixman is known to work with Xcode 1.5 but fail with 1.1, so [changeset:45892 libpixman now requires Xcode 1.5] on Panther, even though compatibility with Xcode 1.2 was not tested.
It is better to make a user upgrade to a newer Xcode than for a port maintainer to spend time testing old versions.
-== Dealing with stealth updates ==
+== Dealing with stealth updates == #stealth-updates
Some software may update their distfile with new changes without changing the version number (eg, it stays example-1.2.tar.gz); another case where this happens is when the distfile is unversioned (eg, example.tar.gz). The safest way to deal with this is to keep the port's version unchanged (eg, stays at 1.2) while increasing the revision. This however causes upgrade issues for those with it already as the update will include different checksums, but those who've already downloaded the distfile now have incorrect checksums. To work around this, set dist_subdir so that it includes the version and revision:
{{{
dist_subdir ${name}/${version}_${revision}
-------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 PortfileRecipes. If it was not you, please
report to .
From noreply at macports.org Tue Jun 2 00:43:35 2009
From: noreply at macports.org (MacPorts)
Date: Tue, 02 Jun 2009 07:43:35 -0000
Subject: [MacPorts] PortfileRecipes modified
Message-ID: <20090602074335.3E08855800E@relay16.apple.com>
Changed page "PortfileRecipes" by ryandesign at macports.org from 72.177.51.50*
Page URL:
Diff URL:
Revision 9
Comment: some edits to stealth updates
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: PortfileRecipes
=========================================================================
--- PortfileRecipes (version: 8)
+++ PortfileRecipes (version: 9)
@@ -106,7 +106,7 @@
It is better to make a user upgrade to a newer Xcode than for a port maintainer to spend time testing old versions.
== Dealing with stealth updates == #stealth-updates
-Some software may update their distfile with new changes without changing the version number (eg, it stays example-1.2.tar.gz); another case where this happens is when the distfile is unversioned (eg, example.tar.gz). The safest way to deal with this is to keep the port's version unchanged (eg, stays at 1.2) while increasing the revision. This however causes upgrade issues for those with it already as the update will include different checksums, but those who've already downloaded the distfile now have incorrect checksums. To work around this, set dist_subdir so that it includes the version and revision:
+Some software may update their distfile with new changes without changing the version number (e.g., it stays example-1.2.tar.gz); another case where this happens is when the distfile is unversioned (e.g., example.tar.gz). The safest way to deal with this is to keep the port's version unchanged (e.g., stays at 1.2) while increasing the revision. This however will cause a checksum mismatch for those who already have the previous distfile. To work around this, set dist_subdir so that it includes the version and revision:
{{{
dist_subdir ${name}/${version}_${revision}
}}}
-------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 PortfileRecipes. If it was not you, please
report to .
From ryandesign at macports.org Tue Jun 2 00:48:32 2009
From: ryandesign at macports.org (ryandesign at macports.org)
Date: Tue, 2 Jun 2009 00:48:32 -0700 (PDT)
Subject: [51745] trunk/dports/devel/pth/Portfile
Message-ID: <20090602074832.BC2571CE255C@beta.macosforge.org>
Revision: 51745
http://trac.macports.org/changeset/51745
Author: ryandesign at macports.org
Date: 2009-06-02 00:48:32 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
pth: parallel build does not work; turn it off
Modified Paths:
--------------
trunk/dports/devel/pth/Portfile
Modified: trunk/dports/devel/pth/Portfile
===================================================================
--- trunk/dports/devel/pth/Portfile 2009-06-02 07:06:21 UTC (rev 51744)
+++ trunk/dports/devel/pth/Portfile 2009-06-02 07:48:32 UTC (rev 51745)
@@ -32,6 +32,8 @@
}
}
+use_parallel_build no
+
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} ANNOUNCE AUTHORS ChangeLog COPYING \
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From portindex at macports.org Tue Jun 2 00:53:53 2009
From: portindex at macports.org (portindex at macports.org)
Date: Tue, 2 Jun 2009 00:53:53 -0700 (PDT)
Subject: [51746] trunk/dports
Message-ID: <20090602075353.DA4561CE25F6@beta.macosforge.org>
Revision: 51746
http://trac.macports.org/changeset/51746
Author: portindex at macports.org
Date: 2009-06-02 00:53:52 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Total number of ports parsed: 5820
Ports successfully parsed: 5820
Ports failed: 0
Modified Paths:
--------------
trunk/dports/PortIndex
trunk/dports/PortIndex.quick
Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex 2009-06-02 07:48:32 UTC (rev 51745)
+++ trunk/dports/PortIndex 2009-06-02 07:53:52 UTC (rev 51746)
@@ -1790,8 +1790,8 @@
variants universal portdir devel/prcs description {Project Revision Control System} homepage http://prcs.sourceforge.net/ epoch 0 platforms darwin name prcs long_description {PRCS, the Project Revision Control System, is the front end to a set of tools that (like CVS) provide a way to deal with sets of files and directories as an entity, preserving coherent versions of the entire set.} maintainers nomaintainer categories devel version 1.3.3 revision 0
premake 434
depends_build bin:unzip:unzip portdir devel/premake description {Premake is a build script generator.} homepage http://premake.sourceforge.net/ epoch 0 platforms darwin name premake maintainers wyuenho long_description {Premake is a build script generator. Describe your project using the full-featured Lua scripting language and use premake to create input files for various IDEs and GnuMake} categories devel version 3.5 revision 0
-protobuf-c 513
-variants universal portdir devel/protobuf-c description {Pure C code generator and runtime libraries for Protocol Buffers} homepage http://code.google.com/p/protobuf-c/ epoch 0 platforms darwin name protobuf-c depends_lib port:protobuf-cpp long_description {This package provides a code generator and runtime libraries to use Protocol Buffers from pure C (not C++). Library ABI and API compatibility changes are expected until version 1.0 is released.} maintainers landonf categories devel version 0.6 revision 0
+protobuf-c 583
+variants universal depends_build {port:autoconf bin:autoconf:autoconf} portdir devel/protobuf-c description {Pure C code generator and runtime libraries for Protocol Buffers} homepage http://code.google.com/p/protobuf-c/ epoch 0 platforms darwin name protobuf-c depends_lib port:protobuf-cpp long_description {This package provides a code generator and runtime libraries to use Protocol Buffers from pure C (not C++). Library ABI and API compatibility changes are expected until version 1.0 is released.} maintainers {landonf openmaintainer} categories devel version 0.10 revision 0
protobuf-cpp 1015
variants universal portdir devel/protobuf-cpp description {Encode data in an efficient yet extensible format.} homepage http://code.google.com/p/protobuf/ epoch 0 platforms darwin name protobuf-cpp long_description {Google Protocol Buffers are a flexible, efficient, automated mechanism for serializing structured data -- think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the old format. You specify how you want the information you're serializing to be structured by defining protocol buffer message types in .proto files. Each protocol buffer message is a small logical record of information, containing a series of name-value pairs.} maintainers blair categories devel
version 2.1.0 revision 0
protobuf-python 1060
Modified: trunk/dports/PortIndex.quick
===================================================================
(Binary files differ)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From raimue at macports.org Tue Jun 2 02:43:24 2009
From: raimue at macports.org (raimue at macports.org)
Date: Tue, 2 Jun 2009 02:43:24 -0700 (PDT)
Subject: [51747] trunk/dports/editors/vim-app
Message-ID: <20090602094324.722CC1CE35E6@beta.macosforge.org>
Revision: 51747
http://trac.macports.org/changeset/51747
Author: raimue at macports.org
Date: 2009-06-02 02:43:23 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
editors/vim-app:
Rename patch, closes #19727
Modified Paths:
--------------
trunk/dports/editors/vim-app/Portfile
Added Paths:
-----------
trunk/dports/editors/vim-app/files/patch-Info.plist.diff
Removed Paths:
-------------
trunk/dports/editors/vim-app/files/patch-Info.plist
Modified: trunk/dports/editors/vim-app/Portfile
===================================================================
--- trunk/dports/editors/vim-app/Portfile 2009-06-02 07:53:52 UTC (rev 51746)
+++ trunk/dports/editors/vim-app/Portfile 2009-06-02 09:43:23 UTC (rev 51747)
@@ -110,7 +110,7 @@
reinplace "s|@APPPATH@|${applications_dir}|g" ${destroot}/${prefix}/bin/gvim
# allow for Vim.App to open .nfo, .vim, .latex, .tex, .diff files
- system "patch -d ${destroot}${applications_dir}/Vim.app/Contents/ -p0 < ${filespath}/patch-Info.plist"
+ system "patch -d ${destroot}${applications_dir}/Vim.app/Contents/ -p0 < ${filespath}/patch-Info.plist.diff"
}
# general vim variants
Deleted: trunk/dports/editors/vim-app/files/patch-Info.plist
===================================================================
--- trunk/dports/editors/vim-app/files/patch-Info.plist 2009-06-02 07:53:52 UTC (rev 51746)
+++ trunk/dports/editors/vim-app/files/patch-Info.plist 2009-06-02 09:43:23 UTC (rev 51747)
@@ -1,14 +0,0 @@
---- Info.plist.orig 2007-03-03 19:46:34.000000000 +0100
-+++ Info.plist 2007-03-03 19:52:37.000000000 +0100
-@@ -36,6 +36,11 @@
-
- txt
- text
-+ nfo
-+ vim
-+ latex
-+ tex
-+ diff
-
- CFBundleTypeMIMETypes
-
Copied: trunk/dports/editors/vim-app/files/patch-Info.plist.diff (from rev 51726, trunk/dports/editors/vim-app/files/patch-Info.plist)
===================================================================
--- trunk/dports/editors/vim-app/files/patch-Info.plist.diff (rev 0)
+++ trunk/dports/editors/vim-app/files/patch-Info.plist.diff 2009-06-02 09:43:23 UTC (rev 51747)
@@ -0,0 +1,14 @@
+--- Info.plist.orig 2007-03-03 19:46:34.000000000 +0100
++++ Info.plist 2007-03-03 19:52:37.000000000 +0100
+@@ -36,6 +36,11 @@
+
+ txt
+ text
++ nfo
++ vim
++ latex
++ tex
++ diff
+
+ CFBundleTypeMIMETypes
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From ryandesign at macports.org Tue Jun 2 02:56:33 2009
From: ryandesign at macports.org (ryandesign at macports.org)
Date: Tue, 2 Jun 2009 02:56:33 -0700 (PDT)
Subject: [51748] trunk/dports/security
Message-ID: <20090602095634.174821CE37E1@beta.macosforge.org>
Revision: 51748
http://trac.macports.org/changeset/51748
Author: ryandesign at macports.org
Date: 2009-06-02 02:56:33 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
openvas-client, openvas-libnasl, openvas-libraries, openvas-server: new ports
Added Paths:
-----------
trunk/dports/security/openvas-client/
trunk/dports/security/openvas-client/Portfile
trunk/dports/security/openvas-libnasl/
trunk/dports/security/openvas-libnasl/Portfile
trunk/dports/security/openvas-libnasl/files/
trunk/dports/security/openvas-libnasl/files/patch-openvas-libnasl-config.in.diff
trunk/dports/security/openvas-libraries/
trunk/dports/security/openvas-libraries/Portfile
trunk/dports/security/openvas-libraries/files/
trunk/dports/security/openvas-libraries/files/patch-libtool-mode.diff
trunk/dports/security/openvas-libraries/files/patch-pcap.c.diff
trunk/dports/security/openvas-server/
trunk/dports/security/openvas-server/Portfile
Added: trunk/dports/security/openvas-client/Portfile
===================================================================
--- trunk/dports/security/openvas-client/Portfile (rev 0)
+++ trunk/dports/security/openvas-client/Portfile 2009-06-02 09:56:33 UTC (rev 51748)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem 1.0
+
+name openvas-client
+version 2.0.3
+set download_id 575
+platforms darwin
+categories security
+maintainers ryandesign
+homepage http://www.openvas.org/
+master_sites http://wald.intevation.org/frs/download.php/${download_id}
+
+checksums \
+ md5 dfddebca8aa81b6136d84084a60203d3 \
+ sha1 8339f3a1e0462443580d720cf9cb2f7c020dfd73 \
+ rmd160 a52e21bce348e53a25ebcfeab5dc6ba910d612d7
+
+depends_build \
+ path:bin/pkg-config:pkgconfig \
+ bin:grep:grep
+
+depends_lib \
+ path:bin/gdlib-config:gd2 \
+ path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
+ path:lib/pkgconfig/openssl.pc:openssl
+
+use_parallel_build yes
Property changes on: trunk/dports/security/openvas-client/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/security/openvas-libnasl/Portfile
===================================================================
--- trunk/dports/security/openvas-libnasl/Portfile (rev 0)
+++ trunk/dports/security/openvas-libnasl/Portfile 2009-06-02 09:56:33 UTC (rev 51748)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem 1.0
+
+name openvas-libnasl
+version 2.0.1
+set download_id 561
+platforms darwin
+categories security
+maintainers ryandesign
+homepage http://www.openvas.org/
+master_sites http://wald.intevation.org/frs/download.php/${download_id}
+
+checksums \
+ md5 658c730b902a04f2e2d057a303c2e6f3 \
+ sha1 b62b3d3fb0a657bd024dc557af1fe7972131031a \
+ rmd160 5ca47fe481548cbe08533168ab3c836b534da988
+
+depends_build \
+ path:bin/pkg-config:pkgconfig \
+ path:bin/bison:bison \
+ path:bin/gsed:gsed
+
+depends_lib \
+ path:bin/gpgme-config:gpgme \
+ path:bin/libopenvas-config:openvas-libraries
+
+patchfiles \
+ patch-openvas-libnasl-config.in.diff
+
+use_parallel_build yes
Property changes on: trunk/dports/security/openvas-libnasl/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/security/openvas-libnasl/files/patch-openvas-libnasl-config.in.diff
===================================================================
--- trunk/dports/security/openvas-libnasl/files/patch-openvas-libnasl-config.in.diff (rev 0)
+++ trunk/dports/security/openvas-libnasl/files/patch-openvas-libnasl-config.in.diff 2009-06-02 09:56:33 UTC (rev 51748)
@@ -0,0 +1,11 @@
+--- openvas-libnasl-config.in 2009-01-26 01:24:47.000000000 -0600
++++ openvas-libnasl-config.in 2009-06-02 04:06:00.000000000 -0500
+@@ -35,7 +35,7 @@
+ LIBDIR=@libdir@
+ INCLUDEDIR=@includedir@
+ VERSION=@version@
+-LIBS="@LIBS@"
++LIBS="-L at prefix@/lib -lgcrypt @LIBS@"
+
+ usage()
+ {
Added: trunk/dports/security/openvas-libraries/Portfile
===================================================================
--- trunk/dports/security/openvas-libraries/Portfile (rev 0)
+++ trunk/dports/security/openvas-libraries/Portfile 2009-06-02 09:56:33 UTC (rev 51748)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem 1.0
+
+name openvas-libraries
+version 2.0.2
+set download_id 572
+platforms darwin
+categories security
+maintainers ryandesign
+homepage http://www.openvas.org/
+master_sites http://wald.intevation.org/frs/download.php/${download_id}
+
+checksums \
+ md5 1323cf02bf11806929042c3e7fb056b0 \
+ sha1 9e0b1bfaf0d5fddcbade234a44e8af2ad91d1fc1 \
+ rmd160 559c71f0a67ef512707983a4ca6e0795d159331f
+
+depends_build \
+ path:bin/pkg-config:pkgconfig \
+ bin:grep:grep
+
+depends_lib \
+ path:lib/pkgconfig/glib-2.0.pc:glib2 \
+ path:bin/libgnutls-config:gnutls \
+ path:bin/pcap-config:libpcap \
+ path:lib/libz.dylib:zlib
+
+patchfiles \
+ patch-libtool-mode.diff \
+ patch-pcap.c.diff
+
+use_parallel_build yes
Property changes on: trunk/dports/security/openvas-libraries/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/security/openvas-libraries/files/patch-libtool-mode.diff
===================================================================
--- trunk/dports/security/openvas-libraries/files/patch-libtool-mode.diff (rev 0)
+++ trunk/dports/security/openvas-libraries/files/patch-libtool-mode.diff 2009-06-02 09:56:33 UTC (rev 51748)
@@ -0,0 +1,115 @@
+--- libopenvas/Makefile 2009-02-21 21:40:25.000000000 -0600
++++ libopenvas/Makefile 2009-06-01 01:01:07.000000000 -0500
+@@ -52,77 +52,77 @@
+ plugutils.o: plugutils.c arglists.h comm.h harglists.h kb.h network.h \
+ rand.h plugutils.h services.h share_fd.h store_internal.h system.h \
+ scanners_utils.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c plugutils.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c plugutils.c
+
+ resolve.o : resolve.c resolve.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c resolve.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c resolve.c
+
+ share_fd.o : share_fd.c
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c share_fd.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c share_fd.c
+
+ system.o : system.c system_internal.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c system.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c system.c
+
+ arglists.o: arglists.c arglists.h system_internal.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c arglists.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c arglists.c
+
+ network.o: network.c resolve.h ids_send.h plugutils.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c network.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c network.c
+
+ scanners_utils.o: scanners_utils.c comm.h network.h services.h plugutils.h system.h scanners_utils.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c scanners_utils.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c scanners_utils.c
+
+ ftp_funcs.o: ftp_funcs.c network.h ftp_funcs.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c ftp_funcs.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c ftp_funcs.c
+
+ www_funcs.o: www_funcs.c kb.h plugutils.h system.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c www_funcs.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c www_funcs.c
+
+ pcap.o: pcap.c bpf_share.h pcap_openvas.h system_internal.h network.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c pcap.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c pcap.c
+
+ hlst.o: hlst.c hlst.h system.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c hlst.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c hlst.c
+
+ harglists.o: harglists.c hlst.h system_internal.h harglists.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c harglists.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c harglists.c
+
+ ids_send.o: ids_send.c arglists.h bpf_share.h resolve.h ids_send.h network.h \
+ pcap_openvas.h plugutils.h system.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c ids_send.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c ids_send.c
+
+ bpf_share.o: bpf_share.c
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c bpf_share.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c bpf_share.c
+
+ rand.o: rand.c
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c rand.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c rand.c
+
+ popen.o: popen.c system.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c popen.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c popen.c
+
+ services.o: services.c services.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -DNESSUS_STATE_DIR=\"$(localstatedir)\" -c services.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -DNESSUS_STATE_DIR=\"$(localstatedir)\" -c services.c
+
+ services1.o: services1.c services.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -DNESSUS_STATE_DIR=\"$(localstatedir)\" -DCONF_DIR=\"$(sysconfdir)\" -c services1.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -DNESSUS_STATE_DIR=\"$(localstatedir)\" -DCONF_DIR=\"$(sysconfdir)\" -c services1.c
+
+ proctitle.o: proctitle.c proctitle.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c proctitle.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c proctitle.c
+
+ store.o: store.c store_internal.h share_fd.h system.h plugutils.h plugutils_internal.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -DNESSUS_STATE_DIR=\"$(localstatedir)\" -c store.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -DNESSUS_STATE_DIR=\"$(localstatedir)\" -c store.c
+
+ hash_table_file.o: hash_table_file.c hash_table_file.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c hash_table_file.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c hash_table_file.c
+
+ kb.o: kb.c arglists.h kb.h system_internal.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c kb.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c kb.c
+
+ openvas_ssh_login.o: openvas_ssh_login.c openvas_ssh_login.h
+- $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c openvas_ssh_login.c
++ $(LIBTOOL) --mode=compile $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c openvas_ssh_login.c
+
+ libopenvas.la: $(OBJS)
+- $(LIBTOOL) $(CC) $(LDFLAGS) -o libopenvas.la $(LO_OBJS) $(LIBS) -rpath ${libdir} \
++ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o libopenvas.la $(LO_OBJS) $(LIBS) -rpath ${libdir} \
+ -version-info ${PACKAGE_VERSION}
+
+ install : libopenvas.la
+--- libopenvas_hg/Makefile 2008-12-20 17:21:06.000000000 -0600
++++ libopenvas_hg/Makefile 2009-06-02 02:02:07.000000000 -0500
+@@ -47,7 +47,7 @@
+ $(INSTALL) -m 0644 hg_utils.h $(DESTDIR)${includedir}/openvas
+
+ libopenvas_hg.la : $(OBJS)
+- $(LIBTOOL) $(CC) $(LDFLAGS) -o libopenvas_hg.la $(LO_OBJS) $(LIBS) -rpath ${libdir} \
++ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o libopenvas_hg.la $(LO_OBJS) $(LIBS) -rpath ${libdir} \
+ -version-info ${PACKAGE_VERSION}
+
+ hg_utils.o : hg_utils.h hosts_gatherer.h hg_utils.c
Added: trunk/dports/security/openvas-libraries/files/patch-pcap.c.diff
===================================================================
--- trunk/dports/security/openvas-libraries/files/patch-pcap.c.diff (rev 0)
+++ trunk/dports/security/openvas-libraries/files/patch-pcap.c.diff 2009-06-02 09:56:33 UTC (rev 51748)
@@ -0,0 +1,14 @@
+--- libopenvas/pcap.c 2009-01-02 04:50:00.000000000 -0600
++++ libopenvas/pcap.c 2009-06-01 00:56:37.000000000 -0500
+@@ -16,10 +16,10 @@
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
++#include
+ #include
+ #include
+ #include
+-#include
+ #include
+ #include
+ #include
Added: trunk/dports/security/openvas-server/Portfile
===================================================================
--- trunk/dports/security/openvas-server/Portfile (rev 0)
+++ trunk/dports/security/openvas-server/Portfile 2009-06-02 09:56:33 UTC (rev 51748)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem 1.0
+
+name openvas-server
+version 2.0.1
+set download_id 562
+platforms darwin
+categories security
+maintainers ryandesign
+homepage http://www.openvas.org/
+master_sites http://wald.intevation.org/frs/download.php/${download_id}
+
+checksums \
+ md5 f68e2014113185a1e596408679eb192d \
+ sha1 4044857b93e7e1fabecc9bd9ced45465b6e41a84 \
+ rmd160 8c0571d3f1770fba293438776dca425e0ad92c55
+
+depends_build \
+ path:bin/pkg-config:pkgconfig \
+ path:bin/xmkmf:imake
+
+depends_lib \
+ path:bin/openvas-libnasl-config:openvas-libnasl \
+ path:lib/libX11.dylib:xorg-libX11
+
+use_parallel_build yes
Property changes on: trunk/dports/security/openvas-server/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From portindex at macports.org Tue Jun 2 03:54:15 2009
From: portindex at macports.org (portindex at macports.org)
Date: Tue, 2 Jun 2009 03:54:15 -0700 (PDT)
Subject: [51749] trunk/dports
Message-ID: <20090602105416.1DF481CE3FB8@beta.macosforge.org>
Revision: 51749
http://trac.macports.org/changeset/51749
Author: portindex at macports.org
Date: 2009-06-02 03:54:13 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Total number of ports parsed: 5824
Ports successfully parsed: 5824
Ports failed: 0
Modified Paths:
--------------
trunk/dports/PortIndex
trunk/dports/PortIndex.quick
Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex 2009-06-02 09:56:33 UTC (rev 51748)
+++ trunk/dports/PortIndex 2009-06-02 10:54:13 UTC (rev 51749)
@@ -9426,6 +9426,14 @@
variants universal portdir security/nbtscan description NBTscan homepage http://www.inetcat.net/software/nbtscan.html epoch 0 platforms darwin name nbtscan long_description {NBTscan is a program for scanning IP networks for NetBIOS name information. It sends NetBIOS status query to each address in supplied range and lists received information in human readable form. For each responded host it lists IP address, NetBIOS computer name, logged-in user name and MAC address.} maintainers googlemail.com:usx303 categories security version 1.5.1 revision 0
openpgpsdk 462
variants doc depends_build bin:perl:perl5 portdir security/openpgpsdk description {OpenPGP library SDK} homepage http://openpgp.nominet.org.uk/ epoch 0 platforms darwin depends_lib {port:openssl port:bzip2 port:zlib port:cunit} name openpgpsdk long_description {The OpenPGP SDK project provides an open source library, written in C, which implements the OpenPGP specification.} maintainers {blb openmaintainer} categories {security devel} version 0.9 revision 0
+openvas-client 371
+variants universal depends_build {path:bin/pkg-config:pkgconfig bin:grep:grep} portdir security/openvas-client homepage http://www.openvas.org/ epoch 0 platforms darwin name openvas-client depends_lib {path:bin/gdlib-config:gd2 path:lib/pkgconfig/gtk+-2.0.pc:gtk2 path:lib/pkgconfig/openssl.pc:openssl} maintainers ryandesign categories security version 2.0.3 revision 0
+openvas-libnasl 372
+variants universal depends_build {path:bin/pkg-config:pkgconfig path:bin/bison:bison path:bin/gsed:gsed} portdir security/openvas-libnasl homepage http://www.openvas.org/ epoch 0 platforms darwin name openvas-libnasl depends_lib {path:bin/gpgme-config:gpgme path:bin/libopenvas-config:openvas-libraries} maintainers ryandesign categories security version 2.0.1 revision 0
+openvas-libraries 401
+variants universal depends_build {path:bin/pkg-config:pkgconfig bin:grep:grep} portdir security/openvas-libraries homepage http://www.openvas.org/ epoch 0 platforms darwin name openvas-libraries depends_lib {path:lib/pkgconfig/glib-2.0.pc:glib2 path:bin/libgnutls-config:gnutls path:bin/pcap-config:libpcap path:lib/libz.dylib:zlib} maintainers ryandesign categories security version 2.0.2 revision 0
+openvas-server 360
+variants universal depends_build {path:bin/pkg-config:pkgconfig path:bin/xmkmf:imake} portdir security/openvas-server homepage http://www.openvas.org/ epoch 0 platforms darwin name openvas-server depends_lib {path:bin/openvas-libnasl-config:openvas-libnasl path:lib/libX11.dylib:xorg-libX11} maintainers ryandesign categories security version 2.0.1 revision 0
ophcrack 549
variants universal portdir security/ophcrack description {Microsoft Windows password cracker} homepage http://ophcrack.sourceforge.net epoch 0 depends_run {port:bkhive port:samdump2} name ophcrack depends_lib port:gtk2 long_description {Ophcrack is a Windows password cracker based on a time- memory trade-off using rainbow tables. This is a new variant of Hellman's original trade-off, with better performance. It recovers 99.9% of alphanumeric passwords in seconds.} maintainers gmail.com:cedric.luthi categories security version 2.3.3 revision 0
otrproxy 572
Modified: trunk/dports/PortIndex.quick
===================================================================
(Binary files differ)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From macsforever2000 at macports.org Tue Jun 2 07:25:22 2009
From: macsforever2000 at macports.org (macsforever2000 at macports.org)
Date: Tue, 2 Jun 2009 07:25:22 -0700 (PDT)
Subject: [51750] trunk/dports/devel
Message-ID: <20090602142523.3B1191CE675D@beta.macosforge.org>
Revision: 51750
http://trac.macports.org/changeset/51750
Author: macsforever2000 at macports.org
Date: 2009-06-02 07:25:21 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Added new port. (#19285)
Added Paths:
-----------
trunk/dports/devel/log4cplus/
trunk/dports/devel/log4cplus/Portfile
Added: trunk/dports/devel/log4cplus/Portfile
===================================================================
--- trunk/dports/devel/log4cplus/Portfile (rev 0)
+++ trunk/dports/devel/log4cplus/Portfile 2009-06-02 14:25:21 UTC (rev 51750)
@@ -0,0 +1,21 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name log4cplus
+version 1.0.3
+categories devel
+maintainers randomhacks.net:macports
+description Logging library for C++
+long_description log4cplus is a third-party reimplementation of log4j \
+ for C++, with fewer dependencies than the official \
+ log4cxx port.
+homepage http://log4cplus.sourceforge.net/
+platforms darwin
+master_sites sourceforge
+use_bzip2 yes
+
+checksums md5 5c8bcd4e812fce9e7ada7113fe0e0f40 \
+ sha1 706b5a855598c4b0d3a0bae383f7e3e289fb2b18 \
+ rmd160 a98ce16338ca01607243b905e43a2c819d6623be
Property changes on: trunk/dports/devel/log4cplus/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From jmr at macports.org Tue Jun 2 07:47:55 2009
From: jmr at macports.org (jmr at macports.org)
Date: Tue, 2 Jun 2009 07:47:55 -0700 (PDT)
Subject: [51751] trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl
Message-ID: <20090602144755.592971CE6BB9@beta.macosforge.org>
Revision: 51751
http://trac.macports.org/changeset/51751
Author: jmr at macports.org
Date: 2009-06-02 07:47:54 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
portname -> name
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-06-02 14:25:21 UTC (rev 51750)
+++ trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl 2009-06-02 14:47:54 UTC (rev 51751)
@@ -164,7 +164,7 @@
configure {
foreach arch ${universal_archs_to_use} {
- ui_msg "$UI_PREFIX [format [msgcat::mc "Configuring %1\$s for architecture %2\$s"] [option portname] ${arch}]"
+ ui_msg "$UI_PREFIX [format [msgcat::mc "Configuring %1\$s for architecture %2\$s"] $name ${arch}]"
copy ${worksrcpath} ${worksrcpath}-${arch}
@@ -324,7 +324,7 @@
build {
foreach arch ${universal_archs_to_use} {
- ui_msg "$UI_PREFIX [format [msgcat::mc "Building %1\$s for architecture %2\$s"] [option portname] ${arch}]"
+ ui_msg "$UI_PREFIX [format [msgcat::mc "Building %1\$s for architecture %2\$s"] $name ${arch}]"
if { [info exists merger_build_env(${arch})] } {
build.env-append $merger_build_env(${arch})
@@ -354,7 +354,7 @@
destroot {
foreach arch ${universal_archs_to_use} {
- ui_msg "$UI_PREFIX [format [msgcat::mc "Staging %1\$s into destroot for architecture %2\$s"] [option portname] ${arch}]"
+ ui_msg "$UI_PREFIX [format [msgcat::mc "Staging %1\$s into destroot for architecture %2\$s"] $name ${arch}]"
copy ${destroot} ${workpath}/destroot-${arch}
set destdirSave ${destroot.destdir}
eval destroot.destdir [string map "${destroot} ${workpath}/destroot-${arch}" ${destroot.destdir}]
@@ -555,7 +555,7 @@
# Rosetta does not translate G5 instructions
# PowerPC systems can't translate Intel instructions
if { (${os.arch}=="i386" && ${arch}!="ppc64") || (${os.arch}=="powerpc" && ${arch}!="i386" && ${arch}!="x86_64") } {
- ui_msg "$UI_PREFIX [format [msgcat::mc "Testing %1\$s for architecture %2\$s"] [option portname] ${arch}]"
+ ui_msg "$UI_PREFIX [format [msgcat::mc "Testing %1\$s for architecture %2\$s"] $name ${arch}]"
set test_dir_save ${test.dir}
if { [string match "${worksrcpath}/*" ${test.dir}] } {
# The test directory is inside the source directory, so put in the new source directory name.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From portindex at macports.org Tue Jun 2 07:53:39 2009
From: portindex at macports.org (portindex at macports.org)
Date: Tue, 2 Jun 2009 07:53:39 -0700 (PDT)
Subject: [51752] trunk/dports
Message-ID: <20090602145340.8C0211CE6C5F@beta.macosforge.org>
Revision: 51752
http://trac.macports.org/changeset/51752
Author: portindex at macports.org
Date: 2009-06-02 07:53:39 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Total number of ports parsed: 5825
Ports successfully parsed: 5825
Ports failed: 0
Modified Paths:
--------------
trunk/dports/PortIndex
trunk/dports/PortIndex.quick
Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex 2009-06-02 14:47:54 UTC (rev 51751)
+++ trunk/dports/PortIndex 2009-06-02 14:53:39 UTC (rev 51752)
@@ -1606,6 +1606,8 @@
variants universal depends_build port:pkgconfig portdir devel/linc description {linc is a library for writing networked servers/clients.} homepage http://www.gnome.org/projects/ORBit2 epoch 0 platforms darwin name linc depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 maintainers nomaintainer long_description {linc is a library that eases the task of writing networked servers & clients. It takes care of connection initiation and maintainance, and the details of various transports. It is used by the new ORBit to handle message transmission/receipt.} categories {devel gnome} version 1.0.3 revision 2
localizer 333
variants universal portdir devel/localizer description {library to provide location-based content} homepage http://www.incremental.de/products/localizer/ epoch 0 platforms darwin name localizer long_description {Library that determines location based on IP number.} maintainers nomaintainer categories devel version 0.3.3 revision 0
+log4cplus 380
+variants universal portdir devel/log4cplus description {Logging library for C++} homepage http://log4cplus.sourceforge.net/ epoch 0 platforms darwin name log4cplus long_description {log4cplus is a third-party reimplementation of log4j for C++, with fewer dependencies than the official log4cxx port.} maintainers randomhacks.net:macports categories devel version 1.0.3 revision 0
log4cpp 437
variants universal portdir devel/log4cpp description {configurable logging for C++} homepage http://log4cpp.sourceforge.net/ epoch 0 platforms darwin name log4cpp long_description {Log4cpp is library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. It is modeled after the Log4j Java library, staying as close to their API as is reasonable.} maintainers stechert categories devel version 1.0 revision 0
lua-expat 377
Modified: trunk/dports/PortIndex.quick
===================================================================
(Binary files differ)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From jmr at macports.org Tue Jun 2 07:56:19 2009
From: jmr at macports.org (jmr at macports.org)
Date: Tue, 2 Jun 2009 07:56:19 -0700 (PDT)
Subject: [51753] trunk/dports/aqua/TeXShop/Portfile
Message-ID: <20090602145619.5B3911CE6D75@beta.macosforge.org>
Revision: 51753
http://trac.macports.org/changeset/51753
Author: jmr at macports.org
Date: 2009-06-02 07:56:18 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
TeXShop: simplify, respect applications_dir
Modified Paths:
--------------
trunk/dports/aqua/TeXShop/Portfile
Modified: trunk/dports/aqua/TeXShop/Portfile
===================================================================
--- trunk/dports/aqua/TeXShop/Portfile 2009-06-02 14:53:39 UTC (rev 51752)
+++ trunk/dports/aqua/TeXShop/Portfile 2009-06-02 14:56:18 UTC (rev 51753)
@@ -1,12 +1,12 @@
# $Id$
PortSystem 1.0
+PortGroup xcode 1.0
name TeXShop
version 2.26
revision 1
categories aqua editors
-PortGroup xcode 1.0
maintainers snc openmaintainer
description TeX previewer for Mac OS X
@@ -17,7 +17,6 @@
typeset, these programs in the standard teTeX distribution \
of TeX produce pdf output instead of dvi output.
homepage http://www.uoregon.edu/~koch/texshop/texshop.html
-platforms macosx
master_sites http://www.uoregon.edu/~koch/texshop
use_zip yes
distname texshopsource-${version}
@@ -39,8 +38,6 @@
reinplace "s/defaultConfigurationName = Debug/defaultConfigurationName = Release/" ${worksrcpath}/${name}.xcodeproj/project.pbxproj
}
-use_configure no
-build.type pbx
build.target ${name}
xcode.project ${name}.xcodeproj
@@ -48,10 +45,8 @@
xcode.build.settings FRAMEWORK_SEARCH_PATHS=${worksrcpath} \
CONFIGURATION_BUILD_DIR=${worksrcpath}/build
-destroot {
- system "cd ${worksrcpath} && ${build.cmd} DSTROOT=${destroot} \
- INSTALL_PATH=/Applications/MacPorts -target ${name} install \
- INSTALL_MODE_FLAG=755 ${xcode.build.settings}"
-
- file delete -force ${destroot}/Applications/MacPorts/TeX.mdimporter
+destroot.target ${name}
+eval xcode.destroot.settings INSTALL_MODE_FLAG=755 ${xcode.build.settings}
+post-destroot {
+ file delete -force ${destroot}${applications_dir}/TeX.mdimporter
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From jmr at macports.org Tue Jun 2 08:17:00 2009
From: jmr at macports.org (jmr at macports.org)
Date: Tue, 2 Jun 2009 08:17:00 -0700 (PDT)
Subject: [51754] trunk/dports/graphics/asymptote/Portfile
Message-ID: <20090602151700.F24BB1CE71B0@beta.macosforge.org>
Revision: 51754
http://trac.macports.org/changeset/51754
Author: jmr at macports.org
Date: 2009-06-02 08:17:00 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
asymptote: update to 1.75 (#19841)
Modified Paths:
--------------
trunk/dports/graphics/asymptote/Portfile
Modified: trunk/dports/graphics/asymptote/Portfile
===================================================================
--- trunk/dports/graphics/asymptote/Portfile 2009-06-02 14:56:18 UTC (rev 51753)
+++ trunk/dports/graphics/asymptote/Portfile 2009-06-02 15:17:00 UTC (rev 51754)
@@ -3,7 +3,7 @@
PortSystem 1.0
name asymptote
-version 1.73
+version 1.75
categories graphics
maintainers gmail.com:loshea
description a vector graphics language
@@ -18,9 +18,9 @@
--mandir=${prefix}/share/man
master_sites sourceforge
extract.suffix .src.tgz
-checksums md5 1ded335bc63b662a6eb920a4c065706c \
- sha1 0efa34027185fc029f9c8736f6f5eaef25b1f998 \
- rmd160 96eb76e40bd3eb65f63cc15faf1482dc822f7e77
+checksums md5 d4551b3b5f6ac9ac7478963af8ba1f3f \
+ sha1 12820d8f215442985d8822ba8d1a05c96129a7b4 \
+ rmd160 4408edaa337972b7875457a26031239abb473539
depends_lib port:readline \
port:texlive \
port:ghostscript \
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From jberry at macports.org Tue Jun 2 08:17:43 2009
From: jberry at macports.org (jberry at macports.org)
Date: Tue, 2 Jun 2009 08:17:43 -0700 (PDT)
Subject: [51755] trunk/dports/mail/dovecot/Portfile
Message-ID: <20090602151743.2E0571CE7240@beta.macosforge.org>
Revision: 51755
http://trac.macports.org/changeset/51755
Author: jberry at macports.org
Date: 2009-06-02 08:17:42 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Update dovecot 1.1.15 --> 1.1.16
Modified Paths:
--------------
trunk/dports/mail/dovecot/Portfile
Modified: trunk/dports/mail/dovecot/Portfile
===================================================================
--- trunk/dports/mail/dovecot/Portfile 2009-06-02 15:17:00 UTC (rev 51754)
+++ trunk/dports/mail/dovecot/Portfile 2009-06-02 15:17:42 UTC (rev 51755)
@@ -4,7 +4,7 @@
name dovecot
epoch 20060722
-version 1.1.15
+version 1.1.16
set branch [join [lrange [split ${version} .] 0 1] .]
categories mail
maintainers jberry openmaintainer
@@ -19,9 +19,9 @@
homepage http://dovecot.org/
master_sites ${homepage}releases/${branch}
-checksums md5 90562401bbf6bd052b23b89f7f5a700f \
- sha1 16a638b9d67bcd6c2d8a09a124103a1fc2ea6745 \
- rmd160 2ddda6240e8aaed8afdce11196070c3628443083
+checksums md5 2e20c761416b16aa0fe9cac260ca0d2d \
+ sha1 3aa7f386559f244b3a9addad27c4845c554e545b \
+ rmd160 53122e86f217e33f24b52559fece5ace35689eb4
depends_build port:pkgconfig
depends_lib port:libiconv \
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From portindex at macports.org Tue Jun 2 08:53:38 2009
From: portindex at macports.org (portindex at macports.org)
Date: Tue, 2 Jun 2009 08:53:38 -0700 (PDT)
Subject: [51756] trunk/dports/PortIndex
Message-ID: <20090602155339.EA73D1CE7ACF@beta.macosforge.org>
Revision: 51756
http://trac.macports.org/changeset/51756
Author: portindex at macports.org
Date: 2009-06-02 08:53:37 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Total number of ports parsed: 5825
Ports successfully parsed: 5825
Ports failed: 0
Modified Paths:
--------------
trunk/dports/PortIndex
Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex 2009-06-02 15:17:42 UTC (rev 51755)
+++ trunk/dports/PortIndex 2009-06-02 15:53:37 UTC (rev 51756)
@@ -83,7 +83,7 @@
Smultron 869
variants {darwin_6 darwin_7 darwin_8 darwin_9 universal} depends_build bin:unzip:unzip portdir aqua/Smultron description {Cocoa text editor with syntax colouring} homepage http://smultron.sourceforge.net/ epoch 0 platforms darwin name Smultron long_description {Smultron is an open-source text editor written in Cocoa for Mac OS X Panther with many of the features that you might need. It features easy selection of the opened documents, line numbers, support for syntax colouring for many different languages, support for text encodings, code snippets, a toolbar, a status bar, HTML preview, multi-document find and replace with regular expressions, possibility to show invisible characters, authenticated saves, command-line utility, .Mac synchronisation of preferences and many more features.} maintainers bfulgham version 3.5.1 categories {aqua editors} revision 0
TeXShop 593
-variants {darwin_7 universal} depends_build bin:unzip:unzip portdir aqua/TeXShop description {TeX previewer for Mac OS X} homepage http://www.uoregon.edu/~koch/texshop/texshop.html epoch 0 platforms macosx name TeXShop long_description {TeXShop is a TeX previewer for Mac OS X, written in Cocoa. Since pdf is a native file format on OS X, TeXShop uses pdftex and pdflatex rather than tex and latex to typeset, these programs in the standard teTeX distribution of TeX produce pdf output instead of dvi output.} maintainers {snc openmaintainer} categories {aqua editors} version 2.26 revision 1
+variants {darwin_7 universal} depends_build bin:unzip:unzip portdir aqua/TeXShop description {TeX previewer for Mac OS X} homepage http://www.uoregon.edu/~koch/texshop/texshop.html epoch 0 platforms macosx name TeXShop long_description {TeXShop is a TeX previewer for Mac OS X, written in Cocoa. Since pdf is a native file format on OS X, TeXShop uses pdftex and pdflatex rather than tex and latex to typeset, these programs in the standard teTeX distribution of TeX produce pdf output instead of dvi output.} maintainers {snc openmaintainer} version 2.26 categories {aqua editors} revision 1
TrailBlazer 1050
depends_build bin:cvs:cvs portdir aqua/TrailBlazer description {TrailBlazer is a browser with an experimental history} homepage http://www.acm.uiuc.edu/macwarriors/projects/trailblazer/ epoch 0 platforms darwin name TrailBlazer maintainers gmail.com:papabean long_description {TrailBlazer solves the problem of getting back to a web page you've been to before, but didn't have the forethought to bookmark. The current solutions provided by most web browsers, their history menu, is just a list of titles and web addresses which aren't memorable enough to be useful. The actual solution used by most people, is to retrace their own steps through different links until they find they page they are looking for. Our software solution provides the user with a graphical representation of the steps they took from page to page, such that they can simply click to their final destination page. TrailBlazer was developed by MacWarriors and released at the University of Illinois' Engineering Open
House 2004.} categories {aqua www} version 0.5.1 revision 0
X-MasTree 319
@@ -2903,7 +2903,7 @@
antigraingeometry 987
variants {sdl universal} depends_build {port:automake port:autoconf port:libtool port:pkgconfig bin:autoreconf:autoconf} portdir graphics/antigraingeometry description {A high quality rendering engine for C++} homepage http://www.antigrain.com/ epoch 0 platforms darwin name antigraingeometry depends_lib {port:freetype port:xorg-libX11} long_description {Anti-Grain Geometry (AGG) is a general purpose graphical toolkit written completely in standard and platform independent C++. It can be used in many areas of computer programming where high quality 2D graphics is an essential part of the project. For example, if you render 2D geographic maps AGG is a must. AGG uses only C++ and standard C runtime functions, such as memcpy, sin, cos, sqrt, etc. The basic algorithms don't even use C++ Standard Template Library. Thus, AGG can be used in a very large number of applications, including embedded systems.} maintainers nomaintainer categories {graphics devel} version 2.5 revision 2
asymptote 598
-variants universal portdir graphics/asymptote description {a vector graphics language} homepage http://asymptote.sourceforge.net epoch 0 platforms darwin name asymptote depends_lib {port:readline port:texlive port:ghostscript port:fftw-3 port:gsl port:libsigsegv port:ncurses port:boehmgc} long_description {Asymptote is a powerful descriptive vector graphics language that provides a natural coordinate-based framework for technical drawing. Labels and equations are typeset with LaTeX, for high-quality PostScript output.} maintainers gmail.com:loshea categories graphics version 1.73 revision 0
+variants universal portdir graphics/asymptote description {a vector graphics language} homepage http://asymptote.sourceforge.net epoch 0 platforms darwin name asymptote depends_lib {port:readline port:texlive port:ghostscript port:fftw-3 port:gsl port:libsigsegv port:ncurses port:boehmgc} long_description {Asymptote is a powerful descriptive vector graphics language that provides a natural coordinate-based framework for technical drawing. Labels and equations are typeset with LaTeX, for high-quality PostScript output.} maintainers gmail.com:loshea categories graphics version 1.75 revision 0
autopano-sift-c 644
variants universal depends_build {port:cmake bin:svn:subversion} portdir graphics/autopano-sift-c description {Detects control points in photos using SIFT algorithm} homepage http://hugin.sourceforge.net epoch 0 platforms darwin depends_lib {port:libpano13 port:libxml2} name autopano-sift-c long_description {C-language port of the original autopano-sift (http://www.cs.tu-berlin.de/~nowozin/autopano-sift). This software automatically finds control points in photos. Useful for stitching photographs, particularly in conjunction with graphics/hugin.} maintainers auckland.ac.nz:p.schmiedeskamp categories graphics version 2.4-2903 revision 0
autotrace 644
@@ -4363,7 +4363,7 @@
deletemail 534
variants universal portdir mail/deletemail description {non-interactive tool for removing mail from IMAP4 mailboxes} homepage http://code.jhweiss.de/deletemail/ epoch 0 platforms darwin name deletemail depends_lib port:openssl long_description {deletemail is a non-interactive tool for removing mail from one or more IMAP4 mailboxes. It removes mail older than a configurable number of days, and by default does not remove mail that is not marked as seen on the server} maintainers nomaintainer categories mail version 0.5 revision 0
dovecot 604
-variants {darwin_7 darwin_8 darwin_9 darwin_10 postgres rawlog ldap universal} depends_build port:pkgconfig portdir mail/dovecot description {Secure, fast imap and pop3 server} homepage http://dovecot.org/ epoch 20060722 platforms darwin depends_lib {port:libiconv port:zlib port:openssl} name dovecot long_description {Dovecot is an IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. Although it's written in C, it uses several coding techniques to avoid most of the common pitfalls.} maintainers {jberry openmaintainer} categories mail version 1.1.15 revision 0
+variants {darwin_7 darwin_8 darwin_9 darwin_10 postgres rawlog ldap universal} depends_build port:pkgconfig portdir mail/dovecot description {Secure, fast imap and pop3 server} homepage http://dovecot.org/ epoch 20060722 platforms darwin depends_lib {port:libiconv port:zlib port:openssl} name dovecot long_description {Dovecot is an IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. Although it's written in C, it uses several coding techniques to avoid most of the common pitfalls.} maintainers {jberry openmaintainer} categories mail version 1.1.16 revision 0
dspam 460
variants {vpopmail mysql5 sqlite postgres universal} portdir mail/dspam description {Scalable, open-source statistical anti-spam filter} homepage http://www.nuclearelephant.com/projects/dspam/index.shtml epoch 0 platforms {darwin freebsd} name dspam long_description {Open-source anti-spam filter with multiple algorithms and useful admin tools and cgi quarantine interface.} maintainers yahoo.com:compconsultant categories {mail net} version 3.8.0 revision 0
etpan 390
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From breskeby at macports.org Tue Jun 2 10:37:46 2009
From: breskeby at macports.org (breskeby at macports.org)
Date: Tue, 2 Jun 2009 10:37:46 -0700 (PDT)
Subject: [51757] trunk/dports/devel/gradle/Portfile
Message-ID: <20090602173747.28DCB1CE8AA8@beta.macosforge.org>
Revision: 51757
http://trac.macports.org/changeset/51757
Author: breskeby at macports.org
Date: 2009-06-02 10:37:46 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
update to 0.6.1 (#19845); remove duplicate worksrcdir definition
Modified Paths:
--------------
trunk/dports/devel/gradle/Portfile
Modified: trunk/dports/devel/gradle/Portfile
===================================================================
--- trunk/dports/devel/gradle/Portfile 2009-06-02 15:53:37 UTC (rev 51756)
+++ trunk/dports/devel/gradle/Portfile 2009-06-02 17:37:46 UTC (rev 51757)
@@ -3,9 +3,9 @@
PortSystem 1.0
name gradle
-version 0.6
+version 0.6.1
categories devel java groovy
-maintainers breskeby.com:rene
+maintainers breskeby
description An open-source build system that is based on the Groovy language
long_description Gradle is a build system which offers you ease, power and freedom. \
You can choose the balance for yourself. It has powerful multi-project build \
@@ -17,9 +17,9 @@
platforms darwin
distname ${name}-${version}-src
master_sites http://dist.codehaus.org/gradle
-checksums md5 0a629160555918179e6f18355b34bd12 \
- sha1 eb544bf902d954728f1188d1be37b97b974b87dc \
- rmd160 a89ff353e12c534b214aca13cc266e3fb0d41aa4
+checksums md5 ddd95c1dc2d9958193a0bf7228017748 \
+ sha1 357ddf074214b4df1fbca5879c8b282ab24f21cc \
+ rmd160 afa356483a2b19186edf89b5d892edb8ed97124a
worksrcdir ${name}-${version}
set workTarget ""
@@ -27,8 +27,6 @@
use_zip yes
use_configure no
-worksrcdir gradle-${version}
-
build.cmd ./gradlew
build.target clean explodedDistBase -Dskip.test
depends_lib port:groovy
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From portindex at macports.org Tue Jun 2 10:54:16 2009
From: portindex at macports.org (portindex at macports.org)
Date: Tue, 2 Jun 2009 10:54:16 -0700 (PDT)
Subject: [51758] trunk/dports
Message-ID: <20090602175417.C17791CE8EC0@beta.macosforge.org>
Revision: 51758
http://trac.macports.org/changeset/51758
Author: portindex at macports.org
Date: 2009-06-02 10:54:16 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Total number of ports parsed: 5825
Ports successfully parsed: 5825
Ports failed: 0
Modified Paths:
--------------
trunk/dports/PortIndex
trunk/dports/PortIndex.quick
Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex 2009-06-02 17:37:46 UTC (rev 51757)
+++ trunk/dports/PortIndex 2009-06-02 17:54:16 UTC (rev 51758)
@@ -1254,8 +1254,8 @@
variants universal portdir devel/gpgme-objc description {GnuPG Made Easy is an Objective-C framework wrapping libgpgme} homepage http://macgpg.sourceforge.net epoch 0 platforms macosx name gpgme-objc depends_lib {port:gpgme port:libgpg-error} long_description {GnuPG Made Easy (GPGME) is an Objective-C framework wrapping libgpgme, a C language library, that allows to add support for cryptography to a program. It is designed to make access to crypto engines like GnuPG or GpgSM easier for applications. GPGME provides a high-level crypto API for encryption, decryption, signing, signature verification and key management.} maintainers waqar version 1.0.2 categories {devel security} revision 4
gputils 377
variants universal portdir devel/gputils description {GNU PIC Utilities} homepage http://gputils.sourceforge.net/ epoch 0 platforms darwin name gputils long_description {GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers. It includes gpasm, gplink, and gplib.} maintainers {gmail.com:r.goyet openmaintainer} categories devel version 0.13.6 revision 0
-gradle 698
-variants darwin depends_build bin:unzip:unzip portdir devel/gradle description {An open-source build system that is based on the Groovy language} homepage http://www.gradle.org/ epoch 0 platforms darwin depends_lib port:groovy name gradle long_description {Gradle is a build system which offers you ease, power and freedom. You can choose the balance for yourself. It has powerful multi-project build support. It has a layer on top of Ivy that provides a build-by-convention integration for Ivy. It gives you always the choice between the flexibility of Ant and the convenience of a build-by-convention behavior.} maintainers breskeby.com:rene categories {devel java groovy} version 0.6 revision 0
+gradle 691
+variants darwin depends_build bin:unzip:unzip portdir devel/gradle description {An open-source build system that is based on the Groovy language} homepage http://www.gradle.org/ epoch 0 platforms darwin depends_lib port:groovy name gradle long_description {Gradle is a build system which offers you ease, power and freedom. You can choose the balance for yourself. It has powerful multi-project build support. It has a layer on top of Ivy that provides a build-by-convention integration for Ivy. It gives you always the choice between the flexibility of Ant and the convenience of a build-by-convention behavior.} maintainers breskeby categories {devel java groovy} version 0.6.1 revision 0
grails 759
variants darwin portdir devel/grails description {An open-source web application framework that leverages the Groovy language} homepage http://www.grails.org/ epoch 0 platforms darwin name grails long_description {Grails aims to bring the {coding by convention} paradigm to Groovy. It's an open-source web application framework that leverages the Groovy language and complements Java Web development. You can use Grails as a standalone development environment that hides all configuration details or integrate your Java business logic. Grails aims to make development as simple as possible and hence should appeal to a wide range of developers not just those from the Java community.} maintainers nomaintainer categories {devel java} version 1.1.1 revision 0
griffon 773
Modified: trunk/dports/PortIndex.quick
===================================================================
(Binary files differ)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From blair at macports.org Tue Jun 2 11:36:53 2009
From: blair at macports.org (blair at macports.org)
Date: Tue, 2 Jun 2009 11:36:53 -0700 (PDT)
Subject: [51759] trunk/dports/lang/scala/Portfile
Message-ID: <20090602183653.BC54E1CE96DF@beta.macosforge.org>
Revision: 51759
http://trac.macports.org/changeset/51759
Author: blair at macports.org
Date: 2009-06-02 11:36:52 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Use ${version} instead of duplicating the version number.
Modified Paths:
--------------
trunk/dports/lang/scala/Portfile
Modified: trunk/dports/lang/scala/Portfile
===================================================================
--- trunk/dports/lang/scala/Portfile 2009-06-02 17:54:16 UTC (rev 51758)
+++ trunk/dports/lang/scala/Portfile 2009-06-02 18:36:52 UTC (rev 51759)
@@ -1,4 +1,4 @@
-# $Id: Portfile 50022 2009-04-22 20:04:59Z blair at macports.org $
+# $Id$
PortSystem 1.0
@@ -18,7 +18,7 @@
platforms darwin
master_sites ${homepage}downloads/distrib/files/
-distname scala-2.7.4.final
+distname scala-${version}.final
extract.suffix .tgz
checksums md5 9077f5d083c59f591f044b5295eb2011 \
sha1 bfaa9a3eebed0e0e82c68da8e45e025f8ada6f82 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From blair at macports.org Tue Jun 2 11:37:08 2009
From: blair at macports.org (blair at macports.org)
Date: Tue, 2 Jun 2009 11:37:08 -0700 (PDT)
Subject: [51760] trunk/dports/lang/scala/Portfile
Message-ID: <20090602183708.A3ADC1CE9748@beta.macosforge.org>
Revision: 51760
http://trac.macports.org/changeset/51760
Author: blair at macports.org
Date: 2009-06-02 11:37:08 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
New upstream 2.7.5 release.
Modified Paths:
--------------
trunk/dports/lang/scala/Portfile
Modified: trunk/dports/lang/scala/Portfile
===================================================================
--- trunk/dports/lang/scala/Portfile 2009-06-02 18:36:52 UTC (rev 51759)
+++ trunk/dports/lang/scala/Portfile 2009-06-02 18:37:08 UTC (rev 51760)
@@ -3,7 +3,7 @@
PortSystem 1.0
name scala
-version 2.7.4
+version 2.7.5
categories lang java
maintainers blair
description The Scala Programming Language
@@ -20,9 +20,9 @@
master_sites ${homepage}downloads/distrib/files/
distname scala-${version}.final
extract.suffix .tgz
-checksums md5 9077f5d083c59f591f044b5295eb2011 \
- sha1 bfaa9a3eebed0e0e82c68da8e45e025f8ada6f82 \
- rmd160 5ba50196da23e9b8af42d6bc340d5579bc5838d1
+checksums md5 40a62c98d13689d83920f564a0532a8d \
+ sha1 757edaefa934cf0a3b5ea1d19974a4a5f849a27e \
+ rmd160 0cf9acddcd34980fd14f430db594626086add7d5
use_configure no
build {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From portindex at macports.org Tue Jun 2 11:54:05 2009
From: portindex at macports.org (portindex at macports.org)
Date: Tue, 2 Jun 2009 11:54:05 -0700 (PDT)
Subject: [51761] trunk/dports/PortIndex
Message-ID: <20090602185406.A3EE11CE9A85@beta.macosforge.org>
Revision: 51761
http://trac.macports.org/changeset/51761
Author: portindex at macports.org
Date: 2009-06-02 11:54:05 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Total number of ports parsed: 5825
Ports successfully parsed: 5825
Ports failed: 0
Modified Paths:
--------------
trunk/dports/PortIndex
Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex 2009-06-02 18:37:08 UTC (rev 51760)
+++ trunk/dports/PortIndex 2009-06-02 18:54:05 UTC (rev 51761)
@@ -4249,7 +4249,7 @@
sbcl 570
variants {powerpc darwin_8_i386 darwin_9_i386 html threads} portdir lang/sbcl description {The Steel Bank Common Lisp system} homepage http://www.sbcl.org epoch 0 platforms darwin name sbcl long_description {Steel Bank Common Lisp (SBCL) is a Open Source development system for ANSI Common Lisp. It provides an interactive environment including an integrated native compiler, interpreter, and debugger. (And it, and its generated code, can also play nicely with Unix when running noninteractively.)} maintainers {gwright waqar} categories lang version 1.0.28 revision 0
scala 518
-portdir lang/scala description {The Scala Programming Language} homepage http://www.scala-lang.org/ epoch 0 platforms darwin name scala maintainers blair long_description {Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. It runs inside a Java Virtual Machine and is fully interoperable with Java.} version 2.7.4 categories {lang java} revision 0
+portdir lang/scala description {The Scala Programming Language} homepage http://www.scala-lang.org/ epoch 0 platforms darwin name scala maintainers blair long_description {Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. It runs inside a Java Virtual Machine and is fully interoperable with Java.} version 2.7.5 categories {lang java} revision 0
scheme48 468
variants universal portdir lang/scheme48 description {Scheme byte-code interpreter} homepage http://s48.org/ epoch 0 platforms darwin name scheme48 long_description {Scheme 48 is an implementation of Scheme written by Richard Kelsey and Jonathan Rees. It is based on a byte-code interpreter and is designed to be used as a testbed for experiments in implementation techniques and as an expository tool.} maintainers mww categories {lang scheme} version 1.8 revision 0
scsh 599
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From jann at macports.org Tue Jun 2 12:31:15 2009
From: jann at macports.org (jann at macports.org)
Date: Tue, 2 Jun 2009 12:31:15 -0700 (PDT)
Subject: [51762] trunk/dports/lang/eiffelstudio64/Portfile
Message-ID: <20090602193115.C2A911CEA18A@beta.macosforge.org>
Revision: 51762
http://trac.macports.org/changeset/51762
Author: jann at macports.org
Date: 2009-06-02 12:31:12 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
New version
Modified Paths:
--------------
trunk/dports/lang/eiffelstudio64/Portfile
Modified: trunk/dports/lang/eiffelstudio64/Portfile
===================================================================
--- trunk/dports/lang/eiffelstudio64/Portfile 2009-06-02 18:54:05 UTC (rev 51761)
+++ trunk/dports/lang/eiffelstudio64/Portfile 2009-06-02 19:31:12 UTC (rev 51762)
@@ -3,7 +3,7 @@
PortSystem 1.0
name eiffelstudio64
-set minor_version 78765
+set minor_version 78984
version 6.4.${minor_version}
set branch [join [lrange [split ${version} .] 0 1] ""]
categories lang
@@ -19,7 +19,7 @@
in particular "pick-and-drop" for effective browsing.
homepage http://www.eiffel.com
master_sites sourceforge:eiffelstudio:source \
- http://download.origo.ethz.ch/eiffelstudio/1159/:source \
+ http://download.origo.ethz.ch/eiffelstudio/1186/:source \
http://n.ethz.ch/student/roederja/download/:launcher
depends_lib port:gtk2
depends_build bin:bzip2:bzip2
@@ -34,7 +34,7 @@
extract.only ${distname}${extract.suffix}
worksrcdir PorterPackage
-checksums ${distname}${extract.suffix} rmd160 50360e1df252bba8ff44a21ea8b76a4290755edf \
+checksums ${distname}${extract.suffix} rmd160 bef3fc00ef9072ed7683702d9ea991b72b6eb308 \
${eiffel_launch} rmd160 9a6ffe7f1bbc302b60b72197c84ad3a93d31cc0c
use_configure no
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From portindex at macports.org Tue Jun 2 12:54:15 2009
From: portindex at macports.org (portindex at macports.org)
Date: Tue, 2 Jun 2009 12:54:15 -0700 (PDT)
Subject: [51763] trunk/dports/PortIndex
Message-ID: <20090602195417.7F9641CEA3DC@beta.macosforge.org>
Revision: 51763
http://trac.macports.org/changeset/51763
Author: portindex at macports.org
Date: 2009-06-02 12:54:08 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Total number of ports parsed: 5825
Ports successfully parsed: 5825
Ports failed: 0
Modified Paths:
--------------
trunk/dports/PortIndex
Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex 2009-06-02 19:31:12 UTC (rev 51762)
+++ trunk/dports/PortIndex 2009-06-02 19:54:08 UTC (rev 51763)
@@ -3991,7 +3991,7 @@
eiffelstudio 713
variants {i386 powerpc} depends_build bin:bzip2:bzip2 portdir lang/eiffelstudio description {The ISE Eiffel Compiler and IDE} homepage http://www.eiffel.com epoch 0 platforms darwin name eiffelstudio depends_lib port:gtk2 long_description {EiffelStudio is a development environment for the Eiffel programming language developed by Eiffel Software. EiffelStudio includes a combination of tools integrated under a single user interface: compiler, interpreter, debugger, browser, metrics tool, profiler, diagram tool. The user interface rests on a number of specific UI paradigms, in particular pick-and-drop for effective browsing.} maintainers student.ethz.ch:roederja categories lang version 6.3.76070 revision 0
eiffelstudio64 717
-variants {i386 powerpc} depends_build bin:bzip2:bzip2 portdir lang/eiffelstudio64 description {The ISE Eiffel Compiler and IDE} homepage http://www.eiffel.com epoch 0 platforms darwin name eiffelstudio64 depends_lib port:gtk2 long_description {EiffelStudio is a development environment for the Eiffel programming language developed by Eiffel Software. EiffelStudio includes a combination of tools integrated under a single user interface: compiler, interpreter, debugger, browser, metrics tool, profiler, diagram tool. The user interface rests on a number of specific UI paradigms, in particular pick-and-drop for effective browsing.} maintainers student.ethz.ch:roederja categories lang version 6.4.78765 revision 0
+variants {i386 powerpc} depends_build bin:bzip2:bzip2 portdir lang/eiffelstudio64 description {The ISE Eiffel Compiler and IDE} homepage http://www.eiffel.com epoch 0 platforms darwin name eiffelstudio64 depends_lib port:gtk2 long_description {EiffelStudio is a development environment for the Eiffel programming language developed by Eiffel Software. EiffelStudio includes a combination of tools integrated under a single user interface: compiler, interpreter, debugger, browser, metrics tool, profiler, diagram tool. The user interface rests on a number of specific UI paradigms, in particular pick-and-drop for effective browsing.} maintainers student.ethz.ch:roederja categories lang version 6.4.78984 revision 0
elk 496
variants {x11 universal} portdir lang/elk description {Scheme Extension Language Kit} homepage http://sam.zoy.org/elk epoch 0 platforms darwin name elk long_description {Elk (the Extension Language Kit) is an implementation of the Scheme programming language. It can be used as a standalone Scheme interpreter, or as an embeddable, reusable extension language subsystem for applications written in C or C++ through the libelk library.} maintainers waqar categories lang version 3.99.7 revision 0
erlang 818
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From blb at macports.org Tue Jun 2 13:32:01 2009
From: blb at macports.org (blb at macports.org)
Date: Tue, 2 Jun 2009 13:32:01 -0700 (PDT)
Subject: [51764] trunk/dports/python
Message-ID: <20090602203202.2E9E51CEA8B8@beta.macosforge.org>
Revision: 51764
http://trac.macports.org/changeset/51764
Author: blb at macports.org
Date: 2009-06-02 13:32:01 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
python/py2[56]-numexpr - version update to 1.3
Modified Paths:
--------------
trunk/dports/python/py25-numexpr/Portfile
trunk/dports/python/py26-numexpr/Portfile
Modified: trunk/dports/python/py25-numexpr/Portfile
===================================================================
--- trunk/dports/python/py25-numexpr/Portfile 2009-06-02 19:54:08 UTC (rev 51763)
+++ trunk/dports/python/py25-numexpr/Portfile 2009-06-02 20:32:01 UTC (rev 51764)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup python25 1.0
name py25-numexpr
-version 1.2
+version 1.3
categories-append math
maintainers blb openmaintainer
description Multiple-operator array expression evaluator
@@ -26,9 +26,9 @@
master_sites http://numexpr.googlecode.com/files/
distname numexpr-${version}
-checksums md5 1329a7353c99b413749092ce8a1cdc45 \
- sha1 790f353ddb5e85a6936a042e1cbf0349c0f5c201 \
- rmd160 7704fafd9a5ee3d3f7e2f55b0ee0bf46935a9388
+checksums md5 a7395468850e1c62b8bf6d8dc70f27a0 \
+ sha1 e840b546f9a069ce17a75704697ebe1909047bf0 \
+ rmd160 24880973fce86fc2eb77641f95b64d8c253f38cd
depends_lib-append port:py25-numpy
Modified: trunk/dports/python/py26-numexpr/Portfile
===================================================================
--- trunk/dports/python/py26-numexpr/Portfile 2009-06-02 19:54:08 UTC (rev 51763)
+++ trunk/dports/python/py26-numexpr/Portfile 2009-06-02 20:32:01 UTC (rev 51764)
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup python26 1.0
name py26-numexpr
-version 1.2
+version 1.3
categories-append math
maintainers blb openmaintainer
description Multiple-operator array expression evaluator
@@ -28,9 +28,9 @@
master_sites http://numexpr.googlecode.com/files/
distname numexpr-${version}
-checksums md5 1329a7353c99b413749092ce8a1cdc45 \
- sha1 790f353ddb5e85a6936a042e1cbf0349c0f5c201 \
- rmd160 7704fafd9a5ee3d3f7e2f55b0ee0bf46935a9388
+checksums md5 a7395468850e1c62b8bf6d8dc70f27a0 \
+ sha1 e840b546f9a069ce17a75704697ebe1909047bf0 \
+ rmd160 24880973fce86fc2eb77641f95b64d8c253f38cd
depends_lib-append port:py26-numpy
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From portindex at macports.org Tue Jun 2 13:54:24 2009
From: portindex at macports.org (portindex at macports.org)
Date: Tue, 2 Jun 2009 13:54:24 -0700 (PDT)
Subject: [51765] trunk/dports/PortIndex
Message-ID: <20090602205426.DA2C91CEACE9@beta.macosforge.org>
Revision: 51765
http://trac.macports.org/changeset/51765
Author: portindex at macports.org
Date: 2009-06-02 13:54:20 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Total number of ports parsed: 5825
Ports successfully parsed: 5825
Ports failed: 0
Modified Paths:
--------------
trunk/dports/PortIndex
Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex 2009-06-02 20:32:01 UTC (rev 51764)
+++ trunk/dports/PortIndex 2009-06-02 20:54:20 UTC (rev 51765)
@@ -8241,7 +8241,7 @@
py25-numeric 404
variants {macosx puredarwin} portdir python/py25-numeric description {fast numerical array language for python} homepage http://numpy.scipy.org/ epoch 0 platforms darwin depends_lib port:python25 name py25-numeric long_description {Numerical Python adds a fast, compact, multidimensional array language facility to Python.} maintainers nomaintainer version 24.2 categories {python devel math} revision 1
py25-numexpr 1048
-portdir python/py25-numexpr description {Multiple-operator array expression evaluator} homepage http://code.google.com/p/numexpr/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-numpy} name py25-numexpr maintainers {blb openmaintainer} long_description {The numexpr package evaluates multiple-operator array expressions many times faster than NumPy can. It accepts the expression as a string, analyzes it, rewrites it more efficiently, and compiles it to faster Python code on the fly. It's the next best thing to writing the expression in C and compiling it with a specialized just-in-time (JIT) compiler, i.e. it does not require a compiler at runtime. Also, numexpr has support for the Intel VML (Vector Math Library) -- integrated in Intel MKL (Math Kernel Library) --, allowing nice speed-ups when computing transcendental functions (like trigonometrical, exponentials...) on top of Intel-compatible platforms. This support also allows to use multiple cores in your comp
utations.} version 1.2 categories {python math} revision 0
+portdir python/py25-numexpr description {Multiple-operator array expression evaluator} homepage http://code.google.com/p/numexpr/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-numpy} name py25-numexpr maintainers {blb openmaintainer} long_description {The numexpr package evaluates multiple-operator array expressions many times faster than NumPy can. It accepts the expression as a string, analyzes it, rewrites it more efficiently, and compiles it to faster Python code on the fly. It's the next best thing to writing the expression in C and compiling it with a specialized just-in-time (JIT) compiler, i.e. it does not require a compiler at runtime. Also, numexpr has support for the Intel VML (Vector Math Library) -- integrated in Intel MKL (Math Kernel Library) --, allowing nice speed-ups when computing transcendental functions (like trigonometrical, exponentials...) on top of Intel-compatible platforms. This support also allows to use multiple cores in your comp
utations.} version 1.3 categories {python math} revision 0
py25-numpy 410
portdir python/py25-numpy description {The core utilities for the scientific library scipy for Python} homepage http://numpy.scipy.org/ epoch 0 platforms darwin depends_lib {port:python25 port:fftw-3 port:py25-hashlib port:py25-nose} name py25-numpy maintainers {ram openmaintainer} long_description {{The core utilities for the scientific library scipy for Python}} version 1.3.0 categories python revision 0
py25-ode 333
@@ -8623,7 +8623,7 @@
py26-numeric 412
variants {macosx puredarwin} portdir python/py26-numeric description {fast numerical array language for python} homepage http://numpy.scipy.org/ epoch 0 platforms darwin depends_lib port:python26 name py26-numeric long_description {Numerical Python adds a fast, compact, multidimensional array language facility to Python.} maintainers {jmr openmaintainer} version 24.2 categories {python devel math} revision 0
py26-numexpr 1147
-portdir python/py26-numexpr description {Multiple-operator array expression evaluator} homepage http://code.google.com/p/numexpr/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-numpy} name py26-numexpr maintainers {blb openmaintainer} long_description {The numexpr package evaluates multiple-operator array expressions many times faster than NumPy can. It accepts the expression as a string, analyzes it, rewrites it more efficiently, and compiles it to faster Python code on the fly. It's the next best thing to writing the expression in C and compiling it with a specialized just-in-time (JIT) compiler, i.e. it does not require a compiler at runtime. Also, numexpr has support for the Intel VML (Vector Math Library) -- integrated in Intel MKL (Math Kernel Library) --, allowing nice speed-ups when computing transcendental functions (like trigonometrical, exponentials...) on top of Intel-compatible platforms. This support also allows to use multiple cores in your comp
utations. WARNING: numpy 1.2.1, on which py26-numexpr depends, is not yet fully functional under Python 2.6.} version 1.2 categories {python math} revision 0
+portdir python/py26-numexpr description {Multiple-operator array expression evaluator} homepage http://code.google.com/p/numexpr/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-numpy} name py26-numexpr maintainers {blb openmaintainer} long_description {The numexpr package evaluates multiple-operator array expressions many times faster than NumPy can. It accepts the expression as a string, analyzes it, rewrites it more efficiently, and compiles it to faster Python code on the fly. It's the next best thing to writing the expression in C and compiling it with a specialized just-in-time (JIT) compiler, i.e. it does not require a compiler at runtime. Also, numexpr has support for the Intel VML (Vector Math Library) -- integrated in Intel MKL (Math Kernel Library) --, allowing nice speed-ups when computing transcendental functions (like trigonometrical, exponentials...) on top of Intel-compatible platforms. This support also allows to use multiple cores in your comp
utations. WARNING: numpy 1.2.1, on which py26-numexpr depends, is not yet fully functional under Python 2.6.} version 1.3 categories {python math} revision 0
py26-numpy 416
variants universal portdir python/py26-numpy description {The core utilities for the scientific library scipy for Python} homepage http://numpy.scipy.org/ epoch 0 platforms darwin depends_lib {port:python26 port:fftw-3 port:py26-nose} name py26-numpy long_description {{The core utilities for the scientific library scipy for Python}} maintainers {mcalhoun openmaintainer} version 1.3.0 categories python revision 0
py26-opengl 557
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From boeyms at macports.org Tue Jun 2 17:33:19 2009
From: boeyms at macports.org (boeyms at macports.org)
Date: Tue, 2 Jun 2009 17:33:19 -0700 (PDT)
Subject: [51766] trunk/dports/security/tor-devel/Portfile
Message-ID: <20090603003319.8852F1CEDAFF@beta.macosforge.org>
Revision: 51766
http://trac.macports.org/changeset/51766
Author: boeyms at macports.org
Date: 2009-06-02 17:33:19 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
tor-devel: update to latest version (0.2.1.15-rc).
Modified Paths:
--------------
trunk/dports/security/tor-devel/Portfile
Modified: trunk/dports/security/tor-devel/Portfile
===================================================================
--- trunk/dports/security/tor-devel/Portfile 2009-06-02 20:54:20 UTC (rev 51765)
+++ trunk/dports/security/tor-devel/Portfile 2009-06-03 00:33:19 UTC (rev 51766)
@@ -3,7 +3,7 @@
PortSystem 1.0
name tor-devel
-version 0.2.1.12-alpha
+version 0.2.1.15-rc
categories security
maintainers boeyms openmaintainer
description anonymizing overlay network for TCP
@@ -19,9 +19,9 @@
master_sites ${homepage}dist/
distname tor-${version}
-checksums md5 1f8d8929b2bf1579220ac7934309a5b7 \
- sha1 57424ca2416aafee25e5cd6fa4037f440f2a684d \
- rmd160 b508351dd4a24c065e4b105b112b6dd190b8a7ef
+checksums md5 012b1a530c8a771ef55955bb1f03a2fb \
+ sha1 39f35466e20fc39bb802af5fa7593e2dd2b243b6 \
+ rmd160 9d312b3e1e1d12411ca3b7d2b1ebb75c8d91d430
depends_lib port:libevent port:openssl port:zlib
configure.args --with-libevent-dir=${prefix} \
--with-openssl-dir=${prefix} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From snc at macports.org Tue Jun 2 17:47:04 2009
From: snc at macports.org (snc at macports.org)
Date: Tue, 2 Jun 2009 17:47:04 -0700 (PDT)
Subject: [51767] trunk/dports/science/clustalx/Portfile
Message-ID: <20090603004704.48C151CEDD90@beta.macosforge.org>
Revision: 51767
http://trac.macports.org/changeset/51767
Author: snc at macports.org
Date: 2009-06-02 17:47:03 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
created livecheck
Modified Paths:
--------------
trunk/dports/science/clustalx/Portfile
Modified: trunk/dports/science/clustalx/Portfile
===================================================================
--- trunk/dports/science/clustalx/Portfile 2009-06-03 00:33:19 UTC (rev 51766)
+++ trunk/dports/science/clustalx/Portfile 2009-06-03 00:47:03 UTC (rev 51767)
@@ -44,3 +44,7 @@
reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/${name}
reinplace s|@NAME@|${name}|g ${destroot}${prefix}/bin/${name}
}
+
+livecheck.check regex
+livecheck.url ${homepage}
+livecheck.regex "currently (\\d+\\.\\d+\\.\\d+)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From snc at macports.org Tue Jun 2 17:51:48 2009
From: snc at macports.org (snc at macports.org)
Date: Tue, 2 Jun 2009 17:51:48 -0700 (PDT)
Subject: [51768] trunk/dports/math/igraph/Portfile
Message-ID: <20090603005148.513F51CEDE60@beta.macosforge.org>
Revision: 51768
http://trac.macports.org/changeset/51768
Author: snc at macports.org
Date: 2009-06-02 17:51:47 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
created livecheck
Modified Paths:
--------------
trunk/dports/math/igraph/Portfile
Modified: trunk/dports/math/igraph/Portfile
===================================================================
--- trunk/dports/math/igraph/Portfile 2009-06-03 00:47:03 UTC (rev 51767)
+++ trunk/dports/math/igraph/Portfile 2009-06-03 00:51:47 UTC (rev 51768)
@@ -19,3 +19,7 @@
checksums md5 19f9c193fc7c8b88a0e8d98aef9f9bb5 \
sha1 91caa3a6faaf776a93e94e3dd21a94b006f981af \
rmd160 13e9085545fe231d3654dd9b928bc67192ca9d38
+
+livecheck.check regex
+livecheck.url ${master_sites}
+livecheck.regex "${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From boeyms at macports.org Tue Jun 2 17:52:13 2009
From: boeyms at macports.org (boeyms at macports.org)
Date: Tue, 2 Jun 2009 17:52:13 -0700 (PDT)
Subject: [51769] trunk/dports/www/nginx/Portfile
Message-ID: <20090603005213.CECF61CEDEE1@beta.macosforge.org>
Revision: 51769
http://trac.macports.org/changeset/51769
Author: boeyms at macports.org
Date: 2009-06-02 17:52:13 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
nginx: update to latest stable version (0.7.59).
Modified Paths:
--------------
trunk/dports/www/nginx/Portfile
Modified: trunk/dports/www/nginx/Portfile
===================================================================
--- trunk/dports/www/nginx/Portfile 2009-06-03 00:51:47 UTC (rev 51768)
+++ trunk/dports/www/nginx/Portfile 2009-06-03 00:52:13 UTC (rev 51769)
@@ -3,7 +3,7 @@
PortSystem 1.0
name nginx
-version 0.6.32
+version 0.7.59
categories www mail
platforms darwin
maintainers boeyms openmaintainer
@@ -19,9 +19,9 @@
consumption.
homepage http://nginx.net/
master_sites http://sysoev.ru/nginx
-checksums md5 c09a2ace3c91f45dabbb608b11e48ed1 \
- sha1 346166171477c3e78759bdbbc8461107d8475269 \
- rmd160 06749c5bf834a3f7e82ad3122a5db457c193d117
+checksums md5 d981b03b4c3ba43de580553355608b63 \
+ sha1 3fb8d89420771106d04fb2f7dac2fcbe2e828be2 \
+ rmd160 297aa1408cd89e78970a8e9c0bfdffc796155032
depends_lib port:pcre port:zlib
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From portindex at macports.org Tue Jun 2 17:53:50 2009
From: portindex at macports.org (portindex at macports.org)
Date: Tue, 2 Jun 2009 17:53:50 -0700 (PDT)
Subject: [51770] trunk/dports
Message-ID: <20090603005351.90E7E1CEDF2C@beta.macosforge.org>
Revision: 51770
http://trac.macports.org/changeset/51770
Author: portindex at macports.org
Date: 2009-06-02 17:53:50 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Total number of ports parsed: 5825
Ports successfully parsed: 5825
Ports failed: 0
Modified Paths:
--------------
trunk/dports/PortIndex
trunk/dports/PortIndex.quick
Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex 2009-06-03 00:52:13 UTC (rev 51769)
+++ trunk/dports/PortIndex 2009-06-03 00:53:50 UTC (rev 51770)
@@ -9494,8 +9494,8 @@
portdir security/tinyca2 description {GUI Certificate Authority tool.} homepage http://tinyca.sm-zone.net/ epoch 0 platforms darwin name tinyca2 depends_lib {port:openssl port:zip port:gettext port:p5-gtk2 port:p5-locale-gettext} maintainers landonf long_description {TinyCA is a simple graphical user interface for managing a small CA (Certification Authority). TinyCA works as a frontend for openssl.} categories {security net} version 0.7.5 revision 0
tor 577
variants universal portdir security/tor description {anonymizing overlay network for TCP} homepage http://www.torproject.org/ epoch 0 platforms darwin name tor depends_lib {port:libevent port:openssl port:zlib} long_description {Tor provides a distributed network of servers (onion routers). Users bounce their TCP streams (web traffic, FTP, SSH, etc.) around the routers. This makes it hard for recipients, observers, and even the onion routers themselves to track the source of the stream.} maintainers {boeyms openmaintainer} categories security version 0.2.0.34 revision 0
-tor-devel 595
-variants universal portdir security/tor-devel description {anonymizing overlay network for TCP} homepage http://www.torproject.org/ epoch 0 platforms darwin name tor-devel depends_lib {port:libevent port:openssl port:zlib} long_description {Tor provides a distributed network of servers (onion routers). Users bounce their TCP streams (web traffic, FTP, SSH, etc.) around the routers. This makes it hard for recipients, observers, and even the onion routers themselves to track the source of the stream.} maintainers {boeyms openmaintainer} categories security version 0.2.1.12-alpha revision 0
+tor-devel 592
+variants universal portdir security/tor-devel description {anonymizing overlay network for TCP} homepage http://www.torproject.org/ epoch 0 platforms darwin name tor-devel depends_lib {port:libevent port:openssl port:zlib} long_description {Tor provides a distributed network of servers (onion routers). Users bounce their TCP streams (web traffic, FTP, SSH, etc.) around the routers. This makes it hard for recipients, observers, and even the onion routers themselves to track the source of the stream.} maintainers {boeyms openmaintainer} categories security version 0.2.1.15-rc revision 0
tripwire 732
variants universal depends_build port:automake portdir security/tripwire description {integrity assurance and intrusion detection tool} homepage http://sourceforge.net/projects/tripwire/ epoch 0 platforms darwin name tripwire depends_lib port:openssl long_description {Tripwire software is a tool that checks to see what has changed on your system. The program monitors key attributes of files that should not change, including binary signature, size, expected change of size, etc. Tripwire is originally known as an intrusion detection tool, but can be used for many other purposes such as integrity assurance, change management, policy compliance and more.} maintainers nomaintainer categories security version 2.4.1.2 revision 1
unhash 423
Modified: trunk/dports/PortIndex.quick
===================================================================
(Binary files differ)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From snc at macports.org Tue Jun 2 18:03:07 2009
From: snc at macports.org (snc at macports.org)
Date: Tue, 2 Jun 2009 18:03:07 -0700 (PDT)
Subject: [51771] trunk/dports/sysutils/mcrypt/Portfile
Message-ID: <20090603010307.D91DD1CEE0BB@beta.macosforge.org>
Revision: 51771
http://trac.macports.org/changeset/51771
Author: snc at macports.org
Date: 2009-06-02 18:03:07 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
created livecheck
Modified Paths:
--------------
trunk/dports/sysutils/mcrypt/Portfile
Modified: trunk/dports/sysutils/mcrypt/Portfile
===================================================================
--- trunk/dports/sysutils/mcrypt/Portfile 2009-06-03 00:53:50 UTC (rev 51770)
+++ trunk/dports/sysutils/mcrypt/Portfile 2009-06-03 01:03:07 UTC (rev 51771)
@@ -34,3 +34,7 @@
platform darwin 6 {
depends_lib-append lib:libdl:dlcompat
}
+
+livecheck.check regex
+livecheck.url http://sourceforge.net/projects/mcrypt
+livecheck.regex "MCrypt - (\\d+\\.\\d+\\.\\d+)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From snc at macports.org Tue Jun 2 18:07:14 2009
From: snc at macports.org (snc at macports.org)
Date: Tue, 2 Jun 2009 18:07:14 -0700 (PDT)
Subject: [51772] trunk/dports/aqua/mumble/Portfile
Message-ID: <20090603010714.CF4311CEE167@beta.macosforge.org>
Revision: 51772
http://trac.macports.org/changeset/51772
Author: snc at macports.org
Date: 2009-06-02 18:07:14 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
fixed livecheck
Modified Paths:
--------------
trunk/dports/aqua/mumble/Portfile
Modified: trunk/dports/aqua/mumble/Portfile
===================================================================
--- trunk/dports/aqua/mumble/Portfile 2009-06-03 01:03:07 UTC (rev 51771)
+++ trunk/dports/aqua/mumble/Portfile 2009-06-03 01:07:14 UTC (rev 51772)
@@ -19,8 +19,8 @@
distname mumble-${version}
livecheck.check regex
-livecheck.url ${homepage}
-livecheck.regex ">Latest version: (.*?)<"
+livecheck.url http://sourceforge.net/project/showfiles.php?group_id=147372&package_id=162594
+livecheck.regex "${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}"
depends_lib \
port:qt4-mac \
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From boeyms at macports.org Tue Jun 2 18:22:31 2009
From: boeyms at macports.org (boeyms at macports.org)
Date: Tue, 2 Jun 2009 18:22:31 -0700 (PDT)
Subject: [51773] trunk/dports/www/nginx/Portfile
Message-ID: <20090603012232.6E1841CEE353@beta.macosforge.org>
Revision: 51773
http://trac.macports.org/changeset/51773
Author: boeyms at macports.org
Date: 2009-06-02 18:22:30 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
nginx: add upload module variant. Partially addresses ticket:19342.
Since this doesn't change anything for already installed versions of nginx,
there is no revision bump for this changeset.
Modified Paths:
--------------
trunk/dports/www/nginx/Portfile
Modified: trunk/dports/www/nginx/Portfile
===================================================================
--- trunk/dports/www/nginx/Portfile 2009-06-03 01:07:14 UTC (rev 51772)
+++ trunk/dports/www/nginx/Portfile 2009-06-03 01:22:30 UTC (rev 51773)
@@ -18,10 +18,13 @@
rich feature set, simple configuration, and low resource \
consumption.
homepage http://nginx.net/
-master_sites http://sysoev.ru/nginx
-checksums md5 d981b03b4c3ba43de580553355608b63 \
- sha1 3fb8d89420771106d04fb2f7dac2fcbe2e828be2 \
- rmd160 297aa1408cd89e78970a8e9c0bfdffc796155032
+master_sites http://sysoev.ru/nginx:nginx \
+ http://www.grid.net.ru/nginx/download/:upload_module
+distfiles ${name}-${version}${extract.suffix}:nginx
+checksums ${name}-${version}${extract.suffix} \
+ md5 d981b03b4c3ba43de580553355608b63 \
+ sha1 3fb8d89420771106d04fb2f7dac2fcbe2e828be2 \
+ rmd160 297aa1408cd89e78970a8e9c0bfdffc796155032
depends_lib port:pcre port:zlib
@@ -136,3 +139,16 @@
depends_lib-append port:google-perftools
configure.args-append --with-google_perftools_module
}
+
+variant upload description {Enable Valery Kholodkov's upload module\
+ (http://grid.net.ru/nginx/upload.en.html)} {
+ set upload_filename nginx_upload_module
+ set upload_version 2.0.9
+ set upload_distname ${upload_filename}-${upload_version}
+ distfiles-append ${upload_distname}.tar.gz:upload_module
+ checksums-append ${upload_distname}.tar.gz \
+ md5 bd8ee6011e3e24805c8ead617211a04b \
+ sha1 4dd932eba456a5370db806d15e8cc97acd104d55 \
+ rmd160 60b4107d8d4891944c78506b9b659a916b7e528f
+ configure.args-append --add-module=${workpath}/${upload_distname}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From portindex at macports.org Tue Jun 2 18:53:39 2009
From: portindex at macports.org (portindex at macports.org)
Date: Tue, 2 Jun 2009 18:53:39 -0700 (PDT)
Subject: [51774] trunk/dports
Message-ID: <20090603015340.094551CEE6B3@beta.macosforge.org>
Revision: 51774
http://trac.macports.org/changeset/51774
Author: portindex at macports.org
Date: 2009-06-02 18:53:38 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Total number of ports parsed: 5825
Ports successfully parsed: 5825
Ports failed: 0
Modified Paths:
--------------
trunk/dports/PortIndex
trunk/dports/PortIndex.quick
Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex 2009-06-03 01:22:30 UTC (rev 51773)
+++ trunk/dports/PortIndex 2009-06-03 01:53:38 UTC (rev 51774)
@@ -10678,8 +10678,8 @@
variants universal portdir www/neon description {An HTTP and WebDAV client library with a C interface} homepage http://www.webdav.org/neon/ epoch 0 platforms {darwin freebsd} name neon depends_lib {port:expat port:gettext port:libiconv port:openssl port:zlib} long_description {neon is an HTTP and WebDAV client library with a C language API. It provides a high-level interface to HTTP and WebDAV methods and a low-level interface to HTTP request handling, easily allowing the implementation of new methods.} maintainers geeklair.net:dluke categories www version 0.28.4 revision 0
netrik 328
variants universal portdir www/netrik description {netrik is a fast text mode web browser} homepage http://netrik.sourceforge.net/ epoch 0 platforms darwin name netrik depends_lib lib:readline:readline long_description {{netrik is a fast text mode web browser}} maintainers nomaintainer categories www version 1.15.3 revision 0
-nginx 884
-variants {dav flv mail ssl status perl5 realip addition substitution gzip_static google_perftools universal} portdir www/nginx description {High-performance HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server} homepage http://nginx.net/ epoch 0 platforms darwin name nginx depends_lib {port:pcre port:zlib} long_description {Nginx (\"engine x\") is a high-performance HTTP(S) server and reverse proxy, as well as an IMAP/POP3 proxy server. Nginx was written by Igor Sysoev for Rambler.ru, Russia's second-most visited website, where it has been running in production for over two and a half years. Igor has released the source code under a BSD-like license. Although still in beta, Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption.} maintainers {boeyms openmaintainer} categories {www mail} version 0.6.32 revision 0
+nginx 891
+variants {dav flv mail ssl status perl5 realip addition substitution gzip_static google_perftools upload universal} portdir www/nginx description {High-performance HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server} homepage http://nginx.net/ epoch 0 platforms darwin name nginx depends_lib {port:pcre port:zlib} long_description {Nginx (\"engine x\") is a high-performance HTTP(S) server and reverse proxy, as well as an IMAP/POP3 proxy server. Nginx was written by Igor Sysoev for Rambler.ru, Russia's second-most visited website, where it has been running in production for over two and a half years. Igor has released the source code under a BSD-like license. Although still in beta, Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption.} maintainers {boeyms openmaintainer} categories {www mail} version 0.7.59 revision 0
pathalizer 582
variants universal portdir www/pathalizer description {visualize the paths most users take when browsing a website} homepage http://pathalizer.sourceforge.net/ epoch 0 depends_run {bin:gs:ghostscript bin:dot:graphviz port:netpbm} platforms darwin name pathalizer long_description {Pathalizer is a tool to visualize the paths most users take when browsing a website. This information can then be used to decide how to improve the navigation of the site, and which parts are most worth improving and keeping up to date.} maintainers nomaintainer categories www version 0.7 revision 0
php5-midgard 365
Modified: trunk/dports/PortIndex.quick
===================================================================
(Binary files differ)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From jmpp at macports.org Tue Jun 2 22:03:44 2009
From: jmpp at macports.org (jmpp at macports.org)
Date: Tue, 2 Jun 2009 22:03:44 -0700 (PDT)
Subject: [51775] trunk/dports/sysutils/uif2iso/Portfile
Message-ID: <20090603050344.EDA2D1CF0934@beta.macosforge.org>
Revision: 51775
http://trac.macports.org/changeset/51775
Author: jmpp at macports.org
Date: 2009-06-02 22:03:44 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Updating the port to its 0.1.7c release. Not waiting for maintainer approval since in its current state the port doesn't build:
someone seems to have taken care of the checksums for 0.1.7c but forgot to bump the version, which went unnoticed because the
source package is unversioned at the distribution site, so we always download the latest copy regardless of what's in ${version}.
Modified Paths:
--------------
trunk/dports/sysutils/uif2iso/Portfile
Modified: trunk/dports/sysutils/uif2iso/Portfile
===================================================================
--- trunk/dports/sysutils/uif2iso/Portfile 2009-06-03 01:53:38 UTC (rev 51774)
+++ trunk/dports/sysutils/uif2iso/Portfile 2009-06-03 05:03:44 UTC (rev 51775)
@@ -4,7 +4,7 @@
PortSystem 1.0
name uif2iso
-version 0.1.7a
+version 0.1.7c
categories sysutils
platforms darwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From dweber at macports.org Tue Jun 2 22:17:51 2009
From: dweber at macports.org (dweber at macports.org)
Date: Tue, 2 Jun 2009 22:17:51 -0700 (PDT)
Subject: [51776] users/dweber/graphics/InsightToolkit312/
Message-ID: <20090603051751.31AAC1CF0A1A@beta.macosforge.org>
Revision: 51776
http://trac.macports.org/changeset/51776
Author: dweber at macports.org
Date: 2009-06-02 22:17:50 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
make backup port for ITK @ 3.12.0
Added Paths:
-----------
users/dweber/graphics/InsightToolkit312/
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From jmr at macports.org Tue Jun 2 22:52:09 2009
From: jmr at macports.org (jmr at macports.org)
Date: Tue, 2 Jun 2009 22:52:09 -0700 (PDT)
Subject: [51777] trunk/base/portmgr/bots/port.rb
Message-ID: <20090603055209.87B741CF129F@beta.macosforge.org>
Revision: 51777
http://trac.macports.org/changeset/51777
Author: jmr at macports.org
Date: 2009-06-02 22:52:08 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
mpbot: include revision in version command output
Modified Paths:
--------------
trunk/base/portmgr/bots/port.rb
Modified: trunk/base/portmgr/bots/port.rb
===================================================================
--- trunk/base/portmgr/bots/port.rb 2009-06-03 05:17:50 UTC (rev 51776)
+++ trunk/base/portmgr/bots/port.rb 2009-06-03 05:52:08 UTC (rev 51777)
@@ -146,7 +146,7 @@
def portversion(m, params)
if !isPseudo(m, params[:portname])
- doPort(m, "info", "--version", params[:portname])
+ doPort(m, "info", "--version --revision --line --pretty", params[:portname])
end
end
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From portindex at macports.org Tue Jun 2 22:54:16 2009
From: portindex at macports.org (portindex at macports.org)
Date: Tue, 2 Jun 2009 22:54:16 -0700 (PDT)
Subject: [51778] trunk/dports/PortIndex
Message-ID: <20090603055417.55D571CF12E5@beta.macosforge.org>
Revision: 51778
http://trac.macports.org/changeset/51778
Author: portindex at macports.org
Date: 2009-06-02 22:54:16 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Total number of ports parsed: 5825
Ports successfully parsed: 5825
Ports failed: 0
Modified Paths:
--------------
trunk/dports/PortIndex
Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex 2009-06-03 05:52:08 UTC (rev 51777)
+++ trunk/dports/PortIndex 2009-06-03 05:54:16 UTC (rev 51778)
@@ -9907,7 +9907,7 @@
txt2regex 606
portdir sysutils/txt2regex description {Converts human sentences to regexes} homepage http://txt2regex.sourceforge.net/ epoch 0 platforms {darwin freebsd} name txt2regex maintainers technokracy.net:grrr long_description {Txt2regex is a Regular Expression Wizard that converts human sentences to regexes. In a simple interactive console interface, the user answers questions and the program build the regexes for more than 20 programs, like Vim, Emacs, Perl, PHP, Python, Procmail and OpenOffice.org. It is a Shell Script 100% written with Bash builtin commands.} version 0.8 categories sysutils revision 0
uif2iso 329
-depends_build {port:openssl port:zlib} portdir sysutils/uif2iso description {converts UIF images to ISO images} homepage http://aluigi.org/mytoolz.htm#uif2iso epoch 0 platforms darwin name uif2iso maintainers gmail.com:billitch long_description {{converts UIF images to ISO images}} categories sysutils version 0.1.7a revision 0
+depends_build {port:openssl port:zlib} portdir sysutils/uif2iso description {converts UIF images to ISO images} homepage http://aluigi.org/mytoolz.htm#uif2iso epoch 0 platforms darwin name uif2iso maintainers gmail.com:billitch long_description {{converts UIF images to ISO images}} categories sysutils version 0.1.7c revision 0
update-fonts-utils 650
portdir sysutils/update-fonts-utils description {Compiles fonts.alias, fonts.dir, fonts.scale files for X font directories} homepage http://necrotic.deadbeast.net/xsf/XFree86/NEWS.xhtml epoch 0 platforms darwin name update-fonts-utils maintainers digdog long_description {update-fonts-utils is a custom collection of utilities that was written by Branden Robinson for the Debian Project. This package contains three scripts: update-fonts-alias, update-fonts-dir and update-fonts-scale. Users can use these scripts to create fonts.dir, assemble fonts.alias, fonts.scale files in the X font directory.} version 1.0 categories {sysutils x11} revision 0
uptimec 455
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From snc at macports.org Tue Jun 2 23:02:54 2009
From: snc at macports.org (snc at macports.org)
Date: Tue, 2 Jun 2009 23:02:54 -0700 (PDT)
Subject: [51779] trunk/dports/textproc/lilypond
Message-ID: <20090603060254.87BD31CF146C@beta.macosforge.org>
Revision: 51779
http://trac.macports.org/changeset/51779
Author: snc at macports.org
Date: 2009-06-02 23:02:53 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
patch to update lilypond, #19811. thanks blb
Modified Paths:
--------------
trunk/dports/textproc/lilypond/Portfile
Added Paths:
-----------
trunk/dports/textproc/lilypond/files/
trunk/dports/textproc/lilypond/files/lilypond.in
Modified: trunk/dports/textproc/lilypond/Portfile
===================================================================
--- trunk/dports/textproc/lilypond/Portfile 2009-06-03 05:54:16 UTC (rev 51778)
+++ trunk/dports/textproc/lilypond/Portfile 2009-06-03 06:02:53 UTC (rev 51779)
@@ -4,7 +4,7 @@
PortSystem 1.0
name lilypond
-version 2.12.1
+version 2.12.2
set branch [join [lrange [split ${version} .] 0 1] .]
categories textproc
maintainers snc openmaintainer
@@ -18,9 +18,9 @@
homepage http://lilypond.org/
platforms darwin
master_sites http://download.linuxaudio.org/lilypond/sources/v${branch}/
-checksums md5 487d62b20d14faea3edc7561dece3ff2 \
- sha1 203bead967f8409dbac00fd835d2a411694f408b \
- rmd160 794c9d8de513ba6e32304883a62b9b368a316030
+checksums md5 681dfbecf8a3710d1400cf9488be716b \
+ sha1 92afe4ef926d966e7855f64ae93ee762f1fa5178 \
+ rmd160 0ef1e1cbceb4fbf69a31b00a030ee40c4280091d
depends_lib port:fontforge \
port:ghostscript \
@@ -31,23 +31,21 @@
port:flex \
port:urw-fonts
-pre-build {
- # we need to help the system find the requisite libraries
- # set the DYLD_LIBRARY_PATH environment variable
- global env
- set env(DYLD_LIBRARY_PATH) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources:${prefix}/lib
-
- # create symlinks
- if { [file exists "/usr/lib/libguile-srfi-srfi-1-v-3.so"] == 0 } \
- { ln -s ${prefix}/lib/libguile-srfi-srfi-1-v-3.so /usr/lib/libguile-srfi-srfi-1-v-3.so }
- if { [file exists "${prefix}/lib/libguile-srfi-srfi-1-v-3.so"] == 0 } \
- { ln -s ${prefix}/lib/libguile-srfi-srfi-1-v-3.dylib ${prefix}/lib/libguile-srfi-srfi-1-v-3.so }
-}
-
configure.args --with-ncsb-dir=${prefix}/share/fonts/urw-fonts \
--disable-documentation \
--disable-gui
+configure.env LTDL_LIBRARY_PATH=${prefix}/lib
+build.env LTDL_LIBRARY_PATH=${prefix}/lib
+
+destroot.env LTDL_LIBRARY_PATH=${prefix}/lib
+post-destroot {
+ move ${destroot}${prefix}/bin/lilypond \
+ ${destroot}${prefix}/libexec/lilypond-bin
+ xinstall -m 755 ${filespath}/lilypond.in ${destroot}${prefix}/bin/lilypond
+ reinplace "s|@@PREFIX@@|${prefix}|g" ${destroot}${prefix}/bin/lilypond
+}
+
variant docs description {Build documentation files} {
configure.args-delete --disable-documentation
configure.args-append --enable-documentation
@@ -59,7 +57,7 @@
configure.args-append --enable-gui
}
-default_variants +docs -gui
+default_variants +docs
livecheck.check regex
livecheck.url [lindex ${master_sites} 0]
Added: trunk/dports/textproc/lilypond/files/lilypond.in
===================================================================
--- trunk/dports/textproc/lilypond/files/lilypond.in (rev 0)
+++ trunk/dports/textproc/lilypond/files/lilypond.in 2009-06-03 06:02:53 UTC (rev 51779)
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+GUILE_WARN_DEPRECATED="no"
+LTDL_LIBRARY_PATH="@@PREFIX@@/lib:${LTDL_LIBRARY_PATH}"
+export GUILE_WARN_DEPRECATED LTDL_LIBRARY_PATH
+
+exec @@PREFIX@@/libexec/lilypond-bin "$@"
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From jmr at macports.org Tue Jun 2 23:29:13 2009
From: jmr at macports.org (jmr at macports.org)
Date: Tue, 2 Jun 2009 23:29:13 -0700 (PDT)
Subject: [51780] trunk/base
Message-ID: <20090603062913.A92AD1CF178D@beta.macosforge.org>
Revision: 51780
http://trac.macports.org/changeset/51780
Author: jmr at macports.org
Date: 2009-06-02 23:29:12 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Add depends_fetch and depends_extract options (#15161)
Modified Paths:
--------------
trunk/base/portmgr/jobs/PortIndex2MySQL.tcl
trunk/base/portmgr/packaging/dpkgall.tcl
trunk/base/portmgr/packaging/packageall.tcl
trunk/base/portmgr/packaging/rpmall.tcl
trunk/base/src/macports1.0/macports.tcl
trunk/base/src/package1.0/portarchive.tcl
trunk/base/src/package1.0/portsrpm.tcl
trunk/base/src/port/port-help.tcl
trunk/base/src/port/port.tcl
trunk/base/src/port/portindex.tcl
trunk/base/src/port1.0/portdepends.tcl
trunk/base/src/port1.0/portfetch.tcl
trunk/base/src/port1.0/portlint.tcl
trunk/base/src/port1.0/portutil.tcl
Modified: trunk/base/portmgr/jobs/PortIndex2MySQL.tcl
===================================================================
--- trunk/base/portmgr/jobs/PortIndex2MySQL.tcl 2009-06-03 06:02:53 UTC (rev 51779)
+++ trunk/base/portmgr/jobs/PortIndex2MySQL.tcl 2009-06-03 06:29:12 UTC (rev 51780)
@@ -289,6 +289,16 @@
} else {
set variants ""
}
+ if {[info exists portinfo(depends_fetch)]} {
+ set depends_fetch $portinfo(depends_fetch)
+ } else {
+ set depends_fetch ""
+ }
+ if {[info exists portinfo(depends_extract)]} {
+ set depends_extract $portinfo(depends_extract)
+ } else {
+ set depends_extract ""
+ }
if {[info exists portinfo(depends_build)]} {
set depends_build $portinfo(depends_build)
} else {
@@ -326,6 +336,16 @@
set primary 0
}
+ foreach fetch_dep $depends_fetch {
+ set fetch_dep [sql_escape $fetch_dep]
+ puts $sqlfile_fd "INSERT INTO dependencies VALUES ('$portname', '$fetch_dep');"
+ }
+
+ foreach extract_dep $depends_extract {
+ set extract_dep [sql_escape $extract_dep]
+ puts $sqlfile_fd "INSERT INTO dependencies VALUES ('$portname', '$extract_dep');"
+ }
+
foreach build_dep $depends_build {
set build_dep [sql_escape $build_dep]
puts $sqlfile_fd "INSERT INTO dependencies VALUES ('$portname', '$build_dep');"
Modified: trunk/base/portmgr/packaging/dpkgall.tcl
===================================================================
--- trunk/base/portmgr/packaging/dpkgall.tcl 2009-06-03 06:02:53 UTC (rev 51779)
+++ trunk/base/portmgr/packaging/dpkgall.tcl 2009-06-03 06:29:12 UTC (rev 51780)
@@ -875,6 +875,12 @@
if {$includeBuildDeps == "true" && [info exists portinfo(depends_build)]} {
eval "lappend depends $portinfo(depends_build)"
}
+ if {$includeBuildDeps == "true" && [info exists portinfo(depends_fetch)]} {
+ eval "lappend depends $portinfo(depends_fetch)"
+ }
+ if {$includeBuildDeps == "true" && [info exists portinfo(depends_extract)]} {
+ eval "lappend depends $portinfo(depends_extract)"
+ }
foreach depspec $depends {
set dep [lindex [split $depspec :] end]
set x [get_dependencies_recurse $dep $includeBuildDeps]
Modified: trunk/base/portmgr/packaging/packageall.tcl
===================================================================
--- trunk/base/portmgr/packaging/packageall.tcl 2009-06-03 06:02:53 UTC (rev 51779)
+++ trunk/base/portmgr/packaging/packageall.tcl 2009-06-03 06:29:12 UTC (rev 51780)
@@ -149,6 +149,13 @@
if {$includeBuildDeps != "" && [info exists portinfo(depends_build)]} {
eval "lappend depends $portinfo(depends_build)"
}
+ if {$includeBuildDeps != "" && [info exists portinfo(depends_fetch)]} {
+ eval "lappend depends $portinfo(depends_fetch)"
+ }
+ if {$includeBuildDeps != "" && [info exists portinfo(depends_extract)]} {
+ eval "lappend depends $portinfo(depends_extract)"
+ }
+
foreach depspec $depends {
set dep [lindex [split $depspec :] end]
set x [get_dependencies $dep $includeBuildDeps]
Modified: trunk/base/portmgr/packaging/rpmall.tcl
===================================================================
--- trunk/base/portmgr/packaging/rpmall.tcl 2009-06-03 06:02:53 UTC (rev 51779)
+++ trunk/base/portmgr/packaging/rpmall.tcl 2009-06-03 06:29:12 UTC (rev 51780)
@@ -154,6 +154,12 @@
if {$includeBuildDeps != "" && [info exists portinfo(depends_build)]} {
eval "lappend depends $portinfo(depends_build)"
}
+ if {$includeBuildDeps != "" && [info exists portinfo(depends_fetch)]} {
+ eval "lappend depends $portinfo(depends_fetch)"
+ }
+ if {$includeBuildDeps != "" && [info exists portinfo(depends_extract)]} {
+ eval "lappend depends $portinfo(depends_extract)"
+ }
foreach depspec $depends {
set dep [lindex [split $depspec :] end]
set x [get_dependencies $dep $includeBuildDeps]
Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl 2009-06-03 06:02:53 UTC (rev 51779)
+++ trunk/base/src/macports1.0/macports.tcl 2009-06-03 06:29:12 UTC (rev 51780)
@@ -1390,7 +1390,9 @@
# Before we build the port, we must build its dependencies.
# XXX: need a more general way of comparing against targets
set dlist {}
- if {$target == "configure" || $target == "build"
+ if { $target == "fetch" || $target == "checksum"
+ || $target == "extract" || $target == "patch"
+ || $target == "configure" || $target == "build"
|| $target == "test"
|| $target == "destroot" || $target == "install"
|| $target == "archive"
@@ -1997,8 +1999,12 @@
# 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_lib depends_build" }
+ build { set deptypes "depends_fetch depends_extract depends_lib depends_build" }
test -
destroot -
@@ -2012,7 +2018,7 @@
rpm -
srpm -
dpkg -
- "" { set deptypes "depends_lib depends_build depends_run" }
+ "" { set deptypes "depends_fetch depends_extract depends_lib depends_build depends_run" }
}
# Gather the dependencies for deptypes
@@ -2618,7 +2624,7 @@
unset -nocomplain options(ports_do_dependents)
# each dep type is upgraded
- foreach dtype {depends_build depends_lib depends_run} {
+ foreach dtype {depends_fetch depends_extract depends_build depends_lib depends_run} {
if {[info exists portinfo($dtype)]} {
foreach i $portinfo($dtype) {
set d [lindex [split $i :] end]
Modified: trunk/base/src/package1.0/portarchive.tcl
===================================================================
--- trunk/base/src/package1.0/portarchive.tcl 2009-06-03 06:02:53 UTC (rev 51779)
+++ trunk/base/src/package1.0/portarchive.tcl 2009-06-03 06:29:12 UTC (rev 51780)
@@ -433,6 +433,8 @@
# Emit build, library, and runtime dependencies
puts $sd ""
foreach {key type} {
+ depends_fetch "fetch"
+ depends_extract "extract"
depends_build "build"
depends_lib "library"
depends_run "runtime"
Modified: trunk/base/src/package1.0/portsrpm.tcl
===================================================================
--- trunk/base/src/package1.0/portsrpm.tcl 2009-06-03 06:02:53 UTC (rev 51779)
+++ trunk/base/src/package1.0/portsrpm.tcl 2009-06-03 06:29:12 UTC (rev 51780)
@@ -135,10 +135,13 @@
foreach {name array} $res {
array set portinfo $array
- if {[info exists portinfo(depends_build)] || [info exists portinfo(depends_lib)]} {
- # get the union of depends_build and depends_lib
+ if {[info exists portinfo(depends_fetch)] || [info exists portinfo(depends_extract)]
+ || [info exists portinfo(depends_build)] || [info exists portinfo(depends_lib)]} {
+ # get the union of depends_fetch, depends_extract, depends_build and depends_lib
# xxx: only examines the portfile component of the depspec
set depends {}
+ if {[info exists portinfo(depends_fetch)]} { eval "lappend depends $portinfo(depends_fetch)" }
+ if {[info exists portinfo(depends_extract)]} { eval "lappend depends $portinfo(depends_extract)" }
if {[info exists portinfo(depends_build)]} { eval "lappend depends $portinfo(depends_build)" }
if {[info exists portinfo(depends_lib)]} { eval "lappend depends $portinfo(depends_lib)" }
Modified: trunk/base/src/port/port-help.tcl
===================================================================
--- trunk/base/src/port/port-help.tcl 2009-06-03 06:02:53 UTC (rev 51779)
+++ trunk/base/src/port/port-help.tcl 2009-06-03 06:29:12 UTC (rev 51780)
@@ -139,7 +139,7 @@
to be included in the resulting report. Multiple fields may be specified, in
which case all will be included. If no fields are specified, a useful default
set will be used. The other options which do not correspond to fields are:
- --depends An abbreviation for all three depends_* fields
+ --depends An abbreviation for all depends_* fields
--index Do not read the Portfile, instead rely solely on the index
information. Note this option will prevent the information
reported from reflecting the effects of any variants specified.
Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl 2009-06-03 06:02:53 UTC (rev 51779)
+++ trunk/base/src/port/port.tcl 2009-06-03 06:29:12 UTC (rev 51780)
@@ -94,9 +94,9 @@
Additional pseudo-portnames start with...
variants:, variant:, description:, depends:, depends_lib:, depends_run:,
-depends_build:, portdir:, homepage:, epoch:, platforms:, platform:, name:,
-long_description:, maintainers:, maintainer:, categories:, category:, version:,
-and revision:.
+depends_build:, depends_fetch:, depends_extract:, portdir:, homepage:, epoch:,
+platforms:, platform:, name:, long_description:, maintainers:, maintainer:,
+categories:, category:, version:, and revision:.
These each select a set of ports based on a regex search of metadata
about the ports. In all such cases, a standard regex pattern following
the colon will be used to select the set of ports to which the
@@ -935,6 +935,8 @@
^depends_lib: -
^depends_build: -
^depends_run: -
+ ^depends_extract: -
+ ^depends_fetch: -
^revision: { # Handle special port selectors
advance
@@ -948,7 +950,7 @@
set el 1
}
- ^depends: { # A port selector shorthand for depends_lib, depends_build or depends_run
+ ^depends: { # A port selector shorthand for depends_{lib,build,run,fetch,extract}
advance
# Break up the token, because older Tcl switch doesn't support -matchvar
@@ -957,6 +959,8 @@
add_multiple_ports reslist [get_matching_ports $pat no regexp "depends_lib"]
add_multiple_ports reslist [get_matching_ports $pat no regexp "depends_build"]
add_multiple_ports reslist [get_matching_ports $pat no regexp "depends_run"]
+ add_multiple_ports reslist [get_matching_ports $pat no regexp "depends_extract"]
+ add_multiple_ports reslist [get_matching_ports $pat no regexp "depends_fetch"]
set el 1
}
@@ -1447,6 +1451,8 @@
# allow us to, say, split off the prefix on libs)
array set list_map "
categories 1
+ depends_fetch 1
+ depends_extract 1
depends_build 1
depends_lib 1
depends_run 1
@@ -1460,6 +1466,8 @@
array set pretty_label {
heading ""
variants Variants
+ depends_fetch "Fetch Dependencies"
+ depends_extract "Extract Dependencies"
depends_build "Build Dependencies"
depends_run "Runtime Dependencies"
depends_lib "Library Dependencies"
@@ -1477,6 +1485,8 @@
array set pretty_wrap {
heading 0
variants 22
+ depends_fetch 22
+ depends_extract 22
depends_build 22
depends_run 22
depends_lib 22
@@ -1492,6 +1502,8 @@
# Interpret a convenient field abbreviation
if {[info exists options(ports_info_depends)] && $options(ports_info_depends) == "yes"} {
array unset options ports_info_depends
+ set options(ports_info_depends_fetch) yes
+ set options(ports_info_depends_extract) yes
set options(ports_info_depends_build) yes
set options(ports_info_depends_lib) yes
set options(ports_info_depends_run) yes
@@ -1538,7 +1550,8 @@
set opts_todo {ports_info_heading ports_info_variants
ports_info_skip_line
ports_info_long_description ports_info_homepage
- ports_info_skip_line ports_info_depends_build
+ ports_info_skip_line ports_info_depends_fetch
+ ports_info_depends_extract ports_info_depends_build
ports_info_depends_lib ports_info_depends_run
ports_info_conflicts
ports_info_platforms ports_info_license
@@ -2457,6 +2470,8 @@
if {[info exists options(ports_search_depends)] && $options(ports_search_depends) == "yes"} {
array unset options ports_search_depends
+ set options(ports_search_depends_fetch) yes
+ set options(ports_search_depends_extract) yes
set options(ports_search_depends_build) yes
set options(ports_search_depends_lib) yes
set options(ports_search_depends_run) yes
@@ -3082,12 +3097,14 @@
array set cmd_opts_array {
edit {{editor 1}}
ed {{editor 1}}
- info {category categories depends_build depends_lib depends_run
+ info {category categories depends_fetch depends_extract
+ depends_build depends_lib depends_run
depends description epoch fullname heading homepage index license
line long_description
maintainer maintainers name platform platforms portdir pretty
revision variant variants version}
- search {case-sensitive category categories depends_build depends_lib depends_run
+ search {case-sensitive category categories depends_fetch
+ depends_extract depends_build depends_lib depends_run
depends description epoch exact glob homepage line
long_description maintainer maintainers name platform
platforms portdir regex revision variant variants version}
Modified: trunk/base/src/port/portindex.tcl
===================================================================
--- trunk/base/src/port/portindex.tcl 2009-06-03 06:02:53 UTC (rev 51779)
+++ trunk/base/src/port/portindex.tcl 2009-06-03 06:29:12 UTC (rev 51780)
@@ -68,7 +68,7 @@
}
}
- set keepkeys {categories depends_build depends_lib depends_run description epoch homepage long_description maintainers name platforms revision variants version portdir}
+ 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}
foreach availkey [array names portinfo] {
if {[lsearch -exact ${keepkeys} $availkey] == -1} {
unset portinfo($availkey)
Modified: trunk/base/src/port1.0/portdepends.tcl
===================================================================
--- trunk/base/src/port1.0/portdepends.tcl 2009-06-03 06:02:53 UTC (rev 51779)
+++ trunk/base/src/port1.0/portdepends.tcl 2009-06-03 06:29:12 UTC (rev 51780)
@@ -37,10 +37,12 @@
}
# define options
-options depends_build depends_run depends_lib depends
+options depends_fetch depends_extract depends_build depends_run depends_lib depends
# Export options via PortInfo
-options_export depends_build depends_lib depends_run
+options_export depends_fetch depends_extract depends_build depends_lib depends_run
+option_proc depends_fetch portdepends::validate_depends_options
+option_proc depends_extract portdepends::validate_depends_options
option_proc depends_build portdepends::validate_depends_options
option_proc depends_run portdepends::validate_depends_options
option_proc depends_lib portdepends::validate_depends_options
Modified: trunk/base/src/port1.0/portfetch.tcl
===================================================================
--- trunk/base/src/port1.0/portfetch.tcl 2009-06-03 06:02:53 UTC (rev 51779)
+++ trunk/base/src/port1.0/portfetch.tcl 2009-06-03 06:29:12 UTC (rev 51780)
@@ -128,7 +128,6 @@
option_proc fetch.type portfetch::set_fetch_type
-# We should probably add something like a depends_fetch; see #15161
proc portfetch::set_extract_type {option action args} {
global extract.suffix
if {[string equal ${action} "set"] && [tbool args]} {
@@ -138,15 +137,15 @@
}
use_lzma {
set extract.suffix .tar.lzma
- depends_build-append bin:lzma:lzmautils
+ depends_extract-append bin:lzma:lzmautils
}
use_zip {
set extract.suffix .zip
- depends_build-append bin:unzip:unzip
+ depends_extract-append bin:unzip:unzip
}
use_7z {
set extract.suffix .7z
- depends_build-append bin:7za:p7zip
+ depends_extract-append bin:7za:p7zip
}
use_dmg {
set extract.suffix .dmg
@@ -159,16 +158,16 @@
if {[string equal ${action} "set"]} {
switch $args {
cvs {
- depends_build-append bin:cvs:cvs
+ depends_fetch-append bin:cvs:cvs
}
svn {
- depends_build-append bin:svn:subversion
+ depends_fetch-append bin:svn:subversion
}
git {
- depends_build-append bin:git:git-core
+ depends_fetch-append bin:git:git-core
}
hg {
- depends_build-append bin:hg:mercurial
+ depends_fetch-append bin:hg:mercurial
}
}
}
Modified: trunk/base/src/port1.0/portlint.tcl
===================================================================
--- trunk/base/src/port1.0/portlint.tcl 2009-06-03 06:02:53 UTC (rev 51779)
+++ trunk/base/src/port1.0/portlint.tcl 2009-06-03 06:29:12 UTC (rev 51780)
@@ -266,7 +266,7 @@
set portarch ${os.arch}
global description long_description platforms categories all_variants
global maintainers homepage master_sites checksums patchfiles
- global depends_lib depends_build depends_run distfiles fetch.type
+ global depends_fetch depends_extract depends_lib depends_build depends_run distfiles fetch.type
global lint_portsystem lint_platforms
global lint_required lint_optional
@@ -412,6 +412,8 @@
}
set all_depends {}
+ if {[info exists depends_fetch]} { eval "lappend all_depends $depends_fetch" }
+ if {[info exists depends_extract]} { eval "lappend all_depends $depends_extract" }
if {[info exists depends_lib]} { eval "lappend all_depends $depends_lib" }
if {[info exists depends_build]} { eval "lappend all_depends $depends_build" }
if {[info exists depends_run]} { eval "lappend all_depends $depends_run" }
Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl 2009-06-03 06:02:53 UTC (rev 51779)
+++ trunk/base/src/port1.0/portutil.tcl 2009-06-03 06:29:12 UTC (rev 51780)
@@ -1272,62 +1272,56 @@
}
# collect deps
+ set depends {}
+ set deptypes {}
- # Don't check dependencies for extract (they're not honored
- # anyway). This avoids warnings about bzip2.
- if {$target != "extract"} {
- set depends {}
- set deptypes {}
+ # 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" }
- # Determine deptypes to look for based on target
- switch $target {
- configure -
- build { set deptypes "depends_lib depends_build" }
+ test -
+ destroot -
+ install -
+ archive -
+ dmg -
+ pkg -
+ portpkg -
+ mpkg -
+ rpm -
+ srpm -
+ dpkg -
+ mdmg -
+ activate -
+ "" { set deptypes "depends_fetch depends_extract depends_lib depends_build depends_run" }
+ }
- test -
- destroot -
- install -
- archive -
- dmg -
- pkg -
- portpkg -
- mpkg -
- rpm -
- srpm -
- dpkg -
- mdmg -
- activate -
- "" { set deptypes "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.
+ if {[info exists PortInfo($deptype)] && $PortInfo($deptype) != ""} {
+ set depends [concat $depends $PortInfo($deptype)]
}
+ }
- # Gather the dependencies for deptypes
- 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)]
- }
- }
+ # Dependencies are in the form verb:[param:]port
+ set depsPorts {}
+ foreach depspec $depends {
+ # grab the portname portion of the depspec
+ set dep_portname [lindex [split $depspec :] end]
+ lappend depsPorts $dep_portname
+ }
- # Dependencies are in the form verb:[param:]port
- set depsPorts {}
- foreach depspec $depends {
- # grab the portname portion of the depspec
- set dep_portname [lindex [split $depspec :] end]
- lappend depsPorts $dep_portname
- }
-
- # always allow gzip in destroot as it is used to compress man pages
- if {$target == "destroot"} {
- lappend depsPorts "gzip"
- }
-
- set portlist $depsPorts
- foreach depName $depsPorts {
- set portlist [recursive_collect_deps $depName $deptypes $portlist]
- }
-
- if {[llength $deptypes] > 0} {tracelib setdeps $portlist}
+ set portlist $depsPorts
+ foreach depName $depsPorts {
+ set portlist [recursive_collect_deps $depName $deptypes $portlist]
}
+
+ if {[llength $deptypes] > 0} {tracelib setdeps $portlist}
}
if {$result == 0} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From portindex at macports.org Tue Jun 2 23:54:19 2009
From: portindex at macports.org (portindex at macports.org)
Date: Tue, 2 Jun 2009 23:54:19 -0700 (PDT)
Subject: [51781] trunk/dports
Message-ID: <20090603065420.4FA511CF19CE@beta.macosforge.org>
Revision: 51781
http://trac.macports.org/changeset/51781
Author: portindex at macports.org
Date: 2009-06-02 23:54:18 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
Total number of ports parsed: 5825
Ports successfully parsed: 5825
Ports failed: 0
Modified Paths:
--------------
trunk/dports/PortIndex
trunk/dports/PortIndex.quick
Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex 2009-06-03 06:29:12 UTC (rev 51780)
+++ trunk/dports/PortIndex 2009-06-03 06:54:18 UTC (rev 51781)
@@ -14,26 +14,26 @@
portdir aqua/BiggerSQL description {SQL front-end to the postgresql DBMS} homepage http://homepage.mac.com/levanj/Cocoa/ epoch 0 platforms macosx name BiggerSQL depends_lib {{path:\${prefix}/lib/postgresql82:postgresql82}} maintainers nomaintainer long_description {BiggerSQL is a tool that (like psql) allows you to execute SQL on a PostgreSQL server. Type text into the top pane, see if it is successful in the middle pane, and see the results of a query in the table at the bottom. Using tool tips, you can see the type of the result -- just let your cursor linger over the column. BiggerSQL builds on BigSQL.} version 1.3.8 categories {aqua databases} revision 0
Books 670
variants {darwin_6 darwin_7} portdir aqua/Books description {Books provides a virtual card catalog for your personal library.} homepage http://books.aetherial.net/ epoch 0 platforms darwin name Books long_description {Books stores, sorts, and searches a virtual card catalog for a personal library. It makes it simple to enter new books, edit the information of older books, and sort the books by attributes such as title and author. Books also includes built-in searching for quick book information retrieval, and XML support for importing and exporting collection information in HTML and XML.} maintainers {snc openmaintainer} categories aqua version 3.2.4 revision 0
-BwanaDik 349
-variants {darwin_8 universal} depends_build bin:unzip:unzip portdir aqua/BwanaDik description {IP address (WAN and LAN) reporter.} homepage http://www.jschilling.net/sw_bwanadik.php epoch 0 platforms darwin name BwanaDik long_description {{IP address (WAN and LAN) reporter.}} maintainers nomaintainer categories {aqua net} version 3.2.1 revision 0
+BwanaDik 351
+variants {darwin_8 universal} portdir aqua/BwanaDik description {IP address (WAN and LAN) reporter.} homepage http://www.jschilling.net/sw_bwanadik.php epoch 0 platforms darwin name BwanaDik long_description {{IP address (WAN and LAN) reporter.}} maintainers nomaintainer depends_extract bin:unzip:unzip categories {aqua net} version 3.2.1 revision 0
Cenon 609
portdir aqua/Cenon description {Modular Graphics Application} homepage http://www.cenon.info/ epoch 0 platforms darwin name Cenon maintainers mac.com:bfulgham long_description {Cenon is a graphical tool kernel. Built upon a modular graphical core, Cenon offers a wide variety of possible applications. The default install includes support for desktop publishing, vector graphics conversion (PostScript, PDF, DXF, HPGL Gerber, DIN, and more), graphics (TIFF, GIF, JPEG, etc.), Typography (font import, text rotation), and some rudimentary drafting features.} version 3.83 categories {aqua graphics} revision 0
Chmox 421
-variants universal depends_build bin:cvs:cvs portdir aqua/Chmox description {Read CHM documents on your Mac} homepage http://chmox.sourceforge.net epoch 0 platforms macosx depends_lib {port:openssl port:libxml2} name Chmox long_description {A viewer for Microsoft Help {"CHM"} (aka Compiled HTML) files on Mac OS X 10.3 using Cocoa, WebKit and chmlib.} maintainers waqar version 0.4 categories {aqua textproc} revision 1
+variants universal portdir aqua/Chmox description {Read CHM documents on your Mac} depends_fetch bin:cvs:cvs homepage http://chmox.sourceforge.net epoch 0 platforms macosx depends_lib {port:openssl port:libxml2} name Chmox long_description {A viewer for Microsoft Help {"CHM"} (aka Compiled HTML) files on Mac OS X 10.3 using Cocoa, WebKit and chmlib.} maintainers waqar version 0.4 categories {aqua textproc} revision 1
CocoaDialog 597
variants universal portdir aqua/CocoaDialog description {common GUI controls for command-line application} homepage http://cocoadialog.sourceforge.net/ epoch 0 platforms macosx name CocoaDialog long_description {CocoaDialog is an OS X application that allows the use of common GUI controls such as file selectors, text input, progress bars, yes/no confirmations and more with a command-line application. It requires no knowledge of Cocoa, and is ideal for use in shell and Perl scripts (or Ruby, or Python, or... etc).} maintainers nomaintainer version 2.1.1 categories {aqua sysutils} revision 0
-CosmicDebris 466
-variants {darwin_8 universal} depends_build bin:unzip:unzip 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 categories {aqua science} version 2.0 revision 0
+CosmicDebris 468
+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 432
-variants universal depends_build bin:svn:subversion portdir aqua/CronniX 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
+variants universal portdir aqua/CronniX depends_fetch bin:svn: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
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
variants universal portdir aqua/FFView description {fast OpenGL-powered picture viewer} homepage http://www.feedface.com/projects/ffview.html epoch 0 platforms macosx name FFView long_description {FFView is a fast OpenGL-powered picture viewer a la ACDsee. It is aimed at letting you read manga or other comics onscreen (windowed & fullscreen mode). Features include fast prefetching, smooth panning, voice commands, the ability to browse pictures inside archives (.rar/.cbr, .zip/.cbz) and sticky per-picture options.} maintainers phw version 0.9.9 categories {aqua graphics} revision 0
FScript 641
variants {darwin_8 darwin_9} portdir aqua/FScript description {Open-source interactive Cocoa scripting environment} homepage http://www.fscript.org epoch 0 platforms macosx name FScript long_description {F-Script is an open-source interactive and scripting environment for Cocoa. Based on Smalltalk, F-Script provides a pure object- oriented environment that leverages Mac OS X technologies and frameworks. It aims to be a useful and fun tool for both beginners and experts, allowing interactively exploring, testing and using Cocoa-based objects and frameworks.} maintainers mac.com:bfulgham categories {aqua lang} version 1.3.5 revision 0
-Fluid 689
-variants {darwin_6 darwin_7 darwin_8} depends_build bin:unzip:unzip portdir aqua/Fluid description {create site-specific-browsers to run favorite web apps} homepage http://fluidapp.com epoch 0 platforms darwin name Fluid long_description {Site Specific Browsers (SSBs) provide a great solution for your WebApp woes. Using Fluid, you can create SSBs to run each of your favorite WebApps as a separate Cocoa desktop application. Fluid gives any WebApp a home on your Mac OS X desktop complete with Dock icon, standard menu bar, logical separation from your other web browsing activity, and many, many other goodies.} maintainers {snc openmaintainer} categories aqua version 0.9.6 revision 0
+Fluid 691
+variants {darwin_6 darwin_7 darwin_8} portdir aqua/Fluid description {create site-specific-browsers to run favorite web apps} homepage http://fluidapp.com epoch 0 platforms darwin name Fluid long_description {Site Specific Browsers (SSBs) provide a great solution for your WebApp woes. Using Fluid, you can create SSBs to run each of your favorite WebApps as a separate Cocoa desktop application. Fluid gives any WebApp a home on your Mac OS X desktop complete with Dock icon, standard menu bar, logical separation from your other web browsing activity, and many, many other goodies.} maintainers {snc openmaintainer} depends_extract bin:unzip:unzip categories aqua version 0.9.6 revision 0
Freecell 340
variants universal portdir aqua/Freecell description {classic solitaire game} homepage http://randomoracle.com/freecell/ epoch 0 platforms darwin name Freecell long_description {The imaginatively-titled ?Freecell? is a Mac OS X version of the classic solitaire game.} maintainers nomaintainer version 2.1 categories {aqua games} revision 0
GPGAppKit 486
@@ -44,10 +44,10 @@
variants universal depends_build bin:jam:jam portdir aqua/HandBrake description {DVD to MPEG4 converter} homepage http://handbrake.fr/ epoch 0 platforms darwin name HandBrake long_description {HandBrake is a GPL'd multi-platform, heavily multithreaded DVD to MPEG-4 converter. - Can encode directly from DVDs (even encrypted ones) - Outputs MP4, AVI or OGM files - Outputs AAC, MP3 or Vorbis audio - Supports 2-pass encoding - Supports encoding of two audio tracks - Includes a bitrate calculator - Supports picture cropping and scaling} maintainers nomaintainer categories {aqua multimedia} version 0.7.1 revision 1
IcyJuice 348
variants universal portdir aqua/IcyJuice description {Cocoa ICQ client} homepage http://www.mitzpettel.com/software/icyjuice.html epoch 0 platforms macosx name IcyJuice long_description {IcyJuice is a cocoa icq client with file transfers support and multiple accounts lists.} maintainers nomaintainer version 1.0.2 categories {aqua net} revision 0
-JHymn 624
-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 categories {aqua audio} version 0.9.2 revision 0
-Lingon 476
-variants {darwin_6 darwin_7 darwin_8 darwin_9 universal} depends_build bin:unzip:unzip 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 version 2.1 categories {aqua sysutils} revision 0
+JHymn 656
+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 478
+variants {darwin_6 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 577
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 broadpark.no:rsorasen categories aqua version 1.6.0 revision 1
MacBiff 421
@@ -64,30 +64,30 @@
variants universal portdir aqua/NicePlayer description {Multi-engine Fullscreen Video Player} homepage http://niceplayer.sourceforge.net epoch 0 platforms macosx name NicePlayer long_description {This program aims to be a Video player designed for playing movies nicely for a person who likes to watch or present movies on their computer (such as the casual viewer or the video artist). This program features full screen or border-less floating windows, convenient controls for scrubbing or queuing movies, and on the fly playlist creation.} maintainers jay+macports at tuley.name categories {aqua multimedia} version 0.95 revision 1
NotificationWatcher 531
variants universal portdir aqua/NotificationWatcher description {monitors distributed and workspace notifications} homepage http://www.tildesoft.com epoch 0 platforms darwin name NotificationWatcher long_description {Notification Watcher is an application that lets you see all the distributed and workspace notifications being passed around the system. Useful for debugging applications which use these notifications or for hunting down undocumented notifications.} maintainers eridius version 20050107 categories aqua revision 1
-OSXPal 490
-depends_build bin:unzip:unzip portdir aqua/OSXPal description {Useless dock-only fortune application for Mac OS X} homepage http://www.pyronecrophilia.com/osxpal/ depends_run port:fortune epoch 0 platforms macosx name OSXPal maintainers nomaintainer long_description {OSX Pal is a useless dock-only application for Mac OS X based on the also-useless Window Maker dockapp wmpal. It will sit in your dock and when clicked give you a fortune. Thats it.} version 1.1 categories aqua revision 0
+OSXPal 492
+portdir aqua/OSXPal description {Useless dock-only fortune application for Mac OS X} homepage http://www.pyronecrophilia.com/osxpal/ depends_run port:fortune epoch 0 platforms macosx name OSXPal maintainers nomaintainer long_description {OSX Pal is a useless dock-only application for Mac OS X based on the also-useless Window Maker dockapp wmpal. It will sit in your dock and when clicked give you a fortune. Thats it.} depends_extract bin:unzip:unzip version 1.1 categories aqua revision 0
PRICE-aqua 480
variants universal portdir aqua/PRICE-aqua description {Image filtering, enhancing and manipulation application} homepage http://price.sourceforge.net/ epoch 0 platforms macosx name PRICE-aqua long_description {PRICE, which stands for Precision Raster Image Convolution Engine, aims to be a high quality Image filtering, enhancing and manipulation application. It is written in Objective-C and AppKit.} maintainers nomaintainer version 0.8.1 categories {aqua graphics} revision 0
-Platypus 707
-variants universal depends_build bin:unzip:unzip portdir aqua/Platypus description {Program for creating application wrappers around scripts.} homepage http://www.sveinbjorn.org/platypus/ epoch 0 platforms macosx name Platypus long_description {Platypus is a program for creating application wrappers around scripts, i.e. creating Mac OS X applications that execute a script they are bundled with. Scripts can thus be run transparently from the graphical window environment without having to resort to using the command line interface. It supports drag and drop on created apps, running as root using Authentication Manager and more.} maintainers nomaintainer version 3.4 categories {aqua devel} revision 0
+Platypus 709
+variants universal portdir aqua/Platypus description {Program for creating application wrappers around scripts.} homepage http://www.sveinbjorn.org/platypus/ epoch 0 platforms macosx name Platypus long_description {Platypus is a program for creating application wrappers around scripts, i.e. creating Mac OS X applications that execute a script they are bundled with. Scripts can thus be run transparently from the graphical window environment without having to resort to using the command line interface. It supports drag and drop on created apps, running as root using Authentication Manager and more.} maintainers nomaintainer depends_extract bin:unzip:unzip version 3.4 categories {aqua devel} revision 0
QMK-Groundstation 426
-variants universal depends_build bin:svn:subversion portdir aqua/QMK-Groundstation description {Configuration and Debugging Utility for the MikroKopter Project} homepage http://www.mikrokopter.de/ epoch 0 platforms macosx name QMK-Groundstation depends_lib port:qwt long_description {Configuration and Debugging Utility for the MikroKopter Project.} maintainers lilalinux.net:macports version 0.8.0 categories aqua revision 0
+variants universal portdir aqua/QMK-Groundstation depends_fetch bin:svn:subversion description {Configuration and Debugging Utility for the MikroKopter Project} homepage http://www.mikrokopter.de/ epoch 0 platforms macosx name QMK-Groundstation depends_lib port:qwt long_description {Configuration and Debugging Utility for the MikroKopter Project.} maintainers lilalinux.net:macports version 0.8.0 categories aqua revision 0
RadioRecorder 500
variants universal portdir aqua/RadioRecorder description {downloads online radio streams to your Mac} homepage http://u1.netgate.net/~snowcat/RadioRecorder.html epoch 0 platforms macosx name RadioRecorder long_description {Jogging with an iPod is fun, but even a big music collection gets tiring if you listen to it every day. RadioRecorder lets you take a selection of your favourite internet radio stations along with you.} maintainers nomaintainer version 1.08 categories {aqua audio} revision 0
SSHKeychain 525
-variants universal depends_build bin:svn:subversion portdir aqua/SSHKeychain description {SSHKeychain is a graphical front-end to ssh-add} homepage http://www.sshkeychain.org/ epoch 0 platforms macosx name SSHKeychain long_description {SSHKeychain is a graphical front-end to ssh-agent and also allows the creation of ssh tunnels. It automatically loads keys when needed, integrates with Apple Keychain and offers key-management.} maintainers users.sourceforge.net:themiwi version 0.8.2 categories {aqua sysutils} revision 0
-Shiira2 504
-variants {darwin universal} depends_build bin:unzip:unzip portdir aqua/Shiira2 description {Webbrowser with unique features using Cocoa and Web Kit} homepage http://shiira.jp/en.php epoch 0 platforms macosx name Shiira2 long_description {Shiira is a web browser based on Web Kit and written in Cocoa. The goal of the Shiira Project is to create a browser that is better and more useful than Safari.} maintainers {users.sourceforge.net:themiwi openmaintainer} version 2.2 categories {aqua www} revision 0
+variants universal portdir aqua/SSHKeychain description {SSHKeychain is a graphical front-end to ssh-add} depends_fetch bin:svn:subversion homepage http://www.sshkeychain.org/ epoch 0 platforms macosx name SSHKeychain long_description {SSHKeychain is a graphical front-end to ssh-agent and also allows the creation of ssh tunnels. It automatically loads keys when needed, integrates with Apple Keychain and offers key-management.} maintainers users.sourceforge.net:themiwi version 0.8.2 categories {aqua sysutils} revision 0
+Shiira2 506
+variants {darwin universal} portdir aqua/Shiira2 description {Webbrowser with unique features using Cocoa and Web Kit} homepage http://shiira.jp/en.php epoch 0 platforms macosx name Shiira2 long_description {Shiira is a web browser based on Web Kit and written in Cocoa. The goal of the Shiira Project is to create a browser that is better and more useful than Safari.} maintainers {users.sourceforge.net:themiwi openmaintainer} depends_extract bin:unzip:unzip version 2.2 categories {aqua www} revision 0
SleepTight 460
portdir aqua/SleepTight description {provides a simple way to lock machine when it goes to sleep} homepage http://www.ragingmenace.com/software/sleeptight epoch 0 platforms macosx name SleepTight maintainers waqar long_description {SleepTight provides a simple way to lock your machine when it goes to sleep or lock from a keyboard hotkey. SleepTight is only as secure as the Apple screensaver it launches.} version 1.0.1 categories {aqua sysutils} revision 0
-Smultron 869
-variants {darwin_6 darwin_7 darwin_8 darwin_9 universal} depends_build bin:unzip:unzip portdir aqua/Smultron description {Cocoa text editor with syntax colouring} homepage http://smultron.sourceforge.net/ epoch 0 platforms darwin name Smultron long_description {Smultron is an open-source text editor written in Cocoa for Mac OS X Panther with many of the features that you might need. It features easy selection of the opened documents, line numbers, support for syntax colouring for many different languages, support for text encodings, code snippets, a toolbar, a status bar, HTML preview, multi-document find and replace with regular expressions, possibility to show invisible characters, authenticated saves, command-line utility, .Mac synchronisation of preferences and many more features.} maintainers bfulgham version 3.5.1 categories {aqua editors} revision 0
-TeXShop 593
-variants {darwin_7 universal} depends_build bin:unzip:unzip portdir aqua/TeXShop description {TeX previewer for Mac OS X} homepage http://www.uoregon.edu/~koch/texshop/texshop.html epoch 0 platforms macosx name TeXShop long_description {TeXShop is a TeX previewer for Mac OS X, written in Cocoa. Since pdf is a native file format on OS X, TeXShop uses pdftex and pdflatex rather than tex and latex to typeset, these programs in the standard teTeX distribution of TeX produce pdf output instead of dvi output.} maintainers {snc openmaintainer} version 2.26 categories {aqua editors} revision 1
+Smultron 871
+variants {darwin_6 darwin_7 darwin_8 darwin_9 universal} portdir aqua/Smultron description {Cocoa text editor with syntax colouring} homepage http://smultron.sourceforge.net/ epoch 0 platforms darwin name Smultron long_description {Smultron is an open-source text editor written in Cocoa for Mac OS X Panther with many of the features that you might need. It features easy selection of the opened documents, line numbers, support for syntax colouring for many different languages, support for text encodings, code snippets, a toolbar, a status bar, HTML preview, multi-document find and replace with regular expressions, possibility to show invisible characters, authenticated saves, command-line utility, .Mac synchronisation of preferences and many more features.} maintainers bfulgham depends_extract bin:unzip:unzip version 3.5.1 categories {aqua editors} revision 0
+TeXShop 595
+variants {darwin_7 universal} portdir aqua/TeXShop description {TeX previewer for Mac OS X} homepage http://www.uoregon.edu/~koch/texshop/texshop.html epoch 0 platforms macosx name TeXShop long_description {TeXShop is a TeX previewer for Mac OS X, written in Cocoa. Since pdf is a native file format on OS X, TeXShop uses pdftex and pdflatex rather than tex and latex to typeset, these programs in the standard teTeX distribution of TeX produce pdf output instead of dvi output.} maintainers {snc openmaintainer} depends_extract bin:unzip:unzip version 2.26 categories {aqua editors} revision 1
TrailBlazer 1050
-depends_build bin:cvs:cvs portdir aqua/TrailBlazer description {TrailBlazer is a browser with an experimental history} homepage http://www.acm.uiuc.edu/macwarriors/projects/trailblazer/ epoch 0 platforms darwin name TrailBlazer maintainers gmail.com:papabean long_description {TrailBlazer solves the problem of getting back to a web page you've been to before, but didn't have the forethought to bookmark. The current solutions provided by most web browsers, their history menu, is just a list of titles and web addresses which aren't memorable enough to be useful. The actual solution used by most people, is to retrace their own steps through different links until they find they page they are looking for. Our software solution provides the user with a graphical representation of the steps they took from page to page, such that they can simply click to their final destination page. TrailBlazer was developed by MacWarriors and released at the University of Illinois' Engineering Open
House 2004.} categories {aqua www} version 0.5.1 revision 0
-X-MasTree 319
-variants universal depends_build bin:unzip:unzip portdir aqua/X-MasTree description {Christmas tree} homepage http://www.jschilling.net/sw_xmastree.php epoch 0 platforms darwin name X-MasTree long_description {A Christmas tree for your Mac.} maintainers nomaintainer categories {aqua amusements} version 1.4 revision 0
+portdir aqua/TrailBlazer description {TrailBlazer is a browser with an experimental history} depends_fetch bin:cvs:cvs homepage http://www.acm.uiuc.edu/macwarriors/projects/trailblazer/ epoch 0 platforms darwin name TrailBlazer maintainers gmail.com:papabean long_description {TrailBlazer solves the problem of getting back to a web page you've been to before, but didn't have the forethought to bookmark. The current solutions provided by most web browsers, their history menu, is just a list of titles and web addresses which aren't memorable enough to be useful. The actual solution used by most people, is to retrace their own steps through different links until they find they page they are looking for. Our software solution provides the user with a graphical representation of the steps they took from page to page, such that they can simply click to their final destination page. TrailBlazer was developed by MacWarriors and released at the University of Illinois' Engineering Open
House 2004.} categories {aqua www} version 0.5.1 revision 0
+X-MasTree 321
+variants universal portdir aqua/X-MasTree description {Christmas tree} homepage http://www.jschilling.net/sw_xmastree.php epoch 0 platforms darwin name X-MasTree long_description {A Christmas tree for your Mac.} maintainers nomaintainer depends_extract bin:unzip:unzip categories {aqua amusements} version 1.4 revision 0
ZopeEditManager 537
depends_build {{path:\${prefix}/bin/python2.4:python24} {path:\${prefix}/lib/python2.4/site-packages/PyObjC:py-pyobjc} {path:\${prefix}/lib/python2.4/site-packages/py2app:py-py2app}} portdir aqua/ZopeEditManager description {Zope Edit Manager for External Editing support on Mac OS X} homepage http://www.urbanape.com/software epoch 0 platforms darwin name ZopeEditManager maintainers nomaintainer long_description {{Zope Edit Manager for External Editing support on Mac OS X}} categories {aqua zope www python} version 0.9.7 revision 0
a52decX 395
@@ -96,8 +96,8 @@
variants universal portdir aqua/aquaterm description {AquaTerm is a viewer that displays vector graphics on Mac OS X} homepage http://aquaterm.sourceforge.net/ epoch 0 platforms darwin name aquaterm long_description {AquaTerm is a viewer app that displays vector graphics. Other apps connect to AquaTerm using a simple remote object messaging protocol. By adding {"adapters"} to legacy code very little coding is needed to bring it to OS X.} maintainers {mcalhoun openmaintainer} version 1.0.1 categories {aqua math science} revision 4
audioslicer 908
variants universal portdir aqua/audioslicer description {mp3 file splitter} homepage http://audioslicer.sourceforge.net/ epoch 0 platforms darwin name audioslicer long_description {AudioSlicer is a Cocoa GUI application that finds all silences in an audio file and allows you to split it into several smaller audio files and to name/tag them properly. For now only MP3 is supported but other audio formats may be added in the future. While most other tools doing this split automatically according to certain criteria, AudioSlicer shows you all silences within a certain range of duration. You can then listen to the silence - well, to the audio before and after the silence really - and then you decide if you want to split there. The splitting is done without loss, there is no decoding and re-encoding of audio data taking place.} maintainers nomaintainer version 1.0.3 categories {aqua audio} revision 0
-binclocken 598
-variants universal depends_build bin:unzip:unzip portdir aqua/binclocken description {useless floating binary LED clock for your desktop} homepage http://www.jschilling.net/sw_binclocken.php epoch 0 platforms darwin name binclocken long_description {I was given a ThinkGeek binary clock by a friend (in a not-so-transparent attempt to force me to learn binary math). It sucks. It runs fast, very fast, gaining about 5 minutes per day, making it totally useless. So this is my revenge on the world. Plus, I was drunk when I wrote it.} maintainers nomaintainer categories aqua version 1.6 revision 0
+binclocken 600
+variants universal portdir aqua/binclocken description {useless floating binary LED clock for your desktop} homepage http://www.jschilling.net/sw_binclocken.php epoch 0 platforms darwin name binclocken long_description {I was given a ThinkGeek binary clock by a friend (in a not-so-transparent attempt to force me to learn binary math). It sucks. It runs fast, very fast, gaining about 5 minutes per day, making it totally useless. So this is my revenge on the world. Plus, I was drunk when I wrote it.} maintainers nomaintainer depends_extract bin:unzip:unzip categories aqua version 1.6 revision 0
cotvnc 569
variants universal portdir aqua/cotvnc description {Chicken of the VNC is a VNC client for Mac OS X} homepage http://sourceforge.net/projects/cotvnc/ epoch 0 platforms macosx name cotvnc depends_lib lib:libz.1:zlib long_description {Chicken of the VNC is a Cocoa based VNC client for Mac OS X. A VNC client allows one to display and interact with a remote computer screen. In other words, you can use Chicken of the VNC to interact with a remote computer as though it's right next to you.} maintainers kallisys.net:pguyot version 2.0b4 categories {aqua vnc} revision 0
djview 617
@@ -109,7 +109,7 @@
emacs-app 677
variants {darwin_7 darwin_8} depends_build {port:pkgconfig port:texinfo} portdir aqua/emacs-app description {The GNU Emacs text editor (Cocoa version)} homepage http://emacs-app.sourceforge.net/ epoch 0 platforms darwin name emacs-app long_description {GNU Emacs is a self-documenting, customizable, extensible real-time display editor. This is a port of the latest GNU Emacs source to the OpenStep (or NeXTstep) APIs, as implemented by Cocoa on OS X. It differs from Carbon ports of GNU Emacs in that it makes a more concerted attempt from the ground up to follow OS X desktop and UI conventions.} maintainers css categories {aqua editors} version 23.0.0_NS-9.0rc3 revision 1
emacs-app-devel 824
-variants universal depends_build bin:cvs:cvs portdir aqua/emacs-app-devel description {The GNU Emacs text editor, recent CVS development version} homepage http://www.gnu.org/software/emacs/emacs.html epoch 0 platforms {darwin freebsd} depends_lib port:ncurses name emacs-app-devel long_description {GNU Emacs is a self-documenting, customizable, extensible real-time display editor. Users new to Emacs will be able to use basic features fairly rapidly by studying the tutorial and using the self-documentation features. Emacs also has an extensive interactive manual browser. It is easily extensible since its editing commands are written in Lisp. This port uses the CVS version of the code from a recent date, which includes the NextStep (aqua) option} maintainers css categories {aqua editors} version 20090104 revision 0
+variants universal portdir aqua/emacs-app-devel description {The GNU Emacs text editor, recent CVS development version} depends_fetch bin:cvs:cvs homepage http://www.gnu.org/software/emacs/emacs.html epoch 0 platforms {darwin freebsd} depends_lib port:ncurses name emacs-app-devel long_description {GNU Emacs is a self-documenting, customizable, extensible real-time display editor. Users new to Emacs will be able to use basic features fairly rapidly by studying the tutorial and using the self-documentation features. Emacs also has an extensive interactive manual browser. It is easily extensible since its editing commands are written in Lisp. This port uses the CVS version of the code from a recent date, which includes the NextStep (aqua) option} maintainers css categories {aqua editors} version 20090104 revision 0
fltk 730
portdir aqua/fltk description {Fast Light Tool Kit} homepage http://www.fltk.org/ epoch 0 platforms macosx name fltk depends_lib {port:jpeg port:libpng port:zlib} maintainers {alakazam openmaintainer} long_description {FLTK (pronounced fulltick) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and Mac OS X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation. FLTK is designed to be small and modular enough to be statically linked, but works fine as a shared library. FLTK also includes an excellent UI builder called FLUID that can be used to create applications in minutes.} categories {aqua devel} version 1.1.9 revision 0
fugu 533
@@ -119,7 +119,7 @@
huevos 419
variants universal portdir aqua/huevos description {customizable search engine helper for OS X} homepage http://ranchero.com/huevos/ epoch 0 platforms darwin name huevos long_description {Huevos is a customizable search engine helper for Mac OS X. It's easy to use: type in some text to search for, choose a search engine, then hit the Return key.} maintainers nomaintainer version 1.1 categories {aqua www} revision 0
iTerm 585
-variants universal depends_build bin:svn:subversion portdir aqua/iTerm description {Enhanced terminal emulator program for Mac OS X} homepage http://iterm.sourceforge.net epoch 0 platforms macosx name iTerm long_description {iTerm is a full featured terminal emulation program written for OS X using Cocoa. We are aiming at providing users with best command line experience under OS X. The letter i represents a native Apple look and feel of the program interface, and an emphasis on complete international support.} maintainers waqar version 0.9.6 categories {aqua shells} revision 0
+variants universal portdir aqua/iTerm description {Enhanced terminal emulator program for Mac OS X} depends_fetch bin:svn:subversion homepage http://iterm.sourceforge.net epoch 0 platforms macosx name iTerm long_description {iTerm is a full featured terminal emulation program written for OS X using Cocoa. We are aiming at providing users with best command line experience under OS X. The letter i represents a native Apple look and feel of the program interface, and an emphasis on complete international support.} maintainers waqar version 0.9.6 categories {aqua shells} revision 0
ihook 507
variants universal portdir aqua/ihook description {A graphical interface frontend for commandline executables} homepage http://rsug.itd.umich.edu/software/ihook/ epoch 0 platforms macosx name ihook long_description {iHook is a graphical frontend for any commandline executable. It gives scripts a pleasant Aqua face, allows script writers to provide graphical feedback without having to learn one of the higher APIs available for Mac OS X.} maintainers nomaintainer version 1.1.0 categories aqua revision 0
istumbler 567
@@ -142,8 +142,8 @@
portdir aqua/openvanilla description {package of popular Chinese input methods} homepage http://openvanilla.org epoch 0 name openvanilla maintainers openvanilla.org:ovadmin long_description {OpenVanilla is a lightweight text entry (input method editor, or IME for short) and output processing platform. It is very popular among Chinese-speaking OS X users as it provides many IMEs not found or not satisfactorily implemented in Apple's built-in modules. This installs the base package, including the Framework, the Loader and a set of popular modules for Traditional and Simplified Chinese. Note this will install bundles into your Library directory, as such is required for any text service (input method) components. RESTART REQUIRED.} version 0.7.2 categories {aqua textproc} revision 0
osx2x 633
variants universal portdir aqua/osx2x description {small Aqua application to control X11 servers from Mac OS X} homepage http://homepage.mac.com/mdales/osx2x/ epoch 0 platforms darwin name osx2x depends_lib {port:xorg-libXtst port:openssl} long_description {osx2x is a small Mac OS X application that lets you control other machines running either an X11 server or a VNC server using your mac's mouse and keyboard. So if you happen to have a mac and either an X Windows machine or a machine running VNC on your desk you only need to use a single keyboard and mouse!} maintainers nomaintainer version 2.4.0 categories aqua revision 2
-osxvnc 472
-variants universal depends_build port:libiconv portdir aqua/osxvnc description {a full-featured VNC server (formerly OSXvnc)} homepage http://www.redstonesoftware.com/vnc.html epoch 0 platforms macosx depends_lib port:zlib name osxvnc long_description {Vine Server (formerly OSXvnc) is a full-featured VNC server for Mac OS X providing remote access to the GUI, keyboard and mouse using any VNC client.} maintainers ryandesign version 3.0 categories {aqua vnc} revision 1
+osxvnc 498
+variants universal depends_build port:libiconv portdir aqua/osxvnc depends_fetch bin:cvs:cvs description {a full-featured VNC server (formerly OSXvnc)} homepage http://www.redstonesoftware.com/vnc.html epoch 0 platforms macosx depends_lib port:zlib name osxvnc long_description {Vine Server (formerly OSXvnc) is a full-featured VNC server for Mac OS X providing remote access to the GUI, keyboard and mouse using any VNC client.} maintainers ryandesign version 3.0 categories {aqua vnc} revision 1
pgAdmin3 593
variants {with_postgresql82 debug universal} portdir aqua/pgAdmin3 description {An administration program to PostgreSQL} homepage http://www.pgadmin.org/ epoch 0 platforms macosx name pgAdmin3 depends_lib {port:postgresql83 port:wxWidgets port:openssl port:libxml2 port:libxslt} long_description {pgAdmin III is a powerful administration and development platform for the PostgreSQL database, free for any use. The application works on several platforms, e.g. GNU/Linux, FreeBSD, OS X and Windows 2000/XP. This port is for OS X.} maintainers jwa categories aqua version 1.10.0-beta3 revision 0
pixen 367
@@ -164,10 +164,10 @@
variants universal portdir aqua/qtpfsgui description {GUI for HDR imaging workflow} homepage http://qtpfsgui.sourceforge.net/ epoch 0 platforms darwin name qtpfsgui depends_lib {port:qt4-mac port:exiv2 port:openexr port:ilmbase port:fftw-3-single port:tiff} long_description {Qtpfsgui is an open source graphical user interface application that aims to provide a workflow for HDR imaging.} maintainers {gmail.com:clubjuggler openmaintainer} categories {aqua graphics} version 1.9.2 revision 1
radassist 419
portdir aqua/radassist description {An Aqua wrapper for the radmind command-line clients} homepage http://rsug.itd.umich.edu/software/radmind epoch 0 platforms darwin name radassist depends_lib {port:radmind port:ihook} maintainers nomaintainer long_description {The Radmind Assistant provides a point-and-click interface to create radmind loadsets and update radmind clients.} categories aqua version 1.0.0 revision 0
-sloth 622
-variants universal depends_build bin:unzip:unzip portdir aqua/sloth description {Program that displays a list of open files by applications} homepage http://www.sveinbjorn.org/sloth epoch 0 platforms macosx name sloth long_description {Sloth is a program that displays a list of all open files in use by all the applications your user account is running on the system -- this list includes IP and Unix sockets, character devices and directories. This list is presented along with the names of applications using the file and their process IDs.} maintainers nomaintainer version 1.3.1 categories {aqua sysutils} revision 0
-wtf-x 536
-variants universal depends_build bin:unzip:unzip portdir aqua/wtf-x description {A Mac OS X program to translate common Internet acronyms} homepage http://wtf-x.sourceforge.net epoch 0 platforms macosx name wtf-x long_description {WTF-X is a Mac OS X program to translate common Internet acronyms. It's a port of BSD's commandline tool wtf, but unlike this tool it's running as a service in OS X and also offers a GUI to browse through all the acronyms and add new ones.} maintainers nomaintainer version 0.1 categories aqua revision 0
+sloth 624
+variants universal portdir aqua/sloth description {Program that displays a list of open files by applications} homepage http://www.sveinbjorn.org/sloth epoch 0 platforms macosx name sloth long_description {Sloth is a program that displays a list of all open files in use by all the applications your user account is running on the system -- this list includes IP and Unix sockets, character devices and directories. This list is presented along with the names of applications using the file and their process IDs.} maintainers nomaintainer depends_extract bin:unzip:unzip version 1.3.1 categories {aqua sysutils} revision 0
+wtf-x 538
+variants universal portdir aqua/wtf-x description {A Mac OS X program to translate common Internet acronyms} homepage http://wtf-x.sourceforge.net epoch 0 platforms macosx name wtf-x long_description {WTF-X is a Mac OS X program to translate common Internet acronyms. It's a port of BSD's commandline tool wtf, but unlike this tool it's running as a service in OS X and also offers a GUI to browse through all the acronyms and add new ones.} maintainers nomaintainer depends_extract bin:unzip:unzip version 0.1 categories aqua revision 0
xrg 791
portdir aqua/xrg description {XRG is an open source system monitor for Mac OS X.} homepage http://www.gauchosoft.com/ epoch 0 platforms darwin name xrg depends_lib {lib:/Library/Frameworks/AGProcess.framework:agprocess lib:/Library/Frameworks/CURLHandle.framework:curlhandle} maintainers nomaintainer long_description {XRG allows you to monitor CPU activity, memory usage, battery status, machine temperature, network activity, disk I/O, current weather, and stock market data. The goal of XRG is to be a functional system monitor that has a clean and flexible interface, so it doesn't intrude on the rest of your Mac experience. XRG is designed to take as little CPU time as possible while still showing detailed graphs on system usage.} categories {aqua sysutils} version 1.1.0 revision 0
9e 332
@@ -198,10 +198,10 @@
portdir archivers/deb2targz description {converts .deb packages to .tar.gz archives} homepage http://www.miketaylor.org.uk/tech/deb/ epoch 0 depends_run path:bin/perl:perl5 platforms darwin name deb2targz maintainers nomaintainer long_description {deb2targz is a very small perl script for converting Debian Linux style .deb packages to a friendly .tar.gz. deb2targz does not need any external programs like ar or tar.} categories archivers version 20021217 revision 1
dynamite 402
variants universal portdir archivers/dynamite description {decompress data compressed with the PKWARE library} homepage http://synce.sourceforge.net/synce/dynamite.php epoch 0 platforms darwin name dynamite long_description {Dynamite is a tool and library for decompressing data compressed with the PKWARE Data Compression Library.} maintainers nomaintainer categories archivers version 0.1 revision 0
-dzip 502
-variants universal depends_build bin:unzip:unzip portdir archivers/dzip description {file compression tool} homepage http://speeddemosarchive.com/dzip/ epoch 0 name dzip long_description {Dzip is a program for file compression. Its advantage over more popular compression software is in the size of the program, easily fitting on a floppy disk. Dzip's original purpose was to compress demo recordings of the id software game Quake.} maintainers nomaintainer categories archivers version 2.9 revision 0
-ecm 419
-variants universal depends_build bin:unzip:unzip portdir archivers/ecm description {CD image file error code modeler} homepage http://www.neillcorlett.com/ecm/ epoch 0 platforms darwin name ecm long_description {ECM (Error Code Modeler) lets you prepare CD image files - such as BIN, CDI, NRG, CCD, or similar - so that they'll compress far better.} maintainers nomaintainer categories archivers version 1.0 revision 0
+dzip 504
+variants universal portdir archivers/dzip description {file compression tool} homepage http://speeddemosarchive.com/dzip/ epoch 0 name dzip maintainers nomaintainer long_description {Dzip is a program for file compression. Its advantage over more popular compression software is in the size of the program, easily fitting on a floppy disk. Dzip's original purpose was to compress demo recordings of the id software game Quake.} depends_extract bin:unzip:unzip categories archivers version 2.9 revision 0
+ecm 421
+variants universal portdir archivers/ecm description {CD image file error code modeler} homepage http://www.neillcorlett.com/ecm/ epoch 0 platforms darwin name ecm long_description {ECM (Error Code Modeler) lets you prepare CD image files - such as BIN, CDI, NRG, CCD, or similar - so that they'll compress far better.} maintainers nomaintainer depends_extract bin:unzip:unzip categories archivers version 1.0 revision 0
fastjar 472
variants universal portdir archivers/fastjar description {fast implementation of Sun's jar utility in C} homepage http://fastjar.sourceforge.net/ epoch 0 platforms darwin name fastjar depends_lib port:zlib long_description {Fastjar is an implementation of Sun's jar utility that comes with the JDK, written entirely in C, and runs in a fraction of the time while being 100% feature compatible.} maintainers nomaintainer categories {archivers java} version 0.94 revision 0
gnutar 519
@@ -242,8 +242,8 @@
variants universal portdir archivers/p7zip description {7-Zip implementation} homepage http://p7zip.sourceforge.net/ epoch 0 platforms darwin name p7zip long_description {p7zip is a port of 7-Zip, a file archiver with highest compression ratio.} maintainers {simon openmaintainer} categories archivers version 4.65 revision 0
packddir 346
portdir archivers/packddir description {creates and unpacks PackdDir archives} homepage http://www.nongnu.org/packddir/ epoch 0 platforms darwin name packddir maintainers nomaintainer long_description {packddir creates and unpacks PackdDir archives, which are used in Quake (I and II) and others.} version 0.0.6-1 categories archivers revision 0
-paq8 529
-variants universal depends_build bin:unzip:unzip portdir archivers/paq8 description {PAQ8, a tight but slow compressor} homepage http://cs.fit.edu/~mmahoney/compression/ epoch 0 platforms darwin name paq8 long_description {PAQ is a series of open source data compression archivers that have evolved through collaborative development to top rankings on several benchmarks measuring compression ratio (although at the expense of speed and memory usage).} maintainers {jmr openmaintainer} categories archivers version 8p revision 0
+paq8 531
+variants universal portdir archivers/paq8 description {PAQ8, a tight but slow compressor} homepage http://cs.fit.edu/~mmahoney/compression/ epoch 0 platforms darwin name paq8 long_description {PAQ is a series of open source data compression archivers that have evolved through collaborative development to top rankings on several benchmarks measuring compression ratio (although at the expense of speed and memory usage).} maintainers {jmr openmaintainer} depends_extract bin:unzip:unzip categories archivers version 8p revision 0
par2 589
variants {darwin_8 darwin_9 universal} portdir archivers/par2 description {Parchive: Parity Archive Volume Set for data recovery} homepage http://parchive.sourceforge.net/ epoch 0 platforms darwin name par2 maintainers jabber.org:julian long_description {Parchive takes .par files and can regenerate missing data based upon a Reed-Soloman Code. This is useful for restoring missing pieces of a multi-part archive like the kinds used on Usenet. Version 2 does not require like-sized pieces, so it is useful for many more kinds of data recovery.} categories archivers version 0.4 revision 2
pbzip2 418
@@ -279,7 +279,7 @@
xar 342
variants universal portdir archivers/xar description {xar is the eXtensible ARchiver} homepage http://code.google.com/p/xar/ epoch 0 name xar depends_lib {port:bzip2 port:libiconv port:libxml2 port:openssl port:zlib} long_description {{xar is the eXtensible ARchiver}} maintainers mww categories {archivers sysutils} version 1.5.2 revision 0
xar-devel 448
-variants universal depends_build bin:svn:subversion portdir archivers/xar-devel description {xar is the eXtensible ARchiver} homepage http://code.google.com/p/xar/ epoch 0 platforms {darwin freebsd linux} depends_lib {port:bzip2 port:liblzma port:libiconv port:libxml2 port:openssl port:zlib} name xar-devel long_description {{xar is the eXtensible ARchiver}} maintainers {afb openmaintainer} categories {archivers sysutils} version 1.6 revision 2
+variants universal portdir archivers/xar-devel description {xar is the eXtensible ARchiver} depends_fetch bin:svn:subversion homepage http://code.google.com/p/xar/ epoch 0 platforms {darwin freebsd linux} depends_lib {port:bzip2 port:liblzma port:libiconv port:libxml2 port:openssl port:zlib} name xar-devel long_description {{xar is the eXtensible ARchiver}} maintainers {afb openmaintainer} categories {archivers sysutils} version 1.6 revision 2
xz-devel 496
variants universal portdir archivers/xz-devel description {XZ Utils} homepage http://tukaani.org/xz/ epoch 0 platforms darwin name xz-devel depends_lib {port:libiconv port:gettext} long_description {XZ utils consist of a few relatively separate submodules: * LZMA/XZ encoder/decoder command line tool similar to gzip/bzip2 * Scripts to ease grepping, diffing and viewing (lz*grep, lzdiff/lzcmp, lzmore/lzless)} maintainers {afb openmaintainer} categories archivers version 4.999.8beta revision 1
zip 561
@@ -294,8 +294,8 @@
variants universal depends_build port:libtool portdir audio/a52dec description {library for decoding ATSC A/52 streams, aka AC-3} homepage http://liba52.sourceforge.net/ epoch 0 platforms darwin name a52dec long_description {liba52 is a free library for decoding ATSC A/52 streams. It is released under the terms of the GPL license. The A/52 standard is used in a variety of applications, including digital television and DVD. It is also known as AC-3.} maintainers nomaintainer categories audio version 0.7.4 revision 0
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 398
-variants universal depends_build bin:unzip:unzip 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 categories audio version 2009-03-17 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-03-17 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
@@ -343,7 +343,7 @@
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 517
-variants universal depends_build bin:svn:subversion portdir audio/hydrogen description {Hydrogen is an advanced drum machine.} 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
+variants universal portdir audio/hydrogen description {Hydrogen is an advanced drum machine.} depends_fetch bin:svn: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
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
@@ -467,7 +467,7 @@
portaudio 892
portdir audio/portaudio description {PortAudio is a free, cross platform, open-source, audio I/O library.} homepage http://www.portaudio.com/ epoch 0 platforms macosx name portaudio maintainers users.sourceforge.net:themiwi long_description {PortAudio is a free, cross platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' that will compile and run on many platforms including Windows, Macintosh (8,9,X), Unix (OSS), SGI, and BeOS. PortAudio is intended to promote the exchange of audio synthesis software between developers on different platforms. PortAudio provides a very simple API for recording and/or playing sound using a simple callback function. Example programs are included that synthesize sine waves and pink noise, perform fuzz distortion on a guitar, list available audio devices, etc.} version 19.20071207 categories {audio devel} revision 0
portmidi 379
-depends_build bin:svn:subversion portdir audio/portmidi description {Free, cross platform, open-source, real-time MIDI I/O library.} homepage http://www.cs.cmu.edu/~music/portmusic/ epoch 0 platforms macosx name portmidi maintainers nomaintainer long_description {{Free, cross platform, open-source, real-time MIDI I/O library.}} categories {audio devel} version 0.52 revision 0
+portdir audio/portmidi description {Free, cross platform, open-source, real-time MIDI I/O library.} depends_fetch bin:svn:subversion homepage http://www.cs.cmu.edu/~music/portmusic/ epoch 0 platforms macosx name portmidi maintainers nomaintainer long_description {{Free, cross platform, open-source, real-time MIDI I/O library.}} categories {audio devel} version 0.52 revision 0
qjackctl 444
portdir audio/qjackctl description {QjackCtl is a simple Qt application to control the JACK sound server daemon.} homepage http://qjackctl.sourceforge.net/ epoch 0 platforms darwin name qjackctl depends_lib {port:jack port:qt4-x11 port:xorg-libX11 port:xorg-libXext} maintainers {devans openmaintainter} long_description {{QjackCtl is a simple Qt application to control the JACK sound server daemon.}} categories audio version 0.3.4 revision 0
qtplay 623
@@ -482,8 +482,8 @@
variants {docs universal} depends_build port:pkgconfig portdir audio/slv2 description {SLV2 is a library to make the use of LV2 plugins as simple as possible for applications.} homepage http://wiki.drobilla.net/SLV2 epoch 0 platforms darwin depends_lib {port:rasqal port:raptor port:redland port:jack port:lv2core} name slv2 long_description {{SLV2 is a library to make the use of LV2 plugins as simple as possible for applications.}} maintainers devans categories audio version 0.6.1 revision 0
solfege 790
variants universal depends_build {port:gettext port:texinfo} portdir audio/solfege description {Ear training software} homepage http://www.solfege.org/ depends_run {port:py25-gtk port:gtk2 port:libgtkhtml port:qtplay} epoch 0 platforms darwin name solfege depends_lib port:python25 long_description {Solfege is a free eartraining program. The program is part of the GNU Project. One of the ideas of this program is that you can extend the program without having to dig into the source code. If you want to practise some special chords or want to practise dictation with some music not included, you can write lesson files and put them into a lessonfiles subdirectory in your home directory.} maintainers gmail.com:allencmcbride categories {audio education python} version 3.14.1 revision 0
-soundtouch 625
-depends_build bin:unzip:unzip portdir audio/soundtouch description {Audio processing application and library for changing the Tempo, Pitch and Playback Rates of audio streams or files.} homepage http://www.surina.net/soundtouch/ epoch 0 platforms {darwin freebsd} name soundtouch maintainers nomaintainer long_description {SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files. It includes the SoundStretch command line tool, which allows you to change the tempo, pitch and speed of WAV files.} categories {audio multimedia} version 1.3.1 revision 1
+soundtouch 627
+portdir audio/soundtouch description {Audio processing application and library for changing the Tempo, Pitch and Playback Rates of audio streams or files.} homepage http://www.surina.net/soundtouch/ epoch 0 platforms {darwin freebsd} name soundtouch maintainers nomaintainer long_description {SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files. It includes the SoundStretch command line tool, which allows you to change the tempo, pitch and speed of WAV files.} depends_extract bin:unzip:unzip categories {audio multimedia} version 1.3.1 revision 1
sox 718
variants universal portdir audio/sox description {SOund eXchange - universal sound sample translator} homepage http://sox.sourceforge.net/ epoch 0 platforms darwin name sox depends_lib {port:libao port:libsndfile port:libid3tag port:libsamplerate port:libvorbis path:lib/libavcodec.dylib:ffmpeg port:libmad port:flac port:wavpack port:file port:libpng} long_description {SoX (also known as Sound eXchange) translates sound samples between different file formats, and optionally applies various sound effects. SoX is intended as the Swiss Army knife of sound processing tools. It doesn't do anything very well, but sooner or later it comes in very handy.} maintainers jmpoure categories audio version 14.2.0 revision 1
speex 637
@@ -496,8 +496,8 @@
variants universal portdir audio/streamripper description {separate tracks via Shoutcasts title-streaming} homepage http://streamripper.sourceforge.net/ epoch 0 platforms darwin name streamripper depends_lib {port:glib2 port:libiconv port:libogg port:libvorbis} long_description {Streamripper started as a way to separate tracks via Shoutcasts title-streaming feature. This has now been expanded into a much more generic feature, where part of the program only tries to hint at where one track starts and another ends, thus allowing a mp3 decoding engine to scan for a silent mark, which is used to find an exact track separation.} maintainers css categories {audio net} version 1.64.3 revision 1
taglib 479
variants universal portdir audio/taglib description {TagLib Audio Meta-Data Library} homepage http://developer.kde.org/~wheeler/taglib.html epoch 0 platforms darwin name taglib long_description {TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC files.} maintainers nomaintainer categories audio version 1.5 revision 0
-taglib-devel 629
-variants {universal debug no_docs} depends_build {port:cmake port:automoc bin:svn:subversion bin:svn:subversion} portdir audio/taglib-devel description {TagLib Audio Meta-Data Library} homepage http://developer.kde.org/~wheeler/taglib.html epoch 0 platforms darwin depends_lib {port:doxygen port:qt4-kde} name taglib-devel maintainers nomaintainer long_description {TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC files.} categories audio version 1.5-svn revision 0
+taglib-devel 643
+variants {universal debug no_docs} depends_build {port:cmake port:automoc bin:svn:subversion} portdir audio/taglib-devel depends_fetch bin:svn:subversion description {TagLib Audio Meta-Data Library} homepage http://developer.kde.org/~wheeler/taglib.html epoch 0 platforms darwin depends_lib {port:doxygen port:qt4-kde} name taglib-devel maintainers nomaintainer long_description {TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC files.} categories audio version 1.5-svn revision 0
taglib-extras 485
variants {universal debug} depends_build port:cmake portdir audio/taglib-extras description {Taglib plugins for various filetypes supported by Amarok, the KDE music manager.} homepage http://developer.kde.org/~wheeler/taglib.html epoch 0 platforms darwin depends_lib path:bin/taglib-config:taglib name taglib-extras maintainers nomaintainer long_description {{Taglib plugins for various filetypes supported by Amarok, the KDE music manager.}} categories audio version 0.1.3 revision 1
taglib-sharp 413
@@ -658,8 +658,8 @@
variants universal portdir cross/urjtag description {Universal JTAG library and tools} homepage http://urjtag.org/ epoch 0 platforms darwin name urjtag depends_lib port:libftdi long_description {UrJTAG aims to create an enhanced, modern tool for communicating over JTAG with flash chips, CPUs, and many more. It takes on the well proven openwince jtag tools code.} maintainers {snc openmaintainer} categories {cross devel} version 0.10 revision 0
usbprog 465
variants universal portdir cross/usbprog description {Tool for uploading and downloading firmwares to the usbprog device} homepage http://www.embedded-projects.net/index.php?page_id=191 epoch 0 platforms darwin name usbprog depends_lib {port:libusb port:libxml port:readline port:wxWidgets port:curl} long_description {Tool for uploading and downloading firmwares to the usbprog device.} maintainers lilalinux.net:macports version 0.1.8 categories cross revision 1
-wxmsw 426
-variants {opengl universal} depends_build bin:unzip:unzip portdir cross/wxmsw description {The wxWidgets GUI toolkit with Win32 bindings} homepage http://wxwidgets.org/ epoch 0 platforms darwin depends_lib {port:i386-mingw32-gcc port:i386-mingw32-w32api port:dos2unix} name wxmsw long_description {A C++ package for platform independent software development} maintainers nomaintainer categories cross version 2.8.4 revision 0
+wxmsw 428
+variants {opengl universal} portdir cross/wxmsw description {The wxWidgets GUI toolkit with Win32 bindings} homepage http://wxwidgets.org/ epoch 0 platforms darwin depends_lib {port:i386-mingw32-gcc port:i386-mingw32-w32api port:dos2unix} name wxmsw long_description {A C++ package for platform independent software development} maintainers nomaintainer depends_extract bin:unzip:unzip categories cross version 2.8.4 revision 0
MyODBC 656
variants {darwin_6 darwin samples debug universal} portdir databases/MyODBC description {MySQL Connector/ODBC} homepage http://www.mysql.com/ epoch 0 platforms darwin name MyODBC depends_lib {lib:libmysqlclient:mysql4 lib:libodbc.1:unixODBC lib:libz.1:zlib} long_description {MySQL Connector/ODBC (also known as MyODBC) allows you to connect to a MySQL database server using the ODBC database API on all Microsoft Windows and most Unix platforms, including through such applications and programming environments such as Microsoft Access, Microsoft Excel, and Borland Delphi.} maintainers cotsworth.com:simon categories databases version 3.51.11 revision 0
adodb 247
@@ -669,7 +669,7 @@
couchdb 686
variants universal portdir databases/couchdb description {CouchDB is a document database server} homepage http://couchdb.apache.org/ epoch 0 platforms darwin name couchdb depends_lib {port:automake port:autoconf port:libtool port:help2man port:icu port:spidermonkey port:erlang} long_description {{CouchDB is a document database server} with a restful HTTP API, capable of storing arbitrary JSON documents, building powerful data views, defined in JavaScript, and processed in parallel using Map/Reduce. It leaves out SQL and transactions for simplicity's sake, to improve scalability and to relax users' lives.} maintainers {jwa febeling} categories databases version 0.9.0 revision 1
couchdb-devel 738
-variants universal depends_build bin:svn:subversion portdir databases/couchdb-devel description {couchdb is a document database server} homepage http://couchdb.apache.org/ epoch 0 platforms darwin depends_lib {port:automake port:autoconf port:libtool port:help2man port:icu port:spidermonkey port:erlang} name couchdb-devel long_description {{couchdb is a document database server} with a restful HTTP API, capable of storing arbitrary JSON documents, building powerful data views, defined in JavaScript, and processed in parallel using Map/Reduce. It leaves out SQL and transactions for simplicity's sake, to improve scalability and to relax users' lives.} maintainers {jwa febeling} categories databases version 0.9.0r760877 revision 0
+variants universal portdir databases/couchdb-devel description {couchdb is a document database server} depends_fetch bin:svn:subversion homepage http://couchdb.apache.org/ epoch 0 platforms darwin depends_lib {port:automake port:autoconf port:libtool port:help2man port:icu port:spidermonkey port:erlang} name couchdb-devel long_description {{couchdb is a document database server} with a restful HTTP API, capable of storing arbitrary JSON documents, building powerful data views, defined in JavaScript, and processed in parallel using Map/Reduce. It leaves out SQL and transactions for simplicity's sake, to improve scalability and to relax users' lives.} maintainers {jwa febeling} categories databases version 0.9.0r760877 revision 0
db3 392
variants universal portdir databases/db3 description {The Berkeley DB package, revision 3} homepage http://www.sleepycat.com/update/ epoch 0 platforms darwin name db3 long_description {This is Version 3 of the Berkeley DB package. This port mainly exists for compatibility with Ximian Evolution and is based on the db4 port.} maintainers digdog categories databases version 3.3.11 revision 0
db41 688
@@ -736,8 +736,8 @@
variants {mysql3 mysql4 mysql5 universal} portdir databases/mysqlxx description {C++ wrapper for MySQL's C API} homepage http://tangentsoft.net/mysql++/ epoch 0 platforms {darwin freebsd} name mysqlxx depends_lib {port:gettext port:zlib port:mysql5} long_description {MySQL++ is a C++ wrapper for MySQL's C API. It is built around STL principles, to make dealing with the database as easy as dealing with an STL container.} maintainers genetikayos.com:kayos categories databases version 3.0.8 revision 0
openldap 423
variants {darwin_6 aci universal} portdir databases/openldap description {OpenLDAP Software} homepage http://www.openldap.org/ epoch 0 platforms darwin name openldap depends_lib {path:bin/perl:perl5 port:cyrus-sasl2 port:openssl port:db44} long_description {OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol.} maintainers landonf categories databases version 2.3.35 revision 1
-oracle-instantclient 493
-variants {powerpc i386} depends_build bin:unzip:unzip portdir databases/oracle-instantclient description {Oracle database connection libraries} homepage http://www.oracle.com/technology/software/tech/oci/instantclient/ epoch 0 platforms macosx name oracle-instantclient long_description {Oracle Instant Client allows you to run your applications without installing the standard Oracle client or having an ORACLE_HOME.} maintainers ryandesign categories databases version 10.2.0.4.0 revision 2
+oracle-instantclient 495
+variants {powerpc i386} portdir databases/oracle-instantclient description {Oracle database connection libraries} homepage http://www.oracle.com/technology/software/tech/oci/instantclient/ epoch 0 platforms macosx name oracle-instantclient long_description {Oracle Instant Client allows you to run your applications without installing the standard Oracle client or having an ORACLE_HOME.} maintainers ryandesign depends_extract bin:unzip:unzip categories databases version 10.2.0.4.0 revision 2
pazpar2 499
variants universal portdir databases/pazpar2 description {metasearch daemon and server} homepage http://www.indexdata.dk/pazpar2/ epoch 0 platforms darwin name pazpar2 depends_lib {port:yaz port:icu} long_description {Pazpar2 is a high-performance, user interface-independent, data model-independent metasearching middleware webservice featuring merging, relevance ranking, record sorting, and faceted results.} maintainers nomaintainer categories {databases net www devel} version 1.0.9 revision 0
pg2xbase 385
@@ -750,14 +750,14 @@
variants universal portdir databases/pgpool description {PostgreSQL connection pool server} homepage http://pgpool.projects.postgresql.org/ epoch 0 platforms darwin name pgpool long_description {pgpool is a connection server program for PostgreSQL. It runs between PostgreSQL's client(frontend) and server(backend). Any PostgreSQL clients can connect to pgpool as if it's a real PostgreSQL server. It supports connection pooling, failover and replication.} maintainers mww categories databases version 3.4.1 revision 0
pgpool-II 584
variants {postgresql82 universal} depends_build port:postgresql83 portdir databases/pgpool-II description {PostgreSQL connection pool server} homepage http://pgpool.projects.postgresql.org/ epoch 0 platforms darwin name pgpool-II long_description {pgpool is a connection server program for PostgreSQL. It runs between PostgreSQL's client(frontend) and server(backend). Any PostgreSQL clients can connect to pgpool as if it's a real PostgreSQL server. It supports connection pooling, failover and replication.} maintainers mac.com:giorgio_v categories databases version 2.2 revision 0
-pgsqlclient 345
-depends_build bin:unzip:unzip portdir databases/pgsqlclient description {ADO.NET adapter for PostgreSQL} homepage http://pgsqlclient.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:mono:mono name pgsqlclient maintainers nomaintainer long_description {{ADO.NET adapter for PostgreSQL}} categories databases version 1.0-Beta6 revision 0
+pgsqlclient 347
+portdir databases/pgsqlclient description {ADO.NET adapter for PostgreSQL} homepage http://pgsqlclient.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:mono:mono name pgsqlclient maintainers nomaintainer long_description {{ADO.NET adapter for PostgreSQL}} depends_extract bin:unzip:unzip categories databases version 1.0-Beta6 revision 0
pgtcl 334
variants universal portdir databases/pgtcl description {Tcl PostgreSQL interface} homepage http://pgtcl.projects.postgresql.org/ epoch 0 platforms darwin name pgtcl depends_lib {port:tcl port:postgresql83} long_description {Tcl client interface to PostgreSQL} maintainers mac.com:giorgio_v categories databases version 1.5 revision 0
postgis 812
variants {postgresql82 universal} portdir databases/postgis description {adds support for geographic objects to the postgresql database} homepage http://postgis.refractions.net/ epoch 0 platforms darwin name postgis depends_lib {port:geos port:proj port:libiconv port:postgresql83} long_description {PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS {spatially enables} the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS Simple Features Specification for SQL and will be submitted for conformance testing at version 1.0.} maintainers frank-lists at auroralux.net categories databases version 1.3.3 revision 1
-postgresql-devel 700
-variants {python krb5 perl tcl universal} depends_build port:bison portdir databases/postgresql-devel description {The most advanced open-source database available anywhere.} homepage http://www.postgresql.org/ epoch 0 platforms darwin depends_lib {port:readline port:openssl port:zlib port:libxml2 port:libxslt port:ossp-uuid} name postgresql-devel long_description {PostgreSQL is Object-Relational Database Management System. It supports almost all SQL constructs, including transactions, subselects, and user-defined types and functions. Write-ahead logging means increased performance while retaining data integrity.} maintainers gmail.com:chepra categories databases version 20090410 revision 0
+postgresql-devel 726
+variants {python krb5 perl tcl universal} depends_build port:bison portdir databases/postgresql-devel description {The most advanced open-source database available anywhere.} depends_fetch bin:cvs:cvs homepage http://www.postgresql.org/ epoch 0 platforms darwin depends_lib {port:readline port:openssl port:zlib port:libxml2 port:libxslt port:ossp-uuid} name postgresql-devel long_description {PostgreSQL is Object-Relational Database Management System. It supports almost all SQL constructs, including transactions, subselects, and user-defined types and functions. Write-ahead logging means increased performance while retaining data integrity.} maintainers gmail.com:chepra categories databases version 20090410 revision 0
postgresql-server-devel 341
portdir databases/postgresql-server-devel description {run postgresql-devel as server} homepage http://www.postgresql.org/ epoch 0 depends_run port:postgresql-devel platforms darwin name postgresql-server-devel maintainers gmail.com:chepra long_description {{run postgresql-devel as server}} categories databases version 20090410 revision 0
postgresql7 685
@@ -788,8 +788,8 @@
portdir databases/postgresql83-server description {run postgresql83 as server} homepage http://www.postgresql.org/ epoch 0 depends_run port:postgresql83 platforms darwin name postgresql83-server maintainers {mww jwa} long_description {{run postgresql83 as server}} categories databases version 8.3.7 revision 0
postgresql_autodoc 546
variants universal portdir databases/postgresql_autodoc description {Automatic documentation generator for postgresql databases} homepage http://www.rbt.ca/autodoc/ epoch 0 platforms darwin name postgresql_autodoc depends_lib {path:bin/perl:perl5 port:p5-dbi port:p5-dbd-pg port:p5-html-template port:p5-term-readkey} long_description {Automatic documentation generator for postgresql databases. It supports output in HTML, GraphViz, SGML DocBook and DIA formats.} maintainers nomaintainer categories {databases textproc} version 1.31 revision 0
-pqa 463
-variants universal depends_build bin:unzip:unzip portdir databases/pqa description {pqa is a PostgreSQL SQL analysis tool} homepage http://pqa.projects.postgresql.org/ epoch 0 platforms darwin depends_lib port:ruby name pqa long_description {PostgreSQL Query Analyzer produces HTML reports on the most frequent queries, slowest queries, queries by type select/insert/update/delete), and more.} maintainers nomaintainer categories databases version 1.6 revision 0
+pqa 465
+variants universal portdir databases/pqa description {pqa is a PostgreSQL SQL analysis tool} homepage http://pqa.projects.postgresql.org/ epoch 0 platforms darwin depends_lib port:ruby name pqa long_description {PostgreSQL Query Analyzer produces HTML reports on the most frequent queries, slowest queries, queries by type select/insert/update/delete), and more.} maintainers nomaintainer depends_extract bin:unzip:unzip categories databases version 1.6 revision 0
pure-odbc 542
portdir databases/pure-odbc description {a simple ODBC interface for the Pure programming language} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure-odbc depends_lib {path:lib/libpure.dylib:pure path:lib/libgmp.dylib:gmp path:lib/libodbc.dylib:unixODBC} maintainers ryandesign long_description {pure-odbc provides {a simple ODBC interface for the Pure programming language} which lets you access a large variety of open source and commercial database systems from Pure} categories databases version 0.2 revision 1
qdbm 745
@@ -831,7 +831,7 @@
HaXml 519
depends_build port:ghc portdir devel/HaXml description {XML utilities for haskell} homepage http://www.cs.york.ac.uk/fp/HaXml epoch 0 platforms darwin name HaXml maintainers nomaintainer long_description {HaXml is a collection of utilities for parsing, filtering, transforming, and generating XML documents using Haskell. Its basic facilities include: * a parser for XML, * a separate error-correcting parser for HTML, * an XML validator, * pretty-printers for XML and HTML.} categories devel version 1.13.2 revision 0
MacPorts_Framework 426
-variants universal depends_build bin:svn:subversion portdir devel/MacPorts_Framework description {Cocoa framework for MacPorts.} homepage http://www.macports.org epoch 0 platforms macosx name MacPorts_Framework long_description {MacPorts.framework is a framework for linking Cocoa applications to the MacPorts infrastructure.} maintainers {armahg openmaintainer} version 0.1.0 categories {devel macports framework} revision 0
+variants universal portdir devel/MacPorts_Framework description {Cocoa framework for MacPorts.} depends_fetch bin:svn:subversion homepage http://www.macports.org epoch 0 platforms macosx name MacPorts_Framework long_description {MacPorts.framework is a framework for linking Cocoa applications to the MacPorts infrastructure.} maintainers {armahg openmaintainer} version 0.1.0 categories {devel macports framework} revision 0
PIDA 376
portdir devel/PIDA description {The Python Integrated Development Application} homepage http://pida.co.uk/ epoch 0 platforms darwin depends_lib {port:py25-gtk port:py25-gnome port:py25-zlib port:kiwi port:librsvg port:vte} name PIDA long_description {{The Python Integrated Development Application}} maintainers nomaintainer version 0.5.1 categories {devel python} revision 0
aegis 772
@@ -954,8 +954,8 @@
depends_build port:ghc portdir devel/c2hs description {Yet Another Interface Generator for Haskell} homepage http://www.cse.unsw.edu.au/~chak/haskell/c2hs/ epoch 0 platforms darwin name c2hs maintainers gwright long_description {C->Haskell is an interface generator that simplifies the development of Haskell bindings to C libraries. The tool processes existing C header files that determine data layout and function signatures on the C side in conjunction with Haskell modules that specify Haskell-side type signatures and marshaling details.} categories {devel haskell} version 0.15.1 revision 0
c_count 381
variants universal portdir devel/c_count description {counts C-language source statements} homepage http://invisible-island.net/c_count/ epoch 0 platforms darwin name c_count long_description {C_COUNT counts C-language source statements, and summarizes statistics about the relative amount of commentary, whitespace, etc.} maintainers toby categories devel version 7.11 revision 0
-cableswig 2303
-variants {examples testing gccxml universal} depends_build {port:cmake port:gmake port:bison port:gawk} portdir devel/cableswig description {CableSwig creates interfaces to interpreted languages such as Tcl and Python.} homepage http://www.itk.org/ITK/resources/CableSwig.html epoch 0 platforms darwin name cableswig long_description {CableSwig is used to create interfaces (i.e. wrappers) to interpreted languages such as Tcl and Python. It was created to produce wrappers for ITK because the toolkit uses C++ structures that SWIG cannot parse (deeply nested template instantiations). CableSwig is a combination tool that uses GCC_XML as the c++ parser. The input files are Cable style input files. The XML produced from the Cable/GCC_XML input files are then parsed and feed into a modified version of SWIG. SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. It is used to generate the language bindings to
the target language. Currently, Tcl and Python are supported. CableSwig consists of four executables: 1) cswig - the main cable swig executable, that takes an xml file from gccxml as input. The xml file should be created from a cable config input file. This program is a modified version of the standard SWIG main. It uses CABLE libraries to parse the input XML from gccxml to create SWIG data structures describing the C++ code to be wrapped. 2) cableidx - a program to generate index files from gccxml xml files. The index files tell cswig what classes are wrapped in which libraries. This is important because swig needs to know if a class is not wrapped or wrapped in another module, and if it is wrapped which module it is wrapped in. 3) gccxml_cc1plus - A patched version of gcc that has the -fxml option to convert c++ into xml. 4) gccxml - ( www.gccxml.org) the front end program to gccxml_cc1plus. CableSwig was developed to support ITK, and has not been widely used elsewhere. N
ot all features of SWIG are currently accessible through CableSwig. Features known to be missing are: * Wrapping of public data members in structs and classes, no accessor routines are created, the original source must provide access methods.} maintainers {dweber openmaintainer} categories devel version 20090521 revision 0
+cableswig 2329
+variants {examples testing gccxml universal} depends_build {port:cmake port:gmake port:bison port:gawk} portdir devel/cableswig description {CableSwig creates interfaces to interpreted languages such as Tcl and Python.} depends_fetch bin:cvs:cvs homepage http://www.itk.org/ITK/resources/CableSwig.html epoch 0 platforms darwin name cableswig long_description {CableSwig is used to create interfaces (i.e. wrappers) to interpreted languages such as Tcl and Python. It was created to produce wrappers for ITK because the toolkit uses C++ structures that SWIG cannot parse (deeply nested template instantiations). CableSwig is a combination tool that uses GCC_XML as the c++ parser. The input files are Cable style input files. The XML produced from the Cable/GCC_XML input files are then parsed and feed into a modified version of SWIG. SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. It is used to generat
e the language bindings to the target language. Currently, Tcl and Python are supported. CableSwig consists of four executables: 1) cswig - the main cable swig executable, that takes an xml file from gccxml as input. The xml file should be created from a cable config input file. This program is a modified version of the standard SWIG main. It uses CABLE libraries to parse the input XML from gccxml to create SWIG data structures describing the C++ code to be wrapped. 2) cableidx - a program to generate index files from gccxml xml files. The index files tell cswig what classes are wrapped in which libraries. This is important because swig needs to know if a class is not wrapped or wrapped in another module, and if it is wrapped which module it is wrapped in. 3) gccxml_cc1plus - A patched version of gcc that has the -fxml option to convert c++ into xml. 4) gccxml - ( www.gccxml.org) the front end program to gccxml_cc1plus. CableSwig was developed to support ITK, and has not bee
n widely used elsewhere. Not all features of SWIG are currently accessible through CableSwig. Features known to be missing are: * Wrapping of public data members in structs and classes, no accessor routines are created, the original source must provide access methods.} maintainers {dweber openmaintainer} categories devel version 20090521 revision 0
caml-calendar 389
variants universal portdir devel/caml-calendar description {Objective Caml interface for calendar functions} homepage http://www.lri.fr/~signoles/prog.en.html epoch 0 platforms darwin name caml-calendar depends_lib {port:ocaml port:caml-findlib} long_description {An OCaml interface for managing dates and times.} maintainers recoil.org:anil categories {devel ml} version 2.0.4 revision 0
caml-csv 435
@@ -1019,7 +1019,7 @@
codeblocks 490
variants {macosx aqua x11 universal} portdir devel/codeblocks description {Open Source, Cross-platform, Free C/C++/D IDE} homepage http://codeblocks.org/ epoch 0 platforms {darwin freebsd} depends_lib port:wxWidgets name codeblocks long_description {Code::Blocks is a free C++ IDE built specifically to meet the most demanding needs of its users. It was designed, right from the start, to be extensible and configurable.} maintainers afb categories {devel aqua x11} version 8.02 revision 0
codeblocks-devel 537
-variants {macosx aqua x11 universal} depends_build bin:svn:subversion portdir devel/codeblocks-devel description {Open Source, Cross-platform, Free C/C++/D IDE} homepage http://codeblocks.org/ epoch 0 platforms {darwin freebsd} depends_lib port:wxWidgets name codeblocks-devel long_description {Code::Blocks is a free C++ IDE built specifically to meet the most demanding needs of its users. It was designed, right from the start, to be extensible and configurable.} maintainers afb categories {devel aqua x11} version 1.0 revision 5074
+variants {macosx aqua x11 universal} portdir devel/codeblocks-devel description {Open Source, Cross-platform, Free C/C++/D IDE} depends_fetch bin:svn:subversion homepage http://codeblocks.org/ epoch 0 platforms {darwin freebsd} depends_lib port:wxWidgets name codeblocks-devel long_description {Code::Blocks is a free C++ IDE built specifically to meet the most demanding needs of its users. It was designed, right from the start, to be extensible and configurable.} maintainers afb categories {devel aqua x11} version 1.0 revision 5074
commoncpp2 441
variants {darwin_6 universal} portdir devel/commoncpp2 description {GNU Common C++ 2 Framework} homepage http://www.gnu.org/software/commoncpp/ epoch 0 platforms darwin name commoncpp2 depends_lib port:libxml2 long_description {C++ framework offering portable support for threading, sockets, file access, daemons, persistence, serial I/O, XML parsing, and system services.} maintainers nomaintainer categories devel version 1.4.2 revision 1
cook 618
@@ -1030,8 +1030,8 @@
variants universal depends_build port:ghc portdir devel/cpphs description {cpp implemented in Haskell.} homepage http://www.haskell.org/cpphs/ epoch 0 platforms darwin name cpphs long_description {cpphs is a liberalised re-implementation of cpp, the C pre-processor, in Haskell.} maintainers gwright categories devel version 1.3 revision 0
cppunit 410
variants universal portdir devel/cppunit description {unit testing framework for C++} homepage http://cppunit.sourceforge.net/ epoch 0 platforms darwin name cppunit long_description {CppUnit is the C++ port of the famous JUnit framework for unit testing. Test output is in XML or text format for automatic testing and GUI based for supervised tests.} maintainers mww categories devel version 1.12.1 revision 0
-cryptlib 764
-variants {darwin_7 darwin sunos} depends_build bin:unzip:unzip portdir devel/cryptlib description {cryptlib is a powerful security toolkit (library)} homepage http://www.cs.auckland.ac.nz/~pgut001/cryptlib/ epoch 0 platforms {darwin sunos} name cryptlib long_description {cryptlib is a powerful security toolkit that allows even inexperienced crypto programmers to easily add encryption and authentication services to their software. The high-level interface provides anyone with the ability to add strong security capabilities to an application in as little as half an hour, without needing to know any of the low-level details that make the encryption or authentication work.} maintainers nomaintainer categories {devel security crypto} version 3.3.1 revision 0
+cryptlib 766
+variants {darwin_7 darwin sunos} portdir devel/cryptlib description {cryptlib is a powerful security toolkit (library)} homepage http://www.cs.auckland.ac.nz/~pgut001/cryptlib/ epoch 0 platforms {darwin sunos} name cryptlib long_description {cryptlib is a powerful security toolkit that allows even inexperienced crypto programmers to easily add encryption and authentication services to their software. The high-level interface provides anyone with the ability to add strong security capabilities to an application in as little as half an hour, without needing to know any of the low-level details that make the encryption or authentication work.} maintainers nomaintainer depends_extract bin:unzip:unzip categories {devel security crypto} version 3.3.1 revision 0
cryptokit 492
portdir devel/cryptokit description {Objective Caml interface to cryptographic functions.} homepage http://pauillac.inria.fr/~xleroy/software.html epoch 0 platforms darwin name cryptokit depends_lib bin:camlp4:ocaml maintainers recoil.org:anil long_description {The Cryptokit library for Objective Caml provides a variety of cryptographic primitives that can be used to implement cryptographic protocols in security-sensitive applications.} categories {devel security} version 1.2 revision 0
cscope 598
@@ -1068,10 +1068,10 @@
variants {macports_apache2 universal} depends_build {path:bin/perl:perl5 port:p5-ipc-run port:p5-file-temp port:p5-uri port:p5-mime-types port:p5-string-ediff port:cvsgraph} portdir devel/cvsweb description {WWW interface for CVS repositories} homepage http://www.freebsd.org/projects/cvsweb.html epoch 0 platforms darwin name cvsweb long_description {FreeBSD-CVSweb is a WWW CGI script that allows remote users to browse a CVS repository tree via web. It can display the revision history of a file, as well as diffs between revisions and downloading the whole file.} maintainers nomaintainer categories {devel www} version 3.0.6 revision 0
cxref 886
variants universal depends_build bin:bison:bison portdir devel/cxref description {C program cross-referencing & documentation tool} homepage http://www.gedanken.demon.co.uk/cxref/ epoch 0 platforms darwin name cxref long_description {A program that takes as input a series of C source files and produces a LaTeX or HTML document containing a cross reference of the files/functions/variables in the program, including documentation taken from suitably formatted source code comments. The documentation is stored in the C source file in specially formatted comments, making it simple to maintain. The cross referencing includes lists of functions called, callers of each function, usage of global variables, header file inclusion, macro definitions and type definitions. Works for ANSI C, including a few gcc extensions.} maintainers nomaintainer categories devel version 1.6a revision 0
-d52 355
-depends_build bin:unzip:unzip portdir devel/d52 description {Disassembler for a variety of microprocessors} homepage http://www.8052.com/ epoch 0 platforms darwin name d52 maintainers nomaintainer long_description {d52 is a set of disassemblers for the 8052, 8035, 8048, 8041, Z80, 8080 and 8085 microcontrollers} categories devel version v341 revision 0
-daaplib 548
-variants universal depends_build bin:unzip:unzip portdir devel/daaplib description {small library for reading and writingg DAAP streams} homepage http://www.deleet.de/projekte/daap/daaplib/ epoch 0 name daaplib long_description {daaplib is a very tiny and portable C++ library which helps to read and write low-level DAAP streams in memory. The code is straightforward and can mirror the structure of the data fairly well. DAAP streams are use by iTunes for sharing songs.} maintainers nomaintainer categories {devel net} version 0.1.1a revision 0
+d52 357
+portdir devel/d52 description {Disassembler for a variety of microprocessors} homepage http://www.8052.com/ epoch 0 platforms darwin name d52 maintainers nomaintainer long_description {d52 is a set of disassemblers for the 8052, 8035, 8048, 8041, Z80, 8080 and 8085 microcontrollers} depends_extract bin:unzip:unzip categories devel version v341 revision 0
+daaplib 550
+variants universal portdir devel/daaplib description {small library for reading and writingg DAAP streams} homepage http://www.deleet.de/projekte/daap/daaplib/ epoch 0 name daaplib maintainers nomaintainer long_description {daaplib is a very tiny and portable C++ library which helps to read and write low-level DAAP streams in memory. The code is straightforward and can mirror the structure of the data fairly well. DAAP streams are use by iTunes for sharing songs.} depends_extract bin:unzip:unzip categories {devel net} version 0.1.1a revision 0
darcs 568
variants {docs profiling nolibcurl universal} depends_build port:ghc portdir devel/darcs description {David's Advanced Revision Control System} homepage http://darcs.net/ epoch 0 platforms darwin depends_lib {port:curl port:ncurses port:gmp} name darcs long_description {David's Advanced Revision Control System is yet another replacement for CVS. It is written in Haskell, and has been tested on Linux and Mac OS X. Darcs includes a cgi script, which can be used to view the contents of your repository.} maintainers gwright categories devel version 2.2.0 revision 1
darcs-devel 563
@@ -1079,7 +1079,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 771
-depends_build bin:svn:subversion portdir devel/darwinbuild description {Darwinbuild is a set of tools that facilitate building the sources released by Apple.} 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 521
+portdir devel/darwinbuild description {Darwinbuild is a set of tools that facilitate building the sources released by Apple.} depends_fetch bin:svn: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 521
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
@@ -1254,8 +1254,8 @@
variants universal portdir devel/gpgme-objc description {GnuPG Made Easy is an Objective-C framework wrapping libgpgme} homepage http://macgpg.sourceforge.net epoch 0 platforms macosx name gpgme-objc depends_lib {port:gpgme port:libgpg-error} long_description {GnuPG Made Easy (GPGME) is an Objective-C framework wrapping libgpgme, a C language library, that allows to add support for cryptography to a program. It is designed to make access to crypto engines like GnuPG or GpgSM easier for applications. GPGME provides a high-level crypto API for encryption, decryption, signing, signature verification and key management.} maintainers waqar version 1.0.2 categories {devel security} revision 4
gputils 377
variants universal portdir devel/gputils description {GNU PIC Utilities} homepage http://gputils.sourceforge.net/ epoch 0 platforms darwin name gputils long_description {GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers. It includes gpasm, gplink, and gplib.} maintainers {gmail.com:r.goyet openmaintainer} categories devel version 0.13.6 revision 0
-gradle 691
-variants darwin depends_build bin:unzip:unzip portdir devel/gradle description {An open-source build system that is based on the Groovy language} homepage http://www.gradle.org/ epoch 0 platforms darwin depends_lib port:groovy name gradle long_description {Gradle is a build system which offers you ease, power and freedom. You can choose the balance for yourself. It has powerful multi-project build support. It has a layer on top of Ivy that provides a build-by-convention integration for Ivy. It gives you always the choice between the flexibility of Ant and the convenience of a build-by-convention behavior.} maintainers breskeby categories {devel java groovy} version 0.6.1 revision 0
+gradle 693
+variants darwin portdir devel/gradle description {An open-source build system that is based on the Groovy language} homepage http://www.gradle.org/ epoch 0 platforms darwin depends_lib port:groovy name gradle long_description {Gradle is a build system which offers you ease, power and freedom. You can choose the balance for yourself. It has powerful multi-project build support. It has a layer on top of Ivy that provides a build-by-convention integration for Ivy. It gives you always the choice between the flexibility of Ant and the convenience of a build-by-convention behavior.} maintainers breskeby depends_extract bin:unzip:unzip categories {devel java groovy} version 0.6.1 revision 0
grails 759
variants darwin portdir devel/grails description {An open-source web application framework that leverages the Groovy language} homepage http://www.grails.org/ epoch 0 platforms darwin name grails long_description {Grails aims to bring the {coding by convention} paradigm to Groovy. It's an open-source web application framework that leverages the Groovy language and complements Java Web development. You can use Grails as a standalone development environment that hides all configuration details or integrate your Java business logic. Grails aims to make development as simple as possible and hence should appeal to a wide range of developers not just those from the Java community.} maintainers nomaintainer categories {devel java} version 1.1.1 revision 0
griffon 773
@@ -1380,8 +1380,8 @@
depends_build {port:gettext port:python25 port:py25-hashlib} portdir devel/iso-codes description {ISO country, language and currency codes and translations} homepage http://pkg-isocodes.alioth.debian.org/ epoch 0 platforms darwin name iso-codes maintainers nomaintainer long_description {This package aims to provide the list of the country and language (and currency) names in one place, rather than repeated in many programs.} categories devel version 3.5 revision 0
jam 556
variants {mw debug} portdir devel/jam description {a software build tool like make} homepage http://www.perforce.com/jam/jam.html epoch 0 platforms darwin name jam maintainers kallisys.net:pguyot long_description {Jam is a software build tool (like make) from Perforce. It is very powerful tool and it is used for various projects. It is particularly adapted for C/C++ development, multiplatform projects or builds spread on several processors. Mac OS X developer tools actually include a customized version of it.} categories devel version 2.5 revision 1
-jline 517
-depends_build bin:unzip:unzip portdir devel/jline description {A library for handling console input} homepage http://jline.sourceforge.net/ epoch 0 platforms darwin name jline maintainers cs.wm.edu:mpd long_description {JLine is a Java library for reading and editing user input in console applications. It features tab-completion, command history, password masking, customizable keybindings, and pass-through handlers to use to chain to other console applications.} categories {devel java} version 0.9.94 revision 0
+jline 519
+portdir devel/jline description {A library for handling console input} homepage http://jline.sourceforge.net/ epoch 0 platforms darwin name jline maintainers cs.wm.edu:mpd long_description {JLine is a Java library for reading and editing user input in console applications. It features tab-completion, command history, password masking, customizable keybindings, and pass-through handlers to use to chain to other console applications.} depends_extract bin:unzip:unzip categories {devel java} version 0.9.94 revision 0
jscoverage 506
variants universal portdir devel/jscoverage description {A code coverage tool for JavaScript.} homepage http://siliconforks.com/jscoverage/ epoch 0 platforms darwin name jscoverage long_description {JSCoverage is a tool that measures code coverage for JavaScript programs. JSCoverage works by instrumenting the JS code used in web pages. Code coverage statistics are collected while the instrumented JS code is executed in a web browser.} maintainers gmx.com:zaraki categories devel version 0.4 revision 0
judy 472
@@ -1422,8 +1422,8 @@
variants universal portdir devel/libconfig-hr description {A new libconfig implementation with both C and C++ bindings.} homepage http://www.hyperrealm.com/libconfig/ epoch 0 platforms darwin name libconfig-hr long_description {A new libconfig implementation with both C and C++ bindings, a completely new API, pkg-config support and superior documentation. This port is incompatible with the older port libconfig which should be deactivated or uninstalled prior to installation of this port.} maintainers {devans openmaintainer} categories devel version 1.3.2 revision 0
libconfuse 369
variants universal depends_build path:bin/pkg-config:pkgconfig portdir devel/libconfuse description {libConfuse is a configuration file parser library} homepage http://www.nongnu.org/confuse/ epoch 0 platforms darwin name libconfuse long_description {{libConfuse is a configuration file parser library}} maintainers nomaintainer categories devel version 2.6 revision 0
-libcryptopp 357
-depends_build bin:unzip:unzip portdir devel/libcryptopp description {C++ class library of cryptographic schemes} homepage http://www.cryptopp.com/ epoch 0 platforms darwin name libcryptopp maintainers nomaintainer long_description {Crypto++ Library is a free C++ class library of cryptographic schemes.} categories {devel security} version 5.5.2 revision 0
+libcryptopp 359
+portdir devel/libcryptopp description {C++ class library of cryptographic schemes} homepage http://www.cryptopp.com/ epoch 0 platforms darwin name libcryptopp maintainers nomaintainer long_description {Crypto++ Library is a free C++ class library of cryptographic schemes.} depends_extract bin:unzip:unzip categories {devel security} version 5.5.2 revision 0
libcudd 511
portdir devel/libcudd description {An efficient library for manipulating decision diagrams} homepage http://vlsi.colorado.edu/~fabio/CUDD/ epoch 0 platforms darwin name libcudd maintainers bitchx.it:mij long_description {The CUDD package provides functions to manipulate Binary Decision Diagrams (BDDs), Algebraic Decision Diagrams (ADDs), and Zero-suppressed Binary Decision Diagrams (ZDDs). It's been written by Fabio Somenzi at the University of Colorado, Boulder.} version 2.4.1 categories devel revision 0
libdaemon 521
@@ -1472,8 +1472,8 @@
variants {pango universal} depends_build port:pkgconfig portdir devel/libgdiplus description {An Open Source implementation of the GDI+ API} homepage http://www.mono-project.com/Libgdiplus epoch 0 platforms darwin depends_lib {port:jpeg port:tiff path:include/gif_lib.h:giflib port:libpng port:zlib port:fontconfig port:libiconv port:libexif port:glib2 port:xorg-libsm port:xrender} name libgdiplus long_description {An implementation of the GDI+ API for Mono, an effort to create an open source implementation of the .NET Development Framework including a C# compiler.} maintainers {stechert openmaintainer} categories devel version 2.4 revision 0
libgeoip 298
variants universal portdir devel/libgeoip description {Gets country code by IP address} homepage http://www.maxmind.com/app/c epoch 0 platforms darwin name libgeoip long_description {{Gets country code by IP address}} maintainers mobygames.com:bhirt categories {devel net} version 1.4.6 revision 0
-libghash 454
-depends_build bin:unzip:unzip portdir devel/libghash description {General Purpose Hash Function Algorithm library} homepage http://www.partow.net/programming/hashfunctions/ epoch 0 platforms darwin name libghash maintainers nomaintainer long_description {The General Purpose Hash Function Algorithm library contains implementations for a series of commonly used additive and rotative string hashing algorithms.} categories devel version 0.0.2 revision 0
+libghash 456
+portdir devel/libghash description {General Purpose Hash Function Algorithm library} homepage http://www.partow.net/programming/hashfunctions/ epoch 0 platforms darwin name libghash maintainers nomaintainer long_description {The General Purpose Hash Function Algorithm library contains implementations for a series of commonly used additive and rotative string hashing algorithms.} depends_extract bin:unzip:unzip categories devel version 0.0.2 revision 0
libgii 701
variants universal portdir devel/libgii description {General Input Interface} homepage http://www.ggi-project.org/ epoch 0 platforms darwin name libgii long_description {LibGII is intended to be to input what LibGGI is to graphics. LibGII is based on the concept of input streams, which virtualize access to the underlying input drivers. Events from various input devices are abstracted into easy-to-use structures. LibGII also allows the application to join streams together, receiving input from an arbitrary combination of devices. LibGII is a separate component from LibGGI, although LibGGI depends on LibGII for input purposes.} maintainers nomaintainer categories devel version 1.0.2 revision 0
libgiigic 491
@@ -1656,8 +1656,8 @@
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.3.1 revision 0
monotone 692
variants universal portdir devel/monotone description {A distributed version control system} homepage http://monotone.ca/ epoch 0 platforms darwin name monotone depends_lib {port:zlib port:libiconv port:libidn port:gettext port:boost port:lua port:pcre port:sqlite3 port:botan} long_description {monotone is a free distributed version control system. It provides a simple, single-file transactional version store, with fully disconnected operation and an efficient peer-to-peer synchronization protocol. It understands history-sensitive merging, lightweight branches, integrated code review and 3rd party testing.} maintainers {tommyd openmaintainer} categories devel version 0.44 revision 0
-mpfr 651
-variants universal depends_build bin:unlzma:lzmautils portdir devel/mpfr description {C library for multiple-precision floating-point computations} homepage http://www.mpfr.org/ epoch 0 platforms darwin depends_lib port:gmp name mpfr maintainers vinc17 long_description {MPFR is a portable C library for arbitrary-precision binary floating-point computation with correct rounding, based on the GMP multiple-precision library. The computation is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for fixed-precision floating-point arithmetic.} categories {devel math} version 2.4.1-p4 revision 1
+mpfr 686
+variants universal depends_build bin:unlzma:lzmautils portdir devel/mpfr description {C library for multiple-precision floating-point computations} homepage http://www.mpfr.org/ epoch 0 platforms darwin depends_lib port:gmp name mpfr maintainers vinc17 long_description {MPFR is a portable C library for arbitrary-precision binary floating-point computation with correct rounding, based on the GMP multiple-precision library. The computation is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for fixed-precision floating-point arithmetic.} depends_extract bin:lzma:lzmautils categories {devel math} version 2.4.1-p4 revision 1
mtn-browse 668
portdir devel/mtn-browse description {A GTK+ based browser for version control system monotone} homepage http://www.coosoft.plus.com/software.html epoch 0 depends_run {port:p5-monotone-automatestdio port:p5-gnome2 port:p5-gtk2-gladexml port:p5-gtk2-sourceview port:p5-libintl-perl} platforms darwin name mtn-browse maintainers {tommyd openmaintainer} long_description {Monotone browser (mtn-browse) is an application for browsing Monotone VCS databases without the need of a workspace. The interface allows one to do various tasks very easily like selecting revisions, display file contents, compare changesets and much more.} categories devel version 0.61 revision 0
nant 360
@@ -1684,10 +1684,10 @@
variants universal depends_build port:caml-findlib portdir devel/ocaml-bitstring description {bitstrings and bitstring matching for OCaml} homepage http://code.google.com/p/bitstring/ depends_run port:caml-findlib epoch 0 platforms macosx depends_lib port:ocaml name ocaml-bitstring long_description {The ocaml-bitstring project adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml. (This project was formerly known as bitmatch). You can use this module to both parse and generate binary formats, files and protocols. Bitstring handling is added as primitives to the language, making it exceptionally simple to use and very powerful.} maintainers {nox openmaintainer} categories {devel ocaml} version 2.0.0 revision 0
ocamlsdl 628
variants universal portdir devel/ocamlsdl description {OCaml bindings for SDL} homepage http://ocamlsdl.sourceforge.net epoch 0 platforms darwin name ocamlsdl depends_lib {port:libsdl port:libsdl_image port:libsdl_mixer port:libsdl_ttf port:ocaml port:lablgl} long_description {SDL (Simple DirectMedia Layer) is a generic API that provides low level access to audio, keyboard, mouse, and display framebuffer across multiple platforms. OCamlSDL is an OCaml interface to the SDL and might be used to write multimedia applications in Objective Caml.} maintainers nomaintainer categories {devel multimedia} version 0.7.2 revision 0
-odcctools 623
-variants {nosdk darwin_7 universal} depends_build bin:svn:subversion portdir devel/odcctools description {Darwin cctools build system.} homepage http://odcctools.macosforge.org/ epoch 0 platforms darwin name odcctools long_description {The odcctools project is geared towards improving the Darwin cctools build system and code base to support Darwin development. Darwin cctools has several components, including the assembler odas(1), the static linker odld(1), various tools for manipulating and analyzing Mach-O and fat files, and support libraries.} maintainers nomaintainer categories devel version 20061117 revision 0
-ode 605
-variants {darwin_9 universal} depends_build bin:unzip:unzip portdir devel/ode description {library for simulating articulated rigid body dynamics} homepage http://www.ode.org/ epoch 0 platforms darwin name ode long_description {ODE is a free, industrial quality library for simulating articulated rigid body dynamics - for example ground vehicles, legged creatures, and moving objects in VR environments. It is fast, flexible, robust and platform independent, with advanced joints, contact with friction, and built-in collision detection.} maintainers nomaintainer categories devel version 0.9 revision 1
+odcctools 656
+variants {nosdk darwin_7 universal} depends_build bin:svn:subversion portdir devel/odcctools description {Darwin cctools build system.} depends_fetch bin:svn:subversion homepage http://odcctools.macosforge.org/ epoch 0 platforms darwin name odcctools long_description {The odcctools project is geared towards improving the Darwin cctools build system and code base to support Darwin development. Darwin cctools has several components, including the assembler odas(1), the static linker odld(1), various tools for manipulating and analyzing Mach-O and fat files, and support libraries.} maintainers nomaintainer categories devel version 20061117 revision 0
+ode 607
+variants {darwin_9 universal} portdir devel/ode description {library for simulating articulated rigid body dynamics} homepage http://www.ode.org/ epoch 0 platforms darwin name ode long_description {ODE is a free, industrial quality library for simulating articulated rigid body dynamics - for example ground vehicles, legged creatures, and moving objects in VR environments. It is fast, flexible, robust and platform independent, with advanced joints, contact with friction, and built-in collision detection.} maintainers nomaintainer depends_extract bin:unzip:unzip categories devel version 0.9 revision 1
omake 447
variants menhir portdir devel/omake description {OMake is a build system designed for scalability and portability} homepage http://omake.metaprl.org epoch 0 name omake depends_lib port:ocaml maintainers erickt long_description {OMake is a build system designed for scalability and portability. It uses a syntax similar to make utilities you may have used, but it features many additional enhancement} categories devel version 0.9.8.5-3 revision 0
omniEvents 418
@@ -1745,17 +1745,17 @@
ossp-xds 419
variants universal portdir devel/ossp-xds description {generic encoding and decoding serialization framework for ISO C} homepage http://www.ossp.org/pkg/lib/xds/ epoch 0 platforms darwin name ossp-xds long_description {The OSSP xds library is generic and extensible encoding and decoding framework for the serialization of arbitrary ISO C data types.} maintainers nomaintainer categories devel version 0.9.2 revision 0
otx 762
-depends_build bin:svn:subversion portdir devel/otx description {otool's bastard son} homepage http://otx.osxninja.com/ epoch 0 platforms darwin name otx maintainers eridius long_description {{otx stands for "object tool extended". otx uses otool(object tool) to disassemble a Mach-O executable file, then enhances the disassembled output. Simple enhancements include adding the machine code of each instruction and the offset of each instruction from the beginning of a function. More complicated enhancements include displaying the names and data types of Objective-C methods even if symbols have been stripped, and adding comments that describe member variables, function calls, static data and more.}} categories {devel sysutils} version 0.16b_dev revision 0
+portdir devel/otx description {otool's bastard son} depends_fetch bin:svn:subversion homepage http://otx.osxninja.com/ epoch 0 platforms darwin name otx maintainers eridius long_description {{otx stands for "object tool extended". otx uses otool(object tool) to disassemble a Mach-O executable file, then enhances the disassembled output. Simple enhancements include adding the machine code of each instruction and the offset of each instruction from the beginning of a function. More complicated enhancements include displaying the names and data types of Objective-C methods even if symbols have been stripped, and adding comments that describe member variables, function calls, static data and more.}} categories {devel sysutils} version 0.16b_dev revision 0
p4delta 649
portdir devel/p4delta description {Summarizes and manages differences between local files and Perforce} homepage http://p4delta.sourceforge.net epoch 0 depends_run bin:p4:perforce platforms darwin name p4delta maintainers freebsdcluster.org:mich long_description {p4delta works with a project that is in the Perforce configuration management system. It lists the local files that have been added, changed, or deleted. Content differences are summarized, i.e., the number of lines of code that have been added, changed, and deleted. It can also add, edit, and remove the appropriate files to/from Perforce.} categories devel version 1.3.2 revision 0
patcher 538
portdir devel/patcher description {A tool for quick creation of patches against a project source tree} homepage http://labix.org/patcher epoch 0 platforms darwin depends_lib port:python25 name patcher maintainers mandriva.org:misc long_description {Patcher is a tool for quick creation of patches against a project source tree. Patcher functionality resembles a lightweight version control system. It has no repository, and only controls differences between a pristine version and a working copy.} version 0.6 categories devel revision 0
patchutils 552
variants universal portdir devel/patchutils description {small collection of programs that operate on patch files} homepage http://cyberelk.net/tim/patchutils/ epoch 0 platforms darwin name patchutils depends_lib bin:perl:perl5 long_description {Patchutils is a small collection of programs that operate on patch files. They are the following: interdiff, combinediff, filterdiff, fixcvsdiff, lsdiff, splitdiff, rediff, grepdiff, recountdiff, unwrapdiff, dehtmldiff, flipdiff, espdiff} maintainers nomaintainer categories devel version 0.3.1 revision 0
-pb2make 491
-depends_build bin:unzip:unzip portdir devel/pb2make description {Project Builder pbproj file to standard Makefile converter} homepage http://members.bellatlantic.net/%7Evze35xda/software.html epoch 0 platforms darwin name pb2make maintainers nomaintainer long_description {PTOMAKE is an application to convert from a Apples Project Builder pbproj file to standard Makefile. It will convert simple projects to allow them to be built on other platforms.} categories devel version 3 revision 0
-pccts 871
-variants universal depends_build bin:unzip:unzip portdir devel/pccts description {Purdue Compiler-Construction Tool Set (parser-generator)} homepage http://www.polhode.com/pccts.html epoch 0 platforms darwin name pccts long_description {The Purdue Compiler-Compiler Tool Set (PCCTS) is a set of public domain software tools designed to facilitate the implementation of compilers and other translation systems. These tools currently include antlr, dlg and support code. In many ways, PCCTS is similar to a highly integrated version of YACC and {LEX;} where antlr (ANother Tool for Language Recognition) corresponds to YACC and dlg (DFA-based Lexical analyzer Generator) functions like LEX. However, PCCTS has many additional features which make it easier to use for a wider range of translation problems.} maintainers waqar categories {devel lang} version 1.33 revision 2
+pb2make 493
+portdir devel/pb2make description {Project Builder pbproj file to standard Makefile converter} homepage http://members.bellatlantic.net/%7Evze35xda/software.html epoch 0 platforms darwin name pb2make maintainers nomaintainer long_description {PTOMAKE is an application to convert from a Apples Project Builder pbproj file to standard Makefile. It will convert simple projects to allow them to be built on other platforms.} depends_extract bin:unzip:unzip categories devel version 3 revision 0
+pccts 873
+variants universal portdir devel/pccts description {Purdue Compiler-Construction Tool Set (parser-generator)} homepage http://www.polhode.com/pccts.html epoch 0 platforms darwin name pccts long_description {The Purdue Compiler-Compiler Tool Set (PCCTS) is a set of public domain software tools designed to facilitate the implementation of compilers and other translation systems. These tools currently include antlr, dlg and support code. In many ways, PCCTS is similar to a highly integrated version of YACC and {LEX;} where antlr (ANother Tool for Language Recognition) corresponds to YACC and dlg (DFA-based Lexical analyzer Generator) functions like LEX. However, PCCTS has many additional features which make it easier to use for a wider range of translation problems.} maintainers waqar depends_extract bin:unzip:unzip categories {devel lang} version 1.33 revision 2
pcre 575
variants {universal doc} portdir devel/pcre description {Perl Compatible Regular Expressions Library} homepage http://www.pcre.org/ epoch 0 platforms {darwin freebsd} depends_lib {port:readline port:zlib port:bzip2} name pcre maintainers {nox openmaintainer} long_description {The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE has its own native API, as well as a set of wrapper functions that correspond to the POSIX regular expression API.} categories devel version 7.9 revision 0
pcre++ 637
@@ -1790,8 +1790,8 @@
variants universal portdir devel/ppl description {A modern C++ library providing numerical abstractions} homepage http://www.cs.unipr.it/ppl/ epoch 0 platforms darwin name ppl depends_lib {port:gmp port:glpk} long_description {The Parma Polyhedra Library (PPL) is a modern C++ library providing numerical abstractions especially targeted at applications in the field of analysis and verification of complex systems. The PPL can handle all the convex polyhedra that can be defined as the intersection of a finite number of (open or closed) hyperspaces, each described by an equality or inequality (strict or non-strict) with rational coefficients. The PPL also handles restricted classes of polyhedra that offer interesting complexity/precision tradeoffs. The library also supports finite powersets of (any kind of) polyhedra and linear programming problems solved with an exact-arithmetic version of the simplex algorithm.} maintainers nomaintainer categories {devel math} version 0.9 revi
sion 0
prcs 456
variants universal portdir devel/prcs description {Project Revision Control System} homepage http://prcs.sourceforge.net/ epoch 0 platforms darwin name prcs long_description {PRCS, the Project Revision Control System, is the front end to a set of tools that (like CVS) provide a way to deal with sets of files and directories as an entity, preserving coherent versions of the entire set.} maintainers nomaintainer categories devel version 1.3.3 revision 0
-premake 434
-depends_build bin:unzip:unzip portdir devel/premake description {Premake is a build script generator.} homepage http://premake.sourceforge.net/ epoch 0 platforms darwin name premake maintainers wyuenho long_description {Premake is a build script generator. Describe your project using the full-featured Lua scripting language and use premake to create input files for various IDEs and GnuMake} categories devel version 3.5 revision 0
+premake 436
+portdir devel/premake description {Premake is a build script generator.} homepage http://premake.sourceforge.net/ epoch 0 platforms darwin name premake maintainers wyuenho long_description {Premake is a build script generator. Describe your project using the full-featured Lua scripting language and use premake to create input files for various IDEs and GnuMake} depends_extract bin:unzip:unzip categories devel version 3.5 revision 0
protobuf-c 583
variants universal depends_build {port:autoconf bin:autoconf:autoconf} portdir devel/protobuf-c description {Pure C code generator and runtime libraries for Protocol Buffers} homepage http://code.google.com/p/protobuf-c/ epoch 0 platforms darwin name protobuf-c depends_lib port:protobuf-cpp long_description {This package provides a code generator and runtime libraries to use Protocol Buffers from pure C (not C++). Library ABI and API compatibility changes are expected until version 1.0 is released.} maintainers {landonf openmaintainer} categories devel version 0.10 revision 0
protobuf-cpp 1015
@@ -1872,8 +1872,8 @@
variants universal portdir devel/sigh description {lib for handling UNIX signals in a simple, sane, and safe manner} homepage http://incise.org/sigh epoch 0 platforms darwin name sigh long_description {{lib for handling UNIX signals in a simple, sane, and safe manner}} maintainers nomaintainer categories devel version 1.0 revision 0
SilverCity 454
portdir devel/silvercity description {SilverCity is a lexing package for over 20 programming and markup langauges.} homepage http://silvercity.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name SilverCity maintainers nomaintainer long_description {SilverCity is a lexing package, based on Scintilla, that can provide lexical analysis for over 20 programming and markup langauges.} version 0.9.7 categories {devel python} revision 0
-slib 637
-depends_build bin:unzip:unzip portdir devel/slib description {A portable scheme library} homepage http://www.swiss.ai.mit.edu/~jaffer/SLIB.html epoch 0 platforms darwin name slib maintainers nomaintainer long_description {SLIB is a portable library for the programming language Scheme. It provides a platform independent framework for using packages of Scheme procedures and syntax. As distributed, SLIB contains useful packages for all Scheme implementations. Its catalog can be transparently extended to accomodate packages specific to a site, implementation, user, or directory.} categories {devel lang scheme} version 3b1 revision 0
+slib 639
+portdir devel/slib description {A portable scheme library} homepage http://www.swiss.ai.mit.edu/~jaffer/SLIB.html epoch 0 platforms darwin name slib maintainers nomaintainer long_description {SLIB is a portable library for the programming language Scheme. It provides a platform independent framework for using packages of Scheme procedures and syntax. As distributed, SLIB contains useful packages for all Scheme implementations. Its catalog can be transparently extended to accomodate packages specific to a site, implementation, user, or directory.} depends_extract bin:unzip:unzip categories {devel lang scheme} version 3b1 revision 0
slib-guile 347
portdir devel/slib-guile description {Wrapper port to properly set up slib and guile together} epoch 0 platforms darwin name slib-guile depends_lib {port:slib port:guile} maintainers nomaintainer long_description {Create two symbolic links and a catalog file so that guile can find the slib library files.} version 1.0 categories devel revision 2
slib-guile16 357
@@ -1892,8 +1892,8 @@
variants universal portdir devel/srecord description {The srecord package is a collection of powerful tools for manipulating EPROM load files.} homepage http://srecord.sourceforge.net/ epoch 0 platforms darwin name srecord long_description {The srecord package understands a number of file formats: ASCII-Hex, ASCII-Space-Hex, Atmel, raw binary, C array declaration, DEC Binary XXDP, Elektor Monitor EMON52, Four Packed Code FPC, Intel MCS-86 Object format, MOS Technology hexadecimal, Motorola S-Record, Signetics, SPASM PIC, Tektronix Hexadecimal, Tektronix Extended Hexadecimal, Texas Instruments Tagged, TI-Tagged TI-SDSMAC, VHDL, and Wilson Eprom Burner. The srecord package is capable of the following operations: Conversions from any format to any other format, concatenations of multiple files, comparisons of files, report file summary info, filtering. The srecord package is capable of the following filtrations: checksums, byte swapping, CRC insertion, crop addresses, exclude a
ddresses, fill holes, insert length information, maximum and minimum, adjust offsets, split and unsplit for memory striping schemes.} maintainers gmail.com:aconchillo categories devel version 1.36 revision 0
sstrings 603
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 601
-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 categories {devel java} version 0.2.2 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
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:python24 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 0
strigi 718
@@ -1948,8 +1948,8 @@
variants universal portdir devel/uisp description {AVR In-System Programmer} homepage http://www.nongnu.org/uisp/ epoch 0 name uisp maintainers developer.bg:evgeni_dobrev long_description {UISP is a tool for AVR (and AT89S) microcontrollers which can interface to many hardware in-system programmers.} categories devel version 20050207 revision 0
uncrustify 423
variants universal portdir devel/uncrustify description {Source code beautifier} homepage http://uncrustify.sourceforge.net/ epoch 0 platforms darwin name uncrustify long_description {Banish crusty code with the Uncrustify C/C++/C#/D/Java/Pawn source code beautifier. It indents, adds newlines, aligns, etc, and is highly configurable.} maintainers {durity.net:adam openmaintainer} categories devel version 0.53 revision 0
-unittest-cpp 573
-variants universal depends_build bin:unzip:unzip portdir devel/unittest-cpp description {lightweight unit testing framework for C++} homepage http://unittest-cpp.sourceforge.net/ epoch 0 platforms darwin name unittest-cpp long_description {UnitTest++ is a lightweight unit testing framework for C++. It was designed to do test-driven development on a wide variety of platforms. Simplicity, portability, speed, and small footprint are all very important aspects of UnitTest++.} maintainers {uni-koblenz.de:guidolorenz openmaintainer} categories devel version 1.4 revision 0
+unittest-cpp 575
+variants universal portdir devel/unittest-cpp description {lightweight unit testing framework for C++} homepage http://unittest-cpp.sourceforge.net/ epoch 0 platforms darwin name unittest-cpp long_description {UnitTest++ is a lightweight unit testing framework for C++. It was designed to do test-driven development on a wide variety of platforms. Simplicity, portability, speed, and small footprint are all very important aspects of UnitTest++.} maintainers {uni-koblenz.de:guidolorenz openmaintainer} depends_extract bin:unzip:unzip categories devel version 1.4 revision 0
unsermake 383
variants {darwin_7 universal} portdir devel/unsermake description {Replacement for automake} homepage http://www.kde.me.uk/index.php?page=unsermake epoch 0 depends_run {port:py25-zlib port:python25} platforms darwin name unsermake long_description {Unsermake is an automake replacement from the KDE project.} maintainers nomaintainer categories devel version 0.4-20070824 revision 1
uriparser 412
@@ -1966,8 +1966,8 @@
variants universal depends_build bin:python:python24 portdir devel/viewcvs description {View CVS repo content with a Webbrowser} homepage http://viewcvs.sourceforge.net/ epoch 0 platforms darwin name viewcvs long_description {ViewCVS was inspired by cvsweb (Zeller's version). ViewCVS can browse directories, change logs, and specific revisions of files. It can display diffs between versions and show selections of files based on tags or branches. In addition, ViewCVS has annotation or blame support, and the beginnings of Bonsai-like query facilities.} maintainers nomaintainer categories {devel www} version 0.9.2 revision 0
vttest 314
variants universal portdir devel/vttest description {VT100/VT220/XTerm test utility} homepage http://invisible-island.net/vttest/ epoch 0 platforms darwin name vttest long_description {Test the compatibility of VT100/VT220/XTerm terminal emulators.} maintainers vinc17 categories devel version 20071216 revision 0
-vxl 572
-variants universal depends_build port:cmake portdir devel/vxl description {C++ libraries for computer vision} homepage http://vxl.sourceforge.net/ epoch 0 platforms darwin name vxl long_description {VXL (the Vision-something-Libraries) is a collection of C++ libraries designed for computer vision research and implementation. It was created from TargetJr and the IUE with the aim of making a light, fast and consistent system. VXL is written in ANSI/ISO C++ and is designed to be portable over many platforms.} maintainers toby categories devel version 1.12.0 revision 0
+vxl 604
+variants universal depends_build port:cmake portdir devel/vxl description {C++ libraries for computer vision} homepage http://vxl.sourceforge.net/ epoch 0 platforms darwin name vxl long_description {VXL (the Vision-something-Libraries) is a collection of C++ libraries designed for computer vision research and implementation. It was created from TargetJr and the IUE with the aim of making a light, fast and consistent system. VXL is written in ANSI/ISO C++ and is designed to be portable over many platforms.} maintainers toby depends_extract bin:unzip:unzip categories devel version 1.12.0 revision 0
wsdlpull 550
variants universal portdir devel/wsdlpull description {C++ Web services library} homepage http://wsdlpull.sourceforge.net/ epoch 0 platforms darwin name wsdlpull depends_lib {port:curl port:openssl port:zlib} long_description {wsdlpull is an efficient C++ Web services library that includes a standards compliant WSDL parser API, a Schema parser and validator, an XML parser and serializer, and an API and command line tool for dynamically inspecting and invoking WSDL Web services.} maintainers nomaintainer categories devel version 1.13 revision 0
wxd 371
@@ -1976,8 +1976,8 @@
variants {macosx aqua x11 universal} portdir devel/wxstedit description {styled text editor component for wxWidgets} homepage http://wxcode.sourceforge.net/components/wxstedit/ epoch 0 platforms {darwin freebsd} depends_lib port:wxWidgets name wxstedit long_description {wxStEdit is a library and sample program for the wxWidgets's wxStyledTextCtrl wrapper around the Scintilla text editor widget. It provides a number of convenience functions and added capabilities, including the necessary prefs/styles/language management, menu creation and updating, a splitter, notebook, and frame component. Additionally it provides a find/replace, editor settings, and property dialogs.} maintainers afb categories devel version 1.2.5 revision 0
xcc 745
variants universal portdir devel/xcc description {parser generator for XML} homepage ftp://plasma-gate.weizmann.ac.il/pub/xcc/ epoch 0 platforms darwin name xcc long_description {XCC is a tool for building XML format parsers. One way to describe what XCC does is by analogy with a generic parser generator, e.g. yacc or bison. Yacc needs a lexical analyzer to function properly, and that lexical analyzer is usually built with (f)lex. In the XML world, there are a few packages which fill in the role of lex (expat and libxml are the most known), but the high-level grammar parsing is usually done by a hand-written code. Writing such a parser is a tedious and error-prone task.} maintainers mww categories {devel lang} version 0.6.2 revision 0
-xml-light 519
-depends_build bin:unzip:unzip portdir devel/xml-light description {Objective Caml interface for XML parsing and printing} homepage http://tech.motion-twin.com/xmllight/ epoch 0 platforms darwin depends_lib bin:camlp4:ocaml name xml-light maintainers recoil.org:anil long_description {XML Light is a minimal XML parser & printer for OCaml. It provide functions to parse an XML document into an OCaml data structure, work with it, and print it back to an XML document.} categories {devel textproc} version 2.2 revision 0
+xml-light 521
+portdir devel/xml-light description {Objective Caml interface for XML parsing and printing} homepage http://tech.motion-twin.com/xmllight/ epoch 0 platforms darwin depends_lib bin:camlp4:ocaml name xml-light maintainers recoil.org:anil long_description {XML Light is a minimal XML parser & printer for OCaml. It provide functions to parse an XML document into an OCaml data structure, work with it, and print it back to an XML document.} depends_extract bin:unzip:unzip categories {devel textproc} version 2.2 revision 0
xmlrpc-c 611
variants universal portdir devel/xmlrpc-c description {Lightweight RPC library based on XML and HTTP} homepage http://xmlrpc-c.sourceforge.net/ epoch 0 platforms darwin name xmlrpc-c depends_lib bin:libwww-config:libwww long_description {XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into XML document, sends it to a remote server using HTTP, and gets back the response as XML. This library provides a modular implementation of XML-RPC for C and C++.} maintainers {kallisys.net:pguyot openmaintainer} categories {devel www} version 1.06.30 revision 0
xmlwrapp 829
@@ -1994,8 +1994,8 @@
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
variants universal portdir devel/xxl description {C/C++ library for exception handling and asset management} homepage http://www.zork.org/xxl/ epoch 0 platforms darwin name xxl long_description {XXL is a library for C and C++ that provides exception handling and asset management. Asset management is integrated with the exception handling mechanism such that assets may be automatically cleaned up if an exception is thrown, which allows for much simplified program structure with respect to error handling.} maintainers {landonf openmaintainer} categories devel version 1.0.1 revision 0
-MacVim 594
-variants {big huge xim perl python python25 python26 ruby tcl cscope nls universal} depends_build {bin:gnutar:gnutar bin:grep:grep bin:autoconf:autoconf} portdir editors/MacVim description {MacVim is a GUI version of vim for Mac OS X} homepage http://code.google.com/p/macvim epoch 0 platforms darwin depends_lib {port:ncurses port:libiconv port:ctags} name MacVim long_description {MacVim is a port of the text editor Vim to Mac OS X that is meant to look better and integrate more seamlessly with the Mac than vim-app.} maintainers raimue categories editors version 7.2.snapshot45 revision 0
+MacVim 626
+variants {big huge xim perl python python25 python26 ruby tcl cscope nls universal} depends_build {bin:gnutar:gnutar bin:grep:grep bin:autoconf:autoconf} portdir editors/MacVim description {MacVim is a GUI version of vim for Mac OS X} homepage http://code.google.com/p/macvim epoch 0 platforms darwin depends_lib {port:ncurses port:libiconv port:ctags} name MacVim long_description {MacVim is a port of the text editor Vim to Mac OS X that is meant to look better and integrate more seamlessly with the Mac than vim-app.} maintainers raimue depends_extract bin:unzip:unzip categories editors version 7.2.snapshot45 revision 0
TECO 496
portdir editors/TECO description {An implementation of TECO in portable C} homepage http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco/ epoch 0 platforms darwin name TECO maintainers nomaintainer long_description {te(1) is an implementation of TECO in portable C. It implements DEC standard TECO, with some exceptions and extensions described below. te assumes a VT100-type terminal, and its display driver is hard-coded for such.} version 1.0 categories editors revision 0
TeXmacs 1073
@@ -2012,8 +2012,8 @@
variants {emacs_app mactex universal} portdir editors/auctex description {A major emacs mode for editing TeX files.} homepage http://www.gnu.org/software/auctex/ depends_run bin:tex:texlive epoch 0 platforms darwin name auctex depends_lib port:emacs long_description {AUCTeX is an extensible package for writing and formatting TeX files in GNU Emacs and XEmacs. It supports many different TeX macro packages, including AMS-TeX, LaTeX, Texinfo, ConTeXt, and docTeX.} maintainers {loria.fr:reilles openmaintainer} categories {editors print} version 11.85 revision 0
bbe 308
variants universal portdir editors/bbe description {bbe is a sed-like editor for binary files} homepage http://sourceforge.net/projects/bbe-/ epoch 0 platforms darwin name bbe long_description {{bbe is a sed-like editor for binary files}} maintainers nomaintainer categories editors version 0.2.2 revision 0
-bean 442
-variants universal depends_build bin:unzip:unzip portdir editors/bean description {A small, simple rich text editor.} homepage http://www.bean-osx.com/ epoch 0 platforms macosx name bean long_description {Bean is a small, simple word processor (or more precisely, a rich text editor), with many niceties added to make writing convenient, efficient and comfortable.} maintainers nomaintainer version 1.3.3 categories {editors aqua} revision 0
+bean 444
+variants universal portdir editors/bean description {A small, simple rich text editor.} homepage http://www.bean-osx.com/ epoch 0 platforms macosx name bean long_description {Bean is a small, simple word processor (or more precisely, a rich text editor), with many niceties added to make writing convenient, efficient and comfortable.} maintainers nomaintainer depends_extract bin:unzip:unzip version 1.3.3 categories {editors aqua} revision 0
bluefish 510
variants {nosplash tidy universal} portdir editors/bluefish description {A powerful editor for web designers} homepage http://bluefish.openoffice.nl/ epoch 0 platforms darwin name bluefish depends_lib {port:gtk2 port:pcre} long_description {Bluefish is a powerful editor for experienced web designers and programmers. Bluefish supports many programming and markup languages but it focuses on editing dynamic and interactive websites.} maintainers nomaintainer categories {editors www} version 1.0.7 revision 0
bvi 372
@@ -2039,7 +2039,7 @@
ex-vi 260
portdir editors/ex-vi description {the traditional ex/vi editor} homepage http://ex-vi.sourceforge.net/ epoch 0 platforms darwin name ex-vi maintainers nomaintainer long_description {{the traditional ex/vi editor}} version 050325 categories editors revision 0
hexfiend 1106
-variants universal depends_build bin:svn:subversion portdir editors/hexfiend description {HexFiend is a fast and clever hex editor} homepage http://ridiculousfish.com/hexfiend/ epoch 0 platforms macosx name hexfiend long_description {* Insert, delete, rearrange. Hex Fiend is not limited to in-place changes like some hex editors. * Work with huge files. Hex Fiend can handle as big a file as you're able to create. It's been tested on files as large as 118 GB. * Small footprint. Hex Fiend does not need to keep your files in memory. You won't dread launching or working with Hex Fiend even on low-RAM machines. * Fast. Open a huge file, scroll around, copy and paste, all instantly. Find what you're looking for with fast searching. * Smart saving. Hex Fiend knows not to waste time overwriting the parts of your files that haven't changed. * Data inspector. Interpret data as integer or floating point, signed or unsigned, big or little endian... * Smooth scrolling. No separate pages -
scroll like any text document.} maintainers {dweber openmaintainer} version 17 categories {editors aqua} revision 0
+variants universal portdir editors/hexfiend description {HexFiend is a fast and clever hex editor} depends_fetch bin:svn:subversion homepage http://ridiculousfish.com/hexfiend/ epoch 0 platforms macosx name hexfiend long_description {* Insert, delete, rearrange. Hex Fiend is not limited to in-place changes like some hex editors. * Work with huge files. Hex Fiend can handle as big a file as you're able to create. It's been tested on files as large as 118 GB. * Small footprint. Hex Fiend does not need to keep your files in memory. You won't dread launching or working with Hex Fiend even on low-RAM machines. * Fast. Open a huge file, scroll around, copy and paste, all instantly. Find what you're looking for with fast searching. * Smart saving. Hex Fiend knows not to waste time overwriting the parts of your files that haven't changed. * Data inspector. Interpret data as integer or floating point, signed or unsigned, big or little endian... * Smooth scrolling. No separate pages -
scroll like any text document.} maintainers {dweber openmaintainer} version 17 categories {editors aqua} revision 0
hnb 396
portdir editors/hnb description {command-line outliner} homepage http://hnb.sourceforge.net/ epoch 0 platforms darwin name hnb maintainers css long_description {Hierarchical notebook (hnb) is a curses program to structure many kinds of data in one place, for example addresses, to-do lists, ideas, book reviews or to store snippets of brainstorming.} version 1.9.18 categories editors revision 0
jed 544
@@ -2110,8 +2110,8 @@
variants {macosx universal} portdir emulators/atari800 description {Atari 800 emulator} homepage http://atari800.sourceforge.net/ epoch 0 platforms darwin name atari800 depends_lib {port:libsdl port:libpng port:libsdl_image port:libsdl_sound} long_description {atari800 is an emulator of the classic Atari 800 8bit computer.} maintainers krischik categories emulators version 2.0.3 revision 2
basiliskii 850
variants universal portdir emulators/basiliskii description {Opensource 68k Mac emulator} homepage http://basilisk.cebix.net/ epoch 0 name basiliskii depends_lib {port:libtool port:xorg-libs lib:libgtk.1:gtk1} long_description {Just type 'BasiliskII' at the command prompt inside an x environment. To use Basilisk II, you need either a 512K Mac Classic ROM image or a 512K or 1MB 32-bit clean Macintosh ROM image. You also need a copy of Mac OS (0.x thru 7.5 for Classic emulation, 7.x or 8.0/8.1 for Mac II emulation). For copyright reasons, none of these items are included with Basilisk II. Mac OS 7.5.3 and earlier versions can be downloaded from Apple and various other Internet sites. Mac ROM files are not freely available. You have to own a real Mac and read out its ROM.} maintainers nomaintainer categories emulators version 0.9 revision 1
-basiliskii-devel 634
-variants {no_x11 universal} depends_build {port:autoconf port:automake} portdir emulators/basiliskii-devel description {68k Mac emulator} homepage http://basilisk.cebix.net/ epoch 0 platforms darwin depends_lib {port:libsdl port:gtk2} name basiliskii-devel long_description {Basilisk II is an Open Source 68k Macintosh emulator. That is, it allows you to run 68k Mac OS software on your computer, even if you are using a different operating system. However, you still need a copy of Mac OS and a Macintosh ROM image to use Basilisk II.} maintainers vercruesse.de:opendarwin.nospam categories emulators version 1.0-20060314 revision 0
+basiliskii-devel 660
+variants {no_x11 universal} depends_build {port:autoconf port:automake} portdir emulators/basiliskii-devel description {68k Mac emulator} depends_fetch bin:cvs:cvs homepage http://basilisk.cebix.net/ epoch 0 platforms darwin depends_lib {port:libsdl port:gtk2} name basiliskii-devel long_description {Basilisk II is an Open Source 68k Macintosh emulator. That is, it allows you to run 68k Mac OS software on your computer, even if you are using a different operating system. However, you still need a copy of Mac OS and a Macintosh ROM image to use Basilisk II.} maintainers vercruesse.de:opendarwin.nospam categories emulators version 1.0-20060314 revision 0
bochs 466
variants {smp universal} portdir emulators/bochs description {cross platform ia-32 emulator} homepage http://bochs.sourceforge.net/ epoch 0 depends_run port:wget platforms darwin name bochs long_description {Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It emulates the Intel x86 CPU, common I/O devices, and a custom BIOS.} maintainers nomaintainer categories emulators version 2.3.7 revision 0
dosbox 577
@@ -2126,8 +2126,8 @@
variants universal portdir emulators/mednafen description {Super-fast and super-compatible emulator for many video game systems} homepage http://mednafen.sourceforge.net/ epoch 0 platforms darwin name mednafen depends_lib {port:libsdl port:libsdl_net port:libsndfile port:libcdio port:zlib} long_description {Medfafen is a portable (utilizing OpenGL and SDL) argument-driven multi-system emulator with many advanced features. The Atari Lynx, GameBoy, GameBoy Colour, GameBoy Advance, NES, PC Engine (TurboGrafx 16) and SuperGrafx are emulated. Mednafen has the ability to remap hotkey functions and virtual system inputs to a keyboard, a joystick, or both simultaneously. Save states are supported, as is real-time game rewinding.} maintainers freebsd.org:adamw categories {emulators games} version 0.8.1 revision 1
minivmac 583
variants {mac128k mac512k mac512ke macplus macse} portdir emulators/minivmac description {a Mac 128K, Mac 512K, Mac 512KE, Mac Plus and Mac SE emulator} homepage http://minivmac.sourceforge.net/ epoch 0 platforms darwin name minivmac long_description {Mini vMac is a Macintosh emulator. It emulates the earliest Macs, from the original Mac 128K (built 1984-85) to the Mac SE (1987-1990). The default is to emulate a Mac Plus {(1986-1990);} this is also the best-tested and therefore recommended emulation.} maintainers ryandesign categories {emulators aqua} version 2.8.2 revision 2
-minivmac-devel 620
-variants {unsupported powerpc i386} depends_build bin:unzip:unzip portdir emulators/minivmac-devel description {a Mac 128K, Mac 512K, Mac 512KE, Mac Plus and Mac SE emulator} homepage http://minivmac.sourceforge.net/ epoch 0 platforms macosx name minivmac-devel long_description {Mini vMac is a Macintosh emulator. It emulates the earliest Macs, from the original Mac 128K (built 1984-85) to the Mac SE (1987-1990). The default is to emulate a Mac Plus {(1986-1990);} this is also the best-tested and therefore recommended emulation.} maintainers ryandesign categories {emulators aqua} version 3.1.0-20090402 revision 4
+minivmac-devel 622
+variants {unsupported powerpc i386} portdir emulators/minivmac-devel description {a Mac 128K, Mac 512K, Mac 512KE, Mac Plus and Mac SE emulator} homepage http://minivmac.sourceforge.net/ epoch 0 platforms macosx name minivmac-devel long_description {Mini vMac is a Macintosh emulator. It emulates the earliest Macs, from the original Mac 128K (built 1984-85) to the Mac SE (1987-1990). The default is to emulate a Mac Plus {(1986-1990);} this is also the best-tested and therefore recommended emulation.} maintainers ryandesign depends_extract bin:unzip:unzip categories {emulators aqua} version 3.1.0-20090402 revision 4
nonpareil 882
variants {macosx voyager debugger} depends_build {port:bison port:flex port:pkgconfig port:python23 port:scons} portdir emulators/nonpareil description {a high-fidelity simulator for calculators.} homepage http://nonpareil.brouhaha.com/ epoch 0 platforms darwin name nonpareil depends_lib {port:glib2 port:gtk2 port:libxml2 port:netpbm} long_description {Nonpareil is a high-fidelity simulator for calculators. It currently supports many HP calculators models introduced between 1972 and 1982. Simulation fidelity is achieved through the use of the actual microcode of the calculators, thus in most cases the simulation behavior exactly matches that of the real calculator. In particular, numerical results will be identical, because the simulator is using the BCD arithmetic algorithms from the calculator.} maintainers me.com:krischik categories emulators version 0.79 revision 1
pearpc 502
@@ -2138,10 +2138,10 @@
variants {darwin_8 universal} portdir emulators/qemu-usermode description {x86 and PowerPC Emulator} homepage http://fabrice.bellard.free.fr/ epoch 0 platforms darwin name qemu-usermode long_description {QEMU is a FAST! processor emulator using dynamic translation to achieve good emulation speed. It can emulate a Full PC System and has basic support for PowerMac Emulation. This port has no GUI and only supports user mode emulation (darwin/i386 and ppc).} maintainers mww categories emulators version 0.9.0 revision 0
scummvm 615
variants universal portdir emulators/scummvm description {cross-platform interpreter for several adventure engines} homepage http://scummvm.org/ epoch 0 platforms darwin name scummvm depends_lib {port:libsdl port:libmad port:libogg port:libvorbis port:libmpeg2 port:flac} long_description {ScummVM is a cross-platform interpreter for several point-and-click adventure engines. This includes all SCUMM-based adventures by LucasArts, Simon the Sorcerer by AdventureSoft, and Beneath a Steel Sky and Broken Sword 2 by Revolution} maintainers {mww openmaintainer} categories {emulators games} version 0.13.1 revision 0
-sheepshaver 679
-variants {no_x11 universal} depends_build {port:autoconf port:automake} portdir emulators/sheepshaver description {PowerPC Mac OS run-time environment} homepage http://sheepshaver.cebix.net/ epoch 0 platforms darwin depends_lib {port:libsdl port:gtk2} name sheepshaver long_description {SheepShaver is an Open Source PowerPC Mac OS run-time environment. That is, it enables you to run PowerPC Classic Mac OS software on your computer, even if you are using a different operating system. However, you still need a copy of Mac OS and a Power Macintosh ROM image to use this program.} maintainers vercruesse.de:opendarwin.nospam categories emulators version 2.3-20060318 revision 0
-simh 676
-depends_build bin:unzip:unzip portdir emulators/simh description {A highly portable, multi-system simulator.} homepage http://simh.trailing-edge.com epoch 0 platforms darwin depends_lib port:libpcap name simh maintainers gwright long_description {The Computer History Simulation Project is a loose Internet-based collective of people interested in restoring historically significant computer hardware and software systems by simulation. The goal of the project is to create highly portable system simulators and to publish them as freeware on the Internet, with freely available copies of significant or representative software.} categories emulators version v38-1 revision 1
+sheepshaver 705
+variants {no_x11 universal} depends_build {port:autoconf port:automake} portdir emulators/sheepshaver description {PowerPC Mac OS run-time environment} depends_fetch bin:cvs:cvs homepage http://sheepshaver.cebix.net/ epoch 0 platforms darwin depends_lib {port:libsdl port:gtk2} name sheepshaver long_description {SheepShaver is an Open Source PowerPC Mac OS run-time environment. That is, it enables you to run PowerPC Classic Mac OS software on your computer, even if you are using a different operating system. However, you still need a copy of Mac OS and a Power Macintosh ROM image to use this program.} maintainers vercruesse.de:opendarwin.nospam categories emulators version 2.3-20060318 revision 0
+simh 678
+portdir emulators/simh description {A highly portable, multi-system simulator.} homepage http://simh.trailing-edge.com epoch 0 platforms darwin depends_lib port:libpcap name simh maintainers gwright long_description {The Computer History Simulation Project is a loose Internet-based collective of people interested in restoring historically significant computer hardware and software systems by simulation. The goal of the project is to create highly portable system simulators and to publish them as freeware on the Internet, with freely available copies of significant or representative software.} depends_extract bin:unzip:unzip categories emulators version v38-1 revision 1
spim 1108
variants universal depends_build {port:rman port:flex port:bison path:bin/xmkmf:imake} portdir emulators/spim description {an assembly language MIPS R2000/R3000 simulator} homepage http://pages.cs.wisc.edu/~larus/spim.html epoch 0 platforms darwin name spim depends_lib {port:xorg-libXaw port:xorg-libXp} long_description {SPIM S20 is a software simulator that runs assembly language programs for the MIPS R2000/R3000 RISC computers. SPIM can read and immediately run files containing assembly language statements. SPIM is a self-contained system for running these programs and contains a debugger and interface to the operating system. SPIM implements almost the entire MIPS assembler-extended instruction set for the R2000/R3000 (I've omitted some the complex floating point comparisons and details of the memory system page tables). The MIPS architecture has evolved considerably since then (in particular the 64 bit extensions), which means that SPIM will not run programs compiled for
recent MIPS or SGI processors.} maintainers nomaintainer categories {emulators devel lang x11} version 7.4 revision 1
vice 610
@@ -2149,7 +2149,7 @@
erlsom 601
variants universal depends_build {port:autoconf port:erlang bin:autoconf:autoconf} portdir erlang/erlsom description {An Erlang libary for XML parsing.} homepage http://erlsom.sourceforge.net/ epoch 0 platforms darwin depends_lib port:libtool name erlsom long_description {An Erlang libary for XML parsing. It supports various modes of operation: as an efficient SAX parser, as a simple DOM-like parser, or as a 'data mapper'. The data mapper transforms the XML document to Erlang records, based on an XML Schema.} maintainers kallisys.net:pguyot categories {erlang textproc} version 1.2.1 revision 1
mochiweb 459
-depends_build bin:svn:subversion portdir erlang/mochiweb description {MochiWeb is an Erlang library for building lightweight HTTP servers.} homepage http://code.google.com/p/mochiweb/ epoch 20081010 platforms darwin name mochiweb depends_lib port:erlang maintainers {febeling openmaintainer} long_description {{MochiWeb is an Erlang library for building lightweight HTTP servers.} It contains a JSON library.} categories {erlang devel} version r87 revision 0
+portdir erlang/mochiweb depends_fetch bin:svn:subversion description {MochiWeb is an Erlang library for building lightweight HTTP servers.} homepage http://code.google.com/p/mochiweb/ epoch 20081010 platforms darwin name mochiweb depends_lib port:erlang maintainers {febeling openmaintainer} long_description {{MochiWeb is an Erlang library for building lightweight HTTP servers.} It contains a JSON library.} categories {erlang devel} version r87 revision 0
tsung 599
variants universal portdir erlang/tsung description {Load test tool for HTTP, PostgreSQL, Jabber and others.} homepage http://tsung.erlang-projects.org/ epoch 0 platforms darwin name tsung depends_lib {port:erlang port:gnuplot port:p5-template-toolkit} long_description {Tsung (formerly IDX-Tsunami) is a distributed load testing tool. It is protocol-independent and can currently be used to stress HTTP, SOAP, PostgreSQL, and Jabber servers. It is distributed under the GNU General Public License version 2.} maintainers {febeling openmaintainer} categories {erlang devel} version 1.3.0 revision 1
ledger 513
@@ -2198,8 +2198,8 @@
variants {macosx universal} portdir games/CrimsonFields description {Tactical war game in the tradition of Battle Isle} homepage http://crimson.seul.org epoch 0 platforms darwin name CrimsonFields depends_lib {port:libsdl port:libsdl_mixer port:libsdl_ttf port:zlib} long_description {Crimson Fields is a tactical war game in the tradition of Battle Isle, including a map editor and the possibility to import the original History Line or Battle Isle maps.} maintainers nomaintainer categories games version 0.4.9 revision 0
Gomoku 609
variants universal portdir games/Gomoku description {extended TicTacToe game} homepage http://www.gnustep.it/nicola/Applications/Gomoku/ epoch 0 platforms macosx name Gomoku long_description {Gomoku.app is an extended TicTacToe game for GNUstep. You win the game if you are able to put 5 of your pieces in a row, column or diagonal. You lose if the computer does it before you. You can play the game on boards of different {size;} the default size is 8 but 10 is also nice to play. The game has 6 different difficulty levels.} maintainers nomaintainer version 1.2.6 categories {games aqua gnustep} revision 0
-Gridlock 514
-variants universal depends_build bin:unzip:unzip portdir games/Gridlock description {Grid-based board games collection, including AI and network play} homepage http://www.dozingcatsoftware.com/ epoch 0 platforms macosx name Gridlock long_description {A collection of grid-based board games, including Ataxx, Reversi, Checkers, Gomoku, Connect Four, Breakthrough, Glass Bead, and Life. You can play against the computer or over the network.} maintainers nomaintainer version 1.10 categories {games aqua} revision 0
+Gridlock 516
+variants universal portdir games/Gridlock description {Grid-based board games collection, including AI and network play} homepage http://www.dozingcatsoftware.com/ epoch 0 platforms macosx name Gridlock long_description {A collection of grid-based board games, including Ataxx, Reversi, Checkers, Gomoku, Connect Four, Breakthrough, Glass Bead, and Life. You can play against the computer or over the network.} maintainers nomaintainer depends_extract bin:unzip:unzip version 1.10 categories {games aqua} revision 0
SDLInvaders 409
variants {darwin universal} portdir games/SDLInvaders description {simple clone of the famous Space Invaders game.} homepage http://sourceforge.net/projects/sdlinvaders epoch 0 platforms darwin name SDLInvaders depends_lib {port:libsdl port:libsdl_image port:libsdl_mixer} long_description {{simple clone of the famous Space Invaders game.}} maintainers nomaintainer categories games version 0.8.0 revision 0
advancemenu 509
@@ -2259,7 +2259,7 @@
dopewars 486
variants {darwin_6 universal} portdir games/dopewars description {Rewrite of a game originally based on {"Drug} Wars\"} homepage http://dopewars.sourceforge.net/ epoch 0 platforms darwin name dopewars depends_lib {port:gtk2 port:esound} long_description {The idea of dopewars is to deal drugs on the streets of New York, amassing a huge fortune and paying off the loan shark, while avoiding the ever annoying police.} maintainers nomaintainer categories games version 1.5.12 revision 0
duke3d 497
-depends_build bin:svn:subversion portdir games/duke3d description {Runtime for FPS Duke Nukem 3D} homepage http://icculus.org/duke3d/ epoch 0 platforms darwin depends_lib {port:libsdl port:libsdl_image port:libsdl_mixer} name duke3d maintainers {phw openmaintainer} long_description {Duke Nukem 3D is a first-person shooter computer game developed by 3D Realms and published by Apogee Software. Level and gamefiles are not included (use Shareware Version)} categories games version 0.1 revision 0
+portdir games/duke3d description {Runtime for FPS Duke Nukem 3D} depends_fetch bin:svn:subversion homepage http://icculus.org/duke3d/ epoch 0 platforms darwin depends_lib {port:libsdl port:libsdl_image port:libsdl_mixer} name duke3d maintainers {phw openmaintainer} long_description {Duke Nukem 3D is a first-person shooter computer game developed by 3D Realms and published by Apogee Software. Level and gamefiles are not included (use Shareware Version)} categories games version 0.1 revision 0
dvorakng 421
variants universal portdir games/dvorakng description {A Dvorak typing tutor} homepage http://freshmeat.net/projects/dvorakng/ epoch 0 platforms darwin name dvorakng depends_lib port:ncurses long_description {DvorakNG is a Dvorak typing tutor. It is heavily based on Dvorak7min, but adds many improvements like a progress information database.} maintainers stereo.lu:macports categories games version 0.6.0rc1 revision 0
eboard 578
@@ -2314,8 +2314,8 @@
portdir games/greed description {strategy game} homepage http://www.catb.org/~esr/greed/ epoch 0 platforms darwin name greed maintainers nomaintainer long_description {The strategy game of Greed. Try to eat as much as possible of the board before munching yourself into a corner.} version 3.6 categories games revision 0
gtetrinet 486
variants universal portdir games/gtetrinet description {A GNOME based tetrinet client} homepage http://gtetrinet.sourceforge.net/ epoch 0 platforms darwin name gtetrinet depends_lib port:libgnomeui long_description {GTetrinet is a client program for the popular Tetrinet game, a multiplayer tetris game that is played over the internet. (If you don't know what Tetrinet is, check out tetrinet.org)} maintainers warp-opendarwin at spin.de categories {games gnome} version 0.7.11 revision 0
-gtkevemon 516
-depends_build {bin:svn:subversion bin:svn:subversion} portdir games/gtkevemon description {GTK Eve-Online monitor} homepage http://gtkevemon.battleclinic.com/ epoch 0 platforms darwin name gtkevemon depends_lib {port:gtkmm port:libxml2} maintainers gmail.com:mellon85 long_description {GtkEveMon is a skill monitoring standalone application for GNU/Linux systems. With GtkEveMon you can monitor your current skills and your skill training process without starting EVE-Online.} categories games version 98 revision 0
+gtkevemon 528
+depends_build bin:svn:subversion portdir games/gtkevemon depends_fetch bin:svn:subversion description {GTK Eve-Online monitor} homepage http://gtkevemon.battleclinic.com/ epoch 0 platforms darwin name gtkevemon depends_lib {port:gtkmm port:libxml2} long_description {GtkEveMon is a skill monitoring standalone application for GNU/Linux systems. With GtkEveMon you can monitor your current skills and your skill training process without starting EVE-Online.} maintainers gmail.com:mellon85 categories games version 98 revision 0
gtypist 404
variants universal portdir games/gtypist description {A universal typing tutor.} homepage http://www.gnu.org/software/gtypist/ epoch 0 platforms darwin name gtypist depends_lib {port:ncurses port:gettext} long_description {You can learn correct typing and improve your skills by practicing its exercises on a regular basis.} maintainers josephholsten.com:joseph categories games version 2.8.3 revision 0
jnethack 473
@@ -2386,10 +2386,10 @@
variants universal portdir games/rrgbis description {Real time strategy game with fleets of spaceships.} homepage http://rrgbis.sourceforge.net/ epoch 0 platforms darwin name rrgbis depends_lib {port:freetype port:libsdl port:libsdl_image port:libsdl_mixer port:libvorbis} long_description {{Real time strategy game with fleets of spaceships.}} maintainers {simon openmaintainer} categories games version 1.12 revision 1
sdl_sopwith 406
variants universal portdir games/sdl_sopwith description {Classic biplane shooter} homepage http://sdl-sopwith.sourceforge.net/ epoch 0 platforms darwin name sdl_sopwith depends_lib {port:libsdl port:gtk2} long_description {This is a port of the classic computer game {"Sopwith"} to run on modern computers and operating systems.} maintainers {jmr openmaintainer} categories games version 1.7.1 revision 0
-ship84 466
-variants {darwin universal} depends_build bin:unzip:unzip portdir games/ship84 description {space invaders clone using SDL} homepage http://ship84.sourceforge.net/ epoch 0 platforms darwin depends_lib {bin:sdl-config:libsdl lib:libSDL_mixer:libsdl_mixer} name ship84 long_description {The Angryfez Army and their minions have pointed the ultimate battle at earth! Only Happyfez can save the day!} maintainers nomaintainer categories games version 1.3.3.7 revision 1
-simutrans 872
-variants enable_music depends_build bin:unzip:unzip portdir games/simutrans description {Simutrans is a freeware transport simulation game.} homepage http://simutrans.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:libpng port:libsdl port:zlib} name simutrans long_description {Simutrans Transport Simulator (short: Simutrans) is a freeware simulation game for Windows, BeOS, Mac OS X and Linux that focuses on the transporting of goods, people, mail and power. It was originally written by Hansj?rg Malthaner, and is now maintained and developed by a small team. This port installs simutrans with the default pak64 image set. If you want to use another pak, download it (for example from http://simutrans.sourceforge.net/ufcs.htm) and put it into {"\${prefix}/share/simutrans".}} maintainers {simon openmaintainer} categories games version 99-17-1 revision 0
+ship84 468
+variants {darwin universal} portdir games/ship84 description {space invaders clone using SDL} homepage http://ship84.sourceforge.net/ epoch 0 platforms darwin depends_lib {bin:sdl-config:libsdl lib:libSDL_mixer:libsdl_mixer} name ship84 long_description {The Angryfez Army and their minions have pointed the ultimate battle at earth! Only Happyfez can save the day!} maintainers nomaintainer depends_extract bin:unzip:unzip categories games version 1.3.3.7 revision 1
+simutrans 874
+variants enable_music portdir games/simutrans description {Simutrans is a freeware transport simulation game.} homepage http://simutrans.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:libpng port:libsdl port:zlib} name simutrans long_description {Simutrans Transport Simulator (short: Simutrans) is a freeware simulation game for Windows, BeOS, Mac OS X and Linux that focuses on the transporting of goods, people, mail and power. It was originally written by Hansj?rg Malthaner, and is now maintained and developed by a small team. This port installs simutrans with the default pak64 image set. If you want to use another pak, download it (for example from http://simutrans.sourceforge.net/ufcs.htm) and put it into {"\${prefix}/share/simutrans".}} maintainers {simon openmaintainer} depends_extract bin:unzip:unzip categories games version 99-17-1 revision 0
ski 1009
portdir games/ski description {ASCII downhill skiing game} homepage http://www.catb.org/~esr/ski/ epoch 0 depends_run bin:python:python24 platforms darwin name ski maintainers nomaintainer long_description {Imagine you are skiing down an infinite slope, facing such hazards as trees, ice, bare ground, and the man-eating Yeti! Unfortunately, you have put your jet-powered skis on backwards, so you can't see ahead where you are {going;} only behind where you have been. However, you can turn to either side, jump or hop through the air, teleport through hyperspace, launch nuclear ICBMs, and cast spells to call the Fire Demon. And since the hazards occur in patches, you can skillfully outmaneuver them. A fun and very silly game that proves you don't need fancy graphical user interfaces to have a good time. The internals of this game are actually kind of interesting. The terrain generator is a simple cellular automaton that generates crude 2D fractals.} categories {games python} ver
sion 6.5 revision 0
sl 298
@@ -2636,10 +2636,10 @@
variants universal portdir gnome/gnotify description {Gnotify is a notification-service daemon.} homepage http://gnotify.sf.net epoch 0 platforms darwin name gnotify depends_lib bin:gnome-session:gnome-session maintainers nomaintainer long_description {GNotify is a little daemon written in C using GTK. It provides (like the KDE KNotify-system) a notification-service for Gnome/XFce/FVWM/Fluxbox/Enlightenment and other Desktop-Environments/WindowManagers.} categories gnome version 1.2 revision 0
gnotime 558
variants universal portdir gnome/gnotime description {A GNOME project manager.} homepage http://gtt.sourceforge.net/ epoch 0 platforms darwin name gnotime depends_lib {bin:guile:guile lib:libgtkhtml-2:libgtkhtml} maintainers nomaintainer long_description {GnoTime is a combination stop-watch, diary, consultant billing system and project manager. You can measure the amount of time you spend on a task, associate a memo with it, set a billing rate, print an invoice, as well as track that status of other projects.} categories gnome version 2.1.7 revision 0
-gnucash 1047
-variants {without_quotes without_hbci without_ofx no_x11 universal} depends_build {port:libtool bin:unlzma:lzmautils} portdir gnome/gnucash description {a personal and small-business financial-accounting software} homepage http://www.gnucash.org/ depends_run port:evince epoch 0 platforms darwin depends_lib {port:p5-xml-parser path:lib/pkgconfig/glib-2.0.pc:glib2 port:gconf port:guile16 port:slib port:slib-guile16 port:popt port:libgnomeui port:libgnomeprintui port:libgtkhtml3 port:libgsf port:goffice port:aqbanking port:libofx port:p5-finance-quote} name gnucash long_description {GnuCash is a personal and small-business financial-accounting software, freely licensed under the GNU GPL. Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses. As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports.} maintainers nom
aintainer categories {gnome x11} version 2.2.9 revision 3
-gnucash-devel 1234
-variants {without_hbci without_ofx without_quotes without_docs guile16 universal} depends_build {bin:glibtoolize:libtool port:automake bin:svn:subversion} portdir gnome/gnucash-devel description {financial-accounting software} homepage http://www.gnucash.org/ depends_run port:evince epoch 0 name gnucash-devel depends_lib {lib:XML/Parser.pm:p5-xml-parser path:lib/pkgconfig/glib-2.0.pc:glib2 port:gconf port:slib lib:libpopt:popt lib:libgnomeui:libgnomeui lib:libgnomeprintui:libgnomeprintui lib:libgtkhtml-3:libgtkhtml3 lib:libgsf:libgsf lib:libgoffice-0.3:goffice03 lib:aqbanking:aqbanking lib:libofx:libofx lib:Finance/Quote.pm:p5-finance-quote port:gnucash-docs port:guile16 port:slib-guile16} long_description {GnuCash is a personal and small-business financial-accounting software. -- gnucash-devel fetches the current developer version, then tries to build and install it. This may or may not work. It cannot be installed along the regular (stable) version. If you want to try it,
it is recommended that you `port deactivate gnucash', then `port install gnucash-devel', so that you can go back to a working copy in case anything goes wrong.} maintainers nomaintainer categories {gnome x11} version 2.2.99.svn-16555 revision 0
+gnucash 1082
+variants {without_quotes without_hbci without_ofx no_x11 universal} depends_build {port:libtool bin:unlzma:lzmautils} portdir gnome/gnucash description {a personal and small-business financial-accounting software} homepage http://www.gnucash.org/ depends_run port:evince epoch 0 platforms darwin depends_lib {port:p5-xml-parser path:lib/pkgconfig/glib-2.0.pc:glib2 port:gconf port:guile16 port:slib port:slib-guile16 port:popt port:libgnomeui port:libgnomeprintui port:libgtkhtml3 port:libgsf port:goffice port:aqbanking port:libofx port:p5-finance-quote} name gnucash long_description {GnuCash is a personal and small-business financial-accounting software, freely licensed under the GNU GPL. Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses. As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports.} maintainers nom
aintainer depends_extract bin:lzma:lzmautils categories {gnome x11} version 2.2.9 revision 3
+gnucash-devel 1248
+variants {without_hbci without_ofx without_quotes without_docs guile16 universal} depends_build {bin:glibtoolize:libtool port:automake} portdir gnome/gnucash-devel depends_fetch bin:svn:subversion description {financial-accounting software} homepage http://www.gnucash.org/ depends_run port:evince epoch 0 name gnucash-devel depends_lib {lib:XML/Parser.pm:p5-xml-parser path:lib/pkgconfig/glib-2.0.pc:glib2 port:gconf port:slib lib:libpopt:popt lib:libgnomeui:libgnomeui lib:libgnomeprintui:libgnomeprintui lib:libgtkhtml-3:libgtkhtml3 lib:libgsf:libgsf lib:libgoffice-0.3:goffice03 lib:aqbanking:aqbanking lib:libofx:libofx lib:Finance/Quote.pm:p5-finance-quote port:gnucash-docs port:guile16 port:slib-guile16} long_description {GnuCash is a personal and small-business financial-accounting software. -- gnucash-devel fetches the current developer version, then tries to build and install it. This may or may not work. It cannot be installed along the regular (stable) version. If you wa
nt to try it, it is recommended that you `port deactivate gnucash', then `port install gnucash-devel', so that you can go back to a working copy in case anything goes wrong.} maintainers nomaintainer categories {gnome x11} version 2.2.99.svn-16555 revision 0
gnucash-docs 941
variants universal portdir gnome/gnucash-docs description {docs for gnucash} homepage http://www.gnucash.org/ depends_run bin:yelp:yelp epoch 0 platforms macosx name gnucash-docs depends_lib {bin:scrollkeeper-config:rarian port:libxml2 bin:xsltproc:libxslt} long_description {GnuCash is a personal and small-business financial-accounting software, freely licensed under the GNU GPL. Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses. As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports. This package contains (1) the user manual and (2) the Tutorial And Concepts Guide. Both are available through yelp, the gnome help browser, and an HTML copy is installed in {\${prefix}/share/doc/gnucash.}} maintainers nomaintainer categories {gnome x11} version 2.2.0 revision 0
gnumeric 445
@@ -2810,10 +2810,10 @@
variants universal portdir gnome/zenity description {zenity allows you to display dialog boxes from the commandline.} homepage http://www.gnome.org/ epoch 0 platforms darwin name zenity depends_lib {port:libgnomeui port:libnotify} maintainers {devans openmaintainer} long_description {This is zenity - a rewrite of gdialog, the GNOME port of dialog which allows you to display dialog boxes from the commandline and shell scripts.} categories gnome version 2.26.0 revision 0
ArtResources 595
variants with_docs portdir gnustep/ArtResources description {FreeFonts and Vera fonts for gnustep art backend.} homepage http://www.gnustep.org/ epoch 0 platforms darwin depends_lib port:gnustep-core name ArtResources maintainers nomaintainer long_description {FreeFonts and Vera fonts and mknfonts for gnustep art backend. The Vera fonts are well-suited to on-screen use, and it is recommended that you use these as your default fonts. The FreeFonts are not as well-suited as the Vera fonts to on-screen use, but they contain a lot more characters.} version 0.1.2 categories gnustep revision 1
-Etoile 532
-variants with_docs depends_build bin:svn:subversion portdir gnustep/Etoile description {GNUstep based user environnement} homepage http://www.etoile-project.org/ epoch 0 platforms darwin depends_lib {port:SQLClient port:dbus port:oniguruma5 port:poppler} name Etoile maintainers nomaintainer long_description {Etoile intends to be an innovative GNUstep-based user environment built from the ground up on highly modular and light components with project and document orientation in mind.} version 0.1.9 categories gnustep revision 4
-Etoile-devel 544
-variants with_docs depends_build bin:svn:subversion portdir gnustep/Etoile-devel description {GNUstep based user environnement} homepage http://www.etoile-project.org/ epoch 0 platforms darwin depends_lib {port:SQLClient port:dbus port:oniguruma5 port:poppler} name Etoile-devel maintainers nomaintainer long_description {Etoile intends to be an innovative GNUstep-based user environment built from the ground up on highly modular and light components with project and document orientation in mind.} version 0.1.9 categories gnustep revision 1
+Etoile 565
+variants with_docs depends_build bin:svn:subversion portdir gnustep/Etoile depends_fetch bin:svn:subversion description {GNUstep based user environnement} homepage http://www.etoile-project.org/ epoch 0 platforms darwin depends_lib {port:SQLClient port:dbus port:oniguruma5 port:poppler} name Etoile maintainers nomaintainer long_description {Etoile intends to be an innovative GNUstep-based user environment built from the ground up on highly modular and light components with project and document orientation in mind.} version 0.1.9 categories gnustep revision 4
+Etoile-devel 577
+variants with_docs depends_build bin:svn:subversion portdir gnustep/Etoile-devel depends_fetch bin:svn:subversion description {GNUstep based user environnement} homepage http://www.etoile-project.org/ epoch 0 platforms darwin depends_lib {port:SQLClient port:dbus port:oniguruma5 port:poppler} name Etoile-devel maintainers nomaintainer long_description {Etoile intends to be an innovative GNUstep-based user environment built from the ground up on highly modular and light components with project and document orientation in mind.} version 0.1.9 categories gnustep revision 1
GMastermind 335
variants with_docs portdir gnustep/GMastermind description {The well-known mastermind game.} homepage http://www.gnustep.it/marko/GMastermind/ epoch 0 platforms darwin depends_lib port:gnustep-core name GMastermind maintainers nomaintainer long_description {{The well-known mastermind game.}} version 0.5 categories gnustep revision 1
GMines 322
@@ -2886,14 +2886,14 @@
variants {rsvg perl gs lcms lqr wmf mpeg jbig jpeg2 graphviz hdri q8 q16 q32 no_x11 no_plus_plus darwin_6 universal} depends_build port:pkgconfig portdir graphics/ImageMagick description {Tools and libraries to manipulate images in many formats} homepage http://www.imagemagick.org/ epoch 0 platforms darwin name ImageMagick depends_lib {port:xorg-libXext port:xorg-libXt port:bzip2 port:jpeg port:libpng port:tiff port:zlib port:freetype port:fontconfig port:libiconv port:expat port:libxml2} long_description {ImageMagick is a robust collection of tools and libraries to create, edit and compose bitmap images in a wide variety of formats. You can crop, resize, rotate, sharpen, color reduce or add effects or text or straight or curved lines to an image or image sequence and save your completed work in the same or differing image format. You can even create images from scratch. Image processing operations are available from the command line as well as through C, Ch, C++, Java, Perl
, PHP, Python, Ruby and Tcl/Tk programming interfaces. Over 90 image formats are supported, including GIF, JPEG, JPEG 2000, PNG, PDF, PhotoCD and TIFF.} maintainers ryandesign categories {graphics devel} version 6.5.2-9 revision 0
InsightToolkit 1031
variants {doc brainweb shared examples testing wrap py24 py25 universal} depends_build {port:cmake port:gmake port:gawk port:bison} portdir graphics/InsightToolkit description {Insight Segmentation and Registration Toolkit (ITK)} homepage http://www.itk.org/ epoch 0 platforms darwin depends_lib {port:xorg-libs port:ossp-uuid port:guile port:tcl port:python25} name InsightToolkit long_description {ITK is an open-source software toolkit for performing registration and segmentation. Segmentation is the process of identifying and classifying data found in a digitally sampled representation. Typically the sampled representation is an image acquired from such medical instrumentation as CT or MRI scanners. Registration is the task of aligning or developing correspondences between data. For example, in the medical environment, a CT scan may be aligned with a MRI scan in order to combine the information contained in both.} maintainers {dweber openmaintainer} categories {graphics math
science devel} version 3.12.0 revision 3
-OpenSceneGraph 515
-variants darwin depends_build port:cmake portdir graphics/OpenSceneGraph description {high-performance 3D graphics toolkit} homepage http://www.openscenegraph.org/ epoch 0 platforms darwin depends_lib {port:freetype port:gdal} name OpenSceneGraph long_description {OpenSceneGraph is a high-performance 3D graphics toolkit useful in fields such as visual simulation, games, virtual reality, scientific visualization and modelling} maintainers {ryandesign openmaintainer} categories graphics version 2.8.1 revision 0
+OpenSceneGraph 547
+variants darwin depends_build port:cmake portdir graphics/OpenSceneGraph description {high-performance 3D graphics toolkit} homepage http://www.openscenegraph.org/ epoch 0 platforms darwin depends_lib {port:freetype port:gdal} name OpenSceneGraph long_description {OpenSceneGraph is a high-performance 3D graphics toolkit useful in fields such as visual simulation, games, virtual reality, scientific visualization and modelling} maintainers {ryandesign openmaintainer} depends_extract bin:unzip:unzip categories graphics version 2.8.1 revision 0
Renaissance-Framework 603
depends_build port:gnustep-make-cocoa portdir graphics/Renaissance-Framework description {create user interfaces via XML files} homepage http://www.gnustep.it/Renaissance/ epoch 0 platforms darwin name Renaissance-Framework maintainers nomaintainer long_description {GNUstep Renaissance allows you to describe your user interfaces (that is, the windows in your application, and the buttons, boxes, textfields, etc in the windows) in simple and intuitive XML files, using an open, standard format describing the logic of the interface.} categories {graphics gnustep cross devel} version 0.8.0 revision 0
SimGear 502
variants universal portdir graphics/SimGear description {building blocks for quickly assembling 3d simulations} homepage http://www.simgear.org/ epoch 0 platforms darwin name SimGear depends_lib {port:plib port:zlib port:openal port:xorg-libX11} long_description {SimGear is a set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications.} maintainers nomaintainer categories {graphics devel} version 1.0.0 revision 1
-VirtualPlanetBuilder 787
-depends_build port:cmake portdir graphics/VirtualPlanetBuilder description {terrain database creation tool} homepage http://www.openscenegraph.org/projects/VirtualPlanetBuilder epoch 0 platforms darwin depends_lib port:OpenSceneGraph name VirtualPlanetBuilder maintainers {ryandesign openmaintainer} long_description {VirtualPlanetBuilder is a terrain database creation tool that can read a wide range of geospatial imagery and elevation data and scales from small-area terrain databases to massive whole-planet paged databases. These databases can be uploaded to the Internet to provide online GoogleEarth-style roaming of whole-planet databases, or kept on local disks for high-speed access for professional flight simulator applications.} categories graphics version 0.9.1 revision 0
+VirtualPlanetBuilder 819
+depends_build port:cmake portdir graphics/VirtualPlanetBuilder description {terrain database creation tool} homepage http://www.openscenegraph.org/projects/VirtualPlanetBuilder epoch 0 platforms darwin depends_lib port:OpenSceneGraph name VirtualPlanetBuilder maintainers {ryandesign openmaintainer} long_description {VirtualPlanetBuilder is a terrain database creation tool that can read a wide range of geospatial imagery and elevation data and scales from small-area terrain databases to massive whole-planet paged databases. These databases can be uploaded to the Internet to provide online GoogleEarth-style roaming of whole-planet databases, or kept on local disks for high-speed access for professional flight simulator applications.} depends_extract bin:unzip:unzip categories graphics version 0.9.1 revision 0
aalib 825
variants {darwin_6 x11 universal} depends_build {port:autoconf port:automake port:libtool bin:autoconf:autoconf} portdir graphics/aalib description {Portable ascii art GFX library} homepage http://aa-project.sourceforge.net/aalib/ epoch 0 platforms darwin name aalib long_description {AA-lib is a low level gfx library just as many other libraries are. The main difference is that AA-lib does not require graphics device. In fact, there is no graphical output possible. AA-lib replaces those old-fashioned output methods with powerful ascii-art renderer. Now my linux boots with a nice penguin logo at secondary display (yes! Like Win95 does:) AA-lib API is designed to be similar to other graphics libraries. Learning a new API would be a piece of cake!} maintainers ccc.de:tim categories graphics version 1.4rc5 revision 4
agave 561
@@ -2904,8 +2904,8 @@
variants {sdl universal} depends_build {port:automake port:autoconf port:libtool port:pkgconfig bin:autoreconf:autoconf} portdir graphics/antigraingeometry description {A high quality rendering engine for C++} homepage http://www.antigrain.com/ epoch 0 platforms darwin name antigraingeometry depends_lib {port:freetype port:xorg-libX11} long_description {Anti-Grain Geometry (AGG) is a general purpose graphical toolkit written completely in standard and platform independent C++. It can be used in many areas of computer programming where high quality 2D graphics is an essential part of the project. For example, if you render 2D geographic maps AGG is a must. AGG uses only C++ and standard C runtime functions, such as memcpy, sin, cos, sqrt, etc. The basic algorithms don't even use C++ Standard Template Library. Thus, AGG can be used in a very large number of applications, including embedded systems.} maintainers nomaintainer categories {graphics devel} version 2.5 revision 2
asymptote 598
variants universal portdir graphics/asymptote description {a vector graphics language} homepage http://asymptote.sourceforge.net epoch 0 platforms darwin name asymptote depends_lib {port:readline port:texlive port:ghostscript port:fftw-3 port:gsl port:libsigsegv port:ncurses port:boehmgc} long_description {Asymptote is a powerful descriptive vector graphics language that provides a natural coordinate-based framework for technical drawing. Labels and equations are typeset with LaTeX, for high-quality PostScript output.} maintainers gmail.com:loshea categories graphics version 1.75 revision 0
-autopano-sift-c 644
-variants universal depends_build {port:cmake bin:svn:subversion} portdir graphics/autopano-sift-c description {Detects control points in photos using SIFT algorithm} homepage http://hugin.sourceforge.net epoch 0 platforms darwin depends_lib {port:libpano13 port:libxml2} name autopano-sift-c long_description {C-language port of the original autopano-sift (http://www.cs.tu-berlin.de/~nowozin/autopano-sift). This software automatically finds control points in photos. Useful for stitching photographs, particularly in conjunction with graphics/hugin.} maintainers auckland.ac.nz:p.schmiedeskamp categories graphics version 2.4-2903 revision 0
+autopano-sift-c 677
+variants universal depends_build {port:cmake bin:svn:subversion} portdir graphics/autopano-sift-c description {Detects control points in photos using SIFT algorithm} depends_fetch bin:svn:subversion homepage http://hugin.sourceforge.net epoch 0 platforms darwin depends_lib {port:libpano13 port:libxml2} name autopano-sift-c long_description {C-language port of the original autopano-sift (http://www.cs.tu-berlin.de/~nowozin/autopano-sift). This software automatically finds control points in photos. Useful for stitching photographs, particularly in conjunction with graphics/hugin.} maintainers auckland.ac.nz:p.schmiedeskamp categories graphics version 2.4-2903 revision 0
autotrace 644
variants {magick universal} portdir graphics/autotrace description {Convert bitmap to vector graphics} homepage http://autotrace.sourceforge.net/ epoch 0 platforms darwin name autotrace depends_lib port:libpng long_description {The aim of the AutoTrace project is the development of a freely available application with a functionality similar to CorelTrace or Adobe Streamline. I hope that it will become better than all commercially available programs. In some aspects it is already better. AutoTrace is free software. AutoTrace is distributed under the term of GNU GPL.} maintainers nomaintainer categories graphics version 0.31.1 revision 1
babl 427
@@ -2914,8 +2914,8 @@
portdir graphics/bitstream-vera description {Bitstream Vera Fonts for use with Freetype/Fontconfig} homepage http://www.gnome.org/fonts/ epoch 0 platforms darwin name bitstream-vera maintainers mac.com:jbenninghoff long_description {Bittream Vera Fonts consist of four monospace and sans faces (normal, oblique, bold, bold oblique) and two serif faces (normal and bold). They are designed to be an attractive default font for GNOME-based X11 apps. (GTK2/Xft2/Freetype/Fontconfig)} version 1.10 categories graphics revision 0
blccc 658
variants universal portdir graphics/blccc description {Blinkenlights Chaos Control Center} homepage http://www.blinkenlights.de/ epoch 0 platforms darwin name blccc depends_lib lib:libblib:blib long_description {The Blinkenlights Chaos Control Center is an integrated playlist manager and playback program. It supports reading Blinkenlights movies in various file formats and sending them using the Blinkenlights protocol as supported by the Blinkenlights Library blib. The Blinkenlights Chaos Control Center is the basic building block of the Blinkenlights software setup} maintainers ccc.de:tim categories {graphics blinkenlights} version 1.999 revision 0
-blender 496
-depends_build bin:unzip:unzip portdir graphics/blender description {3D modeler / renderer} homepage http://www.blender.org/ epoch 0 platforms darwin name blender depends_lib {port:expat port:fontconfig port:freetype port:jpeg port:libpng port:libsdl port:python24 port:ftgl} maintainers nomaintainer long_description {Blender, the open source software for 3D modeling, animation, rendering, post-production, interactive creation and playback.} categories {graphics games} version 2.41 revision 0
+blender 498
+portdir graphics/blender description {3D modeler / renderer} homepage http://www.blender.org/ epoch 0 platforms darwin name blender depends_lib {port:expat port:fontconfig port:freetype port:jpeg port:libpng port:libsdl port:python24 port:ftgl} maintainers nomaintainer long_description {Blender, the open source software for 3D modeling, animation, rendering, post-production, interactive creation and playback.} depends_extract bin:unzip:unzip categories {graphics games} version 2.41 revision 0
blib 573
variants {gtk directfb aa universal} portdir graphics/blib description {Library of useful things to hack the Blinkenlights} homepage http://www.blinkenlights.de/ epoch 0 platforms darwin name blib depends_lib {lib:libglib.2:glib2 lib:libgtk.2:gtk2} long_description {This library contains some code that you will find useful if you want to create any kind of software related to Blinkenlights. If you have never heard about Blinkenlights, you want to check the project's home page first.} maintainers ccc.de:tim categories {graphics blinkenlights} version 1.1.7 revision 1
blinkensim 419
@@ -2980,8 +2980,8 @@
variants {universal doc vera macosx} portdir graphics/fontconfig description {An XML-based font configuration API for X Windows} homepage http://fontconfig.org/ epoch 0 platforms darwin depends_lib {port:libiconv port:expat port:freetype} name fontconfig maintainers ryandesign long_description {Fontconfig is a library for configuring and customizing font access.} categories graphics version 2.6.0 revision 2
fontforge 792
variants with_freetype_bytecode portdir graphics/fontforge description {Outline and bitmap font editor/converter for many formats} homepage http://fontforge.sourceforge.net/ epoch 0 platforms darwin name fontforge depends_lib {port:xorg-libXi port:xorg-libxkbui port:xorg-libXt port:freetype port:gettext port:giflib port:jpeg port:libiconv port:libpng port:libuninameslist port:libxml2 port:tiff port:zlib} long_description {FontForge allows you to edit outline and bitmap fonts. You may create new ones or modify old ones. It is also a format converter and can interconvert between PostScript (ascii & binary Type1, some Type3, some Type0), TrueType, OpenType (Type2), CID, SVG. Previously known as pfaedit.} maintainers nomaintainer categories {graphics fonts} version 20090224 revision 0
-freeimage 559
-variants {universal darwin_9} depends_build bin:unzip:unzip portdir graphics/freeimage description {Library for FreeImage, a dependency-less graphics library} homepage http://freeimage.sourceforge.net/ epoch 0 platforms macosx name freeimage long_description {FreeImage is a library for developers who would like to support most popular graphics image formats. Some highlights are: extremely simple in use, not limited to the local PC (unique FreeImageIO) and Plugin driven!} maintainers ryand-ruby at zenspider.com categories graphics version 3.10.0 revision 0
+freeimage 561
+variants {universal darwin_9} portdir graphics/freeimage description {Library for FreeImage, a dependency-less graphics library} homepage http://freeimage.sourceforge.net/ epoch 0 platforms macosx name freeimage long_description {FreeImage is a library for developers who would like to support most popular graphics image formats. Some highlights are: extremely simple in use, not limited to the local PC (unique FreeImageIO) and Plugin driven!} maintainers ryand-ruby at zenspider.com depends_extract bin:unzip:unzip categories graphics version 3.10.0 revision 0
ftgl 438
variants universal depends_build bin:doxygen:doxygen portdir graphics/ftgl description {Freetype / OpenGL bridge} homepage http://ftgl.wiki.sourceforge.net/ epoch 0 platforms darwin name ftgl depends_lib lib:freetype:freetype long_description {FTGL takes freetype fonts, decodes them, and generate an OpenGL object out of it. It supports a lot of rendering modes} maintainers free.fr:krugazor categories graphics version 2.1.2 revision 1
gd2 968
@@ -3004,8 +3004,8 @@
variants {macosx animation manual} portdir graphics/gimp description {The Gimp - Batteries Included} homepage http://www.gimp.org/ epoch 0 platforms darwin name gimp depends_lib {port:icns-gimp port:gimp-jp2 port:gimp-lqr-plugin port:gtk-nodoka-engine port:gutenprint port:ufraw port:xsane port:gimp-app port:macclipboard-gimp port:macfile-gimp} long_description {{This is a META port for the gimp2 which includes help and documentation, support for icns, jp2000 and RAW formats, content-aware rescaling Gutenprint and scanner frontends and even a nice theme (Nodoka). Mac OS X users also get a Gimp.app bundle, a "Show in Finder" menu and clipboard integration.}} maintainers devans categories graphics version 2.6.6 revision 0
gimp-gap 461
variants darwin_i386 portdir graphics/gimp-gap description {The Gimp Animation Package.} homepage http://www.gimp.org/ depends_run port:MPlayer epoch 0 platforms darwin name gimp-gap depends_lib {port:gimp2 port:XviD} long_description {GIMP-GAP, the GIMP Animation Package, is a collection of plug-ins to extend GIMP with capabilities to edit and create animations as sequences of single frames.} maintainers devans categories graphics version 2.4.0 revision 2
-gimp-gap-devel 732
-depends_build {port:git-core port:pkgconfig port:autoconf port:automake port:intltool port:p5-xml-parser port:gmake} portdir graphics/gimp-gap-devel description {The Gimp Animation Package.} homepage http://www.gimp.org/ depends_run port:MPlayer epoch 0 platforms darwin depends_lib {port:gimp2 port:faac port:faad2 port:x264 port:lame port:XviD} name gimp-gap-devel long_description {GIMP-GAP, the GIMP Animation Package, is a collection of plug-ins to extend GIMP with capabilities to edit and create animations as sequences of single frames. This is the unstable development branch leading up to a stable version 2.6 scheduled for release at the end of May 2009.} maintainers devans categories graphics version 2.5.99 revision 1
+gimp-gap-devel 763
+depends_build {port:git-core port:pkgconfig port:autoconf port:automake port:intltool port:p5-xml-parser port:gmake} portdir graphics/gimp-gap-devel description {The Gimp Animation Package.} depends_fetch bin:git:git-core homepage http://www.gimp.org/ depends_run port:MPlayer epoch 0 platforms darwin depends_lib {port:gimp2 port:faac port:faad2 port:x264 port:lame port:XviD} name gimp-gap-devel long_description {GIMP-GAP, the GIMP Animation Package, is a collection of plug-ins to extend GIMP with capabilities to edit and create animations as sequences of single frames. This is the unstable development branch leading up to a stable version 2.6 scheduled for release at the end of May 2009.} maintainers devans categories graphics version 2.5.99 revision 1
gimp-jp2 430
portdir graphics/gimp-jp2 description {GIMP Wavelet/JPEG 2000 plug-in.} homepage http://registry.gimp.org/node/9899 epoch 0 platforms darwin name gimp-jp2 depends_lib {lib:libgimp-2.0:gimp2 port:openjpeg} maintainers devans long_description {GIMP Wavelet/JPEG 2000 plug-in, written by Divyanshu Vats, from the 2006 GIMP Google Summer of Code wavelet project, mentored by Simon Budig.} categories graphics version 2.2.0 revision 2
gimp-lqr-plugin 397
@@ -3042,8 +3042,8 @@
portdir graphics/greycstoration description {Open source algorithm for image denoising and interpolation} homepage http://www.greyc.ensicaen.fr/~dtschump/greycstoration/ epoch 0 platforms darwin name greycstoration depends_lib port:gimp2 long_description {GREYCstoration is an image regularization algorithm which processes an image by locally removing small variations of pixel intensities while preserving significant global image features, such as sharp edges and corners. The most direct application of image regularization is denoising. By extension, it can also be used to inpaint or resize images.} maintainers gmail.com:julien.lusson categories graphics version 2.5.2.1 revision 0
gtksee 407
variants universal portdir graphics/gtksee description {A simple image viewer based on GTK+ 1.2.x and running on X Window System.} homepage http://gtksee.berlios.de/ epoch 0 platforms darwin name gtksee depends_lib lib:libgtk.1:gtk1 maintainers nomaintainer long_description {{A simple image viewer based on GTK+ 1.2.x and running on X Window System.}} categories {graphics x11} version 0.6.0b-1 revision 0
-hugin-app 728
-variants universal depends_build {port:cmake bin:svn:subversion} portdir graphics/hugin-app description {Panorama photo stitcher} homepage http://hugin.sourceforge.net depends_run {port:autopano-sift-c port:enblend port:p5-image-exiftool} epoch 0 platforms darwin depends_lib {port:boost port:tiff port:jpeg port:libpng port:wxWidgets port:openexr port:exiv2 port:libpano13} name hugin-app long_description {An easy to use cross-platform panoramic imaging toolchain based on Panorama Tools. With hugin you can assemble a mosaic of photographs into a complete immersive panorama, stitch any series of overlapping pictures and much more.} maintainers auckland.ac.nz:p.schmiedeskamp categories graphics version 7.0-2903 revision 0
+hugin-app 761
+variants universal depends_build {port:cmake bin:svn:subversion} portdir graphics/hugin-app description {Panorama photo stitcher} depends_fetch bin:svn:subversion homepage http://hugin.sourceforge.net depends_run {port:autopano-sift-c port:enblend port:p5-image-exiftool} epoch 0 platforms darwin name hugin-app depends_lib {port:boost port:tiff port:jpeg port:libpng port:wxWidgets port:openexr port:exiv2 port:libpano13} long_description {An easy to use cross-platform panoramic imaging toolchain based on Panorama Tools. With hugin you can assemble a mosaic of photographs into a complete immersive panorama, stitch any series of overlapping pictures and much more.} maintainers auckland.ac.nz:p.schmiedeskamp categories graphics version 7.0-2903 revision 0
icns-gimp 520
portdir graphics/icns-gimp description {Gimp file format plug-in for Macintosh icon files (.icns)} homepage http://leuksman.com/pages/icns epoch 0 platforms darwin name icns-gimp depends_lib lib:libgimp-2.0:gimp2 maintainers nomaintainer long_description {Gimp file format plug-in for Macintosh icon files (.icns) Currently read-only. Can load true color, 8-bit, 4-bit, and 1-bit icons at 128x128, 48x48, 32x32, and 16x16 sizes. Multiple images are loaded as separate layers.} categories graphics version 0.1 revision 0
icoconvert 484
@@ -3060,16 +3060,16 @@
variants {i386 universal} depends_build {port:pkgconfig port:autoconf port:automake port:libtool bin:autoconf:autoconf} portdir graphics/imlib2 description {Image loading and rendering library} homepage http://www.enlightenment.org/pages/imlib2.html epoch 0 platforms darwin depends_lib {port:xorg-libX11 port:xorg-libXext port:libpng port:jpeg port:libpng port:freetype port:zlib port:libid3tag} name imlib2 long_description {Imlib is a general Image loading and rendering library designed to make the task of loading images, and obtaining X-Windows drawables a simple task, as well as a quick one. It also aims to provide simple manipulation routines that might be desired for common operations.} maintainers nomaintainer categories {graphics devel} version 1.4.1 revision 1
inkscape 775
variants {disable_debugging enable_debugging} portdir graphics/inkscape description {Inkscape is an open source SVG editor.} homepage http://www.inkscape.org/ epoch 0 platforms darwin name inkscape depends_lib {port:libgnomeprintui port:boehmgc port:gtkmm port:gnome-vfs port:libxslt port:lcms port:dbus port:dbus-glib port:py25-xml port:libcroco port:poppler port:py25-numpy port:py25-lxml port:boost port:ImageMagick port:libwpg} long_description {Inkscape is an open source SVG editor with capabilities similar to Illustrator, CorelDraw, Visio, etc. Supported SVG features include basic shapes, paths, text, alpha blending, transforms, gradients, node editing, svg-to-png export, grouping, and more.} maintainers devans categories {graphics gnome} version 0.46 revision 9
-inkscape-devel 887
-variants {no_x11 enable_debugging} depends_build {port:pkgconfig port:subversion port:autoconf port:automake port:p5-xml-parser port:intltool} portdir graphics/inkscape-devel description {Unstable development version of Inkscape from recent SVN leading up to release of version 0.47.} homepage http://www.inkscape.org/ depends_run port:ghostscript epoch 1 platforms darwin depends_lib {port:boehmgc port:poppler port:lcms port:libwpg port:ImageMagick port:gtkmm port:aspell-dict-en port:gtkspell2 port:gsl port:boost} name inkscape-devel long_description {Inkscape is an open source SVG editor with capabilities similar to Illustrator, CorelDraw, Visio, etc. Supported SVG features include basic shapes, paths, text, alpha blending, transforms, gradients, node editing, svg-to-png export, grouping, and more.} maintainers devans categories {graphics gnome} version 0.46.21447 revision 0
+inkscape-devel 920
+variants {no_x11 enable_debugging} depends_build {port:pkgconfig port:subversion port:autoconf port:automake port:p5-xml-parser port:intltool} portdir graphics/inkscape-devel description {Unstable development version of Inkscape from recent SVN leading up to release of version 0.47.} depends_fetch bin:svn:subversion homepage http://www.inkscape.org/ depends_run port:ghostscript epoch 1 platforms darwin name inkscape-devel depends_lib {port:boehmgc port:poppler port:lcms port:libwpg port:ImageMagick port:gtkmm port:aspell-dict-en port:gtkspell2 port:gsl port:boost} long_description {Inkscape is an open source SVG editor with capabilities similar to Illustrator, CorelDraw, Visio, etc. Supported SVG features include basic shapes, paths, text, alpha blending, transforms, gradients, node editing, svg-to-png export, grouping, and more.} maintainers devans categories {graphics gnome} version 0.46.21447 revision 0
ivtools 454
variants universal portdir graphics/ivtools description {X11 based drawing editors for PostScript, TeX, web graphics} homepage http://ivtools.sourceforge.net/ epoch 0 name ivtools maintainers fenner long_description {ivtools (pronounced eye-vee-tools) is a suite of free X Windows drawing editors for PostScript, TeX, and web graphics production, as well as an embeddable and extendable vector graphic shell} categories graphics version 1.0.7 revision 0
-jasper 521
-variants {universal jiv} depends_build bin:unzip:unzip portdir graphics/jasper description {Library for manipulating JPEG-2000 images} homepage http://www.ece.uvic.ca/~mdadams/jasper/ epoch 0 platforms darwin depends_lib port:jpeg name jasper maintainers nomaintainer long_description {The JasPer Project is an open-source initiative to provide a free software-based reference implementation of the codec specified in the JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1).} categories graphics version 1.900.1 revision 4
+jasper 523
+variants {universal jiv} portdir graphics/jasper description {Library for manipulating JPEG-2000 images} homepage http://www.ece.uvic.ca/~mdadams/jasper/ epoch 0 platforms darwin depends_lib port:jpeg name jasper maintainers nomaintainer long_description {The JasPer Project is an open-source initiative to provide a free software-based reference implementation of the codec specified in the JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1).} depends_extract bin:unzip:unzip categories graphics version 1.900.1 revision 4
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 681
-depends_build bin:unzip:unzip 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.} categories graphics version 1.1.1 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.1.1 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 876
@@ -3088,8 +3088,8 @@
variants universal portdir graphics/lcms description {Little Color Management System, a color matching method library} homepage http://www.littlecms.com/ epoch 0 platforms darwin depends_lib {port:jpeg port:tiff port:zlib} name lcms maintainers nomaintainer long_description {LCMS is the Little Color Management System, a Color Matching Method (CMM) library which implements fast transforms between ICC profiles. It is released under LGPL with source code and meant to be portable. Color management refers to techniques that ensure consistent color as images are transferred from scanners or cameras to monitors and printers.} categories graphics version 1.18a revision 0
lib2geom 636
depends_build {port:cmake port:pkgconfig} portdir graphics/lib2geom description {lib2geom is a library providing a robust 2D computational geometry framework.} homepage http://lib2geom.org/ epoch 0 platforms darwin depends_lib {port:gtkmm port:boost port:gsl} name lib2geom maintainers devans long_description {lib2geom (2Geom in private life) is a library initially developed for Inkscape but which will provide a robust 2D computational geometry framework for any application. It is not a rendering library, but instead concentrates on high level algorithms such as computing arc length.} categories graphics version 0.2.0 revision 0
-lib3ds 510
-variants universal depends_build bin:unzip:unzip portdir graphics/lib3ds description {Overall software library for managing 3D-Studio Release 3 and 4 .3DS files.} homepage http://lib3ds.sourceforge.net epoch 0 platforms darwin name lib3ds long_description {lib3ds is an overall software library for managing 3D-Studio Release 3 and 4 .3DS files. It is a free alternative to Autodesk's 3DS File Toolkit for managing 3DS files.} maintainers lilalinux.net:macports version 20080909 categories graphics revision 0
+lib3ds 512
+variants universal portdir graphics/lib3ds description {Overall software library for managing 3D-Studio Release 3 and 4 .3DS files.} homepage http://lib3ds.sourceforge.net epoch 0 platforms darwin name lib3ds long_description {lib3ds is an overall software library for managing 3D-Studio Release 3 and 4 .3DS files. It is a free alternative to Autodesk's 3DS File Toolkit for managing 3DS files.} maintainers lilalinux.net:macports depends_extract bin:unzip:unzip version 20080909 categories graphics revision 0
libart_lgpl 740
variants {universal darwin_6} portdir graphics/libart_lgpl description {fast 2D image manipulation library} homepage http://www.levien.com/libart/ epoch 0 platforms darwin name libart_lgpl maintainers nomaintainer long_description {Libart is a library for high-performance 2D graphics. It supports a very powerful imaging model, basically the same as SVG and the Java 2D API. It includes all PostScript imaging operations, and adds antialiasing and alpha-transparency. It is also highly tuned for incremental rendering. It contains data structures and algorithms suited to rapid, precise computation of Region of Interest, and a two-phase rendering pipeline optimized for interactive display.} categories graphics version 2.3.20 revision 0
libcaca 466
@@ -3146,8 +3146,8 @@
variants universal depends_build port:pkgconfig portdir graphics/libwpg description {C++ library for reading and parsing graphics in WPG (Word Perfect Graphics) format.} homepage http://libwpg.sourceforge.net/ epoch 0 platforms darwin depends_lib port:libwpd name libwpg long_description {Libwpg is a C++ library for reading and parsing graphics in WPG (Word Perfect Graphics) format. WPG is the format used among others in Corel software such as WordPerfect(tm) and Presentations(tm). Distributed under the LGPL license, libwpg can be used in free and commercial software.} maintainers {devans openmaintainer} categories graphics version 0.1.3 revision 0
libxmi 326
variants universal portdir graphics/libxmi description {GNU rasterizing library} homepage http://www.gnu.org/software/libxmi/ epoch 0 platforms darwin name libxmi long_description {GNU libxmi is a C/C++ function library for rasterizing 2-D vector graphics.} maintainers nomaintainer categories graphics version 1.2 revision 0
-lprof 572
-variants universal depends_build port:cmake portdir graphics/lprof description {LProf open source ICC profiler} homepage http://lprof.sourceforge.net epoch 0 platforms darwin depends_lib {port:qt4-mac port:libusb} name lprof long_description {LProf is an open source color profiler that creates ICC compliant profiles for devices such as cameras, scanners and monitors. Origanally authored by Marti Maria the creator of LCMS. Marti has graciously consented to the creation of this project.} maintainers {snc openmaintainer} categories graphics version 20090113 revision 0
+lprof 598
+variants universal depends_build port:cmake portdir graphics/lprof description {LProf open source ICC profiler} depends_fetch bin:cvs:cvs homepage http://lprof.sourceforge.net epoch 0 platforms darwin depends_lib {port:qt4-mac port:libusb} name lprof long_description {LProf is an open source color profiler that creates ICC compliant profiles for devices such as cameras, scanners and monitors. Origanally authored by Marti Maria the creator of LCMS. Marti has graciously consented to the creation of this project.} maintainers {snc openmaintainer} categories graphics version 20090113 revision 0
magicpoint 671
depends_build {port:pkgconfig bin:xmkmf:imake} portdir graphics/magicpoint description {An X11 based presentation tool.} homepage http://www.mew.org/mgp/ epoch 0 platforms {macosx darwin} depends_lib {port:Xft2 lib:libpng12.0:libpng path:include/gif_lib.h:giflib} name magicpoint maintainers fenner long_description {Magic Point is an X11 based presentation tool. It is designed to make simple presentations easy while to make complicated presentations possible. Its presentation file (whose suffix is typically .mgp) is just text so that you can create presentation files quickly with your favorite editor (e.g. Emacs, vi).} categories graphics version 1.10a revision 1
mftrace 548
@@ -3210,8 +3210,8 @@
variants {darwin_6 powerpc universal} portdir graphics/pstoedit description {Translate PostScript and PDF to other vector formats} homepage http://www.pstoedit.net/ depends_run port:ghostscript epoch 0 platforms darwin name pstoedit depends_lib {port:ImageMagick port:plotutils port:libpng port:libemf port:zlib} long_description {pstoedit converts Postscript(TM) and PDF files to other vector graphic formats so that they can be edited graphically.} maintainers nomaintainer categories graphics version 3.45 revision 2
pure-gl 392
portdir graphics/pure-gl description {an interface to access OpenGL functions from Pure} homepage http://pure-lang.googlecode.com/ epoch 0 platforms macosx name pure-gl depends_lib {path:lib/libpure.dylib:pure path:lib/libGL.dylib:mesa} maintainers ryandesign long_description {pure-gl provides {an interface to access OpenGL functions from Pure.}} categories graphics version 0.5 revision 0
-qimageblitz 466
-variants {universal debug no_docs} depends_build {port:cmake port:automoc bin:svn:subversion} portdir graphics/qimageblitz description {Graphical effects library for KDE4} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:qt4-kde} name qimageblitz maintainers nomaintainer long_description {QImageBlitz is a graphical effect and filter library for KDE4 with MMX/SSE support.} categories {graphics kde kde4} version 0.0.5 revision 4
+qimageblitz 480
+variants {universal debug no_docs} depends_build {port:cmake port:automoc} portdir graphics/qimageblitz depends_fetch bin:svn:subversion description {Graphical effects library for KDE4} homepage http://www.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:qt4-kde} name qimageblitz maintainers nomaintainer long_description {QImageBlitz is a graphical effect and filter library for KDE4 with MMX/SSE support.} categories {graphics kde kde4} version 0.0.5 revision 4
qiv 333
portdir graphics/qiv description {A very small and pretty fast gdk/Imlib image viewer} homepage http://www.klografx.net/qiv/ epoch 0 platforms darwin name qiv depends_lib port:imlib maintainers hilaiel.com:lloyd long_description {A very small and pretty fast gdk/Imlib image viewer for X.} categories graphics version 2.0 revision 0
qrencode 511
@@ -3342,8 +3342,8 @@
portdir irc/irctree description {show a tree representing the structure of an IRC network in ASCII} homepage http://www.habets.pp.se/synscan/programs.php?prog=irctree epoch 0 depends_run {bin:nc:netcat bin:perl:perl5} platforms darwin name irctree maintainers nomaintainer long_description {{show a tree representing the structure of an IRC network in ASCII}} categories irc version 0.10 revision 0
irssi 684
variants {perl universal} portdir irc/irssi description {modular IRC client} homepage http://irssi.org/ epoch 0 platforms darwin name irssi depends_lib {port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 port:libiconv port:ncurses port:openssl port:zlib} long_description {Irssi is a modular IRC client that currently has only text mode user interface, but 80-90% of the code is not text mode specific, so other UIs could be created pretty easily. Also, Irssi is not really even IRC specific anymore, there's already a working SILC module available. Support for other protocols like ICQ could be created some day too.} maintainers nomaintainer categories irc version 0.8.13 revision 0
-irssi-devel 768
-depends_build {port:autoconf port:automake port:libtool port:pkgconfig} portdir irc/irssi-devel description {modular IRC client} homepage http://irssi.org/ epoch 0 platforms darwin depends_lib {port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 port:libiconv port:ncurses port:openssl port:zlib path:bin/perl:perl5} name irssi-devel maintainers {blb openmaintainer} long_description {Irssi is a modular IRC client that currently has only text mode user interface, but 80-90% of the code is not text mode specific, so other UIs could be created pretty easily. Also, Irssi is not really even IRC specific anymore, there's already a working SILC module available. Support for other protocols like ICQ could be created some day too.} categories irc version 5076 revision 0
+irssi-devel 801
+depends_build {port:autoconf port:automake port:libtool port:pkgconfig} portdir irc/irssi-devel description {modular IRC client} depends_fetch bin:svn:subversion homepage http://irssi.org/ epoch 0 platforms darwin depends_lib {port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 port:libiconv port:ncurses port:openssl port:zlib path:bin/perl:perl5} name irssi-devel long_description {Irssi is a modular IRC client that currently has only text mode user interface, but 80-90% of the code is not text mode specific, so other UIs could be created pretty easily. Also, Irssi is not really even IRC specific anymore, there's already a working SILC module available. Support for other protocols like ICQ could be created some day too.} maintainers {blb openmaintainer} categories irc version 5076 revision 0
irssistats 298
portdir irc/irssistats description {generate IRC statistics from irssi logs} homepage http://royale.zerezo.com/irssistats/ epoch 0 platforms darwin name irssistats maintainers nomaintainer long_description {This tool generates IRC stats based on irssi logs.} version 0.75 categories irc revision 0
lostirc 515
@@ -3372,22 +3372,22 @@
variants {darwin_i386 universal} portdir irc/xchat description {GTK+ IRC client} homepage http://www.xchat.org/ epoch 0 platforms darwin name xchat depends_lib {port:gettext port:gtk1} long_description {XChat is a graphical IRC client based on GTK that has many features and can be scripted with Perl and/or Python.} maintainers nomaintainer categories irc version 1.8.11 revision 1
xchat2 423
variants {darwin_6 darwin_7 xft ssl quartz universal} portdir irc/xchat2 description {GTK+2 IRC client} homepage http://www.xchat.org/ epoch 0 platforms darwin name xchat2 depends_lib {port:gtk2 path:bin/perl:perl5} long_description {XChat2 is a graphical IRC client based on GTK2 that has many features and can be scripted with Perl and/or Python.} maintainers {afb openmaintainer} categories irc version 2.8.6 revision 2
-aspectj 366
-variants universal depends_build bin:unzip:unzip portdir java/aspectj description {seamless aspect-oriented extension to the Java language} homepage http://www.eclipse.org/aspectj/ epoch 0 platforms darwin name aspectj long_description {{seamless aspect-oriented extension to the Java language}} maintainers mww categories {java lang devel} version 1.6.2 revision 0
-beanshell 965
-depends_build bin:unzip:unzip portdir java/beanshell description {BeanShell Scripting Language, JSR-274, Java source interpreter} homepage http://www.beanshell.org/ epoch 0 platforms darwin name beanshell depends_lib bin:java:kaffe maintainers blair long_description {BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. BeanShell dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures like those in Perl and JavaScript. You can use BeanShell interactively for Java experimentation and debugging as well as to extend your applications in new ways. Scripting Java lends itself to a wide variety of applications including rapid prototyping, user scripting extension, rules engines, configuration, testing, dynamic deployment, embedded systems, and even Java education.} categories java version 2.0b4 revision 0
-blojsom 661
-variants tomcat5 depends_build bin:ant:apache-ant portdir java/blojsom description {A blogging package written in Java.} homepage http://www.blojsom.com epoch 0 platforms darwin depends_lib {bin:java:kaffe port:tomcat5} name blojsom long_description {Blojsom is a full-featured, multi-user, multi-blog package written in Java that was inspired by blosxom. blojsom aims to retain the simplicity in design of its Perl-based relative while adding user flexibility in areas such as the flavors, templating, plugins, and the ability to run a multi-user blog with a single blojsom installation.} maintainers nomaintainer categories {java www} version 2.24 revision 0
+aspectj 368
+variants universal portdir java/aspectj description {seamless aspect-oriented extension to the Java language} homepage http://www.eclipse.org/aspectj/ epoch 0 platforms darwin name aspectj long_description {{seamless aspect-oriented extension to the Java language}} maintainers mww depends_extract bin:unzip:unzip categories {java lang devel} version 1.6.2 revision 0
+beanshell 967
+portdir java/beanshell description {BeanShell Scripting Language, JSR-274, Java source interpreter} homepage http://www.beanshell.org/ epoch 0 platforms darwin name beanshell depends_lib bin:java:kaffe maintainers blair long_description {BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. BeanShell dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures like those in Perl and JavaScript. You can use BeanShell interactively for Java experimentation and debugging as well as to extend your applications in new ways. Scripting Java lends itself to a wide variety of applications including rapid prototyping, user scripting extension, rules engines, configuration, testing, dynamic deployment, embedded systems, and even Java education.} depends_extract bin:unzip:unzip categories java version 2.0b4 revision 0
+blojsom 693
+variants tomcat5 depends_build bin:ant:apache-ant portdir java/blojsom description {A blogging package written in Java.} homepage http://www.blojsom.com epoch 0 platforms darwin depends_lib {bin:java:kaffe port:tomcat5} name blojsom long_description {Blojsom is a full-featured, multi-user, multi-blog package written in Java that was inspired by blosxom. blojsom aims to retain the simplicity in design of its Perl-based relative while adding user flexibility in areas such as the flavors, templating, plugins, and the ability to run a multi-user blog with a single blojsom installation.} maintainers nomaintainer depends_extract bin:unzip:unzip categories {java www} version 2.24 revision 0
castor 463
portdir java/castor description {data binding framework for Java} homepage http://www.castor.org/ epoch 0 platforms darwin name castor depends_lib bin:java:kaffe maintainers nomaintainer long_description {Castor is an Open Source data binding framework for Java(tm). It's the shortest path between Java objects, XML documents and relational tables. Castor provides Java-to-XML binding, Java-to-SQL persistence, and more.} categories java version 0.9.9 revision 0
-ccl-util 357
-depends_build {bin:ant:apache-ant bin:javacc:javacc} portdir java/ccl-util description {Chr. Clemens Lee's Java utility classes.} homepage http://www.kclee.de/clemens/java/ccl/ epoch 0 platforms darwin name ccl-util maintainers glowacki.org:dave long_description {{Chr. Clemens Lee's Java utility classes.}} categories {java devel} version 32.69 revision 0
+ccl-util 389
+depends_build {bin:ant:apache-ant bin:javacc:javacc} portdir java/ccl-util description {Chr. Clemens Lee's Java utility classes.} homepage http://www.kclee.de/clemens/java/ccl/ epoch 0 platforms darwin name ccl-util maintainers glowacki.org:dave long_description {{Chr. Clemens Lee's Java utility classes.}} depends_extract bin:unzip:unzip categories {java devel} version 32.69 revision 0
cglib 462
depends_build bin:ant:apache-ant portdir java/cglib description {cglib - a code generation library for java byte code.} homepage http://cglib.sourceforge.net/ epoch 1 platforms darwin depends_lib bin:java:kaffe name cglib maintainers {jberry openmaintainer} long_description {cglib is a powerful, high performance and quality Code Generation Library, It is used to extend Java classes and implement interfaces at runtime.} categories java version 2.2 revision 0
-checkstyle 594
-depends_build bin:ant:apache-ant portdir java/checkstyle description {CheckStyle is a Java source code analyzer} homepage http://checkstyle.sourceforge.net/ depends_run port:junit epoch 0 platforms darwin depends_lib bin:java:kaffe name checkstyle long_description {Checkstyle is a Java source code analyzer. It automates the process of checking Java code, and can be made to support almost any coding standard. It can also find class design problems, duplicate code, or bug patterns like double checked locking.} maintainers icecube.wisc.edu:dglo categories {java lang} version 4.3 revision 0
-cobertura 548
-depends_build {port:junit bin:ant:apache-ant port:objectweb-asm port:javancss} portdir java/cobertura description {Java code coverage tool} homepage http://cobertura.sourceforge.net/ depends_run port:junit epoch 0 platforms darwin depends_lib bin:java:kaffe name cobertura long_description {Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage.} maintainers icecube.wisc.edu:dglo categories {java devel} version 1.6 revision 0
+checkstyle 626
+depends_build bin:ant:apache-ant portdir java/checkstyle description {CheckStyle is a Java source code analyzer} homepage http://checkstyle.sourceforge.net/ depends_run port:junit epoch 0 platforms darwin depends_lib bin:java:kaffe name checkstyle long_description {Checkstyle is a Java source code analyzer. It automates the process of checking Java code, and can be made to support almost any coding standard. It can also find class design problems, duplicate code, or bug patterns like double checked locking.} maintainers icecube.wisc.edu:dglo depends_extract bin:unzip:unzip categories {java lang} version 4.3 revision 0
+cobertura 580
+depends_build {port:junit bin:ant:apache-ant port:objectweb-asm port:javancss} portdir java/cobertura description {Java code coverage tool} homepage http://cobertura.sourceforge.net/ depends_run port:junit epoch 0 platforms darwin depends_lib bin:java:kaffe name cobertura long_description {Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage.} maintainers icecube.wisc.edu:dglo depends_extract bin:unzip:unzip categories {java devel} version 1.6 revision 0
commons-beanutils 479
depends_build bin:ant:apache-ant portdir java/commons-beanutils description {Jakarta Commons-BeanUtils} homepage http://commons.apache.org/beanutils/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:commons-logging port:commons-collections} name commons-beanutils maintainers {jberry openmaintainer} long_description {Commons-BeanUtils provides easy-to-use wrappers around the Java reflection and introspection APIs.} categories java version 1.8.0 revision 0
commons-cli 536
@@ -3428,30 +3428,30 @@
variants doc portdir java/derby description {Relational database implemented entirely in Java} homepage http://db.apache.org/derby/ epoch 0 platforms darwin name derby depends_lib bin:java:kaffe long_description {Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0. Some key advantages include: 1) Derby has a small footprint -- about 2 megabytes for the base engine and embedded JDBC driver. 2) Derby is based on the Java, JDBC, and SQL standards. 3) Derby provides an embedded JDBC driver that lets you embed Derby in any Java-based solution. 4) Derby also supports the more familiar client/server mode with the Derby Network Client JDBC driver and Derby Network Server. 5) Derby is easy to install, deploy, and use.} maintainers blair categories java version 10.5.1.1 revision 0
dom4j 492
depends_build bin:ant:apache-ant portdir java/dom4j description {XML, XPATH, and XSLT support for Java.} homepage http://www.dom4j.org epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit} name dom4j maintainers {jberry openmaintainer} long_description {dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP.} categories java version 1.6.1 revision 1
-eclipse-ecj32 357
-depends_build port:apache-ant portdir java/eclipse-ecj32 description {Eclipse java bytecode compiler} homepage http://www.eclipse.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name eclipse-ecj32 maintainers {gmail.com:mvfranz openmaintainer} long_description {Eclipse java bytecode compiler} categories java version 3.2.2-200702121330 revision 4
-ehcache 1145
-depends_build bin:ant:apache-ant portdir java/ehcache description {Ehcache is a pure Java, in-process object cache.} homepage http://ehcache.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:java:kaffe name ehcache maintainers {jberry openmaintainer} 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 of ehcache are production tested for several weeks on a large and very busy eCommerce site before release.} categories java version 1.1 revision 0
-fast-md5 299
-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}} categories java version 2.6 revision 0
+eclipse-ecj32 389
+depends_build port:apache-ant portdir java/eclipse-ecj32 description {Eclipse java bytecode compiler} homepage http://www.eclipse.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name eclipse-ecj32 maintainers {gmail.com:mvfranz openmaintainer} long_description {Eclipse java bytecode compiler} depends_extract bin:unzip:unzip categories java version 3.2.2-200702121330 revision 4
+ehcache 1171
+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
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
variants {gtk darwin_7 universal} portdir java/gnu-classpath description {Essential libraries for Java.} homepage http://www.gnu.org/software/classpath/classpath.html epoch 0 platforms darwin name gnu-classpath depends_lib port:libiconv long_description {GNU Classpath, Essential Libraries for Java, is a GNU project to create free core class libraries for use with virtual machines and compilers for the java programming language.} maintainers nomaintainer categories java version 0.93 revision 0
gnu-classpath-inetlib 443
-variants {darwin_7 universal} depends_build bin:cvs:cvs portdir java/gnu-classpath-inetlib description {Java extended net API} homepage http://www.gnu.org/software/classpathx/ epoch 0 platforms darwin depends_lib {port:gnu-classpath port:gnu-crypto} name gnu-classpath-inetlib long_description {The Java extended net API which provides certain extensions to java.net} maintainers nomaintainer categories {java net} version 20050328 revision 0
+variants {darwin_7 universal} portdir java/gnu-classpath-inetlib description {Java extended net API} depends_fetch bin:cvs:cvs homepage http://www.gnu.org/software/classpathx/ epoch 0 platforms darwin depends_lib {port:gnu-classpath port:gnu-crypto} name gnu-classpath-inetlib long_description {The Java extended net API which provides certain extensions to java.net} maintainers nomaintainer categories {java net} version 20050328 revision 0
gnu-classpathx-activation 560
variants universal depends_build port:jikes portdir java/gnu-classpathx-activation description {Java Activation Framework implementation of JAF 1.0.2.} homepage http://www.gnu.org/software/classpathx/jaf/jaf.html epoch 0 platforms darwin name gnu-classpathx-activation depends_lib port:gnu-classpath long_description {JAF provides a means to type data and locate components suitable for performing various kinds of action on it. It extends the UNIX standard mime.types and mailcap mechanisms for Java.} maintainers mww categories java version 1.1.1 revision 0
gnu-classpathx-comm 473
-variants {darwin_7 universal} depends_build bin:cvs:cvs portdir java/gnu-classpathx-comm description {implementation of the Java Communications API} homepage http://www.gnu.org/software/classpathx/ epoch 0 platforms darwin depends_lib port:gnu-classpath name gnu-classpathx-comm long_description {The Java Communications API contains support for RS232 serial ports and IEEE 1284 parallel ports.} maintainers nomaintainer categories {java comms} version 20050328 revision 0
+variants {darwin_7 universal} portdir java/gnu-classpathx-comm description {implementation of the Java Communications API} depends_fetch bin:cvs:cvs homepage http://www.gnu.org/software/classpathx/ epoch 0 platforms darwin depends_lib port:gnu-classpath name gnu-classpathx-comm long_description {The Java Communications API contains support for RS232 serial ports and IEEE 1284 parallel ports.} maintainers nomaintainer categories {java comms} version 20050328 revision 0
gnu-classpathx-javamail 532
variants {darwin_7 universal} portdir java/gnu-classpathx-javamail description {free implementation of the JavaMail API specification v1.3} homepage http://www.gnu.org/software/classpathx/javamail/javamail.html epoch 0 platforms darwin name gnu-classpathx-javamail depends_lib {port:gnu-classpath port:gnu-classpath-inetlib port:gnu-classpathx-activation} long_description {GNU JavaMail is a free implementation of the JavaMail API specification, version 1.3.} maintainers nomaintainer categories {java mail} version 1.0 revision 0
gnu-crypto 599
variants universal depends_build port:jikes portdir java/gnu-crypto description {cryptographic primitives and tools for Java} homepage http://www.gnu.org/software/gnu-crypto/ epoch 0 platforms darwin depends_lib port:gnu-classpath name gnu-crypto long_description {GNU Crypto, part of the GNU project, released under the aegis of GNU, aims at providing free, versatile, high-quality, and provably correct implementations of cryptographic primitives and tools in the Java programming language for use by programmers and end-users.} maintainers mww categories {java security} version 2.0.1 revision 0
-google-collections 645
-depends_build bin:unzip:unzip portdir java/google-collections description {Suite of new collections and collection-related classes.} homepage http://code.google.com/p/google-collections/ epoch 0 platforms darwin depends_lib bin:java:kaffe name google-collections maintainers blair long_description {The Google Collections Library is a suite of new collections and collection-related goodness for Java 5.0, brought to you by Google. This library is a natural extension of the Java Collections Framework you already know and love. The major new types are: BiMap, Multiset, Multimap and Ordering.} categories java version 20090211.1.0.1 revision 0
-groovy 927
-depends_build port:apache-ant portdir java/groovy description {Groovy -- a Java-based scripting language} homepage http://groovy.codehaus.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name groovy maintainers nomaintainer long_description {Groovy is a new agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to Java developers using a Java-like syntax. Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases.} categories {java lang} version 1.6.3 revision 0
+google-collections 647
+portdir java/google-collections description {Suite of new collections and collection-related classes.} homepage http://code.google.com/p/google-collections/ epoch 0 platforms darwin depends_lib bin:java:kaffe name google-collections maintainers blair long_description {The Google Collections Library is a suite of new collections and collection-related goodness for Java 5.0, brought to you by Google. This library is a natural extension of the Java Collections Framework you already know and love. The major new types are: BiMap, Multiset, Multimap and Ordering.} depends_extract bin:unzip:unzip categories java version 20090211.1.0.1 revision 0
+groovy 959
+depends_build port:apache-ant portdir java/groovy description {Groovy -- a Java-based scripting language} homepage http://groovy.codehaus.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name groovy maintainers nomaintainer long_description {Groovy is a new agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to Java developers using a Java-like syntax. Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases.} depends_extract bin:unzip:unzip categories {java lang} version 1.6.3 revision 0
hamcrest-core 561
depends_build port:apache-ant portdir java/hamcrest-core description {library of matchers for building test expressions} homepage http://code.google.com/p/hamcrest/ epoch 0 platforms darwin name hamcrest-core maintainers {nox openmaintainer} long_description {Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules.} categories {java devel} version 1.1 revision 2
hamcrest-library 598
@@ -3474,14 +3474,14 @@
depends_build bin:ant:apache-ant portdir java/jakarta-regexp description {Jakarta Regular Expressions Parser.} homepage http://jakarta.apache.org/regexp/ epoch 0 platforms darwin depends_lib bin:java:kaffe name jakarta-regexp maintainers {jberry openmaintainer} long_description {Jakarta Regexp is a 100% Pure Java Regular Expression package.} categories java version 1.4 revision 0
jakarta-taglibs-standard-11 589
variants debug depends_build bin:ant:apache-ant portdir java/jakarta-taglibs-standard-11 description {Jakarta JSP Standard Tag Library (JSTL) v1.1} homepage http://jakarta.apache.org/taglibs/doc/standard-doc/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:servlet24-api port:xalanj} name jakarta-taglibs-standard-11 long_description {A version of the JSP Standard Tag Library (JSTL) adhering to the JSP JSTL 1.1 specification. Requires a JSP 2.0 compatible web container, such as Tomcat5.} maintainers {jberry openmaintainer} categories java version 1.1.2 revision 1
-jakarta-taglibs-string 651
-depends_build {bin:ant:apache-ant bin:cvs:cvs} portdir java/jakarta-taglibs-string description {Jakarta Strings Taglib -- taglib for manipulating Java strings} homepage http://jakarta.apache.org/taglibs/doc/string-doc/intro.html epoch 0 platforms darwin depends_lib {bin:java:kaffe port:servlet24-api port:commons-lang} name jakarta-taglibs-string maintainers {jberry openmaintainer} long_description {The String taglibrary provides a host of tags for manipulating java.lang.Strings. The style is that the String to act upon is the body of the tag, and attributes are used as parameters for the manipulation.} categories java version 1.1.0 revision 0
-java_memcached 603
-variants built_in_logger depends_build {bin:ant:apache-ant bin:svn:subversion} portdir java/java_memcached 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
+jakarta-taglibs-string 663
+depends_build bin:ant:apache-ant portdir java/jakarta-taglibs-string depends_fetch bin:cvs:cvs description {Jakarta Strings Taglib -- taglib for manipulating Java strings} homepage http://jakarta.apache.org/taglibs/doc/string-doc/intro.html epoch 0 platforms darwin depends_lib {bin:java:kaffe port:servlet24-api port:commons-lang} name jakarta-taglibs-string long_description {The String taglibrary provides a host of tags for manipulating java.lang.Strings. The style is that the String to act upon is the body of the tag, and attributes are used as parameters for the manipulation.} maintainers {jberry openmaintainer} categories java version 1.1.0 revision 0
+java_memcached 615
+variants built_in_logger depends_build bin:ant:apache-ant portdir java/java_memcached depends_fetch bin:svn: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
-javancss 485
-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.} categories {java devel} version 28.49 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
variants {darwin universal} portdir java/javasqlite description {Java wrapper for sqlite} homepage http://www.ch-werner.de/javasqlite/ epoch 0 platforms darwin name javasqlite depends_lib {port:sqlite2 port:sqlite3} long_description {Java wrapper including a basic JDBC driver for the SQLite 2/3 database engine. It is designed using JNI to interface to the SQLite API.} maintainers kallisys.net:pguyot categories {java databases} version 20060714 revision 0
javatar 405
@@ -3494,40 +3494,40 @@
variants universal portdir java/jessie description {free implementation of the Java Secure Sockets Extension, JSSE} homepage http://www.nongnu.org/jessie/ epoch 0 platforms darwin name jessie depends_lib {port:jamvm port:jikes port:gnu-classpath port:gnu-crypto} long_description {Jessie is a free, clean-room implementation of the Java Secure Sockets Extension, the JSSE. It provides the core API for programming network sockets with the Secure Socket Layer (SSL), which creates an authenticated, unforgeable, and protected layer around network communications.} maintainers nomaintainer categories {java security} version 1.0.0 revision 0
jfreechart 442
depends_build bin:ant:apache-ant portdir java/jfreechart description {JFreeChart is a free Java class library for generating charts.} homepage http://www.jfree.org/jfreechart/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:servlet24-api} name jfreechart maintainers nomaintainer long_description {{JFreeChart is a free Java class library for generating charts.}} categories {java graphics} version 1.0.0-pre2 revision 0
-jgoodies-forms 512
-depends_build bin:unzip:unzip portdir java/jgoodies-forms description {Framework to lay out and implement Swing panels.} homepage http://www.jgoodies.com/freeware/forms/ epoch 0 name jgoodies-forms depends_lib bin:java:kaffe maintainers blair long_description {The JGoodies Forms framework helps you lay out and implement elegant Swing panels quickly and consistently. It makes simple things easy and the hard stuff possible, the good design easy and the bad difficult.} categories java version 1.1.0 revision 0
-jgoodies-looks 456
-depends_build bin:unzip:unzip portdir java/jgoodies-looks description {High-fidelity Windows and multi-platform appearance.} epoch 0 name jgoodies-looks depends_lib bin:java:kaffe maintainers blair long_description {The JGoodies look and feels make your Swing applications and applets look better. They have been optimized for readability, precise micro-design and homepage http://www.jgoodies.com/freeware/looks/} version 2.1.4 categories java revision 0
-jmock1 468
-depends_build bin:unzip:unzip portdir java/jmock1 description {Library for testing Java code using mock objects} homepage http://www.jmock.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name jmock1 maintainers blair long_description {jMock is a library that supports test-driven development of Java code with mock objects. Mock objects help you design and test the interactions between the objects in your programs.} categories java version 1.2.0 revision 0
-jmock2 515
-depends_build bin:unzip:unzip portdir java/jmock2 description {Library for testing Java code using mock objects} homepage http://www.jmock.org/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:cglib port:hamcrest-core port:objenesis} name jmock2 maintainers blair long_description {jMock is a library that supports test-driven development of Java code with mock objects. Mock objects help you design and test the interactions between the objects in your programs.} categories java version 2.5.1 revision 0
+jgoodies-forms 514
+portdir java/jgoodies-forms description {Framework to lay out and implement Swing panels.} homepage http://www.jgoodies.com/freeware/forms/ epoch 0 name jgoodies-forms depends_lib bin:java:kaffe maintainers blair long_description {The JGoodies Forms framework helps you lay out and implement elegant Swing panels quickly and consistently. It makes simple things easy and the hard stuff possible, the good design easy and the bad difficult.} depends_extract bin:unzip:unzip categories java version 1.1.0 revision 0
+jgoodies-looks 458
+portdir java/jgoodies-looks description {High-fidelity Windows and multi-platform appearance.} epoch 0 name jgoodies-looks depends_lib bin:java:kaffe maintainers blair long_description {The JGoodies look and feels make your Swing applications and applets look better. They have been optimized for readability, precise micro-design and homepage http://www.jgoodies.com/freeware/looks/} depends_extract bin:unzip:unzip version 2.1.4 categories java revision 0
+jmock1 470
+portdir java/jmock1 description {Library for testing Java code using mock objects} homepage http://www.jmock.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name jmock1 maintainers blair long_description {jMock is a library that supports test-driven development of Java code with mock objects. Mock objects help you design and test the interactions between the objects in your programs.} depends_extract bin:unzip:unzip categories java version 1.2.0 revision 0
+jmock2 517
+portdir java/jmock2 description {Library for testing Java code using mock objects} homepage http://www.jmock.org/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:cglib port:hamcrest-core port:objenesis} name jmock2 maintainers blair long_description {jMock is a library that supports test-driven development of Java code with mock objects. Mock objects help you design and test the interactions between the objects in your programs.} depends_extract bin:unzip:unzip categories java version 2.5.1 revision 0
jna 790
portdir java/jna description {Access to native shared libraries with pure Java code} homepage https://jna.dev.java.net/ epoch 0 platforms darwin name jna depends_lib bin:java:kaffe maintainers blair long_description {Java Native Access provides Java programs easy access to native shared libraries (DLLs on Windows) without writing anything but Java code - no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke and Python's ctypes. Access is dynamic at runtime without code generation. JNA's design aims to provide native access in a natural way with a minimum of effort. No boilerplate or generated code is required. While some attention is paid to performance, correctness and ease of use take priority.} categories java version 3.0.5 revision 0
-jsch 351
-depends_build bin:ant:apache-ant portdir java/jsch description {JSch is a pure Java implementation of SSH2.} homepage http://www.jcraft.com/jsch/ epoch 0 platforms darwin depends_lib bin:java:kaffe name jsch maintainers nomaintainer long_description {{JSch is a pure Java implementation of SSH2.}} categories {java security} version 0.1.22 revision 0
-jtidy 676
-depends_build bin:ant:apache-ant portdir java/jtidy description {Java library for syntax checking and pretty printing HTML} homepage http://jtidy.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:java:kaffe name jtidy maintainers nomaintainer long_description {jtidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, jtidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, jtidy provides a DOM interface to the document that is being processed, which effectively makes you able to use jtidy as a DOM parser for real-world HTML.} categories {java devel textproc} version 04aug2000r7 revision 0
+jsch 383
+depends_build bin:ant:apache-ant portdir java/jsch description {JSch is a pure Java implementation of SSH2.} homepage http://www.jcraft.com/jsch/ epoch 0 platforms darwin depends_lib bin:java:kaffe name jsch maintainers nomaintainer long_description {{JSch is a pure Java implementation of SSH2.}} depends_extract bin:unzip:unzip categories {java security} version 0.1.22 revision 0
+jtidy 708
+depends_build bin:ant:apache-ant portdir java/jtidy description {Java library for syntax checking and pretty printing HTML} homepage http://jtidy.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:java:kaffe name jtidy maintainers nomaintainer long_description {jtidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, jtidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, jtidy provides a DOM interface to the document that is being processed, which effectively makes you able to use jtidy as a DOM parser for real-world HTML.} depends_extract bin:unzip:unzip categories {java devel textproc} version 04aug2000r7 revision 0
jump 480
depends_build bin:ant:apache-ant portdir java/jump description {high-precision math package for Java} homepage http://jump-math.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:java:kaffe name jump maintainers nomaintainer long_description {Java-based extensible high-precision math package. Includes support for computations based on fractions. Support is included for converting to floating point numbers and BigDecimals.} categories {java math} version 0.5 revision 0
-junit 420
-variants doc depends_build bin:unzip:unzip portdir java/junit description {Java framework for repeatable tests} homepage http://www.junit.org/ epoch 0 platforms darwin depends_lib port:hamcrest-core name junit long_description {JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.} maintainers nox categories {java devel} version 4.6 revision 0
+junit 422
+variants doc portdir java/junit description {Java framework for repeatable tests} homepage http://www.junit.org/ epoch 0 platforms darwin depends_lib port:hamcrest-core name junit long_description {JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.} maintainers nox depends_extract bin:unzip:unzip categories {java devel} version 4.6 revision 0
lcrypto 406
depends_build {port:jikes port:junit bin:jar:fastjar} portdir java/lcrypto description {Java cryptographic library} homepage http://lcrypto.sourceforge.net/ epoch 0 platforms darwin depends_lib port:gnu-classpath name lcrypto maintainers nomaintainer long_description {The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms.} categories {java crypto} version 1.28 revision 0
-log4jdbc 508
-depends_build bin:unzip:unzip portdir java/log4jdbc description {JDBC driver that can log SQL and/or JDBC calls} homepage http://log4jdbc.sourceforge.net/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:slf4j} name log4jdbc maintainers blair long_description {Log4jdbc is a Java JDBC driver that can log SQL and/or JDBC calls (and optionally SQL timing information) for other JDBC drivers using the Simple Logging Facade For Java (SLF4J) logging { } system.} categories java version 1.1 revision 0
+log4jdbc 510
+portdir java/log4jdbc description {JDBC driver that can log SQL and/or JDBC calls} homepage http://log4jdbc.sourceforge.net/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:slf4j} name log4jdbc maintainers blair long_description {Log4jdbc is a Java JDBC driver that can log SQL and/or JDBC calls (and optionally SQL timing information) for other JDBC drivers using the Simple Logging Facade For Java (SLF4J) logging { } system.} depends_extract bin:unzip:unzip categories java version 1.1 revision 0
maven 665
variants devel depends_build {bin:java:kaffe bin:ant:apache-ant} portdir java/maven description {A java-based build and project management environment.} homepage http://maven.apache.org/ epoch 0 platforms darwin name maven long_description {Maven is a Java project management and project comprehension tool. Maven is based on the concept of a project object model (POM) in that all the artifacts produced by Maven are a result of consulting a well defined model for your project. Builds, documentation, source metrics, and source cross-references are all controlled by your POM.} maintainers {jberry openmaintainer} categories {java devel} version 1.0.2 revision 0
maven2 732
depends_build bin:java:kaffe portdir java/maven2 description {A java-based build and project management environment.} homepage http://maven.apache.org/ epoch 0 platforms darwin name maven2 maintainers kickstyle.net:gk5885 long_description {Maven is a Java project management and project comprehension tool. Maven is based on the concept of a project object model (POM) in that all the artifacts produced by Maven are a result of consulting a well defined model for your project. Builds, documentation, source metrics, and source cross-references are all controlled by your POM. Maven 2.0 is a complete rewrite of Maven 1.0 and as such is better organized, faster and easier to use.} categories {java devel} version 2.1.0 revision 0
-msv 528
-depends_build bin:unzip:unzip portdir java/msv description {Sun Multi-Schema XML Validator (MSV) validates XML files} homepage https://msv.dev.java.net/ epoch 0 platforms darwin depends_lib bin:java:kaffe name msv maintainers blair long_description {The Sun Multi-Schema XML Validator (MSV) is a Java technology tool to validate XML documents against several kinds of XML schemata. It supports RELAX NG, RELAX Namespace, RELAX Core, TREX, XML DTDs and a subset of XML Schema Part 1.} categories java version 20081113 revision 1
+msv 530
+portdir java/msv description {Sun Multi-Schema XML Validator (MSV) validates XML files} homepage https://msv.dev.java.net/ epoch 0 platforms darwin depends_lib bin:java:kaffe name msv maintainers blair long_description {The Sun Multi-Schema XML Validator (MSV) is a Java technology tool to validate XML documents against several kinds of XML schemata. It supports RELAX NG, RELAX Namespace, RELAX Core, TREX, XML DTDs and a subset of XML Schema Part 1.} depends_extract bin:unzip:unzip categories java version 20081113 revision 1
mx4j 563
depends_build bin:ant:apache-ant portdir java/mx4j description {Open Source JMX for Enterprise Computing.} homepage http://mx4j.sourceforge.net/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:jakarta-bcel port:jakarta-log4j port:commons-logging} name mx4j maintainers {jberry openmaintainer} long_description {MX4J is a project to build an Open Source implementation of the Java(TM) Management Extensions (JMX) and of the JMX Remote API (JSR 160) specifications, and to build tools relating to JMX.} categories java version 3.0.1 revision 0
mysql-connector-java 862
depends_build bin:ant:apache-ant portdir java/mysql-connector-java description {MySQL Official JDBC connector for MySQL database.} homepage http://dev.mysql.com/doc/refman/5.0/en/connector-j.html epoch 0 platforms darwin depends_lib {bin:java:kaffe port:junit port:jakarta-log4j} name mysql-connector-java maintainers {jberry openmaintainer} long_description {MySQL Connector/J is a native Java driver that converts JDBC (Java Database Connectivity) calls into the network protocol used by the MySQL database. It lets developers working with the Java programming language easily build programs and applets that interact with MySQL and connect all corporate data, even in a heterogeneous environment. MySQL Connector/J is a Type IV JDBC driver and has a complete JDBC feature set that supports the capabilities of MySQL.} categories java version 5.0.7 revision 0
-objectweb-anttasks 369
-variants debug depends_build {bin:ant:apache-ant bin:unzip:unzip} portdir java/objectweb-anttasks description {ObjectWeb ant tasks} homepage http://monolog.objectweb.org/ epoch 0 platforms darwin name objectweb-anttasks long_description {Assorted utility tasks used in ObjectWeb ant builds.} maintainers glowacki.org:dave categories {java devel} version 1.3 revision 0
+objectweb-anttasks 383
+variants debug depends_build bin:ant:apache-ant portdir java/objectweb-anttasks description {ObjectWeb ant tasks} homepage http://monolog.objectweb.org/ epoch 0 platforms darwin name objectweb-anttasks long_description {Assorted utility tasks used in ObjectWeb ant builds.} maintainers glowacki.org:dave depends_extract bin:unzip:unzip categories {java devel} version 1.3 revision 0
objectweb-asm 475
variants debug depends_build {port:objectweb-anttasks bin:ant:apache-ant} portdir java/objectweb-asm description {Java bytecode manipulation framework.} homepage http://asm.objectweb.org/ epoch 0 platforms darwin name objectweb-asm long_description {ASM is a Java bytecode manipulation framework. It offers similar functionalities as BCEL or SERP, but is much smaller and faster than these tools.} maintainers glowacki.org:dave categories {java devel} version 2.1 revision 0
objenesis 661
@@ -3536,12 +3536,12 @@
depends_build {port:icedtea6-plugs port:apache-ant port:openjdk6_bootstrap} portdir java/openjdk6 description {Sun's java 6 virtual machine release under the GNUV2 license} homepage http://openjdk.java.net/ epoch 0 platforms darwin name openjdk6 depends_lib {port:freetype port:openmotif port:xorg-libX11 port:xorg-libXtst} maintainers {landonf openmaintainer} long_description {OpenJDK is an open-source implementation of the Java Platform, Standard Edition. The version has all of Sun's bug fixes up to JDK 6 Release 11 and should be the runtime equivelent to JDK6 Release 11. Much of the OpenJDK code is licensed under the GPL version 2 with the Classpath exception. The Java Hotspot virtual machine source code is licensed under the GPL version 2 only.} categories java version b16 revision 1
openjdk6_bootstrap 695
portdir java/openjdk6_bootstrap description {A binary build of OpenJDK6 to be used for bootstrapping the OpenJDK6 port.} homepage http://landonf.bikemonkey.org/static/soylatte epoch 0 platforms darwin name openjdk6_bootstrap depends_lib {port:freetype port:openmotif port:xorg-libX11} maintainers landonf long_description {OpenJDK is an open-source implementation of the Java Platform, Standard Edition. This port provides binaries to be used for bootstrapping the openjdk6 port, as a Java 6 bootstrap environment is currently required, and Apple's Java 6 is both incompatible with the bootstrapping requirements and not available on 32-bit platforms.} categories java version b16-r1 revision 0
-pdfbox 390
-depends_build bin:ant:apache-ant portdir java/pdfbox description {PDFBox is a Java PDF Library} homepage http://www.pdfbox.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name pdfbox maintainers nomaintainer long_description {PDFBox is a Java PDF Library. This project will allow access to all of the components in a PDF document.} categories {java print} version 0.7.1 revision 0
-pircbot 368
-depends_build bin:jikes:jikes portdir java/pircbot description {PircBot is a Java framework for writing IRC bots} homepage http://www.jibble.org/pircbot.php epoch 0 platforms darwin depends_lib port:gnu-classpath name pircbot maintainers nomaintainer long_description {{PircBot is a Java framework for writing IRC bots}} categories {java irc} version 1.4.4 revision 0
-pmd 398
-depends_build bin:ant:apache-ant portdir java/pmd description {PMD is a Java source code analyzer} homepage http://pmd.sourceforge.net/ epoch 0 platforms darwin name pmd maintainers {landonf openmaintainer} long_description {PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth.} categories {java lang} version 3.9 revision 0
+pdfbox 422
+depends_build bin:ant:apache-ant portdir java/pdfbox description {PDFBox is a Java PDF Library} homepage http://www.pdfbox.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name pdfbox maintainers nomaintainer long_description {PDFBox is a Java PDF Library. This project will allow access to all of the components in a PDF document.} depends_extract bin:unzip:unzip categories {java print} version 0.7.1 revision 0
+pircbot 400
+depends_build bin:jikes:jikes portdir java/pircbot description {PircBot is a Java framework for writing IRC bots} homepage http://www.jibble.org/pircbot.php epoch 0 platforms darwin depends_lib port:gnu-classpath name pircbot maintainers nomaintainer long_description {{PircBot is a Java framework for writing IRC bots}} depends_extract bin:unzip:unzip categories {java irc} version 1.4.4 revision 0
+pmd 430
+depends_build bin:ant:apache-ant portdir java/pmd description {PMD is a Java source code analyzer} homepage http://pmd.sourceforge.net/ epoch 0 platforms darwin name pmd maintainers {landonf openmaintainer} long_description {PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth.} depends_extract bin:unzip:unzip categories {java lang} version 3.9 revision 0
postgresql-jdbc 350
depends_build bin:ant:apache-ant portdir java/postgresql-jdbc description {PostgreSQL JDBC driver} homepage http://jdbc.postgresql.org/ epoch 0 platforms darwin name postgresql-jdbc maintainers decibel.org:decibel long_description {Pure Java JDBC driver for connecting to PostgreSQL databases.} categories {java databases} version 8.0-311 revision 0
proguard 632
@@ -3560,12 +3560,12 @@
depends_build bin:ant:apache-ant portdir java/servlet25-api description {Java Servlet 2.5 and JSP 2.1 APIs.} homepage http://jakarta.apache.org/tomcat/ epoch 0 platforms darwin name servlet25-api depends_lib bin:java:kaffe maintainers {jberry blair openmaintainer} long_description {The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process. This project provides the servlet and JSP API jars from Tomcat 6.} categories java version 6.0.18 revision 0
slf4j 693
portdir java/slf4j description {Simple Logging Facade for Java (SLF4J)} homepage http://www.slf4j.org/ epoch 0 platforms darwin name slf4j depends_lib bin:java:kaffe maintainers blair long_description {The Simple Logging Facade for Java or (SLF4J) is intended to serve as a simple facade for various logging APIs allowing to the end-user to plug in the desired implementation at deployment time. SLF4J also supports a bridging legacy APIs as well as a source code migration tool. SLF4J API offers an advanced abstraction of various logging systems, including JDK 1.4 logging, log4j and logback. Features include parameterized logging and MDC support.} categories java version 1.5.6 revision 0
-spring-framework 401
-variants with_libs depends_build bin:unzip:unzip portdir java/spring-framework description {Spring application framework for Java} homepage http://www.springframework.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name spring-framework long_description {Spring is a layered Java/J2EE application framework.} maintainers {jberry openmaintainer} categories java version 2.5.6.SEC01 revision 0
-spring-framework3 362
-depends_build bin:unzip:unzip portdir java/spring-framework3 description {Spring application framework for Java} homepage http://www.springsource.org/about epoch 0 platforms darwin depends_lib bin:java:kaffe name spring-framework3 maintainers blair long_description {Spring is a layered Java/J2EE application framework.} categories java version 3.0.0 revision 0
-spring-javaconfig 717
-depends_build bin:unzip:unzip portdir java/spring-javaconfig description {Type-safe, pure-Java way to configure applications} homepage http://www.springframework.org/javaconfig epoch 0 platforms darwin depends_lib {bin:java:kaffe port:spring-framework port:cglib} name spring-javaconfig maintainers blair long_description {The Spring JavaConfig project provides a type-safe, pure-Java option for configuring Spring Application Contexts. While most people currently use XML to configure bean definitions in their Application Contexts, Spring's versatility and metadata based internal handling of bean definitions means alternatives to XML config are easy to implement.} categories java version 0.2.1.0.0.M4 revision 0
+spring-framework 403
+variants with_libs portdir java/spring-framework description {Spring application framework for Java} homepage http://www.springframework.org/ epoch 0 platforms darwin depends_lib bin:java:kaffe name spring-framework long_description {Spring is a layered Java/J2EE application framework.} maintainers {jberry openmaintainer} depends_extract bin:unzip:unzip categories java version 2.5.6.SEC01 revision 0
+spring-framework3 364
+portdir java/spring-framework3 description {Spring application framework for Java} homepage http://www.springsource.org/about epoch 0 platforms darwin depends_lib bin:java:kaffe name spring-framework3 maintainers blair long_description {Spring is a layered Java/J2EE application framework.} depends_extract bin:unzip:unzip categories java version 3.0.0 revision 0
+spring-javaconfig 719
+portdir java/spring-javaconfig description {Type-safe, pure-Java way to configure applications} homepage http://www.springframework.org/javaconfig epoch 0 platforms darwin depends_lib {bin:java:kaffe port:spring-framework port:cglib} name spring-javaconfig maintainers blair long_description {The Spring JavaConfig project provides a type-safe, pure-Java option for configuring Spring Application Contexts. While most people currently use XML to configure bean definitions in their Application Contexts, Spring's versatility and metadata based internal handling of bean definitions means alternatives to XML config are easy to implement.} depends_extract bin:unzip:unzip categories java version 0.2.1.0.0.M4 revision 0
spyjar 797
portdir java/spyjar description {Utility library for Dustin Sallings's projects} homepage http://bleu.west.spy.net/~dustin/projects/spyjar/ epoch 0 platforms darwin name spyjar depends_lib bin:java:kaffe maintainers blair long_description {spy.jar provides a bunch of utility java classes, including the following: Object instance pooling, cron functionality, more simplified configuration class, abstracted, easy-to-use pooled database connection class, asynchronous logging, and general abstraction of logging, a cheap application server, an in-memory object cache manager, syslog client, a simple HTTP document fetcher, a self-refreshing web page cache, an SNPP client and an algorithm for determining the lowest cost route between two nodes in a graph.} categories java version 2.4 revision 0
spymemcached 556
@@ -3580,8 +3580,8 @@
depends_build bin:ant:apache-ant portdir java/tomcat6 description {Tomcat 6 HTTP Server and Java Servlet Container.} homepage http://tomcat.apache.org/ epoch 0 platforms darwin depends_lib {bin:java:kaffe bin:jsvc:commons-daemon port:jakarta-taglibs-standard-11 port:commons-beanutils port:commons-collections port:commons-launcher port:commons-daemon port:commons-digester port:commons-el port:commons-logging port:commons-modeler port:commons-httpclient port:commons-pool port:commons-dbcp port:commons-fileupload port:commons-io port:jakarta-regexp port:xercesj port:jakarta-log4j port:mx4j port:junit port:jaxen port:saxpath} name tomcat6 maintainers {ricci openmaintainer} long_description {Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.} categories {java www} version 6.0.18 revision 0
trove4j 333
portdir java/trove4j description {high performance collections for Java objects and primitive types} homepage http://trove4j.sourceforge.net/ epoch 0 platforms darwin name trove4j maintainers nomaintainer long_description {{high performance collections for Java objects and primitive types}} version 1.0.2 categories java revision 0
-unicodeconverter-java 838
-variants darwin depends_build bin:unzip:unzip portdir java/unicodeconverter-java description {Convert various encodings to UTF-8} homepage http://unicodeconvert.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:java:kaffe name unicodeconverter-java long_description {UnicodeConverter is a Java program that converts text and HTML files in VNI, VISCII, VPS, TCVN, or VIQR/Vietnet format to Unicode UTF-8. The program, executable in both graphic user interface (GUI) and command-line modes, is capable of converting multiple files in a directory, or an entire directory, including its subdirectories. In effect, this enhanced capability enables conversion of an entire website to Unicode UTF-8 format with one single command or a few mouse clicks.} maintainers nomaintainer categories {java textproc unicode} version 1.1 revision 0
+unicodeconverter-java 840
+variants darwin portdir java/unicodeconverter-java description {Convert various encodings to UTF-8} homepage http://unicodeconvert.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:java:kaffe name unicodeconverter-java long_description {UnicodeConverter is a Java program that converts text and HTML files in VNI, VISCII, VPS, TCVN, or VIQR/Vietnet format to Unicode UTF-8. The program, executable in both graphic user interface (GUI) and command-line modes, is capable of converting multiple files in a directory, or an entire directory, including its subdirectories. In effect, this enhanced capability enables conversion of an entire website to Unicode UTF-8 format with one single command or a few mouse clicks.} maintainers nomaintainer depends_extract bin:unzip:unzip categories {java textproc unicode} version 1.1 revision 0
woodstox 513
depends_build bin:ant:apache-ant portdir java/woodstox description {Woodstox StAX XML parser} homepage http://woodstox.codehaus.org/ epoch 0 platforms darwin depends_lib {bin:java:kaffe port:jakarta-bcel} name woodstox maintainers {jberry openmaintainer} long_description {Woodstox is a fast Open Source fully-validating StAX-compliant (JSR-173) XML-processor written in Java (processor meaning it handles both input (== parsing) and output (== writing, serialization)).} categories java version 3.2.0 revision 0
xalanj 638
@@ -3600,8 +3600,8 @@
depends_build bin:ant:apache-ant portdir java/xom description {A tree-based API for XML processing} homepage http://www.xom.nu/ epoch 0 platforms darwin depends_lib bin:java:kaffe name xom maintainers {jberry openmaintainer} long_description {XOM is a new XML object model. It is an open source (LGPL), tree-based API for processing XML with Java that strives for correctness, simplicity, and performance, in that order.} categories {java devel textproc} version 1.0 revision 0
amarok 623
variants {universal debug no_docs} depends_build {port:cmake port:automoc} portdir kde/amarok description {Amarok, the world renown media player/.} homepage http://amarok.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:qt4-kde port:kdelibs4 port:kdebase4-runtime port:taglib-devel port:libmp4v2 path:lib/mysql5/libmysqld.a:mysql5-devel} name amarok maintainers {illogic-al openmaintainer} long_description {Amarok is a music player and manager with an intuitive interface. It provides a variety of features which help you to discover and manage your music.} categories {kde kde4} version 2.0.1.1 revision 1
-amarok-devel 659
-variants {universal debug no_docs} depends_build {port:cmake port:automoc bin:svn:subversion} portdir kde/amarok-devel description {Amarok, the world renown media player/.} homepage http://amarok.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:qt4-kde port:kdelibs4 path:bin/kde4:kdebase4-runtime port:taglib-devel port:libmp4v2 path:lib/mysql5/libmysqld.a:mysql5-devel} name amarok-devel maintainers {illogic-al openmaintainer} long_description {Amarok is a music player and manager with an intuitive interface. It provides a variety of feature which helps to discover and manage your music.} categories {kde kde4} version 2.0-svn revision 1
+amarok-devel 673
+variants {universal debug no_docs} depends_build {port:cmake port:automoc} portdir kde/amarok-devel depends_fetch bin:svn:subversion description {Amarok, the world renown media player/.} homepage http://amarok.kde.org epoch 0 platforms darwin depends_lib {port:doxygen port:qt4-kde port:kdelibs4 path:bin/kde4:kdebase4-runtime port:taglib-devel port:libmp4v2 path:lib/mysql5/libmysqld.a:mysql5-devel} name amarok-devel maintainers {illogic-al openmaintainer} long_description {Amarok is a music player and manager with an intuitive interface. It provides a variety of feature which helps to discover and manage your music.} categories {kde kde4} version 2.0-svn revision 1
choqok 411
variants {universal debug no_docs} depends_build {port:cmake port:automoc} portdir kde/choqok description {A Free/Open Source micro-blogging client for KDE.} homepage http://choqok.ospdev.net/ epoch 0 platforms darwin depends_lib {port:doxygen port:qt4-kde} name choqok maintainers nomaintainer long_description {{A Free/Open Source micro-blogging client for KDE.}} categories {kde kde4} version 0.4 revision 0
filelight 449
@@ -3932,8 +3932,8 @@
variants universal portdir lang/4th description {very small Forth compiler} homepage http://www.xs4all.nl/~thebeez/4tH/foldtree.html epoch 0 platforms darwin name 4th long_description {4tH is a very small Forth compiler that can create bytecode, C-embeddable bytecode, standalone executables, but also works fine as a scripting language. It supports over 85% of the ANS Forth CORE wordset and features conditional compilation, pipes, files, assertions, forward declarations, recursion, include files, etc.} maintainers mww categories lang version 3.5c3 revision 0
Io 555
portdir lang/Io description {Io is small prototype-based programming language} homepage http://www.iolanguage.com/ epoch 0 platforms macosx name Io maintainers nomaintainer long_description {Io is small prototype-based programming language. The ideas in Io are mostly inspired by Smalltalk (all values are objects), Self, NewtonScript and Act1 (prototype-based differential inheritance, actors and futures for concurrency), LISP (code is a runtime inspectable / modifiable tree) and Lua (small, embeddable).} version 2008-01-20 categories lang revision 0
-Omega 450
-depends_build port:ghc portdir lang/Omega description {An interpreted, functional language with an expressive type system} homepage http://web.cecs.pdx.edu/~sheard/Omega/ epoch 0 platforms {darwin freebsd} depends_lib port:libedit name Omega maintainers gmail.com:ggreif long_description {Omega is a strict dialect of Haskell providing type-level computations and by this virtue integrates a theorem prover.} categories lang version 1.4.2 revision 2
+Omega 482
+depends_build port:ghc portdir lang/Omega description {An interpreted, functional language with an expressive type system} homepage http://web.cecs.pdx.edu/~sheard/Omega/ epoch 0 platforms {darwin freebsd} depends_lib port:libedit name Omega maintainers gmail.com:ggreif long_description {Omega is a strict dialect of Haskell providing type-level computations and by this virtue integrates a theorem prover.} depends_extract bin:unzip:unzip categories lang version 1.4.2 revision 2
xotcl 438
variants {darwin_7 universal} portdir lang/XOTcl description {Extended Object Tool Command Language} homepage http://media.wu-wien.ac.at epoch 0 platforms darwin name xotcl depends_lib lib:libtk8.4:tk long_description {XOTcl (XOTcl, pronounced exotickle) is an object-oriented scripting language based on MIT's OTcl. It is intended as a value added replacement for OTcl.} maintainers nomaintainer categories lang version 1.1.1 revision 0
adaptor 609
@@ -3958,24 +3958,24 @@
portdir lang/bf2c description {optimizing BrainF*ck to C compiler} homepage http://bf2c.sourceforge.net/ epoch 0 platforms darwin name bf2c maintainers nomaintainer long_description {BrainF*ck is a minimalistic but Turing complete programming language devised by Urban Mueller. It is oriented around a tape, a read/write head, an input device and an output device. This program converts Brainf*ck source into C, while attempting to optimize.} version 1.2.3 categories lang revision 0
bigloo 802
variants universal portdir lang/bigloo description {Bigloo is a fast Scheme implementation.} homepage http://www-sop.inria.fr/mimosa/fp/Bigloo/ epoch 0 platforms darwin name bigloo long_description {Bigloo is a Scheme implementation devoted to one goal: enabling Scheme based programming style where C(++) is usually required. Bigloo attempts to make Scheme practical by offering features usually presented by traditional programming languages but not offered by Scheme and functional programming. Bigloo compiles Scheme modules. It delivers small and fast standalone binary executables. Bigloo enables full connections between Scheme and C programs, between Scheme and Java programs, and between Scheme and C# programs.} maintainers loria.fr:reilles categories {lang scheme} version 3.2a-2 revision 0
-boo 500
-depends_build port:nant portdir lang/boo description {object oriented statically typed programming language for CLI} homepage http://boo.codehaus.org/ epoch 0 platforms darwin depends_lib port:mono name boo maintainers nomaintainer long_description {Boo is a new object oriented statically typed programming language for the Common Language Infrastructure with a Python-inspired syntax and a special focus on language and compiler extensibility.} categories {lang mono} version 0.9.1.3287 revision 0
+boo 532
+depends_build port:nant portdir lang/boo description {object oriented statically typed programming language for CLI} homepage http://boo.codehaus.org/ epoch 0 platforms darwin depends_lib port:mono name boo maintainers nomaintainer long_description {Boo is a new object oriented statically typed programming language for the Common Language Infrastructure with a Python-inspired syntax and a special focus on language and compiler extensibility.} depends_extract bin:unzip:unzip categories {lang mono} version 0.9.1.3287 revision 0
camlp5 884
variants universal depends_build port:ocaml portdir lang/camlp5 description {Camlp5 is a preprocessor-pretty-printer of OCaml.} homepage http://pauillac.inria.fr/~ddr/camlp5/ epoch 0 platforms darwin name camlp5 maintainers nomaintainer long_description {Camlp5 is a preprocessor and pretty-printer for OCaml programs. It also provides parsing and printing tools. As a preprocessor, it allows to: extend the syntax of OCaml, redefine the whole syntax of the language. As a pretty printer, it allows to: display OCaml programs in an elegant way, convert from one syntax to another, check the results of syntax extensions. Camlp5 also provides some parsing and pretty printing tools: extensible grammars, extensible printers, stream parsers and lexers pretty print module. It works as a shell command and can also be used in the OCaml toplevel.} categories lang version 5.11 revision 0
-cbmbasic 452
-depends_build bin:unzip:unzip portdir lang/cbmbasic description {Commodore BASIC} homepage http://www.pagetable.com/?p=48 epoch 0 platforms {darwin freebsd linux} name cbmbasic maintainers afb long_description {This is a 100% compatible version of Commodore's version of Microsoft BASIC 6502 as found on the Commodore 64. You can use it in interactive mode or pass a BASIC file as a command line parameter.} categories lang version 2 revision 20081028
+cbmbasic 454
+portdir lang/cbmbasic description {Commodore BASIC} homepage http://www.pagetable.com/?p=48 epoch 0 platforms {darwin freebsd linux} name cbmbasic maintainers afb long_description {This is a 100% compatible version of Commodore's version of Microsoft BASIC 6502 as found on the Commodore 64. You can use it in interactive mode or pass a BASIC file as a command line parameter.} depends_extract bin:unzip:unzip categories lang version 2 revision 20081028
cc65 359
portdir lang/cc65 description {6502 C compiler} homepage http://www.cc65.org/ epoch 0 platforms darwin name cc65 maintainers nomaintainer long_description {cc65 is a complete cross development package for 65(C)02 systems, including a powerful macro assembler, a C compiler, linker, librarian and several other tools.} version 2.9.3 categories lang revision 0
cccc 287
portdir lang/cccc description {tool for measurement of source code related metrics} homepage http://cccc.sourceforge.net/ epoch 0 platforms darwin name cccc maintainers mww long_description {{tool for measurement of source code related metrics}} version 3.1.4 categories lang revision 0
-ccl 503
-variants {darwin_i386 darwin_x86 darwin_ppc darwin_ppc64} depends_build bin:svn:subversion portdir lang/ccl description {The Clozure Common Lisp Implementation} homepage http://trac.clozure.com/openmcl epoch 0 platforms darwin name ccl long_description {Clozure CL is an open source Common Lisp implementation. Clozure CL used to be called OpenMCL. It is also sometimes called CCL. You will see the three names being used interchangeably.} maintainers gwright categories lang version 1.3-RC1 revision 0
+ccl 536
+variants {darwin_i386 darwin_x86 darwin_ppc darwin_ppc64} depends_build bin:svn:subversion portdir lang/ccl description {The Clozure Common Lisp Implementation} depends_fetch bin:svn:subversion homepage http://trac.clozure.com/openmcl epoch 0 platforms darwin name ccl long_description {Clozure CL is an open source Common Lisp implementation. Clozure CL used to be called OpenMCL. It is also sometimes called CCL. You will see the three names being used interchangeably.} maintainers gwright categories lang version 1.3-RC1 revision 0
chicken 542
variants universal portdir lang/chicken description {Compiler for the Scheme programming language} homepage http://www.call-with-current-continuation.org/ epoch 0 platforms darwin name chicken long_description {Chicken produces portable, efficient C, supports almost all of the current Scheme language standard, the Revised5 Report on the Algorithmic Language Scheme (R5RS ), and includes many enhancements and extensions.} maintainers {gmail.com:arto.bendiken waqar gmail.com:ivan.g.raikov} categories {lang scheme} version 3.4.0 revision 0
clisp 791
variants {dynffi nolibsigsegv darwin_6 darwin darwin_7 darwin_9 universal} portdir lang/clisp description {The Clisp Common Lisp Implementation} homepage http://clisp.cons.org/ epoch 0 platforms darwin name clisp depends_lib {port:readline port:gettext port:libsigsegv} long_description {CLISP is a Common Lisp implementation by Bruno Haible, formerly of Karlsruhe University, and Michael Stoll, formerly of Munich University, both in Germany. It mostly supports the Lisp described in the ANSI Common Lisp standard. CLISP includes an interpreter, a compiler, almost all of CLOS, a foreign language interface and a socket interface. An X11 interface is available through CLX and Garnet. Command line editing is provided by readline.} maintainers waqar categories lang version 2.47 revision 0
-clojure 544
-variants {readline rlwrap} depends_build bin:unzip:unzip portdir lang/clojure description {The Clojure programming language} homepage http://clojure.org/ epoch 20090504 platforms darwin name clojure long_description {Clojure is a dynamic programming language for the JVM. It is interactive, yet compiled, with a robust infrastructure for concurrency. It is a functional dialect of Lisp, with a rich set of immutable, persistent data structures and a macro system.} maintainers gmail.com:mdippery categories {lang java} version 1.0.0 revision 0
+clojure 546
+variants {readline rlwrap} portdir lang/clojure description {The Clojure programming language} homepage http://clojure.org/ epoch 20090504 platforms darwin name clojure long_description {Clojure is a dynamic programming language for the JVM. It is interactive, yet compiled, with a robust infrastructure for concurrency. It is a functional dialect of Lisp, with a rich set of immutable, persistent data structures and a macro system.} maintainers gmail.com:mdippery depends_extract bin:unzip:unzip categories {lang java} version 1.0.0 revision 0
cm3 472
variants {darwin_powerpc freebsd_i386 universal} portdir lang/cm3 description {Critical Mass Modula-3 Compiler} homepage http://www.elegosoft.com/cm3/ epoch 0 platforms darwin name cm3 long_description {CM3 5.2 is an open source release of Critical Mass Modula-3. It is a complete easy-to-use and easy-to-install Modula-3 system that contains considerable enhancements over its ancestor DEC SRC Modula-3.} maintainers nomaintainer categories lang version 5.2.6 revision 1
coq 532
@@ -3983,7 +3983,7 @@
cupl 337
portdir lang/cupl description {CUPL/CORC interpreter} homepage http://www.catb.org/~esr/cupl/ epoch 0 platforms darwin name cupl maintainers nomaintainer long_description {Interpreter for the archaic CUPL and CORC programming languages. Includes full documentation and a chrestomathy of programs.} version 1.6 categories lang revision 0
cyclone 1041
-variants universal depends_build bin:cvs:cvs portdir lang/cyclone description {safe programming language based on C} homepage http://cyclone.thelanguage.org/ epoch 0 platforms darwin name cyclone long_description {Cyclone is a programming language based on C that is safe, meaning that it rules out programs that have buffer overflows, dangling pointers, format string attacks, and so on. High-level, type-safe languages, such as Java, Scheme, or ML also provide safety, but they don't give the same control over data representations and memory management that C does (witness the fact that the run-time systems for these languages are usually written in C.) Furthermore, porting legacy C code to these languages or interfacing with legacy C libraries is a difficult and error-prone process. The goal of Cyclone is to give programmers the same low-level control and performance of C without sacrificing safety, and to make it easy to port or interface with legacy C code.} maintainers mww
categories {lang devel} version 20070323 revision 0
+variants universal portdir lang/cyclone description {safe programming language based on C} depends_fetch bin:cvs:cvs homepage http://cyclone.thelanguage.org/ epoch 0 platforms darwin name cyclone long_description {Cyclone is a programming language based on C that is safe, meaning that it rules out programs that have buffer overflows, dangling pointers, format string attacks, and so on. High-level, type-safe languages, such as Java, Scheme, or ML also provide safety, but they don't give the same control over data representations and memory management that C does (witness the fact that the run-time systems for these languages are usually written in C.) Furthermore, porting legacy C code to these languages or interfacing with legacy C libraries is a difficult and error-prone process. The goal of Cyclone is to give programmers the same low-level control and performance of C without sacrificing safety, and to make it easy to port or interface with legacy C code.} maintainers mww
categories {lang devel} version 20070323 revision 0
d-mode.el 665
portdir lang/d-mode.el description {D Programming Language mode for (X)Emacs} homepage http://www.prowiki.org/wiki4d/wiki.cgi?EditorSupport/EmacsDMode epoch 0 platforms darwin name d-mode.el depends_lib {{path:\${prefix}/bin/emacs:emacs}} maintainers gmail.com:billitch long_description {This mode supports most of D's syntax, including nested /+ +/ comments and backquote `string literals`. This mode has been dubbed 2.0 because it is a complete rewrite from scratch. The previous d-mode was based on cc-mode 5.28 or so. This version is based on the cc-mode 5.30 derived mode example by Martin Stjernholm, 2002.} categories {lang editors} version 2.0.4 revision 0
ecl 498
@@ -4000,10 +4000,10 @@
variants universal portdir lang/ferite description {embeddable scripting language} homepage http://www.ferite.org/ epoch 0 platforms darwin name ferite depends_lib {port:pcre port:libxml2} long_description {A scripting language designed to be embedded in other applications, that aims to provide a powerful object oriented syntax with low memory and cpu overhead.} maintainers nomaintainer categories lang version 1.0.2 revision 0
ficl 410
variants universal portdir lang/ficl description {Ficl is an acronym for Forth Inspired Command Language} homepage http://ficl.sourceforge.net/ epoch 0 platforms darwin name ficl long_description {Ficl is a programming language interpreter designed to be embedded into other systems as a command, macro, and development prototyping language.} maintainers nomaintainer categories lang version 4.0.31 revision 1
-fsharp 717
-depends_build bin:unzip:unzip portdir lang/fsharp description {F# is a typed functional programming language.} homepage http://research.microsoft.com/fsharp/fsharp.aspx epoch 0 platforms darwin depends_lib port:mono name fsharp maintainers {landonf openmaintainer} long_description {F# is a typed functional programming language for the .NET Framework. It combines the succinctness, expressivity, and compositionality of typed functional programming with the runtime support, libraries, interoperability, tools and object model of .NET. F# stems from the ML family of languages and has a core language compatible with that of OCaml, though also draws from C# and Haskell.} categories lang version 1.9.4.19 revision 0
-ftidy 508
-variants {gcc33 gcc34 gcc40 gcc41 gcc42} depends_build port:gcc42 portdir lang/ftidy description {Fortran Tidy} homepage http://www.unb.ca/fredericton/science/chem/ajit/tidy/ epoch 0 platforms darwin name ftidy long_description {TIDY v7.2 (ftidy) is a highly configurable FORTRAN program to indent and renumber statements, selectively change case of keywords or non-keywords, and do various other clean-up tasks on FORTRAN-77 source programs.} maintainers nomaintainer categories lang version 7.2 revision 0
+fsharp 719
+portdir lang/fsharp description {F# is a typed functional programming language.} homepage http://research.microsoft.com/fsharp/fsharp.aspx epoch 0 platforms darwin depends_lib port:mono name fsharp maintainers {landonf openmaintainer} long_description {F# is a typed functional programming language for the .NET Framework. It combines the succinctness, expressivity, and compositionality of typed functional programming with the runtime support, libraries, interoperability, tools and object model of .NET. F# stems from the ML family of languages and has a core language compatible with that of OCaml, though also draws from C# and Haskell.} depends_extract bin:unzip:unzip categories lang version 1.9.4.19 revision 0
+ftidy 540
+variants {gcc33 gcc34 gcc40 gcc41 gcc42} depends_build port:gcc42 portdir lang/ftidy description {Fortran Tidy} homepage http://www.unb.ca/fredericton/science/chem/ajit/tidy/ epoch 0 platforms darwin name ftidy long_description {TIDY v7.2 (ftidy) is a highly configurable FORTRAN program to indent and renumber statements, selectively change case of keywords or non-keywords, and do various other clean-up tasks on FORTRAN-77 source programs.} maintainers nomaintainer depends_extract bin:unzip:unzip categories lang version 7.2 revision 0
g-wrap 443
variants universal portdir lang/g-wrap description {A tool for autogenerating scheme bindings for C language functions, structures & enums.} homepage http://www.nongnu.org/g-wrap/index.html epoch 0 platforms darwin name g-wrap depends_lib {port:slib-guile port:glib1} long_description {{A tool for autogenerating scheme bindings for C language functions, structures & enums.}} maintainers nomaintainer categories lang version 1.3.4 revision 4
g-wrap16 449
@@ -4198,8 +4198,8 @@
variants universal depends_build port:pkgconfig portdir lang/prothon description {industrial-strength alternative to Python and Self} homepage http://prothon.org/ epoch 0 platforms darwin depends_lib {port:boost port:sqlite2 port:apr port:expat port:libiconv port:db44} name prothon long_description {Prothon is a fresh new language that gets rid of classes altogether in the same way that Self does and regains the original practical and fun sensibility of Python. This major improvement plus many minor ones make for a clean new revolutionary break in language development. Prothon is quite simple and yet offers the power of Python and Self.} maintainers nomaintainer categories lang version 0.1.2-b711 revision 1
pure 931
variants {macosx universal} depends_build path:bin/llvm-config:llvm portdir lang/pure description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ depends_run path:bin/openbrowser:openbrowser epoch 0 platforms darwin depends_lib {port:gmp port:gsl port:libiconv port:libtool port:readline} name pure long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy.} maintainers ryandesign categories lang version 0.24 revision 0
-pure-devel 993
-variants {macosx universal} depends_build {path:bin/llvm-config:llvm bin:svn:subversion port:bison port:flex} portdir lang/pure-devel description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ depends_run path:bin/openbrowser:openbrowser epoch 0 platforms darwin depends_lib {port:gmp port:gsl port:libiconv port:libtool port:readline} name pure-devel long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy.} maintainers ryandesign categories lang version 0.24.0.r1608 revisio
n 0
+pure-devel 1026
+variants {macosx universal} depends_build {path:bin/llvm-config:llvm bin:svn:subversion port:bison port:flex} portdir lang/pure-devel depends_fetch bin:svn:subversion description {functional programming language based on term rewriting} homepage http://pure-lang.googlecode.com/ depends_run path:bin/openbrowser:openbrowser epoch 0 platforms darwin name pure-devel depends_lib {port:gmp port:gsl port:libiconv port:libtool port:readline} long_description {Pure is a functional programming language based on term rewriting. It has a modern syntax featuring curried function applications, lexical closures and equational definitions with pattern matching, and thus is somewhat similar to languages of the Haskell and ML variety. But Pure is also a very dynamic and reflective language, and is more like Lisp in this respect. The interpreter has an LLVM backend to do JIT compilation, hence programs run blazingly fast and interfacing to C modules is easy.} maintainers ryandesign categories
lang version 0.24.0.r1608 revision 0
pyobfuscate 452
portdir lang/pyobfuscate description {python source code obfuscator} homepage http://www.lysator.liu.se/~astrand/projects/pyobfuscate/ epoch 0 depends_run bin:python:python24 platforms darwin name pyobfuscate maintainers nomaintainer long_description {pyobfuscate is a source code obfuscator: It makes Python source code hard to read for humans, while still being executable for the Python interpreter.} categories {lang python} version 0.3 revision 0
python-mode.el 719
@@ -4260,8 +4260,8 @@
variants {readline universal} portdir lang/see description {Simple ECMAScript Engine} homepage http://www.adaptive-enterprises.com.au/~d/software/see/ epoch 0 platforms darwin name see depends_lib port:boehmgc long_description {SEE is a library that provides an ECMAScript (JavaScript) run-time environment.} maintainers perry categories lang version 3.1.1424 revision 0
sicp 343
depends_build port:texinfo portdir lang/sicp description {Lytha Ayth's texinfo version of Structure and Interpretation of Computer Programs -- 2nd ed. (Harold Abelson and Gerald Jay Sussman, with Julie Sussman)} homepage http://www.neilvandyke.org/sicp-texi/ epoch 0 name sicp maintainers nomaintainer version 0.0.1 categories lang revision 2
-sisc 365
-depends_build {bin:ant:apache-ant {path:\${prefix}/share/xsl:docbook-xsl}} portdir lang/sisc description {Second Interpreter of Scheme Code} homepage http://sisc.sourceforge.net/ epoch 0 platforms darwin name sisc maintainers gmail.com:mvitocruz long_description {SISC is a Java based interpreter of Scheme.} categories {lang java scheme} version 1.16.6 revision 0
+sisc 397
+depends_build {bin:ant:apache-ant {path:\${prefix}/share/xsl:docbook-xsl}} portdir lang/sisc description {Second Interpreter of Scheme Code} homepage http://sisc.sourceforge.net/ epoch 0 platforms darwin name sisc maintainers gmail.com:mvitocruz long_description {SISC is a Java based interpreter of Scheme.} depends_extract bin:unzip:unzip categories {lang java scheme} version 1.16.6 revision 0
sketchy 464
portdir lang/sketchy description {interpreter for a purely applicative dialect of Scheme} homepage http://www.t3x.org/sketchy/ epoch 0 platforms darwin name sketchy maintainers nomaintainer long_description {Sketchy is an interpreter for a purely applicative dialect of Scheme. It may be considered an implementation of pure LISP plus global definitions, first-class continuations, and input/output functions.} version 20060305 categories {lang scheme} revision 0
slang 430
@@ -4269,7 +4269,7 @@
slang2 694
variants universal portdir lang/slang2 description {multi-platform programmer's library} homepage http://www.s-lang.org/ epoch 0 platforms darwin name slang2 depends_lib {port:libiconv port:libpng port:pcre port:zlib} long_description {S-Lang is a multi-platform programmer's library designed to allow a developer to create robust multi-platform software. It provides facilities required by interactive applications such as display/screen management, keyboard input, keymaps, and so on. The most exciting feature of the library is the slang interpreter that may be easily embedded into a program to make it extensible.} maintainers nomaintainer categories {lang devel} version 2.1.4 revision 0
slime 723
-variants {app sbcl openmcl clisp} depends_build bin:cvs:cvs portdir lang/slime description {An Emacs mode for unifying Common Lisp development} homepage http://common-lisp.net/project/slime/ epoch 20081227 platforms darwin depends_lib port:emacs name slime long_description {SLIME extends Emacs with new support for interactive programming in Common Lisp. The features are centred around `slime-mode', an Emacs minor-mode that complements the standard `lisp-mode'. While `lisp-mode' supports editing Lisp source files, `slime-mode' adds support for interacting with a running Common Lisp process for compilation, debugging, documentation lookup, and so on.} maintainers easieste categories lang version 20081227 revision 0
+variants {app sbcl openmcl clisp} portdir lang/slime description {An Emacs mode for unifying Common Lisp development} depends_fetch bin:cvs:cvs homepage http://common-lisp.net/project/slime/ epoch 20081227 platforms darwin depends_lib port:emacs name slime long_description {SLIME extends Emacs with new support for interactive programming in Common Lisp. The features are centred around `slime-mode', an Emacs minor-mode that complements the standard `lisp-mode'. While `lisp-mode' supports editing Lisp source files, `slime-mode' adds support for interacting with a running Common Lisp process for compilation, debugging, documentation lookup, and so on.} maintainers easieste categories lang version 20081227 revision 0
sml-mode.el 350
variants docs portdir lang/sml-mode.el description {An EMACS major mode for editing Standard ML} homepage http://www.iro.umontreal.ca/~monnier/elisp/ epoch 0 platforms darwin name sml-mode.el depends_lib port:emacs long_description {{An EMACS major mode for editing Standard ML}} maintainers mcalhoun categories {lang editors} version 4.0 revision 0
smlnj 444
@@ -4336,8 +4336,8 @@
portdir mail/archivemail description {archive and compress old email} homepage http://archivemail.sourceforge.net epoch 0 platforms darwin name archivemail depends_lib bin:python:python24 maintainers nomaintainer long_description {archivemail is a tool written in Python for archiving and compressing old email in mailboxes. It can move messages older than the specified number of days to a separate mbox format mailbox that is compressed with gzip, or optionally just delete old email.} categories {mail python} version 0.7.2 revision 0
archmbox 563
variants universal portdir mail/archmbox description {simple email archiver for the mbox format} homepage http://adc-archmbox.sourceforge.net/ epoch 0 platforms darwin name archmbox depends_lib {path:bin/perl:perl5 port:bzip2 port:imap-uw} long_description {Archmbox is a simple email archiver written in perl. It parses one or more mailboxes, selects some or all messages and then performs specific actions on the selected messages. At this time archmbox supports mbox and mbx mailbox formats.} maintainers nomaintainer categories mail version 4.10.0 revision 0
-assp 794
-variants universal depends_build bin:unzip:unzip portdir mail/assp description {Anti-Spam SMTP Proxy (ASSP) Server} homepage http://assp.sourceforge.net/ depends_run path:bin/perl:perl5 epoch 0 platforms darwin name assp long_description {The Anti-Spam SMTP Proxy (ASSP) Server is an open source, platform-independent SMTP Proxy server which implements whitelists and Bayesian filtering to rid the planet of the blight of unsolicited email (UCE). UCE must be stopped at the SMTP server. Anti-spam tools must be adaptive to new spam and customized for each site?s mail patterns. This free, easy-to-use tool works with any mail transport and achieves these goals requiring no operator intervention after the initial setup phase.} maintainers nomaintainer categories mail version 1.1.0 revision 0
+assp 796
+variants universal portdir mail/assp description {Anti-Spam SMTP Proxy (ASSP) Server} homepage http://assp.sourceforge.net/ depends_run path:bin/perl:perl5 epoch 0 platforms darwin name assp long_description {The Anti-Spam SMTP Proxy (ASSP) Server is an open source, platform-independent SMTP Proxy server which implements whitelists and Bayesian filtering to rid the planet of the blight of unsolicited email (UCE). UCE must be stopped at the SMTP server. Anti-spam tools must be adaptive to new spam and customized for each site?s mail patterns. This free, easy-to-use tool works with any mail transport and achieves these goals requiring no operator intervention after the initial setup phase.} maintainers nomaintainer depends_extract bin:unzip:unzip categories mail version 1.1.0 revision 0
base-64 523
variants universal portdir mail/base-64 description {command line RFC 3548-compliant base 64 encoder and decoder} homepage http://josefsson.org/base64/ epoch 0 platforms darwin name base-64 depends_lib port:gettext long_description {Base64 is a command line tool that implements an RFC 3548-compliant base 64 encoder and decoder. When encoding it can wrap encoded lines to a specified column, and when decoding can optionally ignore non-alphabet characters.} maintainers nomaintainer categories mail version 1.3 revision 0
base64 467
@@ -4528,8 +4528,8 @@
variants {server universal} portdir mail/vm-pop3d description {POP3 server for Postfix that supports virtual domains and mailboxes} homepage http://www.reedmedia.net/software/virtualmail-pop3d/ epoch 0 platforms darwin name vm-pop3d depends_lib port:postfix long_description {A POP3 server that supports virtual domains and virtual mailboxes such that users and mailboxes need not be associated with local Unix accounts.} maintainers markd categories mail version 1.1.6 revision 2
vpopmail 593
variants {onchange mysql5 roaming noclearpasswords learnpasswords spamassassin maildrop logverbose logpwds logall universal} portdir mail/vpopmail description {Manage multiple virtual domains with Qmail} homepage http://www.inter7.com/index.php?page=vpopmail epoch 0 platforms darwin depends_lib {port:qmail-spamcontrol port:ucspi-tcp} name vpopmail long_description {Vpopmail is a set of programs for creating and managing multiple virtual domains on a qmail server, with full support for many POP/IMAP servers.} maintainers yahoo.com:compconsultant categories mail version 5.4.25 revision 0
-DoCon 623
-variants {printable_doc universal} depends_build bin:unzip:unzip portdir math/DoCon description {DoCon is the Algebraic Domain Constructor} homepage http://haskell.org/docon epoch 0 platforms darwin depends_lib port:ghc name DoCon long_description {DoCon joins the categorial approach to mathematical computation expressed via the Haskell type classes, and explicit processing of the domain description terms. It implements recently a good piece of commutative algebra: linear algebra, polynomial gcd, factorization, Groebner bases, and other functions.} maintainers gwright categories {math devel} version 2.11 revision 1
+DoCon 625
+variants {printable_doc universal} portdir math/DoCon description {DoCon is the Algebraic Domain Constructor} homepage http://haskell.org/docon epoch 0 platforms darwin depends_lib port:ghc name DoCon long_description {DoCon joins the categorial approach to mathematical computation expressed via the Haskell type classes, and explicit processing of the domain description terms. It implements recently a good piece of commutative algebra: linear algebra, polynomial gcd, factorization, Groebner bases, and other functions.} maintainers gwright depends_extract bin:unzip:unzip categories {math devel} version 2.11 revision 1
GiNaC 1064
variants {darwin_6 darwin_7 test universal} portdir math/GiNaC description {GiNaC is Not a Computer algebra system} homepage http://www.ginac.de/ epoch 0 platforms darwin name GiNaC depends_lib {port:readline port:cln} long_description {Currently, GiNaC's capabilities include: 1. Very fast manipulation of large integers and rationals owing to the CLN library (for instance, it uses Karatsuba multiplication and Schoenhage-Strassen multiplication for very large integers). 2. Efficient handling of multivariate polynomials and rational functions. 3. Support for linear algebra includes symbolic matrices, vectors and solving equations. 4. Very fast heuristic polynomial GCD. 5. Many built in functions (sin, cos, atan, sinh, factorial, etc.) 6. Symbolic differentiation and series expansion of all built-in functions. 7. Several forms of output (also as optimized C++, for numerical postprocessing). 8. Memory-efficiency and -safety through the internal use of reference counting for all
expressions.} maintainers gwright categories math version 1.4.4 revision 0
LiE 393
@@ -4574,8 +4574,8 @@
portdir math/e description {e is a command line expression evaluator.} homepage http://www.softnet.tuc.gr/~apdim/projects/e/ epoch 0 platforms darwin name e maintainers nomaintainer long_description {e is a command line expression evaluator. It was designed to be as small as possible, and quick to use.} version 0.02718 categories math revision 0
eigen 426
variants {universal debug} depends_build port:cmake portdir math/eigen description {A C++ template library for linear algebra: vectors, matrices, and related algorithms.} homepage http://eigen.tuxfamily.org epoch 0 platforms darwin name eigen maintainers nomaintainer long_description {{A C++ template library for linear algebra: vectors, matrices, and related algorithms.}} categories {math science} version 2.0.0 revision 0
-ent 580
-depends_build bin:unzip:unzip portdir math/ent description {Entropy calculator} homepage http://www.fourmilab.ch/random/ epoch 0 platforms darwin name ent maintainers blb long_description {ent applies various tests to sequences of bytes stored in files and reports the results of those tests. The program is useful for those evaluating pseudorandom number generators for encryption and statistical sampling applications, compression algorithms, and other applications where the information density of a file is of interest.} categories {math security} version 20080128 revision 0
+ent 582
+portdir math/ent description {Entropy calculator} homepage http://www.fourmilab.ch/random/ epoch 0 platforms darwin name ent maintainers blb long_description {ent applies various tests to sequences of bytes stored in files and reports the results of those tests. The program is useful for those evaluating pseudorandom number generators for encryption and statistical sampling applications, compression algorithms, and other applications where the information density of a file is of interest.} depends_extract bin:unzip:unzip categories {math security} version 20080128 revision 0
entropy 418
portdir math/entropy description {calculate the entropy of a given file/stream} homepage http://www.seccuris.com/ epoch 0 platforms darwin name entropy maintainers nomaintainer long_description {Entropy is a program that will calculate the entropy of a given set of data. This program is mainly used to benchmark the efficiency of existing or developing compression algorithms.} version 2.0 categories math revision 0
fftw 832
@@ -4852,10 +4852,10 @@
variants universal portdir math/xplot description {xplot was written in the late 1980s to support the analysis of TCP packet traces.} homepage http://www.xplot.org/ epoch 0 name xplot maintainers fenner long_description {{xplot was written in the late 1980s to support the analysis of TCP packet traces.}} categories {math science} version 0.90.7.1 revision 0
yacas 673
variants universal portdir math/yacas description {Yet Another Computer Algebra System} homepage http://yacas.sourceforge.net/ epoch 0 platforms darwin name yacas depends_lib path:bin/perl:perl5 long_description {YACAS is an easy to use, general purpose Computer Algebra System, a program for symbolic manipulation of mathematical expressions. It uses its own programming language designed for symbolic as well as arbitrary-precision numerical computations. The system has a library of scripts that implement many of the symbolic algebra operations - new algorithms can be easily added to the library.} maintainers bogosoft.com:olt categories math version 1.2.2 revision 0
-AtomicParsley 389
-depends_build bin:unzip:unzip portdir multimedia/AtomicParsley description {MPEG-4 command line tool} homepage http://atomicparsley.sourceforge.net epoch 0 name AtomicParsley maintainers gmail.com:cedric.luthi long_description {AtomicParsley is a lightweight command line program for reading, parsing and setting metadata into MPEG-4 files.} version 0.9.0 categories multimedia revision 0
-AtomicParsley-devel 476
-depends_build {port:autoconf bin:svn:subversion bin:autoconf:autoconf} portdir multimedia/AtomicParsley-devel description {MPEG-4 command line tool} homepage http://atomicparsley.sourceforge.net epoch 0 platforms darwin depends_lib port:zlib name AtomicParsley-devel maintainers nomaintainer long_description {AtomicParsley is a lightweight command line program for reading, parsing and setting metadata into MPEG-4 files.} categories multimedia version 0.9.2-r110 revision 0
+AtomicParsley 391
+portdir multimedia/AtomicParsley description {MPEG-4 command line tool} homepage http://atomicparsley.sourceforge.net epoch 0 name AtomicParsley maintainers gmail.com:cedric.luthi long_description {AtomicParsley is a lightweight command line program for reading, parsing and setting metadata into MPEG-4 files.} depends_extract bin:unzip:unzip version 0.9.0 categories multimedia revision 0
+AtomicParsley-devel 490
+depends_build {port:autoconf bin:autoconf:autoconf} portdir multimedia/AtomicParsley-devel depends_fetch bin:svn:subversion description {MPEG-4 command line tool} homepage http://atomicparsley.sourceforge.net epoch 0 platforms darwin depends_lib port:zlib name AtomicParsley-devel long_description {AtomicParsley is a lightweight command line program for reading, parsing and setting metadata into MPEG-4 files.} maintainers nomaintainer categories multimedia version 0.9.2-r110 revision 0
MPlayer 1042
variants {man_all_lang osd fribidi noappleremote lirc nodvd smb theora xvid x264 darwin_powerpc darwin_i386 binary_codecs speex faac dv twolame dts sdl aa caca x11 esd macosx glx darwin darwin_8} depends_build port:pkgconfig portdir multimedia/MPlayer description {The Unix movie player} homepage http://www.mplayerhq.hu/ epoch 0 platforms darwin name MPlayer depends_lib {port:jpeg port:lame port:libiconv port:libmad port:libogg port:libpng path:include/gif_lib.h:giflib port:libvorbis port:lzo2 port:ncurses port:zlib} long_description {MPlayer can play most standard video formats out of the box and almost all others with the help of external codecs. MPlayer currently works best from the command line, but visual feedback for many functions is available from its onscreen status display (OSD), which is also used for displaying subtitles. MPlayer also has a GUI with skin support and several unofficial alternative graphical frontends are available.} maintainers {ecronin openmaintai
ner} categories multimedia version 1.0rc2 revision 5
VLC 1174
@@ -4869,7 +4869,7 @@
cfourcc 310
portdir multimedia/cfourcc description {change avi fourcc codes} homepage http://sarovar.org/projects/gfourcc/ epoch 0 platforms darwin name cfourcc maintainers avc-cvut.cz:petr.vacek long_description {Command-line utility for changing FOURCC codes in AVI files} version 0.1.2 categories multimedia revision 0
despotify 415
-depends_build bin:svn:subversion portdir multimedia/despotify description {Open source Spotify client} homepage http://despotify.se/ epoch 0 platforms darwin name despotify depends_lib {port:ncurses port:openssl port:zlib port:libvorbis port:expat} maintainers carljohancrafoord.se:mail long_description {An open source Spotify client and gateway to their service} categories multimedia version 20090307 revision 0
+portdir multimedia/despotify depends_fetch bin:svn:subversion description {Open source Spotify client} homepage http://despotify.se/ epoch 0 platforms darwin name despotify depends_lib {port:ncurses port:openssl port:zlib port:libvorbis port:expat} maintainers carljohancrafoord.se:mail long_description {An open source Spotify client and gateway to their service} categories multimedia version 20090307 revision 0
dirac 607
variants doc portdir multimedia/dirac description {Dirac is a general-purpose video codec aimed at resolutions from QCIF (176x144) to HDTV (1920x1080) progressive or interlaced.} homepage http://diracvideo.org/ epoch 0 platforms darwin name dirac depends_lib port:cppunit long_description {Dirac is a general-purpose video codec aimed at resolutions from QCIF (176x144) to HDTV (1920x1080) progressive or interlaced. It uses wavelets, motion compensation and arithmetic coding and aims to be competitive with other state of the art codecs.} maintainers devans categories multimedia version 1.0.2 revision 0
dvdauthor 624
@@ -4924,8 +4924,8 @@
variants {no_x11 universal} portdir multimedia/mpeg2vidcodec description {MPEG-2 Video Encoder / Decoder} homepage http://www.mpeg.org/MPEG/video/mssg-free-mpeg-software.html epoch 0 platforms darwin depends_lib port:xorg-libXext name mpeg2vidcodec long_description {Contains an implementation of an ISO/IEC DIS 13818-2 codec. It converts uncompressed video frames into MPEG-1 and MPEG-2 video coded bitstream sequences, and vice versa.} maintainers nomaintainer categories multimedia version 1.2 revision 3
mpgtx 746
variants universal portdir multimedia/mpgtx description {MPEG audio/video/system file toolbox} homepage http://mpgtx.sourceforge.net/ epoch 0 platforms darwin name mpgtx long_description {The MPEG ToolboX can currently split and join MPEG-1 video files and most MPEG audio files, fetch detailed informations from MPEG-1 and MPEG-2 streams, demultiplex MPEG-1 and MPEG-2 files (System layer, program layer and Transport layer), add, remove and edit ID3 tags from MP3 files and rename MP3 files according to their ID3 tags. DivX is not yet supported, neither MPEG-4 and splitting and joining MPEG-2 video files is experimental (read 'will work only in your wildest dreams').} maintainers nomaintainer categories multimedia version 1.3.1 revision 0
-mplayer-devel 1038
-variants {man_all_lang osd fribidi noappleremote lirc live nodvd samba theora xvid x264 speex faac dv twolame dts mng dirac darwin_powerpc darwin_i386 binary_codecs sdl aa caca x11 esd macosx glx debug darwin darwin_8} depends_build {port:pkgconfig port:yasm port:subversion bin:svn:subversion} portdir multimedia/mplayer-devel description {The MPlayer movie player built from SVN.} homepage http://www.mplayerhq.hu/ epoch 0 platforms darwin depends_lib {port:jpeg port:lame port:libiconv port:libmad port:libogg port:libpng port:libvorbis port:lzo2 port:ncurses port:zlib port:bzip2 port:liboil} name mplayer-devel long_description {{The MPlayer movie player built from SVN.} It plays most MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, RealMedia, Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA files, supported by many native, XAnim, and Win32 DLL codecs. You can watch VideoCD, SVCD, DVD, 3ivx, DivX 3/4/5, WMV and even H.264 movies.} maintainers {acho openmaintainer
} categories multimedia version 29308 revision 1
+mplayer-devel 1052
+variants {man_all_lang osd fribidi noappleremote lirc live nodvd samba theora xvid x264 speex faac dv twolame dts mng dirac darwin_powerpc darwin_i386 binary_codecs sdl aa caca x11 esd macosx glx debug darwin darwin_8} depends_build {port:pkgconfig port:yasm port:subversion} portdir multimedia/mplayer-devel depends_fetch bin:svn:subversion description {The MPlayer movie player built from SVN.} homepage http://www.mplayerhq.hu/ epoch 0 platforms darwin depends_lib {port:jpeg port:lame port:libiconv port:libmad port:libogg port:libpng port:libvorbis port:lzo2 port:ncurses port:zlib port:bzip2 port:liboil} name mplayer-devel long_description {{The MPlayer movie player built from SVN.} It plays most MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, RealMedia, Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA files, supported by many native, XAnim, and Win32 DLL codecs. You can watch VideoCD, SVCD, DVD, 3ivx, DivX 3/4/5, WMV and even H.264 movies.} maintainers {acho
openmaintainer} categories multimedia version 29308 revision 1
ogmtools 638
variants universal portdir multimedia/ogmtools description {OGG media streams manipulation tools.} homepage http://www.bunkus.org/videotools/ogmtools/ epoch 0 platforms darwin name ogmtools depends_lib {port:libogg port:libvorbis port:libdvdread} long_description {The ogmtools allow users to display information about (ogminfo), extract streams from (ogmdemux), merge several streams into (ogmmerge), and split (ogmsplit) Ogg files. Supported stream types include video streams from AVIs or Ogg files and Vorbis audio from Ogg files.} maintainers {kallisys.net:pguyot openmaintainer} categories {multimedia audio} version 1.5 revision 1
photopc 554
@@ -4958,12 +4958,12 @@
variants {noasm G5 universal} depends_build port:yasm portdir multimedia/x264 description {x264 - a free h264/avc encoder} homepage http://www.videolan.org/x264.html epoch 0 platforms darwin name x264 long_description {x264 is a free library for encoding H264/AVC video streams. The code is written by Laurent Aimar, Eric Petit(OS X), Min Chen (vfw/nasm), Justin Clay(vfw), M?ns Rullg?rd and Loren Merritt from scratch. It is released under the terms of the GPL license.} maintainers {devans openmaintainer} categories multimedia version 20090408 revision 0
xine-lib 597
variants {macosx universal} portdir multimedia/xine-lib description {xine-lib is a free multimedia engine, released under the GPL.} homepage http://www.xine-project.org epoch 0 platforms darwin name xine-lib depends_lib {port:aalib port:esound port:faad2 path:lib/libavcodec.dylib:ffmpeg port:flac port:libogg port:libvorbis port:zlib port:xorg-libXinerama port:xorg-libXt port:xorg-libXvMC port:fontconfig port:libpng port:xorg-xcb-util} maintainers nomaintainer long_description {{xine-lib is a free multimedia engine, released under the GPL.}} categories multimedia version 1.1.16.1 revision 1
-ASFRecorder 475
-depends_build bin:unzip:unzip portdir net/ASFRecorder description {WindowsMedia Streaming client} homepage http://asfrecorder.sourceforge.net epoch 0 platforms darwin name ASFRecorder long_description {ASFRecorder is a tool which enables you to download and save streaming content in Windows Media Format to your hard drive. It consists of a console-mode application which can be compiled in Linux, Darwin and SunOS.} maintainers digdog categories net version 1.1 revision 1
+ASFRecorder 477
+portdir net/ASFRecorder description {WindowsMedia Streaming client} homepage http://asfrecorder.sourceforge.net epoch 0 platforms darwin name ASFRecorder long_description {ASFRecorder is a tool which enables you to download and save streaming content in Windows Media Format to your hard drive. It consists of a console-mode application which can be compiled in Linux, Darwin and SunOS.} maintainers digdog depends_extract bin:unzip:unzip categories net version 1.1 revision 1
GTorrentViewer 579
variants universal portdir net/GTorrentViewer description {GTK2 based viewer for .torrent files.} homepage http://gtorrentviewer.sourceforge.net/ epoch 0 platforms darwin name GTorrentViewer depends_lib {lib:libgtk.2:gtk2 port:curl port:p5-xml-parser} long_description {GTorrentViewer is a GTK2-based viewer/editor for BitTorrent meta files for UNIX like operating systems. It gathers information from trackers, checks files, shows detailed information about .torrents and even modifies some of it.} maintainers {jmpp openmaintainer} categories {net x11} version 0.2b revision 1
-adium 507
-depends_build bin:svn:subversion portdir net/adium description {a multiple protocol instant messaging client} homepage http://www.adiumx.com epoch 0 platforms macosx depends_lib port:Growl name adium maintainers nomaintainer long_description {Adium is a free instant messaging application. With Adium, you can connect to any number of messaging accounts on any combination of supported messaging services and then chat with other people using those services.} categories {net aqua} version 1.2.5 revision 0
+adium 540
+depends_build bin:svn:subversion portdir net/adium description {a multiple protocol instant messaging client} depends_fetch bin:svn:subversion homepage http://www.adiumx.com epoch 0 platforms macosx depends_lib port:Growl name adium long_description {Adium is a free instant messaging application. With Adium, you can connect to any number of messaging accounts on any combination of supported messaging services and then chat with other people using those services.} maintainers nomaintainer categories {net aqua} version 1.2.5 revision 0
adns 349
variants universal portdir net/adns description {asynchronous DNS client library} homepage http://www.chiark.greenend.org.uk/~ian/adns/ epoch 0 platforms darwin name adns long_description {adns is a resolver library for C (and C++) programs, and a collection of useful DNS resolver utilities.} maintainers toby categories net version 1.4 revision 0
aget 337
@@ -5016,8 +5016,8 @@
variants {darwin_6 dlz_mysql5} portdir net/bind9 description {Domain Name System server} homepage http://www.isc.org epoch 0 platforms {darwin freebsd sunos} name bind9 depends_lib {port:openssl port:libxml2} long_description {The BIND DNS Server is used on the vast majority of name serving machines on the Internet, providing a robust and stable architecture on top of which an organization's naming architecture can be built. The resolver library included in the BIND distribution provides the standard APIs for translation between domain names and Internet addresses and is intended to be linked with applications requiring name service.} maintainers geeklair.net:dluke categories net version 9.6.0-P1 revision 1
bing 509
portdir net/bing description {Bandwidth measurement tool} homepage http://www.freenix.fr/freenix/logiciels/bing.html epoch 0 platforms darwin name bing maintainers nomaintainer long_description {Bing is a point-to-point bandwidth measurement tool (hence the 'b'), based on ping. Bing determines the real (raw, as opposed to available or average) throughput on a link by measuring ICMP echo requests roundtrip times for different packet sizes for each end of the link.} version 1.0.5 categories net revision 0
-binkd 319
-variants universal depends_build bin:unzip:unzip portdir net/binkd description {binkd FidoNET mailer} homepage http://2f.ru/binkd/ epoch 0 name binkd long_description {binkd is a program used in FidoNET networks to transfer files using IP transport.} maintainers iname.com:bk532 categories net version 0.9.4 revision 1
+binkd 321
+variants universal portdir net/binkd description {binkd FidoNET mailer} homepage http://2f.ru/binkd/ epoch 0 name binkd maintainers iname.com:bk532 long_description {binkd is a program used in FidoNET networks to transfer files using IP transport.} depends_extract bin:unzip:unzip categories net version 0.9.4 revision 1
bittornado 597
portdir net/bittornado description {bittorrent client and python module with enhancements} homepage http://www.bittornado.com/ epoch 0 platforms darwin depends_lib port:python24 name bittornado maintainers nomaintainer long_description {bittornado is a tool for distributing files. It is based on the bittorrent tool but has many enhancement over it: multitracker support - to have redundant tracker, preferences menu for GUI client, webseed support to have better control of download, graphical torrent file maker and experimental IPv6 support.} version 0.3.18 categories {net python} revision 0
bittorrent 745
@@ -5028,8 +5028,8 @@
variants darwin_9 portdir net/blackbag description {A miscelleny of network testing tools.} homepage http://www.matasano.com/log/552/code-release-blackbag-09-binary-protocol-reversing-unix-thingies/ epoch 0 platforms darwin name blackbag depends_lib {port:libevent port:libpcap port:openssl port:zlib} long_description {Blackbag is Matasano's suite of penetration testing and reverse engineering tools. What started as a binary interactive netcat, has evolved into our blackbag of tools to help us understand and attack proprietary protocols, find compressed images inside of files and more!} maintainers ecronin categories {net security} version 0.9.1 revision 0
bmon 356
variants universal portdir net/bmon description {An interface bandwidth monitor} homepage http://people.suug.ch/~tgr/bmon epoch 0 platforms darwin name bmon depends_lib port:ncurses long_description {bmon is a bandwidth monitor with multiple modes and mrtg-like ascii diagram capability.} maintainers mac.com:lomion categories net version 2.1.0 revision 0
-bnbt 498
-variants {darwin_8 darwin_9} depends_build bin:unzip:unzip portdir net/bnbt description {C++ BitTorrent tracker} homepage http://bnbt.depthstrike.com/ epoch 0 platforms darwin name bnbt long_description {BNBT is a complete port of the original Python BitTorrent tracker to C++ for speed and efficiency. BNBT also offers many additional features beyond the original Python BitTorrent tracker, plus it's easy to use and customizable.} maintainers nomaintainer categories net version 8.1r3 revision 0
+bnbt 500
+variants {darwin_8 darwin_9} portdir net/bnbt description {C++ BitTorrent tracker} homepage http://bnbt.depthstrike.com/ epoch 0 platforms darwin name bnbt long_description {BNBT is a complete port of the original Python BitTorrent tracker to C++ for speed and efficiency. BNBT also offers many additional features beyond the original Python BitTorrent tracker, plus it's easy to use and customizable.} maintainers nomaintainer depends_extract bin:unzip:unzip categories net version 8.1r3 revision 0
bnetd 348
variants universal portdir net/bnetd description {daemon that emulates Blizzards Battle.net service} homepage http://www.chiark.greenend.org.uk/~owend/free/bnetd.html epoch 0 platforms darwin name bnetd long_description {{daemon that emulates Blizzards Battle.net service}} maintainers nomaintainer categories {net games} version 0.4.25 revision 1
bro 461
@@ -5180,8 +5180,8 @@
portdir net/fwknop description {'FireWall KNock OPerator': a port knocker to Linux servers} homepage http://www.cipherdyne.org/fwknop/ epoch 0 platforms darwin name fwknop depends_lib {port:p5-crypt-cbc port:p5-crypt-rijndael port:p5-digest-sha port:p5-net-ipv4addr port:p5-net-ping-external port:p5-term-readkey port:p5-unix-syslog} maintainers blair long_description {fwknop stands for the 'FireWall KNock OPerator', and implements an authorization scheme called Single Packet Authorization (SPA) that is based around Netfilter and libpcap. SPA requires only a single encrypted packet in order to communicate various pieces of information including desired access through a Netfilter policy and/or complete commands to execute on the target system. By using Netfilter to maintain a 'default drop' stance, the main application of this program is to protect services such as OpenSSH with an additional layer of security in order to make the exploitation of vulnerabilities (both 0-day and
unpatched code) much more difficult. The authorization server passively monitors authorization packets via libcap and hence there is no 'server' to which to connect in the traditional sense. Access to a protected service is only granted after a valid encrypted and non-replayed packet is monitored. This port installs the client side script that you run to gain access to a Linux box.} categories {net security} version 1.9.11 revision 0
gajim 613
variants {gnome zeroconf trayicon noidle remote nonls gtkspell universal} portdir net/gajim description {A full featured and easy to use Jabber client.} homepage http://www.gajim.org/ epoch 0 platforms darwin name gajim depends_lib {port:gettext port:gtk2 port:py25-gtk port:py25-gobject port:py25-docutils port:py25-sqlite3 port:py25-socket-ssl port:dbus-python25} maintainers {rene openmaintainer} long_description {The goal of Gajim is to provide a full featured and easy to use Jabber client. Gajim works nicely with GNOME, but does not require it to run.} categories {net chat x11} version 0.11.4 revision 0
-gajim-devel 757
-variants {no_x11 dbus remote universal} depends_build {port:intltool port:autoconf port:automake port:py25-setuptools port:py25-macholib-devel port:py25-py2app-devel bin:autoconf:autoconf bin:automake:automake} portdir net/gajim-devel description {A full featured and easy to use Jabber client.} homepage http://www.gajim.org/ epoch 0 platforms darwin depends_lib {port:gettext port:gtk2 port:py25-gtk port:py25-gobject port:py25-docutils port:py25-sqlite3 port:py25-openssl port:py25-zlib port:Growl} name gajim-devel maintainers rene long_description {The goal of Gajim is to provide a full featured and easy to use Jabber client. Gajim works nicely with GNOME, but does not require it to run.} categories {net chat} version 0.12-alpha1-r10268 revision 0
+gajim-devel 790
+variants {no_x11 dbus remote universal} depends_build {port:intltool port:autoconf port:automake port:py25-setuptools port:py25-macholib-devel port:py25-py2app-devel bin:autoconf:autoconf bin:automake:automake} portdir net/gajim-devel description {A full featured and easy to use Jabber client.} depends_fetch bin:svn:subversion homepage http://www.gajim.org/ epoch 0 platforms darwin depends_lib {port:gettext port:gtk2 port:py25-gtk port:py25-gobject port:py25-docutils port:py25-sqlite3 port:py25-openssl port:py25-zlib port:Growl} name gajim-devel maintainers rene long_description {The goal of Gajim is to provide a full featured and easy to use Jabber client. Gajim works nicely with GNOME, but does not require it to run.} categories {net chat} version 0.12-alpha1-r10268 revision 0
gftp 368
variants universal portdir net/gftp description {GTK+ FTP client} homepage http://www.gftp.org/ epoch 0 platforms darwin name gftp depends_lib {port:gtk2 port:gettext port:openssl port:readline port:ncurses} long_description {gFTP is a free multithreaded file transfer client for *NIX based machines.} maintainers nomaintainer categories net version 2.0.18 revision 2
gibberish 447
@@ -5428,8 +5428,8 @@
variants universal portdir net/netwag description {Graphical front end for the netwox toolkbox.} homepage http://www.laurentconstantin.com/ epoch 0 platforms darwin name netwag depends_lib {bin:wish:tk bin:netwox530:netwox} long_description {Netwag is a TCL/TK based graphical frontend for the netwox network toolbox, based on the netwib library. It allows one to easily search amongst tools proposed in netwox and run them, construct command line instructions, keep a history of commands, etc.} maintainers {jmpp openmaintainer} categories net version 5.30.0 revision 0
netwib 645
variants universal portdir net/netwib description {A network library oriented towards developers.} homepage http://www.laurentconstantin.com/ epoch 0 platforms darwin name netwib depends_lib {port:libpcap port:libnet11} long_description {Netwib is a network library providing network features such as address conversion, udp/tcp clients/servers, packet encoding/decoding/displaying, spoofing, sniffing, etc., and general features such as data conversion, linked list and hash, portable threads, etc. Using all these functions, a network program can be quickly created.} maintainers {jmpp openmaintainer} categories net version 5.30.0 revision 0
-network-weathermap 819
-variants plugins depends_build bin:unzip:unzip portdir net/network-weathermap description {Weathermap is a network visualisation tool, to take graphs you already have and display an overview of your network as a map. It supports RRD, MRTG (RRD and old log-format), and tab-delimited text files. Other sources are via plugins or external scripts.} homepage http://www.network-weathermap.com/ epoch 0 platforms darwin depends_lib {path:bin/perl:perl5 port:cacti} name network-weathermap long_description {{Weathermap is a network visualisation tool, to take graphs you already have and display an overview of your network as a map. It supports RRD, MRTG (RRD and old log-format), and tab-delimited text files. Other sources are via plugins or external scripts.}} maintainers markd categories net version 0.95b revision 4
+network-weathermap 821
+variants plugins portdir net/network-weathermap description {Weathermap is a network visualisation tool, to take graphs you already have and display an overview of your network as a map. It supports RRD, MRTG (RRD and old log-format), and tab-delimited text files. Other sources are via plugins or external scripts.} homepage http://www.network-weathermap.com/ epoch 0 platforms darwin depends_lib {path:bin/perl:perl5 port:cacti} name network-weathermap long_description {{Weathermap is a network visualisation tool, to take graphs you already have and display an overview of your network as a map. It supports RRD, MRTG (RRD and old log-format), and tab-delimited text files. Other sources are via plugins or external scripts.}} maintainers markd depends_extract bin:unzip:unzip categories net version 0.95b revision 4
netwox 656
variants universal portdir net/netwox description {Toolbox with several features to test an Ethernet/IP network.} homepage http://www.laurentconstantin.com/ epoch 0 platforms darwin name netwox depends_lib lib:libnetwib530:netwib long_description {Netwox is a toolbox containing 197 tools implemented from the Network Library netwib. They help to find and solve network problems with common techniques such as sniffing and spoffing, analazing DNS, FTP, HTTP, IRC, NNTP, SMTP, SNMP, SYSLOG, TELNET and TFTP traffic, scans, ping and traceroute, client/servers implementations, etc.} maintainers {jmpp openmaintainer} categories net version 5.30.0 revision 0
nfdump 459
@@ -5727,7 +5727,7 @@
taskjuggler 516
variants {darwin_9 qt3mac nokde docs debug universal} depends_build {port:automake port:autoconf} portdir office/taskjuggler description {A powerful project management tool.} homepage http://www.taskjuggler.org/ epoch 0 platforms darwin depends_lib {port:qt3 port:fontconfig port:jpeg port:libpng port:kdebase3 port:kdelibs3 port:kdepim3} name taskjuggler maintainers rene long_description {TaskJuggler is a modern and powerful, Open Source project management tool.} categories {office pim} version 2.4.1 revision 0
todotxt 380
-depends_build bin:git:git-core portdir office/todotxt description {Simple, extensible shell script to manage your todo file.} homepage http://ginatrapani.github.com/todo.txt-cli/ epoch 0 platforms darwin name todotxt maintainers {snc openmaintainer} long_description {A simple and extensible shell script for managing your todo.txt file.} categories office version 2.4 revision 0
+portdir office/todotxt description {Simple, extensible shell script to manage your todo file.} depends_fetch bin:git:git-core homepage http://ginatrapani.github.com/todo.txt-cli/ epoch 0 platforms darwin name todotxt maintainers {snc openmaintainer} long_description {A simple and extensible shell script for managing your todo.txt file.} categories office version 2.4 revision 0
treeline 679
portdir office/treeline description {Advanced outliner and personal information manager} homepage http://treeline.bellz.org epoch 0 platforms darwin name treeline depends_lib {port:py25-pyqt4 port:aspell} maintainers alpha long_description {Some would call TreeLine an Outliner, others would call it a PIM. Basically, it just stores almost any kind of information. A tree structure makes it easy to keep things organized. And each node in the tree can contain several fields, forming a mini-database. The output format for each node can be defined, and the output can be shown on the screen, printed, or exported to html.} categories {office pim python} version 1.2.2 revision 0
hrsh2csv 393
@@ -5758,8 +5758,8 @@
variants universal portdir perl/p5-algorithm-diff description {This is a Perl extension for computing intelligent differences between two files / lists.} homepage http://search.cpan.org/dist/Algorithm-Diff/ epoch 0 platforms darwin name p5-algorithm-diff depends_lib path:bin/perl:perl5 long_description {{This is a Perl extension for computing intelligent differences between two files / lists.}} maintainers geeklair.net:dluke categories perl version 1.1902 revision 0
p5-apache-authcookie 364
variants universal portdir perl/p5-apache-authcookie description {perl interface to cookies in apache} homepage http://search.cpan.org/dist/Apache-AuthCookie/ epoch 0 platforms darwin name p5-apache-authcookie depends_lib path:bin/perl:perl5 long_description {{perl interface to cookies in apache}} maintainers nomaintainer categories perl version 3.10 revision 0
-p5-apache-session 529
-variants universal depends_build bin:unzip:unzip portdir perl/p5-apache-session description {A persistence framework for session data} homepage http://search.cpan.org/dist/Apache-Session/ epoch 0 platforms darwin name p5-apache-session depends_lib {path:bin/perl:perl5 port:p5-test-deep port:p5-test-exception} long_description {Apache::Session is a persistence framework which is particularly useful for tracking session data between httpd requests.} maintainers {narf_tm openmaintainer} categories perl version 1.88 revision 0
+p5-apache-session 531
+variants universal portdir perl/p5-apache-session description {A persistence framework for session data} homepage http://search.cpan.org/dist/Apache-Session/ epoch 0 platforms darwin name p5-apache-session depends_lib {path:bin/perl:perl5 port:p5-test-deep port:p5-test-exception} long_description {Apache::Session is a persistence framework which is particularly useful for tracking session data between httpd requests.} maintainers {narf_tm openmaintainer} depends_extract bin:unzip:unzip categories perl version 1.88 revision 0
p5-apache-session-wrapper 606
variants universal portdir perl/p5-apache-session-wrapper description {A simple wrapper around Apache::Session} homepage http://search.cpan.org/dist/Apache-Session-Wrapper/ epoch 0 platforms darwin name p5-apache-session-wrapper depends_lib {path:bin/perl:perl5 port:p5-apache-session port:p5-exception-class port:p5-params-validate port:p5-class-container port:p5-module-build} long_description {This module is a simple wrapper around Apache::Session which provides some methods to simplify getting and setting the session id.} maintainers {narf_tm openmaintainer} categories perl version 0.33 revision 0
p5-apache-test 356
@@ -6948,8 +6948,8 @@
variants universal portdir perl/p5-text-levenshteinxs description {An XS implementation of the Levenshtein edit distance} homepage http://search.cpan.org/dist/Text-LevenshteinXS/ epoch 0 platforms darwin name p5-text-levenshteinxs depends_lib path:bin/perl:perl5 long_description {{An XS implementation of the Levenshtein edit distance}} maintainers nomaintainer categories perl version 0.03 revision 0
p5-text-markdown 446
variants universal portdir perl/p5-text-markdown description {Markdown text-to-HTML filter.} homepage http://search.cpan.org/dist/Text-Markdown/ epoch 0 platforms darwin name p5-text-markdown depends_lib {path:bin/perl:perl5 port:p5-module-build} long_description {Markdown text-to-HTML filter. The text format is most similar to that of plain text email.} maintainers gmail.com:paul.totterman categories {perl textproc} version 1.0.3 revision 0
-p5-text-parsewords 436
-variants universal depends_build bin:unzip:unzip portdir perl/p5-text-parsewords description {parse text into an array of tokens or array of arrays} homepage http://search.cpan.org/dist/Text-ParseWords/ epoch 0 platforms darwin name p5-text-parsewords depends_lib path:bin/perl:perl5 long_description {{parse text into an array of tokens or array of arrays}} maintainers {narf_tm openmaintainer} categories perl version 3.27 revision 0
+p5-text-parsewords 438
+variants universal portdir perl/p5-text-parsewords description {parse text into an array of tokens or array of arrays} homepage http://search.cpan.org/dist/Text-ParseWords/ epoch 0 platforms darwin name p5-text-parsewords depends_lib path:bin/perl:perl5 long_description {{parse text into an array of tokens or array of arrays}} maintainers {narf_tm openmaintainer} depends_extract bin:unzip:unzip categories perl version 3.27 revision 0
p5-text-pdf 405
variants universal portdir perl/p5-text-pdf description {Perl module for creating and manipulating PDF files.} homepage http://search.cpan.org/dist/Text-PDF/ epoch 0 platforms darwin name p5-text-pdf depends_lib {path:bin/perl:perl5 port:p5-compress-zlib} long_description {{Perl module for creating and manipulating PDF files.}} maintainers email.arc.nasa.gov:sal categories perl version 0.29 revision 0
p5-text-quoted 499
@@ -7220,8 +7220,8 @@
variants universal portdir python/py-ao description {Python interface to libao, an audio device abstraction library} homepage http://www.vorbis.com/ epoch 0 platforms darwin depends_lib {port:python24 lib:libao:libao} name py-ao long_description {This is a wrapper for libao, an audio device abstraction library. libao is available with ogg/vorbis.} maintainers nomaintainer version 0.81 categories {python audio} revision 2
py-appscript 599
portdir python/py-appscript description {High-level application scripting package for Python} homepage http://appscript.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python24 port:py-setuptools} name py-appscript maintainers internode.on.net:arsptr long_description {Appscript is a high-level, user-friendly MacPython to Apple event bridge that allows you to control scriptable Mac OS X applications using ordinary Python scripts. Appscript makes MacPython a serious alternative to Apple's own AppleScript language for automating your Mac.} version 0.19.0 categories python revision 0
-py-apsw 609
-depends_build bin:unzip:unzip portdir python/py-apsw description {Very thin SQLite 3 wrapper for python} homepage http://www.rogerbinns.com/apsw.html epoch 0 platforms darwin depends_lib {port:python24 port:sqlite3} name py-apsw maintainers nomaintainer long_description {APSW provides an SQLite 3 wrapper that provides the thinnest layer over SQLite 3 possible. Everything you can do from the C API to SQLite 3, you can do from Python. Although APSW looks vaguely similar to the DBAPI, it is not compliant with that API and instead works the way SQLite 3 does.} version 3.3.5-r1 categories python revision 1
+py-apsw 611
+portdir python/py-apsw description {Very thin SQLite 3 wrapper for python} homepage http://www.rogerbinns.com/apsw.html epoch 0 platforms darwin depends_lib {port:python24 port:sqlite3} name py-apsw maintainers nomaintainer long_description {APSW provides an SQLite 3 wrapper that provides the thinnest layer over SQLite 3 possible. Everything you can do from the C API to SQLite 3, you can do from Python. Although APSW looks vaguely similar to the DBAPI, it is not compliant with that API and instead works the way SQLite 3 does.} depends_extract bin:unzip:unzip version 3.3.5-r1 categories python revision 1
py-apycot 418
portdir python/py-apycot description {automated pythonic code tester.} homepage http://www.logilab.org/projects/apycot/ epoch 0 platforms darwin depends_lib port:python24 name py-apycot maintainers {dh openmaintainer} long_description {Apycot is an Automated Pythonic Code Tester. Use it to daily run your tests and generate reports about code or document quality.} version 0.12.3 categories {python devel} revision 0
py-archmage 480
@@ -7262,14 +7262,14 @@
portdir python/py-cdb description {python module for using the constant database package} homepage http://pilcrow.madison.wi.us/ epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-cdb maintainers nomaintainer long_description {The python-cdb extension module is an adaptation of D. J. Bernstein's constant database package (see http://cr.yp.to/cdb.html). The cdb files are mappings of keys to values, designed for wickedly fast lookups and atomic updates. This module mimics the normal cdb utilities, cdb(get|dump|make), via convenient, high-level Python objects.} version 0.32 categories python revision 1
py-cddb 534
portdir python/py-cddb description {Python module for accessing CDDB} homepage http://cddb-py.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-cddb maintainers nomaintainer long_description {The dynamic duo of CDDB.py and DiscID.py, along with their side-kick C module cdrommodule.so, provide an easy way for Python programs to fetch information on audio CDs from CDDB -- a very large online database of track listings and other information on audio CDs.} version 1.4 categories python revision 1
-py-celementtree 549
-depends_build bin:unzip:unzip portdir python/py-celementtree description {C implementation of the ElementTree API, py-elementtree} homepage http://effbot.org/zone/celementtree.htm epoch 0 platforms darwin depends_lib {port:python24 port:py-elementtree} name py-celementtree maintainers mww long_description {The cElementTree module is a C implementation of the ElementTree API. On typical documents, it's 15-20 times faster than the Python version of ElementTree, and uses 2-5 times less memory.} version 1.0.5-20051216 categories python revision 0
+py-celementtree 551
+portdir python/py-celementtree description {C implementation of the ElementTree API, py-elementtree} homepage http://effbot.org/zone/celementtree.htm epoch 0 platforms darwin depends_lib {port:python24 port:py-elementtree} name py-celementtree maintainers mww long_description {The cElementTree module is a C implementation of the ElementTree API. On typical documents, it's 15-20 times faster than the Python version of ElementTree, and uses 2-5 times less memory.} depends_extract bin:unzip:unzip version 1.0.5-20051216 categories python revision 0
py-cfgparse 455
portdir python/py-cfgparse description {ConfigParser compatible python module providing ini-files access} homepage http://www.cs.wisc.edu/~param/software/cfgparse/ epoch 0 platforms darwin depends_lib port:python24 name py-cfgparse maintainers nomaintainer long_description {cfgparse is a Python module that provides mechanisms for managing configuration information. It is backward compatible with ConfigParser.} version 0.1 categories python revision 1
py-cgipm 663
portdir python/py-cgipm description {CGI interface tool for use as python module} homepage http://www.unixbeast.com/CGIpm/ epoch 0 platforms darwin depends_lib port:python24 name py-cgipm maintainers nomaintainer long_description {CGIpm is the Common Gateway Interface tool written in Python. The CGIpm Python module, like CGI.pm for Perl, is a tool for writing dynamic web pages. There exist many functions to accomplish all that you need to do when writing HTML documents for the web. On top of this functionality, CGIpm creates headers, cookies, and checks the parameters passed into web pages via online forms.} version 0.1 categories {python www} revision 1
-py-cgkit 653
-depends_build bin:unzip:unzip portdir python/py-cgkit description {Python module with basic types and functions for 3D graphics} homepage http://cgkit.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-cgkit maintainers nomaintainer long_description {The Python Computer Graphics Kit is a collection of Python modules that contain the basic types and functions to be able to create 3D computer graphics images. The kit mainly focuses on Pixar's RenderMan interface, but some modules can also be used for OpenGL programs or non-RenderMan compliant renderers like POV-Ray, for example.} version 1.2.0 categories python revision 1
+py-cgkit 655
+portdir python/py-cgkit description {Python module with basic types and functions for 3D graphics} homepage http://cgkit.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-cgkit maintainers nomaintainer long_description {The Python Computer Graphics Kit is a collection of Python modules that contain the basic types and functions to be able to create 3D computer graphics images. The kit mainly focuses on Pixar's RenderMan interface, but some modules can also be used for OpenGL programs or non-RenderMan compliant renderers like POV-Ray, for example.} depends_extract bin:unzip:unzip version 1.2.0 categories python revision 1
py-chart 559
portdir python/py-chart description {python library for creating EPS, PDF, PNG, or SVG charts} homepage http://home.gna.org/pychart/ epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-chart maintainers nomaintainer long_description {PyChart is a Python library for creating high quality Encapsulated Postscript, PDF, PNG, or SVG charts. It currently supports line plots, bar plots, range-fill plots, and pie charts. Because it is based on Python, you can make full use of Python's scripting power.} version 1.37 categories python revision 0
py-checker 606
@@ -7292,30 +7292,30 @@
portdir python/py-clienttable description {python module for generic HTML table parsing} homepage http://wwwsearch.sourceforge.net/ClientTable/ epoch 0 platforms darwin depends_lib port:python24 name py-clienttable maintainers nomaintainer long_description {ClientTable is a Python module for generic HTML table parsing. It is most useful when used in conjunction with other parsers (htmllib or HTMLParser, regular expressions, etc.), to divide up the parsing work between your own code and ClientTable.} version 0.0.1a categories {python www} revision 1
py-cmdsyntax 389
portdir python/py-cmdsyntax description {python module for matching command line arguments} homepage http://www.boddie.org.uk/david/Projects/Python/CMDSyntax epoch 0 platforms darwin depends_lib port:python24 name py-cmdsyntax maintainers nomaintainer long_description {a python module for matching command line arguments to a syntax definition.} version 0.91 categories python revision 1
-py-config 396
-depends_build bin:unzip:unzip portdir python/py-config description {alternative ConfigParser module for python} homepage http://config-py.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-config maintainers nomaintainer long_description {powerful alternative to the ConfigParser module already available in the standard Python.} version 1.2 categories python revision 1
+py-config 398
+portdir python/py-config description {alternative ConfigParser module for python} homepage http://config-py.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-config maintainers nomaintainer long_description {powerful alternative to the ConfigParser module already available in the standard Python.} depends_extract bin:unzip:unzip version 1.2 categories python revision 1
py-config-reddove 849
portdir python/py-config-reddove description {A hierarchical, easy-to-use, powerful configuration module for Python} homepage http://www.red-dove.com/python-config.html epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-config-reddove maintainers nomaintainer long_description {This module allows a hierarchical configuration scheme with support for mappings and sequences, cross-references between one part of the configuration and another, the ability to flexibly access real Python objects without full-blown eval(), an include facility, simple expression evaluation and the ability to change, save, cascade and merge configurations. Interfaces easily with environment variables and command-line options. It has been developed on python 2.3 but should work on version 2.2 or greater.} version 0.3.5 categories python revision 0
-py-configobj 1099
-depends_build bin:unzip:unzip portdir python/py-configobj description {Config file reading, writing and validation.} homepage http://www.voidspace.org.uk/python/configobj.html epoch 0 platforms darwin depends_lib port:python24 name py-configobj maintainers {akitada openmaintainer} long_description {ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files. It has lots of other features though : * Nested sections (subsections), to any level * List values * Multiple line values * String interpolation (substitution) * Integrated with a powerful validation system - including automatic type checking/conversion - repeated sections - and allowing default values * When writing out config files, ConfigObj preserves all comments and the order of members and sections * Many useful methods and options for working with conf
iguration files (like the 'reload' method) * Full Unicode support} version 4.5.2 categories python revision 0
+py-configobj 1101
+portdir python/py-configobj description {Config file reading, writing and validation.} homepage http://www.voidspace.org.uk/python/configobj.html epoch 0 platforms darwin depends_lib port:python24 name py-configobj maintainers {akitada openmaintainer} long_description {ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files. It has lots of other features though : * Nested sections (subsections), to any level * List values * Multiple line values * String interpolation (substitution) * Integrated with a powerful validation system - including automatic type checking/conversion - repeated sections - and allowing default values * When writing out config files, ConfigObj preserves all comments and the order of members and sections * Many useful methods and options for working with configuration files (like the 'rel
oad' method) * Full Unicode support} depends_extract bin:unzip:unzip version 4.5.2 categories python revision 0
py-configsaver 458
portdir python/py-configsaver description {synchronize files using a gmail account} homepage http://atlee.ca/software/configsaver/ depends_run port:py-libgmail epoch 0 platforms darwin depends_lib port:python24 name py-configsaver maintainers nomaintainer long_description {configsaver is a small commandline utility written in Python that will synchronize the files you specify using your gmail account.} version 0.2 categories {python sysutils} revision 0
py-constraint 515
portdir python/py-constraint description {python module for solving constraint satisfaction problems} homepage http://www.logilab.org/projects/constraint/ epoch 0 platforms darwin depends_lib port:python24 name py-constraint maintainers nomaintainer long_description {The constraint package is a constraint satisfaction problem solver written in 100% pure Python, using constraint propagation algorithms. So far, facilities are provided to work with finite domains only.} version 0.2.6 categories python revision 0
-py-construct 640
-depends_build bin:unzip:unzip portdir python/py-construct description {python module for parsing and building binary or textual data structures} homepage http://construct.wikispaces.com/ epoch 0 platforms darwin depends_lib port:python24 name py-construct maintainers {macfreek.nl:software openmaintainer} long_description {Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones.} version 2.00 categories python revision 0
+py-construct 642
+portdir python/py-construct description {python module for parsing and building binary or textual data structures} homepage http://construct.wikispaces.com/ epoch 0 platforms darwin depends_lib port:python24 name py-construct maintainers {macfreek.nl:software openmaintainer} long_description {Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones.} depends_extract bin:unzip:unzip version 2.00 categories python revision 0
py-contract 496
portdir python/py-contract description {programming by contract for python} homepage http://www.wayforward.net/pycontract epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-contract maintainers nomaintainer long_description {Programming by contract allows a programmer to document a function/class with statements describing behavior. The most famous use/example of contracts is in the language Eiffel (also this module is for python).} version 1.1 categories python revision 0
-py-coordsys 508
-depends_build bin:unzip:unzip portdir python/py-coordsys description {transformation of points between cartesian coordinate systems} homepage http://www.dezentral.de/soft/CoordSys/ epoch 0 platforms darwin depends_lib port:python24 name py-coordsys maintainers nomaintainer long_description {CoordSys is a python module for the fast transformation of points between cartesian coordinate systems. It's usually used to transform points from 3D to 2D and back.} version 0.51 categories {python math} revision 1
+py-coordsys 510
+portdir python/py-coordsys description {transformation of points between cartesian coordinate systems} homepage http://www.dezentral.de/soft/CoordSys/ epoch 0 platforms darwin depends_lib port:python24 name py-coordsys maintainers nomaintainer long_description {CoordSys is a python module for the fast transformation of points between cartesian coordinate systems. It's usually used to transform points from 3D to 2D and back.} depends_extract bin:unzip:unzip version 0.51 categories {python math} revision 1
py-crack 386
variants universal portdir python/py-crack description {python interface to the cracklib password sanity library} homepage http://www.nongnu.org/python-crack/ epoch 0 platforms darwin name py-crack depends_lib {port:python24 port:cracklib} long_description {{python interface to the cracklib password sanity library}} maintainers nomaintainer categories python version 0.5.1 revision 0
py-crash 612
portdir python/py-crash description {Python crash handler that handles uncaught exceptions} homepage http://pycrash.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-crash maintainers nomaintainer long_description {PyCrash is a crash handler that handles uncaught exceptions during program execution and collects information about the program context. PyCrash can be very useful in report bug information, because the programmer can easily analyse the program execution context of the crashed application. PyCrash needs threads.} version 0.4-pre3 categories python revision 1
py-crypto 541
portdir python/py-crypto description {collection of cryptographic algorithms and protocols for python} homepage http://www.amk.ca/python/code/crypto.html epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-crypto maintainers nomaintainer long_description {collection of cryptographic algorithms and protocols, implemented for use from python. Among are MD2, MD4, RIPEMD, AES, ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5, ARC4, simple XOR, RSA, DSA, ElGamal, qNEW.} version 2.0.1 categories {python security} revision 0
-py-cssutils 356
-depends_build bin:unzip:unzip portdir python/py-cssutils description {Parse and build CSS Cascading Style Sheets} homepage http://cthedot.de/cssutils/ epoch 0 platforms darwin depends_lib port:python24 name py-cssutils maintainers nomaintainer long_description {{Parse and build CSS Cascading Style Sheets}} version 0.53 categories {python www} revision 1
+py-cssutils 358
+portdir python/py-cssutils description {Parse and build CSS Cascading Style Sheets} homepage http://cthedot.de/cssutils/ epoch 0 platforms darwin depends_lib port:python24 name py-cssutils maintainers nomaintainer long_description {{Parse and build CSS Cascading Style Sheets}} depends_extract bin:unzip:unzip version 0.53 categories {python www} revision 1
py-ctags 703
portdir python/py-ctags description {Exuberant Ctags indexing python bindings} homepage http://pypi.python.org/pypi/python-ctags/ epoch 0 platforms darwin depends_lib port:python24 name py-ctags maintainers gmail.com:ahkdiep long_description {Exuberant Ctags supports indexing of many modern programming languages. Python is a powerful scriptable dynamic language. Using Python to access Ctags index file is a natural fit in extending an application's capability to examine source code. This project wrote a wrapper for readtags.c. I have been using the package in a couple of projects and it has been shown that it could easily handle hundreds source files.} version 1.0.5 categories python revision 0
py-ctypes 496
@@ -7336,8 +7336,8 @@
portdir python/py-dbo description {Python module to reflect database tables into Python objects} homepage http://python-dbo.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-dbo maintainers nomaintainer long_description {DBO allows you to reflect your database tables into Python objects. DBO composes all SQL queries, allowing the developer to focus on other things.} version 0.6 categories {python databases} revision 1
py-dbrow 605
portdir python/py-dbrow description {provides flexible access to positional, named attributes} homepage http://opensource.theopalgroup.com epoch 0 platforms darwin depends_lib port:python24 name py-dbrow maintainers nomaintainer long_description {Python module that defines light-weight objects which allow very flexible access to a fixed number of positional and named attributes via several interfaces. Or, more simply, these objects are a better way of returning the results of database queries, since they allow effcient access to fields by name or by index.} version 0.8 categories python revision 1
-py-decoratortools 478
-depends_build bin:unzip:unzip portdir python/py-decoratortools description {Class, Function, and Assignment Decorators, Metaclasses, and Related Tools} homepage http://cheeseshop.python.org/pypi/DecoratorTools epoch 0 platforms darwin depends_lib port:py-setuptools name py-decoratortools maintainers {stechert akitada openmaintainer} long_description {{Class, Function, and Assignment Decorators, Metaclasses, and Related Tools}} version 1.7 categories {python www} revision 2
+py-decoratortools 480
+portdir python/py-decoratortools description {Class, Function, and Assignment Decorators, Metaclasses, and Related Tools} homepage http://cheeseshop.python.org/pypi/DecoratorTools epoch 0 platforms darwin depends_lib port:py-setuptools name py-decoratortools maintainers {stechert akitada openmaintainer} long_description {{Class, Function, and Assignment Decorators, Metaclasses, and Related Tools}} depends_extract bin:unzip:unzip version 1.7 categories {python www} revision 2
py-des 360
portdir python/py-des description {DES and triple DES algorithm implementation in python} homepage http://home.pacific.net.au/~twhitema/des.html epoch 0 platforms darwin depends_lib port:python24 name py-des maintainers nomaintainer long_description {{DES and triple DES algorithm implementation in python}} version 1.1 categories {python security} revision 1
py-discord 495
@@ -7360,10 +7360,10 @@
portdir python/py-dpkt description {python packet creation and parsing library} homepage http://code.google.com/p/dpkt/ epoch 0 platforms darwin depends_lib port:python24 name py-dpkt maintainers {boeyms openmaintainer} long_description {dpkt provides fast, simple packet creation and parsing for python programs, with definitions for the basic TCP/IP protocols.} version 1.6 categories {python net} revision 0
py-dsv 515
variants wx portdir python/py-dsv description {Python module to import/export DSV files} homepage http://python-dsv.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-dsv long_description {Python-DSV is a Python module for importing and exporting DSV (delimiter separated values) files. DSV is a generalization of CSV (comma separated values). CSV is a common file format used by many programs to import and export data.} maintainers nomaintainer version 1.4.0 categories python revision 0
-py-ebay 456
-depends_build bin:unzip:unzip portdir python/py-ebay description {Python library encapsulating the eBay API} homepage http://ebaydeveloper.typepad.com/pyebay.html epoch 0 platforms darwin depends_lib port:python24 name py-ebay maintainers nomaintainer long_description {pyeBay is a Python library that encapsulates the eBay API. It is intended to make it very simple to create eBay applications on any platform.} version 0.1.4 categories python revision 1
-py-elementtree 584
-depends_build {bin:unzip:unzip port:py-setuptools} portdir python/py-elementtree description {flexible container object for python} homepage http://effbot.org/zone/element-index.htm epoch 0 platforms darwin depends_lib port:python24 name py-elementtree maintainers mww long_description {The Element type is a simple but flexible container object, designed to store hierarchical data structures, such as simplified XML infosets, in memory. The element type can be described as a cross between a Python list and a Python dictionary.} version 1.2.6-20050316 categories python revision 1
+py-ebay 458
+portdir python/py-ebay description {Python library encapsulating the eBay API} homepage http://ebaydeveloper.typepad.com/pyebay.html epoch 0 platforms darwin depends_lib port:python24 name py-ebay maintainers nomaintainer long_description {pyeBay is a Python library that encapsulates the eBay API. It is intended to make it very simple to create eBay applications on any platform.} depends_extract bin:unzip:unzip version 0.1.4 categories python revision 1
+py-elementtree 598
+depends_build port:py-setuptools portdir python/py-elementtree description {flexible container object for python} homepage http://effbot.org/zone/element-index.htm epoch 0 platforms darwin depends_lib port:python24 name py-elementtree maintainers mww long_description {The Element type is a simple but flexible container object, designed to store hierarchical data structures, such as simplified XML infosets, in memory. The element type can be described as a cross between a Python list and a Python dictionary.} depends_extract bin:unzip:unzip version 1.2.6-20050316 categories python revision 1
py-elixir 524
portdir python/py-elixir description {Declarative layer on top of sqlalchemy} homepage http://elixir.ematia.de/ epoch 0 platforms darwin depends_lib port:py-sqlalchemy name py-elixir maintainers {stechert akitada openmaintainer} long_description {Elixir does not intend to replace SQLAlchemy's core features, but instead focuses on providing a simpler syntax for defining model objects when you do not need the full expressiveness of SQLAlchemy's manual mapper definitions.} version 0.5.2 categories {python www} revision 0
py-empy 565
@@ -7386,8 +7386,8 @@
portdir python/py-fchksum description {Python module to find the checksum of files} homepage http://users.dakotacom.net/~donut/programs/fchksum.html epoch 0 platforms darwin depends_lib {port:python24 lib:libz:zlib} name py-fchksum maintainers nomaintainer long_description {fchksum is a Python module to find the checksum of files. Currently it supports md5, crc32, cksum, bsd-style sum, and sysv-style sum.} version 1.7.1 categories python revision 1
py-fcrypt 570
portdir python/py-fcrypt description {python implementation of the Unix DES password crypt function} homepage http://home.clear.net.nz/pages/c.evans/sw/#python-fcrypt epoch 0 platforms darwin depends_lib port:python24 name py-fcrypt maintainers nomaintainer long_description {A pure Python implementation of the Unix DES password crypt function, based on Eric Young's fcrypt.c. It works with any version of Python from version 1.5 or higher, and because it's pure Python it doesn't need a C compiler to install it.} version 1.3.1 categories {python sysutils} revision 1
-py-feedparser 510
-depends_build bin:unzip:unzip portdir python/py-feedparser description {RSS and Atom parser} homepage http://feedparser.org/ epoch 0 platforms darwin depends_lib port:python24 name py-feedparser maintainers {akitada openmaintainer} long_description {Universal Feed Parser is a Python module for downloading and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom, and CDF feeds.} version 4.1 categories python revision 0
+py-feedparser 512
+portdir python/py-feedparser description {RSS and Atom parser} homepage http://feedparser.org/ epoch 0 platforms darwin depends_lib port:python24 name py-feedparser maintainers {akitada openmaintainer} long_description {Universal Feed Parser is a Python module for downloading and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom, and CDF feeds.} depends_extract bin:unzip:unzip version 4.1 categories python revision 0
py-flatdb 535
portdir python/py-flatdb description {flatfile database module for python} homepage http://www.swoogan.com/flatdb.html epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-flatdb maintainers nomaintainer long_description {FlatDB is a python flatfile database module. Use it to create and modify flat file (ASCII text) databases. The (non-SQL) API supports table creation, table deletion, inserts, updates, deletes, and search queries with where clauses.} version 1.0.2 categories {python databases textproc} revision 1
py-flup 462
@@ -7422,8 +7422,8 @@
portdir python/py-ggy description {parser and lexer generator for python, in python} homepage http://lava.net/~newsham/pyggy/ epoch 0 platforms darwin depends_lib port:python24 name py-ggy maintainers nomaintainer long_description {This is a Python package for generating parsers and lexers in Python. The distribution contains a generator for generating complicated multi-state lexers with support for backing up. It also includes a generator for generating GLR parsers capable of parsing arbitrary grammars.} version 0.4.1 categories python revision 1
py-glewpy 602
portdir python/py-glewpy description {Python bindings for GLEW (OpenGL Extension Wrangler)} homepage http://glewpy.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib {port:python24 port:glew port:py-pyrex} name py-glewpy maintainers nomaintainer long_description {GLEWpy aims to bring advanced OpenGL extensions to Python. This will allow the Python OpenGL developer to use features such as fragment and vertex shaders and image processing on the GPU. It serves as a compliment to PyOpenGL and toolkits such as GLUT and SDL (pygame).} version 0.7.4 categories {python graphics} revision 2
-py-gmpy 443
-depends_build bin:unzip:unzip portdir python/py-gmpy description {general MultiPrecision arithmetic module for Python} homepage http://gmpy.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python24 port:gmp} name py-gmpy maintainers nomaintainer long_description {gmpy is a general MultiPrecision arithmetic module for Python wrapping the GNU arbitrary precision arithmetic library 'gmp'.} version 1.01 categories python revision 0
+py-gmpy 445
+portdir python/py-gmpy description {general MultiPrecision arithmetic module for Python} homepage http://gmpy.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python24 port:gmp} name py-gmpy maintainers nomaintainer long_description {gmpy is a general MultiPrecision arithmetic module for Python wrapping the GNU arbitrary precision arithmetic library 'gmp'.} depends_extract bin:unzip:unzip version 1.01 categories python revision 0
py-gnome 401
variants universal portdir python/py-gnome description {gnome-python is a set of python interfaces to gnome-libs.} homepage http://www.pygtk.org/ epoch 0 platforms darwin name py-gnome depends_lib {port:libzvt port:py-gtk2 port:py-orbit} long_description {{gnome-python is a set of python interfaces to gnome-libs.}} maintainers kallisys.net:pguyot categories {python gnome} version 2.18.2 revision 0
py-gnupg 491
@@ -7484,8 +7484,8 @@
portdir python/py-kid description {A simple and pythonic XML template language} homepage http://www.kid-templating.org/ epoch 0 platforms darwin depends_lib {port:python24 port:py-celementtree} name py-kid maintainers {afb openmaintainer} long_description {Kid is a simple, Python-based template language for generating and transforming XML vocabularies.} version 0.9.6 categories python revision 0
py-kjbuckets 539
portdir python/py-kjbuckets description {Python module that defines graph, set and dict datatypes} homepage http://gadfly.sourceforge.net/kjbuckets.html epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-kjbuckets maintainers nomaintainer long_description {Python module that defines graph and set datatypes as well as an alternative dictionary data type. These types are tightly coupled at the level of C, allowing fast and powerful algebraic combinations of container objects.} version 2.2 categories python revision 1
-py-kqueue 342
-depends_build bin:unzip:unzip portdir python/py-kqueue description {This is a kqueue package} homepage ftp://ftp.netbsd.org/pub/NetBSD/misc/jdolecek/ epoch 0 platforms darwin depends_lib port:python24 name py-kqueue maintainers {akitada openmaintainer} long_description {{This is a kqueue package}} version 2.0.1 categories python revision 0
+py-kqueue 344
+portdir python/py-kqueue description {This is a kqueue package} homepage ftp://ftp.netbsd.org/pub/NetBSD/misc/jdolecek/ epoch 0 platforms darwin depends_lib port:python24 name py-kqueue maintainers {akitada openmaintainer} long_description {{This is a kqueue package}} depends_extract bin:unzip:unzip version 2.0.1 categories python revision 0
py-ldap 616
portdir python/py-ldap description {object-oriented api for python to access LDAP directory servers} homepage http://www.python-ldap.org/ epoch 0 platforms darwin depends_lib {port:python24 port:openldap port:openssl port:cyrus-sasl2} name py-ldap maintainers nomaintainer long_description {python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose. Additionally the package contains modules for other LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, etc.).} version 2.3.7 categories python revision 0
py-levenshtein 639
@@ -7534,8 +7534,8 @@
portdir python/py-mako description {A super-fast templating language that borrows the best ideas from the existing templating languages.} homepage http://www.makotemplates.org/ epoch 0 platforms darwin depends_lib port:python24 name py-mako maintainers dh long_description {Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.} version 0.1.10 categories {python www} revision 0
py-managesieve 490
depends_build port:py-setuptools portdir python/py-managesieve description {Protocol for remotely managing Sieve scripts} homepage http://python-managesieve.origo.ethz.ch epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-managesieve maintainers gboyce long_description {A Protocol for remotely managing Sieve Scripts. A MANGAGESIEVE client library for remotely managing Sieve scripts, including an interactive sieveshell.} version 0.4 categories {python mail} revision 1
-py-markdown 377
-depends_build bin:unzip:unzip portdir python/py-markdown description {python implementation of markdown} homepage http://www.freewisdom.org/projects/python-markdown/ epoch 0 platforms darwin depends_lib port:python24 name py-markdown maintainers {openmaintainer erickt} long_description {{python implementation of markdown}} version 1.7 categories {python textproc} revision 0
+py-markdown 379
+portdir python/py-markdown description {python implementation of markdown} homepage http://www.freewisdom.org/projects/python-markdown/ epoch 0 platforms darwin depends_lib port:python24 name py-markdown maintainers {openmaintainer erickt} long_description {{python implementation of markdown}} depends_extract bin:unzip:unzip version 1.7 categories {python textproc} revision 0
py-mathdom 371
portdir python/py-mathdom description {DOM library for Content MathML written in Python} homepage http://py-mathdom.sourceforge.net/ depends_run port:py-parsing epoch 0 platforms darwin depends_lib port:python24 name py-mathdom maintainers nomaintainer long_description {{DOM library for Content MathML written in Python}} version 0.7 categories {python math} revision 0
py-matplotlib 831
@@ -7563,7 +7563,7 @@
py-modulegraph 635
portdir python/py-modulegraph description {Python module dependency analysis tool} homepage http://undefined.org/python/#modulegraph epoch 0 platforms darwin depends_lib {port:python24 port:py-altgraph} name py-modulegraph maintainers {jwa openmaintainer} long_description {modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph uses similar methods to modulefinder from the standard library, but uses a more flexible internal representation, has more extensive knowledge of special cases, and is extensible.} version 0.7 categories {python devel} revision 0
py-modulegraph-devel 682
-depends_build bin:svn:subversion portdir python/py-modulegraph-devel description {Python module dependency analysis tool} homepage http://undefined.org/python/#modulegraph epoch 0 platforms darwin depends_lib {port:python24 port:py-altgraph} name py-modulegraph-devel maintainers {jmr openmaintainer} long_description {modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph uses similar methods to modulefinder from the standard library, but uses a more flexible internal representation, has more extensive knowledge of special cases, and is extensible.} version 0.7.2 categories {python devel} revision 0
+portdir python/py-modulegraph-devel depends_fetch bin:svn:subversion description {Python module dependency analysis tool} homepage http://undefined.org/python/#modulegraph epoch 0 platforms darwin depends_lib {port:python24 port:py-altgraph} name py-modulegraph-devel maintainers {jmr openmaintainer} long_description {modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph uses similar methods to modulefinder from the standard library, but uses a more flexible internal representation, has more extensive knowledge of special cases, and is extensible.} version 0.7.2 categories {python devel} revision 0
py-mongoose 651
portdir python/py-mongoose description {advanced python exception handler} homepage http://themongoose.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-mongoose maintainers nomaintainer long_description {Mongoose catches runaway Pythons. It provides a graceful exit and report when an uncaught Python exception occurs in deployed production or beta software, catches and reports otherwise unhandled Python exceptions in a helpful and extensible manner, automatically generates an unique Mongoose Incident Identifier to help you track the same bug across multiple computers.} version 0.1 categories {python devel} revision 1
py-mpservlets 359
@@ -7578,8 +7578,8 @@
portdir python/py-mx description {python extensions for database, date/time processing and other} homepage http://www.egenix.com/files/python/eGenix-mx-Extensions.html epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-mx maintainers nomaintainer long_description {collection of Python software tools which enhance Python's usability in many important areas such as ODBC database connectivity, fast text processing, date/time processing and web site programming.} version 2.0.6 categories {python devel} revision 0
py-myghty 591
portdir python/py-myghty description {Myghty is a Python based templating framework originally based on HTML::Mason.} homepage http://www.myghty.org epoch 0 platforms darwin depends_lib port:python24 name py-myghty maintainers nomaintainer long_description {Myghty fully implements Mason's templating language, component-based architecture, and caching system, and goes beyond, adding new paradigms such the Module Components controller paradigm, full Python whitespace syntax, threading support, WSGI support, session support, and much more.} version 1.1 categories {python www} revision 0
-py-myghtyutils 411
-depends_build bin:unzip:unzip portdir python/py-myghtyutils description {Container and Utility Functions from the Myghty Template Framework.} homepage http://www.myghty.org epoch 0 platforms darwin depends_lib port:py-setuptools name py-myghtyutils maintainers nomaintainer long_description {{Container and Utility Functions from the Myghty Template Framework.}} version 0.52 categories {python www} revision 0
+py-myghtyutils 413
+portdir python/py-myghtyutils description {Container and Utility Functions from the Myghty Template Framework.} homepage http://www.myghty.org epoch 0 platforms darwin depends_lib port:py-setuptools name py-myghtyutils maintainers nomaintainer long_description {{Container and Utility Functions from the Myghty Template Framework.}} depends_extract bin:unzip:unzip version 0.52 categories {python www} revision 0
py-mysql 418
variants {mysql3 mysql4} portdir python/py-mysql description {Python interface to mysql} homepage http://sourceforge.net/projects/mysql-python/ epoch 0 platforms darwin depends_lib {port:python24 port:mysql5} name py-mysql long_description {A package containing a Python module that allows you to connect to MySQL databases} maintainers wilcoxd.com:rwilcox version 1.2.2 categories {python devel databases} revision 0
py-netdevicelib 537
@@ -7676,16 +7676,16 @@
portdir python/py-ppy description {package that lets you create Python callables in PPC assembly} homepage http://starship.python.net/crew/mwh/hacks/PPY.html epoch 0 platforms darwin depends_lib port:python24 name py-ppy maintainers nomaintainer long_description {{package that lets you create Python callables in PPC assembly}} version 0.0.6 categories python revision 1
py-probstat 378
portdir python/py-probstat description {Probability And Statistics for python} homepage http://probstat.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-probstat maintainers nomaintainer long_description {python module for doing fast Permutations, Combinations, Cartesian product and Priority Queue.} version 0.912 categories {python math} revision 1
-py-processing 844
-depends_build bin:unzip:unzip portdir python/py-processing description {Using processes which mimics the threading module} homepage http://developer.berlios.de/projects/pyprocessing epoch 0 platforms darwin depends_lib {port:python24 port:py-ctypes} name py-processing maintainers blair long_description {Processing is a package for the Python language which supports the spawning of processes using the API of the standard library's threading module. Objects can be transferred between processes using pipes or multi-producer/multi-consumer queues. Objects can be shared between processes using a server process or (for simple data) shared memory. Equivalents of all the synchronization primitives in threading are available. A Pool class makes it easy to submit tasks to a pool of worker processes.} version 0.52 categories python revision 0
+py-processing 846
+portdir python/py-processing description {Using processes which mimics the threading module} homepage http://developer.berlios.de/projects/pyprocessing epoch 0 platforms darwin depends_lib {port:python24 port:py-ctypes} name py-processing maintainers blair long_description {Processing is a package for the Python language which supports the spawning of processes using the API of the standard library's threading module. Objects can be transferred between processes using pipes or multi-producer/multi-consumer queues. Objects can be shared between processes using a server process or (for simple data) shared memory. Equivalents of all the synchronization primitives in threading are available. A Pool class makes it easy to submit tasks to a pool of worker processes.} depends_extract bin:unzip:unzip version 0.52 categories python revision 0
py-psyco 373
variants darwin_i386 portdir python/py-psyco description {a python specializing compiler} homepage http://psyco.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-psyco long_description {Psyco is a Python extension module which can massively speed up the execution of any Python code.} maintainers erickt version 1.5.2 categories python revision 2
py-psycopg 590
variants {postgresql82 postgresql83 universal} portdir python/py-psycopg description {a python DBAPI-2.0 ompliant database adapter for postgresql} homepage http://www.initd.org/software/initd/psycopg/ epoch 0 platforms {darwin freebsd} name py-psycopg depends_lib {port:py-mx port:python24 port:openssl} long_description {psycopg is a postgresql database adapter for python. It's fully compliant to pythons DBAPI-2.0. psycopg is designed for heavily multi-threaded applications featuring connection pooling.} maintainers nomaintainer categories {python databases} version 1.1.21 revision 1
py-psycopg2 549
portdir python/py-psycopg2 description {A python DBAPI-2.0 ompliant database adapter for postgresql} homepage http://www.initd.org/software/initd/psycopg/ epoch 0 platforms {darwin freebsd} depends_lib {port:postgresql81 port:python24 port:openssl} name py-psycopg2 maintainers landonf long_description {Psycopg2 is a postgresql database adapter for python. It's fully compliant to pythons DBAPI-2.0. psycopg is designed for heavily multi-threaded applications featuring connection pooling.} version 2.0.5.1 categories {python databases} revision 0
-py-ptypes 422
-depends_build bin:unzip:unzip portdir python/py-ptypes description {persistent versions of dictionary and list types} homepage http://www.peck.org.uk/p/python/ epoch 0 platforms darwin depends_lib port:python24 name py-ptypes maintainers nomaintainer long_description {Provides persistent versions of dictionary and list types. Built into the datatype is simple version checking.} version 0.3 categories python revision 1
+py-ptypes 424
+portdir python/py-ptypes description {persistent versions of dictionary and list types} homepage http://www.peck.org.uk/p/python/ epoch 0 platforms darwin depends_lib port:python24 name py-ptypes maintainers nomaintainer long_description {Provides persistent versions of dictionary and list types. Built into the datatype is simple version checking.} depends_extract bin:unzip:unzip version 0.3 categories python revision 1
py-pullparser 535
portdir python/py-pullparser description {python module providing a simple pull API for HTML parsing} homepage http://wwwsearch.sourceforge.net/pullparser/ epoch 0 platforms darwin depends_lib port:python24 name py-pullparser maintainers nomaintainer long_description {A simple {pull API} for HTML parsing, after Perl's HTML::TokeParser. Many simple HTML parsing tasks are simpler this way than with the HTMLParser module. pullparser.PullParser is a subclass of HTMLParser.HTMLParser.} version 0.0.6 categories {python www} revision 0
py-py 409
@@ -7693,7 +7693,7 @@
py-py2app 596
portdir python/py-py2app description {converts python scripts into executable Mac OS X apps} homepage http://undefined.org/python/#py2app epoch 0 platforms darwin depends_lib {port:python24 port:py-setuptools port:py-altgraph port:py-macholib port:py-modulegraph port:py-bdist_mpkg} name py-py2app maintainers {jwa openmaintainer} long_description {A distutils extension which converts python scripts into executable Mac OS X applications, able to run without requiring an existing python installation. This is a replacement for bundlebuilder.} version 0.3.6 categories {python devel} revision 0
py-py2app-devel 647
-depends_build bin:svn:subversion portdir python/py-py2app-devel description {converts python scripts into executable Mac OS X apps} homepage http://undefined.org/python/#py2app epoch 0 platforms darwin depends_lib {port:python24 port:py-setuptools port:py-altgraph port:py-macholib port:py-modulegraph-devel port:py-bdist_mpkg} name py-py2app-devel maintainers {jmr openmaintainer} long_description {A distutils extension which converts python scripts into executable Mac OS X applications, able to run without requiring an existing python installation. This is a replacement for bundlebuilder.} version 0.4.2 categories {python devel} revision 1
+portdir python/py-py2app-devel depends_fetch bin:svn:subversion description {converts python scripts into executable Mac OS X apps} homepage http://undefined.org/python/#py2app epoch 0 platforms darwin depends_lib {port:python24 port:py-setuptools port:py-altgraph port:py-macholib port:py-modulegraph-devel port:py-bdist_mpkg} name py-py2app-devel maintainers {jmr openmaintainer} long_description {A distutils extension which converts python scripts into executable Mac OS X applications, able to run without requiring an existing python installation. This is a replacement for bundlebuilder.} version 0.4.2 categories {python devel} revision 1
py-pyb 370
portdir python/py-pyb description {python-based ant-like build tool} homepage http://pyb.sf.net/ epoch 0 platforms darwin depends_lib port:python24 name py-pyb maintainers nomaintainer long_description {Pyb is a build tool written in Python which emulates the style of Ant using Python for build scripts instead of XML.} version 0.4 categories {python devel} revision 1
py-pycluster 431
@@ -7713,11 +7713,11 @@
py-pyobjc 637
portdir python/py-pyobjc description {bidirectional bridge between python and Objective C} homepage http://pyobjc.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-pyobjc maintainers nomaintainer 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 1.4 categories {python devel} revision 0
py-pyobjc2 742
-depends_build bin:svn:subversion portdir python/py-pyobjc2 description {bidirectional bridge between python and Objective C} homepage http://pyobjc.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python24 port:py-setuptools port:py-py2app-devel port:py-elementtree} name py-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
+portdir python/py-pyobjc2 depends_fetch bin:svn:subversion description {bidirectional bridge between python and Objective C} homepage http://pyobjc.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python24 port:py-setuptools port:py-py2app-devel port:py-elementtree} name py-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
py-pyobjc2-cocoa 436
-depends_build bin:svn:subversion portdir python/py-pyobjc2-cocoa description {cocoa wrappers for py-pyobjc2} homepage http://pyobjc.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python24 port:py-pyobjc2} name py-pyobjc2-cocoa maintainers {jmr openmaintainer} long_description {This port provides the CoreFoundation, Foundation and AppKit wrappers for use with py-pyobjc2.} version 2.0 categories {python devel} revision 1
-py-pyprotocols 590
-depends_build bin:unzip:unzip portdir python/py-pyprotocols description {Protocol Definition, Declaration, and Adaptation} homepage http://www.turbogears.org/ epoch 0 platforms darwin depends_lib port:py-decoratortools name py-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.} version 1.0a0dev-r2302 categories {python devel} revision 0
+portdir python/py-pyobjc2-cocoa depends_fetch bin:svn:subversion description {cocoa wrappers for py-pyobjc2} homepage http://pyobjc.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python24 port:py-pyobjc2} name py-pyobjc2-cocoa maintainers {jmr openmaintainer} long_description {This port provides the CoreFoundation, Foundation and AppKit wrappers for use with py-pyobjc2.} version 2.0 categories {python devel} revision 1
+py-pyprotocols 592
+portdir python/py-pyprotocols description {Protocol Definition, Declaration, and Adaptation} homepage http://www.turbogears.org/ epoch 0 platforms darwin depends_lib port:py-decoratortools name py-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 0
py-pyqt3 579
variants universal portdir python/py-pyqt3 description {PyQt is a set of Python bindings for the Qt toolkit} homepage http://www.riverbankcomputing.co.uk/pyqt/index.php epoch 0 platforms macosx name py-pyqt3 depends_lib {port:py-sip port:qt3-mac} long_description {PyQt is a set of Python bindings for the Qt 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 nomaintainer categories {python devel} version 3.17.4 revision 0
py-pyqt4 589
@@ -7774,12 +7774,12 @@
portdir python/py-scipy04 description {OBSOLETE. Use py-scipy port instead.} homepage http://www.scipy.org/ epoch 0 platforms darwin name py-scipy04 long_description {This package has been replaced by the py-scipy package. Please uninstall this package prior to installing the py-scipy package.} maintainers erickt version 0.4.6 categories python revision 1
py-sclapp 393
portdir python/py-sclapp description {framework for writing command-line applications} homepage http://www.alittletooquiet.net/software/sclapp/ epoch 0 platforms darwin depends_lib port:python24 name py-sclapp maintainers {sfiera openmaintainer} long_description {easy-to-use framework for writing simple command-line applications in Python} version 0.5.1 categories {python devel} revision 0
-py-serial 568
-depends_build bin:unzip:unzip portdir python/py-serial description {Python Serial Port Extension} homepage http://pyserial.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-serial maintainers vercruesse.de:opendarwin.nospam long_description {This module incapsulates the access for the serial port. It provides backends for standard Python running on Windows, Linux, BSD (possibly any POSIX compliant system) and Jython. The module named serial automatically selects the appropriate backend.} version 2.2 categories {python comms} revision 1
+py-serial 570
+portdir python/py-serial description {Python Serial Port Extension} homepage http://pyserial.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-serial maintainers vercruesse.de:opendarwin.nospam long_description {This module incapsulates the access for the serial port. It provides backends for standard Python running on Windows, Linux, BSD (possibly any POSIX compliant system) and Jython. The module named serial automatically selects the appropriate backend.} depends_extract bin:unzip:unzip version 2.2 categories {python comms} revision 1
py-setuptools 523
portdir python/py-setuptools description {distutils enhancement for build and distribution} homepage http://peak.telecommunity.com/DevCenter/setuptools epoch 0 platforms darwin depends_lib port:python24 name py-setuptools maintainers {openmaintainer stechert} long_description {setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.} version 0.6c9 categories {python devel} revision 0
-py-sgmlop 477
-depends_build bin:unzip:unzip portdir python/py-sgmlop description {Optimized SGML/XML parser} homepage http://www.effbot.org/zone/sgmlop-index.htm epoch 0 platforms darwin depends_lib port:python24 name py-sgmlop maintainers nomaintainer long_description {The sgmlop module provides an optimized SGML/XML parser, designed as an add-on to the sgmllib/htmllib and xmllib modules shipped with Python 1.5 and later.} version 1.1.1-20040207 categories {python textproc} revision 1
+py-sgmlop 479
+portdir python/py-sgmlop description {Optimized SGML/XML parser} homepage http://www.effbot.org/zone/sgmlop-index.htm epoch 0 platforms darwin depends_lib port:python24 name py-sgmlop maintainers nomaintainer long_description {The sgmlop module provides an optimized SGML/XML parser, designed as an add-on to the sgmllib/htmllib and xmllib modules shipped with Python 1.5 and later.} depends_extract bin:unzip:unzip version 1.1.1-20040207 categories {python textproc} revision 1
py-shellwords 389
portdir python/py-shellwords description {Parse strings into words like a POSIX shell does.} homepage http://www.crazy-compilers.com/py-lib/shellwords.html epoch 0 platforms darwin depends_lib port:python24 name py-shellwords maintainers nomaintainer long_description {Python module to parse strings into words like a POSIX shell does.} version 0.2 categories {python textproc} revision 1
py-simplejson 367
@@ -7892,16 +7892,16 @@
portdir python/py-umlgraph description {debugger that produces UML by inspecting running python programs} homepage http://adamfeuer.com/~adamf/software/PyUMLGraph/ epoch 0 platforms darwin depends_lib port:python24 name py-umlgraph maintainers nomaintainer long_description {PyUMLGraph is a Python debugger that produces UML diagrams by inspecting running Python programs. The output is in Graphviz's dot language, and dot can produce pictures in many popular formats, such as PNG, PDF, SVG, and others. The UML diagrams can contain information about class inheritance relationships, references to other classes, class methods and return types, as well as class attributes and types.} version 0.1.10 categories {python devel} revision 1
py-unit 345
portdir python/py-unit description {python testing framework} homepage http://pyunit.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-unit maintainers nomaintainer long_description {python testing framework, py-unit is the python language version of JUnit} version 1.4.1 categories {python devel} revision 1
-py-unum 652
-depends_build bin:unzip:unzip portdir python/py-unum description {python module for using numbers with units, like volts, meters} homepage http://home.tiscali.be/be052320/Unum.html epoch 0 platforms darwin depends_lib port:python24 name py-unum maintainers nomaintainer long_description {Unum stands for unit-numbers. It is a Python module that allows defining and manipulating true quantities, i.e. numbers with units like volts, hours, meter-per-second. Consistency between units is checked at each expression {evaluation;} unit conversion and unit output formatting are performed automatically when needed.} version 4.0 categories python revision 0
+py-unum 654
+portdir python/py-unum description {python module for using numbers with units, like volts, meters} homepage http://home.tiscali.be/be052320/Unum.html epoch 0 platforms darwin depends_lib port:python24 name py-unum maintainers nomaintainer long_description {Unum stands for unit-numbers. It is a Python module that allows defining and manipulating true quantities, i.e. numbers with units like volts, hours, meter-per-second. Consistency between units is checked at each expression {evaluation;} unit conversion and unit output formatting are performed automatically when needed.} depends_extract bin:unzip:unzip version 4.0 categories python revision 0
py-url 456
portdir python/py-url description {RFC2396 compliant Python implementation of URLs} homepage http://www.livinglogic.de/Python/url/ epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-url maintainers nomaintainer long_description {This Python module contains an RFC2396 compliant implementation of URLs (see the class URL) and file like classes for reading data from URLs and writing data to URLs} version 0.12 categories python revision 1
py-urlgrabber 498
portdir python/py-urlgrabber description {High-level cross-protocol url-grabber} homepage http://linux.duke.edu/projects/urlgrabber/ epoch 0 platforms darwin depends_lib port:python24 name py-urlgrabber maintainers {afb openmaintainer} long_description {python-urlgrabber is a high-level cross-protocol url-grabber for python supporting HTTP, FTP and file locations. Features include keepalive, byte ranges, throttling, authentication, proxies and more.} version 3.1.0 categories python revision 0
py-urwid 473
portdir python/py-urwid description {curses-based UI/widget library for Python} homepage http://excess.org/urwid/ epoch 0 platforms darwin depends_lib port:python24 name py-urwid maintainers nomaintainer long_description {Urwid is a curses-based UI/widget library for Python. It features fluid interface resizing, multiple text layout options, simple markup for attributes, powerful scrolling list boxes and flexible edit boxes.} version 0.9.8 categories python revision 0
-py-utidylib 414
-depends_build bin:unzip:unzip portdir python/py-utidylib description {Python interface to html tidy} homepage http://utidylib.berlios.de/ epoch 0 platforms darwin depends_lib {port:python24 lib:libtidy:tidy port:py-ctypes port:py-epydoc} name py-utidylib maintainers nomaintainer long_description {Python interface to html tidy, the html and xml cleanup tool from the w3c} version 0.2 categories python revision 1
+py-utidylib 416
+portdir python/py-utidylib description {Python interface to html tidy} homepage http://utidylib.berlios.de/ epoch 0 platforms darwin depends_lib {port:python24 lib:libtidy:tidy port:py-ctypes port:py-epydoc} name py-utidylib maintainers nomaintainer long_description {Python interface to html tidy, the html and xml cleanup tool from the w3c} depends_extract bin:unzip:unzip version 0.2 categories python revision 1
py-virtualenv 385
portdir python/py-virtualenv description {Virtual Python Environment builder} homepage http://pypi.python.org/pypi/virtualenv epoch 0 platforms darwin depends_lib {port:python24 port:py-setuptools} name py-virtualenv maintainers {arthurk openmaintainer} long_description {virtualenv is a tool to create isolated Python environments.} version 1.3.3 categories {python devel} revision 0
py-virtualenvwrapper 419
@@ -7930,16 +7930,16 @@
portdir python/py-wxpython26 description {Python interface to the wxWindows cross platform GUI} homepage http://www.wxpython.org/ epoch 0 platforms darwin name py-wxpython26 depends_lib {port:python24 port:wxWidgets26} maintainers {mww jwa} 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++.} categories {python graphics} version 2.6.3.3 revision 0
py-xar 445
portdir python/py-xar description {Python bindings for xar} homepage http://code.google.com/p/xar/wiki/pyxar epoch 0 platforms darwin depends_lib {port:xar port:py-pyrex} name py-xar maintainers {afb openmaintainer} long_description {The Python bindings for xar currently include a single Python module, xarfile, which attempts to be as compatible with the Python tarfile module as reasonably possible.} version 0.4 categories python revision 0
-py-xattr 686
-variants darwin_7 depends_build port:subversion portdir python/py-xattr description {xattr is a Python wrapper for Darwin's extended filesystem attributes} homepage http://undefined.org/python/#xattr epoch 0 platforms {darwin linux} depends_lib port:python24 name py-xattr long_description {Extended attributes extend the basic attributes of files and directories in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc). Extended attributes are currently only available on Darwin 8.0 and later. This corresponds to Mac OS X 10.4 (Tiger).} maintainers optusnet.com.au:arsptr version 0.2 categories python revision 0
+py-xattr 719
+variants darwin_7 depends_build port:subversion portdir python/py-xattr depends_fetch bin:svn:subversion description {xattr is a Python wrapper for Darwin's extended filesystem attributes} homepage http://undefined.org/python/#xattr epoch 0 platforms {darwin linux} depends_lib port:python24 name py-xattr long_description {Extended attributes extend the basic attributes of files and directories in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc). Extended attributes are currently only available on Darwin 8.0 and later. This corresponds to Mac OS X 10.4 (Tiger).} maintainers optusnet.com.au:arsptr version 0.2 categories python revision 0
py-xist 679
portdir python/py-xist description {XML based HTML generator in Python} homepage http://www.livinglogic.de/Python/xist/ epoch 0 platforms darwin depends_lib {port:python24 port:py-xml port:py-ansistyle port:py-url} name py-xist maintainers nomaintainer long_description {XIST is an XML based extensible HTML generator written in Python. XIST is also a DOM parser (built on top of SAX2) with a very simple and pythonesque tree API. Every XML element type corresponds to a Python class and these Python classes provide a conversion method to transform the XML tree (e.g. into HTML). XIST can be considered object oriented XSL.} version 2.13 categories {python textproc} revision 0
py-xlib 612
portdir python/py-xlib description {python module for the X protocol} homepage http://python-xlib.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-xlib maintainers nomaintainer long_description {The Python X Library is intended to be a fully functional X client library for Python programs. It is written entirely in Python. This is possible to do since X client programs communicate with the X server via the X protocol. The communication takes place over TCP/IP, Unix sockets, DECnet or any other suitable streaming network protocol.} version 0.12 categories {python x11} revision 1
-py-xlrd 410
-depends_build bin:unzip:unzip portdir python/py-xlrd description {module to extract data from Microsoft Excel spreadsheet files} homepage http://www.lexicon.net/sjmachin/xlrd.htm epoch 0 platforms darwin depends_lib port:python24 name py-xlrd maintainers nomaintainer long_description {xlrd is a Python module to extract data from Microsoft Excel spreadsheet files.} version 0.5.2 categories python revision 0
-py-xlwriter 547
-depends_build bin:unzip:unzip portdir python/py-xlwriter description {python module for writing Excel spreadsheets} homepage http://pyxlwriter.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-xlwriter maintainers nomaintainer long_description {pyXLWriter is a Python library for generating Excel spreadsheets. It is a port of John McNamara's Perl Spreadsheet::WriteExcel module version 0.42 to Python. It allows writing of Excel spreadsheets without the need for COM objects.} version 0.4a3 categories python revision 0
+py-xlrd 412
+portdir python/py-xlrd description {module to extract data from Microsoft Excel spreadsheet files} homepage http://www.lexicon.net/sjmachin/xlrd.htm epoch 0 platforms darwin depends_lib port:python24 name py-xlrd maintainers nomaintainer long_description {xlrd is a Python module to extract data from Microsoft Excel spreadsheet files.} depends_extract bin:unzip:unzip version 0.5.2 categories python revision 0
+py-xlwriter 549
+portdir python/py-xlwriter description {python module for writing Excel spreadsheets} homepage http://pyxlwriter.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python24 name py-xlwriter maintainers nomaintainer long_description {pyXLWriter is a Python library for generating Excel spreadsheets. It is a port of John McNamara's Perl Spreadsheet::WriteExcel module version 0.42 to Python. It allows writing of Excel spreadsheets without the need for COM objects.} depends_extract bin:unzip:unzip version 0.4a3 categories python revision 0
py-xml 364
portdir python/py-xml description {XML Tools for Python} homepage http://pyxml.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python24 port:expat} name py-xml maintainers mac.com:ryanwilcox long_description {A package of all the tools required for writing basic XML applications in Python.} version 0.8.4 categories {python devel textproc} revision 0
py-xmldiff 575
@@ -7976,8 +7976,8 @@
portdir python/py25-asn1 description {Implementation of ASN.1 types and codecs in Python} homepage http://pyasn1.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python25 name py25-asn1 maintainers blb long_description {This project is dedicated to implementation of ASN.1 types (concrete syntax) and codecs (transfer syntaxes) for Python programming environment.} version 0.0.8a categories {python devel crypto} revision 0
py25-aspects 359
portdir python/py25-aspects description {Light-weight Approach to Aspect Oriented Programming in Python} homepage http://www.cs.tut.fi/~ask/aspects/ epoch 0 platforms darwin depends_lib port:python25 name py25-aspects maintainers mww long_description {{Light-weight Approach to Aspect Oriented Programming in Python}} version 1.1 categories python revision 0
-py25-authkit 323
-depends_build bin:unzip:unzip portdir python/py25-authkit description {An authentication and authorization toolkit for WSGI applications and frameworks} homepage http://3aims.com/ epoch 0 platforms darwin depends_lib port:python25 name py25-authkit maintainers stechert version 0.3.0pre5 categories {python www} revision 0
+py25-authkit 325
+portdir python/py25-authkit description {An authentication and authorization toolkit for WSGI applications and frameworks} homepage http://3aims.com/ epoch 0 platforms darwin depends_lib port:python25 name py25-authkit maintainers stechert depends_extract bin:unzip:unzip version 0.3.0pre5 categories {python www} revision 0
py25-baz 363
portdir python/py25-baz description {Python bindings for the Baz revision control system} homepage http://code.aaronbentley.com/pybaz/ epoch 0 platforms darwin depends_lib {port:python25 port:bazaar} name py25-baz maintainers nomaintainer long_description {{Python bindings for the Baz revision control system}} version 1.5.3 categories {python devel} revision 0
py25-bdist_mpkg 729
@@ -7994,14 +7994,14 @@
portdir python/py25-boto description {python interface to Amazon Web Services} homepage http://code.google.com/p/boto/ epoch 0 platforms darwin depends_lib port:python25 name py25-boto maintainers nomaintainer long_description {An integrated interface to current and future infrastructural services offered by Amazon Web Services.} version 1.6b categories {python net} revision 0
py25-bsddb 346
portdir python/py25-bsddb description {Python bindings to the db46 library} homepage http://www.python.org/doc/current/lib/module-dbm.html epoch 0 platforms darwin depends_lib {port:python25 port:db46} name py25-bsddb maintainers mww long_description {{Python bindings to the db46 library}} version 2.5.4 categories {python databases} revision 0
-py25-buzhug 637
-depends_build bin:unzip:unzip portdir python/py25-buzhug description {Pure-python database engine} homepage http://buzhug.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python25 name py25-buzhug maintainers {blb openmaintainer} long_description {buzhug is a fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive. The data is stored and accessed on disk (it is not an in-memory database). The implementation has been designed to make all operations, and especially selection, as fast as possible with an interpreted language} version 1.5 categories {python databases} revision 0
+py25-buzhug 639
+portdir python/py25-buzhug description {Pure-python database engine} homepage http://buzhug.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python25 name py25-buzhug maintainers {blb openmaintainer} long_description {buzhug is a fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive. The data is stored and accessed on disk (it is not an in-memory database). The implementation has been designed to make all operations, and especially selection, as fast as possible with an interpreted language} depends_extract bin:unzip:unzip version 1.5 categories {python databases} revision 0
py25-bz2 309
portdir python/py25-bz2 description {Python bindings to bzip2} homepage http://www.python.org/doc/current/lib/module-bz2.html epoch 0 platforms darwin depends_lib {port:python25 port:bzip2} name py25-bz2 maintainers mww long_description {{Python bindings to bzip2}} version 2.5.4 categories python revision 0
py25-cairo 459
variants {darwin_9 universal} depends_build port:pkgconfig portdir python/py25-cairo description {Pycairo is set of Python bindings for the cairo graphics library} homepage http://cairographics.org/pycairo/ epoch 0 platforms darwin depends_lib {port:python25 port:cairo port:py25-numpy} name py25-cairo long_description {{Pycairo is set of Python bindings for the cairo graphics library}} maintainers mcalhoun categories {python x11} version 1.8.2 revision 0
-py25-celementtree 572
-depends_build bin:unzip:unzip portdir python/py25-celementtree description {C implementation of the ElementTree API, py-elementtree} homepage http://effbot.org/zone/celementtree.htm epoch 0 platforms darwin depends_lib {port:python25 port:py25-elementtree} name py25-celementtree maintainers {afb openmaintainer} long_description {The cElementTree module is a C implementation of the ElementTree API. On typical documents, it's 15-20 times faster than the Python version of ElementTree, and uses 2-5 times less memory.} version 1.0.5-20051216 categories python revision 0
+py25-celementtree 574
+portdir python/py25-celementtree description {C implementation of the ElementTree API, py-elementtree} homepage http://effbot.org/zone/celementtree.htm epoch 0 platforms darwin depends_lib {port:python25 port:py25-elementtree} name py25-celementtree maintainers {afb openmaintainer} long_description {The cElementTree module is a C implementation of the ElementTree API. On typical documents, it's 15-20 times faster than the Python version of ElementTree, and uses 2-5 times less memory.} depends_extract bin:unzip:unzip version 1.0.5-20051216 categories python revision 0
py25-chardet 353
portdir python/py25-chardet description {Universal character encoding detector} homepage http://chardet.feedparser.org/ epoch 0 platforms darwin depends_lib port:python25 name py25-chardet maintainers nomaintainer long_description {Character encoding auto-detection in Python. As smart as your browser.} version 1.0 categories {python devel} revision 0
py25-chart 557
@@ -8022,18 +8022,18 @@
portdir python/py25-clientcookie description {python module for handling HTTP cookies} homepage http://wwwsearch.sourceforge.net/ClientCookie/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools port:py25-bsddb} name py25-clientcookie maintainers nomaintainer long_description {ClientCookie is a Python module for handling HTTP cookies on the client side, useful for accessing web sites that require cookies to be set and then returned later.} version 1.3.0 categories {python www} revision 0
py25-clientform 519
portdir python/py25-clientform description {python module for handling HTML forms} homepage http://wwwsearch.sourceforge.net/ClientForm/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-hashlib port:py25-zlib} name py25-clientform maintainers {openmaintainer akitada} long_description {ClientForm is a Python module for handling HTML forms on the client side, useful for parsing HTML forms, filling them in and returning the completed forms to the server.} version 0.2.9 categories {python www} revision 0
-py25-cometd 342
-depends_build port:py25-twisted-web2 portdir python/py25-cometd description {Cometd is a scalable HTTP-based event routing bus that uses a push technology pattern known as Comet.} homepage http://www.cometd.com/ epoch 0 platforms darwin depends_lib port:python25 name py25-cometd maintainers stechert version 0.2 categories python revision 0
-py25-configobj 1103
-depends_build bin:unzip:unzip portdir python/py25-configobj description {Config file reading, writing and validation.} homepage http://www.voidspace.org.uk/python/configobj.html epoch 0 platforms darwin depends_lib port:python25 name py25-configobj maintainers {akitada openmaintainer} long_description {ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files. It has lots of other features though : * Nested sections (subsections), to any level * List values * Multiple line values * String interpolation (substitution) * Integrated with a powerful validation system - including automatic type checking/conversion - repeated sections - and allowing default values * When writing out config files, ConfigObj preserves all comments and the order of members and sections * Many useful methods and options for working with
configuration files (like the 'reload' method) * Full Unicode support} version 4.5.2 categories python revision 0
-py25-construct 623
-depends_build bin:unzip:unzip portdir python/py25-construct description {python module for parsing and building binary or textual data structures} homepage http://construct.wikispaces.com/ epoch 0 platforms darwin depends_lib port:python25 name py25-construct maintainers dckd.nl:macports long_description {Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones.} version 2.00 categories python revision 0
+py25-cometd 375
+depends_build port:py25-twisted-web2 portdir python/py25-cometd description {Cometd is a scalable HTTP-based event routing bus that uses a push technology pattern known as Comet.} depends_fetch bin:svn:subversion homepage http://www.cometd.com/ epoch 0 platforms darwin depends_lib port:python25 name py25-cometd maintainers stechert version 0.2 categories python revision 0
+py25-configobj 1105
+portdir python/py25-configobj description {Config file reading, writing and validation.} homepage http://www.voidspace.org.uk/python/configobj.html epoch 0 platforms darwin depends_lib port:python25 name py25-configobj maintainers {akitada openmaintainer} long_description {ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files. It has lots of other features though : * Nested sections (subsections), to any level * List values * Multiple line values * String interpolation (substitution) * Integrated with a powerful validation system - including automatic type checking/conversion - repeated sections - and allowing default values * When writing out config files, ConfigObj preserves all comments and the order of members and sections * Many useful methods and options for working with configuration files (like the
'reload' method) * Full Unicode support} depends_extract bin:unzip:unzip version 4.5.2 categories python revision 0
+py25-construct 625
+portdir python/py25-construct description {python module for parsing and building binary or textual data structures} homepage http://construct.wikispaces.com/ epoch 0 platforms darwin depends_lib port:python25 name py25-construct maintainers dckd.nl:macports long_description {Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones.} depends_extract bin:unzip:unzip version 2.00 categories python revision 0
py25-coverage 670
portdir python/py25-coverage description {Code coverage tool for Python} homepage http://nedbatchelder.com/code/modules/coverage.html epoch 0 platforms darwin depends_lib port:python25 name py25-coverage maintainers {simon openmaintainer} long_description {Coverage.py is a Python module that measures code coverage during Python execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed. The original version was written by Gareth Rees. I've updated it to determine executable statements more accurately.} version 2.85 categories {python devel} revision 0
py25-crypto 536
portdir python/py25-crypto description {collection of cryptographic algorithms and protocols for python} homepage http://www.amk.ca/python/code/crypto.html epoch 0 platforms {darwin freebsd} depends_lib port:python25 name py25-crypto maintainers mww long_description {collection of cryptographic algorithms and protocols, implemented for use from python. Among are MD2, MD4, RIPEMD, AES, ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5, ARC4, simple XOR, RSA, DSA, ElGamal, qNEW.} version 2.0.1 categories {python security} revision 0
-py25-cssutils 379
-depends_build bin:unzip:unzip portdir python/py25-cssutils description {CSS parser and library for Python} homepage http://cthedot.de/cssutils/ epoch 0 platforms darwin depends_lib port:python25 name py25-cssutils maintainers gmail.com:billitch long_description {A Python package to parse and build CSS Cascading Style Sheets.} version 0.9.5.1 categories {python www} revision 0
+py25-cssutils 381
+portdir python/py25-cssutils description {CSS parser and library for Python} homepage http://cthedot.de/cssutils/ epoch 0 platforms darwin depends_lib port:python25 name py25-cssutils maintainers gmail.com:billitch long_description {A Python package to parse and build CSS Cascading Style Sheets.} depends_extract bin:unzip:unzip version 0.9.5.1 categories {python www} revision 0
py25-ctags 707
portdir python/py25-ctags description {Exuberant Ctags indexing python bindings} homepage http://pypi.python.org/pypi/python-ctags/ epoch 0 platforms darwin depends_lib port:python25 name py25-ctags maintainers gmail.com:ahkdiep long_description {Exuberant Ctags supports indexing of many modern programming languages. Python is a powerful scriptable dynamic language. Using Python to access Ctags index file is a natural fit in extending an application's capability to examine source code. This project wrote a wrapper for readtags.c. I have been using the package in a couple of projects and it has been shown that it could easily handle hundreds source files.} version 1.0.5 categories python revision 0
py25-curl 420
@@ -8050,10 +8050,10 @@
portdir python/py25-dap description {Python implementation of the Data Access Protocol} homepage http://pydap.org/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools port:py25-httplib2} name py25-dap maintainers {ram openmaintainer} long_description {A scientific protocol for data access developed by the OPeNDAP team (http://opendap.org). This implementation is developed from scratch, following the latest specification of the protocol (DAP 2.0 Draft Community Standard 2005/04/27).} version 2.2.6.7 categories python revision 1
py25-dateutil 418
portdir python/py25-dateutil description {powerful extensions to the standard python datetime module} homepage http://labix.org/python-dateutil depends_run {port:py25-tz port:py25-setuptools} epoch 0 platforms darwin depends_lib port:python25 name py25-dateutil maintainers {ram openmaintainer} long_description {{powerful extensions to the standard python datetime module}} version 1.4.1 categories python revision 0
-py25-decorator 543
-depends_build bin:unzip:unzip portdir python/py25-decorator description {Provides a decorator factory that makes creating signature preserving decorators dead simple.} homepage http://www.phyast.pitt.edu/~micheles/python/documentation.html epoch 0 platforms darwin depends_lib port:python25 name py25-decorator maintainers {stechert akitada openmaintainer} long_description {{Provides a decorator factory that makes creating signature preserving decorators dead simple.} By Michele Simionato.} version 2.3.1 categories {python www} revision 0
-py25-decoratortools 484
-depends_build bin:unzip:unzip portdir python/py25-decoratortools description {Class, Function, and Assignment Decorators, Metaclasses, and Related Tools} homepage http://cheeseshop.python.org/pypi/DecoratorTools epoch 0 platforms darwin depends_lib port:py25-setuptools name py25-decoratortools maintainers {stechert akitada openmaintainer} long_description {{Class, Function, and Assignment Decorators, Metaclasses, and Related Tools}} version 1.7 categories {python www} revision 2
+py25-decorator 545
+portdir python/py25-decorator description {Provides a decorator factory that makes creating signature preserving decorators dead simple.} homepage http://www.phyast.pitt.edu/~micheles/python/documentation.html epoch 0 platforms darwin depends_lib port:python25 name py25-decorator maintainers {stechert akitada openmaintainer} long_description {{Provides a decorator factory that makes creating signature preserving decorators dead simple.} By Michele Simionato.} depends_extract bin:unzip:unzip version 2.3.1 categories {python www} revision 0
+py25-decoratortools 486
+portdir python/py25-decoratortools description {Class, Function, and Assignment Decorators, Metaclasses, and Related Tools} homepage http://cheeseshop.python.org/pypi/DecoratorTools epoch 0 platforms darwin depends_lib port:py25-setuptools name py25-decoratortools maintainers {stechert akitada openmaintainer} long_description {{Class, Function, and Assignment Decorators, Metaclasses, and Related Tools}} depends_extract bin:unzip:unzip version 1.7 categories {python www} revision 2
py25-demjson 1039
portdir python/py25-demjson description {encoder, decoder, and validator for JSON compliant with RFC 4627} homepage http://deron.meranda.us/python/demjson/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools} name py25-demjson maintainers alakazam long_description {encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 4627. This module provides classes and functions for encoding or decoding data represented in the language-neutral JSON format. This implementation tries to be as compliant to the JSON specification (RFC 4627) as possible, while still providing many optional extensions to allow less restrictive JavaScript syntax. It includes complete Unicode support, including UTF-32, BOM, and surrogate pair processing. It can also support JavaScript's NaN and Infinity numeric types as well as its 'undefined' type. It also includes a lint-like JSON syntax validator which tests JSON text for strict compliance to the st
andard.} version 1.4 categories python revision 0
py25-denyhosts 557
@@ -8072,16 +8072,16 @@
portdir python/py25-docutils description {A set of tools for processing plaintext documentation} homepage http://docutils.sourceforge.net epoch 0 platforms darwin depends_lib port:python25 name py25-docutils maintainers alexnicksay.com:alex long_description {Docutils is a set of tools for processing plaintext documentation into useful formats, such as HTML, XML, and LaTeX. Includes reStructuredText, the easy to read, easy to use, what-you-see-is-what-you-get plaintext markup language.} version 0.5 categories {python textproc} revision 0
py25-dot 487
portdir python/py25-dot description {python module for creating graphs} homepage http://code.google.com/p/pydot/ depends_run bin:dot:graphviz epoch 0 platforms darwin depends_lib {port:python25 port:py25-parsing} name py25-dot maintainers mww long_description {An interface for creating both directed and non directed graphs from Python. Currently all attributes implemented in the Dot language are supported (up to Graphviz 1.10).} version 1.0.2 categories {python graphics} revision 1
-py25-elementtree 572
-depends_build bin:unzip:unzip portdir python/py25-elementtree description {flexible container object for python} homepage http://effbot.org/zone/element-index.htm epoch 0 platforms darwin depends_lib port:python25 name py25-elementtree maintainers stechert long_description {The Element type is a simple but flexible container object, designed to store hierarchical data structures, such as simplified XML infosets, in memory. The element type can be described as a cross between a Python list and a Python dictionary.} version 1.2.6-20050316 categories python revision 0
+py25-elementtree 574
+portdir python/py25-elementtree description {flexible container object for python} homepage http://effbot.org/zone/element-index.htm epoch 0 platforms darwin depends_lib port:python25 name py25-elementtree maintainers stechert long_description {The Element type is a simple but flexible container object, designed to store hierarchical data structures, such as simplified XML infosets, in memory. The element type can be described as a cross between a Python list and a Python dictionary.} depends_extract bin:unzip:unzip version 1.2.6-20050316 categories python revision 0
py25-elixir 530
portdir python/py25-elixir description {Declarative layer on top of sqlalchemy} homepage http://elixir.ematia.de/ epoch 0 platforms darwin depends_lib port:py25-sqlalchemy name py25-elixir maintainers {stechert akitada openmaintainer} long_description {Elixir does not intend to replace SQLAlchemy's core features, but instead focuses on providing a simpler syntax for defining model objects when you do not need the full expressiveness of SQLAlchemy's manual mapper definitions.} version 0.5.2 categories {python www} revision 0
py25-epydoc 642
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-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 514
-depends_build bin:unzip:unzip portdir python/py25-feedparser description {RSS and Atom parser} homepage http://feedparser.org/ epoch 0 platforms darwin depends_lib port:python25 name py25-feedparser maintainers {akitada openmaintainer} long_description {Universal Feed Parser is a Python module for downloading and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom, and CDF feeds.} version 4.1 categories python revision 0
+py25-feedparser 516
+portdir python/py25-feedparser description {RSS and Atom parser} homepage http://feedparser.org/ epoch 0 platforms darwin depends_lib port:python25 name py25-feedparser maintainers {akitada openmaintainer} long_description {Universal Feed Parser is a Python module for downloading and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom, and CDF feeds.} depends_extract bin:unzip:unzip version 4.1 categories python revision 0
py25-flup 471
portdir python/py25-flup description {Flup is a random collection of WSGI servers and middleware.} homepage http://trac.saddi.com/flup epoch 0 platforms darwin depends_lib port:python25 name py25-flup maintainers gmail.com:michael.dagitses 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 0.5 categories {python www} revision 0
py25-formencode 403
@@ -8152,8 +8152,8 @@
portdir python/py25-keyczar description {Easy to use cryptographic toolkit} homepage http://www.keyczar.org/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-crypto port:py25-asn1 port:py25-simplejson} name py25-keyczar maintainers blb long_description {Keyczar is an open source cryptographic toolkit designed to make it easier and safer for developers to use cryptography in their applications. Keyczar supports authentication and encryption with both symmetric and asymmetric keys.} version 0.6b categories {python devel crypto} revision 1
py25-kid 440
depends_build port:py25-setuptools portdir python/py25-kid description {A simple and pythonic XML template language} homepage http://www.kid-templating.org/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-celementtree} name py25-kid maintainers {afb openmaintainer} long_description {Kid is a simple, Python-based template language for generating and transforming XML vocabularies.} version 0.9.6 categories python revision 0
-py25-kqueue 346
-depends_build bin:unzip:unzip portdir python/py25-kqueue description {This is a kqueue package} homepage ftp://ftp.netbsd.org/pub/NetBSD/misc/jdolecek/ epoch 0 platforms darwin depends_lib port:python25 name py25-kqueue maintainers {akitada openmaintainer} long_description {{This is a kqueue package}} version 2.0.1 categories python revision 0
+py25-kqueue 348
+portdir python/py25-kqueue description {This is a kqueue package} homepage ftp://ftp.netbsd.org/pub/NetBSD/misc/jdolecek/ epoch 0 platforms darwin depends_lib port:python25 name py25-kqueue maintainers {akitada openmaintainer} long_description {{This is a kqueue package}} depends_extract bin:unzip:unzip version 2.0.1 categories python revision 0
py25-ldap 620
portdir python/py25-ldap description {object-oriented api for python to access LDAP directory servers} homepage http://www.python-ldap.org/ epoch 0 platforms darwin depends_lib {port:python25 port:openldap port:openssl port:cyrus-sasl2} name py25-ldap maintainers nomaintainer long_description {python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose. Additionally the package contains modules for other LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, etc.).} version 2.3.7 categories python revision 0
py25-lepton 695
@@ -8185,11 +8185,11 @@
py25-macholib 676
portdir python/py25-macholib description {Mach-O header analysis and editing} homepage http://undefined.org/python/#macholib epoch 0 platforms darwin depends_lib {port:python25 port:py25-altgraph} name py25-macholib maintainers {jmr openmaintainer} long_description {macholib can be used to analyze and edit Mach-O headers, the executable format used by Mac OS X. It is typically used as a dependency analysis tool, and also to rewrite dylib references in Mach-O headers to be @executable_path relative. Though this tool targets a platform specific file format, it is pure python code that is platform and endian independent.} version 1.2 categories {python devel} revision 0
py25-macholib-devel 713
-depends_build bin:svn:subversion portdir python/py25-macholib-devel description {Mach-O header analysis and editing} homepage http://undefined.org/python/#macholib epoch 0 platforms darwin depends_lib {port:python25 port:py25-altgraph} name py25-macholib-devel maintainers nomaintainer long_description {macholib can be used to analyze and edit Mach-O headers, the executable format used by Mac OS X. It is typically used as a dependency analysis tool, and also to rewrite dylib references in Mach-O headers to be @executable_path relative. Though this tool targets a platform specific file format, it is pure python code that is platform and endian independent.} version 1.2 categories {python devel} revision 0
+portdir python/py25-macholib-devel depends_fetch bin:svn:subversion description {Mach-O header analysis and editing} homepage http://undefined.org/python/#macholib epoch 0 platforms darwin depends_lib {port:python25 port:py25-altgraph} name py25-macholib-devel maintainers nomaintainer long_description {macholib can be used to analyze and edit Mach-O headers, the executable format used by Mac OS X. It is typically used as a dependency analysis tool, and also to rewrite dylib references in Mach-O headers to be @executable_path relative. Though this tool targets a platform specific file format, it is pure python code that is platform and endian independent.} version 1.2 categories {python devel} revision 0
py25-mako 902
portdir python/py25-mako description {A super-fast templating language that borrows the best ideas from the existing templating languages.} homepage http://www.makotemplates.org/ epoch 0 platforms darwin depends_lib port:python25 name py25-mako maintainers stechert long_description {Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.} version 0.1.10 categories {python www} revision 0
-py25-markdown 381
-depends_build bin:unzip:unzip portdir python/py25-markdown description {python implementation of markdown} homepage http://www.freewisdom.org/projects/python-markdown/ epoch 0 platforms darwin depends_lib port:python25 name py25-markdown maintainers {openmaintainer erickt} long_description {{python implementation of markdown}} version 1.7 categories {python textproc} revision 0
+py25-markdown 383
+portdir python/py25-markdown description {python implementation of markdown} homepage http://www.freewisdom.org/projects/python-markdown/ epoch 0 platforms darwin depends_lib port:python25 name py25-markdown maintainers {openmaintainer erickt} long_description {{python implementation of markdown}} depends_extract bin:unzip:unzip version 1.7 categories {python textproc} revision 0
py25-matplotlib 857
variants {darwin_9 cairo gtk2 tkinter wxpython qt4 latex ghostscript} portdir python/py25-matplotlib description {matlab-like syntax for creating plots in python} homepage http://matplotlib.sourceforge.net epoch 0 platforms darwin depends_lib {port:python25 port:freetype port:libpng port:py25-dateutil port:py25-tz port:py25-numpy port:py25-configobj port:py25-pyobjc2 port:py25-pyobjc2-cocoa port:py25-tkinter} name py25-matplotlib long_description {Matplotlib is a pure python plotting library with the goal of making publication quality plots using a syntax familiar to matlab users. The library uses numpy for handling large data sets and supports a variety of output backends. This port provides variants for the different GUIs (gtk2, tkinter, wxpython).} maintainers {ram openmaintainer} version 0.98.5.3 categories {python graphics math} revision 0
py25-matplotlib-basemap 506
@@ -8207,7 +8207,7 @@
py25-modulegraph 641
portdir python/py25-modulegraph description {Python module dependency analysis tool} homepage http://undefined.org/python/#modulegraph epoch 0 platforms darwin depends_lib {port:python25 port:py25-altgraph} name py25-modulegraph maintainers {jmr openmaintainer} long_description {modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph uses similar methods to modulefinder from the standard library, but uses a more flexible internal representation, has more extensive knowledge of special cases, and is extensible.} version 0.7 categories {python devel} revision 0
py25-modulegraph-devel 688
-depends_build bin:svn:subversion portdir python/py25-modulegraph-devel description {Python module dependency analysis tool} homepage http://undefined.org/python/#modulegraph epoch 0 platforms darwin depends_lib {port:python25 port:py25-altgraph} name py25-modulegraph-devel maintainers {jmr openmaintainer} long_description {modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph uses similar methods to modulefinder from the standard library, but uses a more flexible internal representation, has more extensive knowledge of special cases, and is extensible.} version 0.7.2 categories {python devel} revision 0
+portdir python/py25-modulegraph-devel depends_fetch bin:svn:subversion description {Python module dependency analysis tool} homepage http://undefined.org/python/#modulegraph epoch 0 platforms darwin depends_lib {port:python25 port:py25-altgraph} name py25-modulegraph-devel maintainers {jmr openmaintainer} long_description {modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph uses similar methods to modulefinder from the standard library, but uses a more flexible internal representation, has more extensive knowledge of special cases, and is extensible.} version 0.7.2 categories {python devel} revision 0
py25-morbid 515
portdir python/py25-morbid description {A Twisted-based publish/subscribe messaging server that uses the STOMP protocol} homepage http://www.morbidq.com/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools port:py25-twisted port:py25-stomper} name py25-morbid maintainers alakazam long_description {Morbid is a STOMP publish/subscribe server with absolutely no potential to cluster. It supports publish/subscribe topics, and runs as a single node.} version 0.8.6.1 categories python revision 0
py25-mpdclient2 311
@@ -8224,8 +8224,8 @@
portdir python/py25-mx-experimental description {eGenix.com mx Extensions for Python - EXPERIMENTAL Package} homepage http://www.egenix.com/products/python/mxExperimental/ depends_run port:py25-mx-base epoch 0 platforms darwin depends_lib {port:python25 port:mpfr port:gmp port:tidy} name py25-mx-experimental maintainers mww long_description {The mx Extension Series is a collection of software packages which aims at providing professional quality add-ons for the Open Source Language Python. It consists of mxNumber (Extended Numeric Types), mxTidy (Interface to HTML Tidy), mxURL (URL Datatype) and mxUID (UID Datatype).} version 3.0.0 categories python revision 0
py25-myghty 591
portdir python/py25-myghty description {Myghty is a Python based templating framework originally based on HTML::Mason.} homepage http://www.myghty.org epoch 0 platforms darwin depends_lib port:python25 name py25-myghty maintainers stechert long_description {Myghty fully implements Mason's templating language, component-based architecture, and caching system, and goes beyond, adding new paradigms such the Module Components controller paradigm, full Python whitespace syntax, threading support, WSGI support, session support, and much more.} version 1.1 categories {python www} revision 0
-py25-myghtyutils 417
-depends_build bin:unzip:unzip portdir python/py25-myghtyutils description {Container and Utility Functions from the Myghty Template Framework.} homepage http://www.myghty.org epoch 0 platforms darwin depends_lib port:py25-setuptools name py25-myghtyutils maintainers nomaintainer long_description {{Container and Utility Functions from the Myghty Template Framework.}} version 0.52 categories {python www} revision 0
+py25-myghtyutils 419
+portdir python/py25-myghtyutils description {Container and Utility Functions from the Myghty Template Framework.} homepage http://www.myghty.org epoch 0 platforms darwin depends_lib port:py25-setuptools name py25-myghtyutils maintainers nomaintainer long_description {{Container and Utility Functions from the Myghty Template Framework.}} depends_extract bin:unzip:unzip version 0.52 categories {python www} revision 0
py25-mysql 457
variants {mysql3 mysql4 mysql5} portdir python/py25-mysql description {Python interface to mysql} homepage http://sourceforge.net/projects/mysql-python/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools path:bin/mysql_config5:mysql5} name py25-mysql long_description {A package containing a Python module that allows you to connect to MySQL databases} maintainers stechert version 1.2.2 categories {python devel databases} revision 0
py25-networkx 453
@@ -8278,8 +8278,8 @@
portdir python/py25-ply description {lex and yacc implementation for Python} homepage http://www.dabeaz.com/ply/ epoch 0 platforms darwin depends_lib port:python25 name py25-ply maintainers {nox openmaintainer} long_description {{lex and yacc implementation for Python}} version 3.2 categories {python lang devel} revision 0
py25-pmw 389
portdir python/py25-pmw description {high-level compound widget toolkit} homepage http://pmw.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib {port:python25 port:py25-tkinter} name py25-pmw maintainers macsforever2000 long_description {Pmw is a toolkit for building high-level compound widgets in Python using the Tkinter module.} version 1.3.2 categories python revision 0
-py25-processing 831
-depends_build bin:unzip:unzip portdir python/py25-processing description {Using processes which mimics the threading module} homepage http://developer.berlios.de/projects/pyprocessing epoch 0 platforms darwin depends_lib port:python25 name py25-processing maintainers blair long_description {Processing is a package for the Python language which supports the spawning of processes using the API of the standard library's threading module. Objects can be transferred between processes using pipes or multi-producer/multi-consumer queues. Objects can be shared between processes using a server process or (for simple data) shared memory. Equivalents of all the synchronization primitives in threading are available. A Pool class makes it easy to submit tasks to a pool of worker processes.} version 0.52 categories python revision 0
+py25-processing 833
+portdir python/py25-processing description {Using processes which mimics the threading module} homepage http://developer.berlios.de/projects/pyprocessing epoch 0 platforms darwin depends_lib port:python25 name py25-processing maintainers blair long_description {Processing is a package for the Python language which supports the spawning of processes using the API of the standard library's threading module. Objects can be transferred between processes using pipes or multi-producer/multi-consumer queues. Objects can be shared between processes using a server process or (for simple data) shared memory. Equivalents of all the synchronization primitives in threading are available. A Pool class makes it easy to submit tasks to a pool of worker processes.} depends_extract bin:unzip:unzip version 0.52 categories python revision 0
py25-psyco 389
variants darwin_i386 portdir python/py25-psyco description {a python specializing compiler} homepage http://psyco.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python25 name py25-psyco long_description {Psyco is a Python extension module which can massively speed up the execution of any Python code.} maintainers {jmr openmaintainer} version 1.6 categories python revision 0
py25-psycopg2 575
@@ -8289,7 +8289,7 @@
py25-py2app 610
portdir python/py25-py2app description {converts python scripts into executable Mac OS X apps} homepage http://undefined.org/python/#py2app epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools port:py25-altgraph port:py25-macholib port:py25-modulegraph port:py25-bdist_mpkg} name py25-py2app maintainers {jmr openmaintainer} long_description {A distutils extension which converts python scripts into executable Mac OS X applications, able to run without requiring an existing python installation. This is a replacement for bundlebuilder.} version 0.3.6 categories {python devel} revision 0
py25-py2app-devel 723
-depends_build bin:svn:subversion portdir python/py25-py2app-devel description {converts python scripts into executable Mac OS X apps} homepage http://undefined.org/python/#py2app epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools port:py25-altgraph {path:\${prefix}/lib/python2.5/site-packages/macholib/__init__.py:py25-macholib} port:py25-modulegraph-devel port:py25-bdist_mpkg} name py25-py2app-devel maintainers {jmr openmaintainer} long_description {A distutils extension which converts python scripts into executable Mac OS X applications, able to run without requiring an existing python installation. This is a replacement for bundlebuilder.} version 0.4.2 categories {python devel} revision 1
+portdir python/py25-py2app-devel depends_fetch bin:svn:subversion description {converts python scripts into executable Mac OS X apps} homepage http://undefined.org/python/#py2app epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools port:py25-altgraph {path:\${prefix}/lib/python2.5/site-packages/macholib/__init__.py:py25-macholib} port:py25-modulegraph-devel port:py25-bdist_mpkg} name py25-py2app-devel maintainers {jmr openmaintainer} long_description {A distutils extension which converts python scripts into executable Mac OS X applications, able to run without requiring an existing python installation. This is a replacement for bundlebuilder.} version 0.4.2 categories {python devel} revision 1
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-pydb 475
@@ -8315,21 +8315,21 @@
py25-pymc 733
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-?t and convergence diagnostics.} maintainers {inmachina.com:max openmaintainer} version 2.0 categories python revision 0
py25-pymvpa 822
-variants {scipy pynifti hcluster libsvm matplotlib pywavelet} depends_build bin:git:git-core portdir python/py25-pymvpa description {PyMVPA is a Python module intended to ease pattern classification analyses of large datasets.} homepage http://www.pymvpa.org epoch 0 platforms darwin depends_lib {port:py25-numpy port:git-core port:py25-pynifti port:py25-hcluster port:libsvm port:swig} name py25-pymvpa long_description {{PyMVPA is a Python module intended to ease pattern classification analyses of large datasets..} In the neuroimaging contexts such analysis techniques are also known as decoding or MVPA analysis. PyMVPA provides high-level abstraction of typical processing steps and a number of implementations of some popular algorithms.} maintainers ucla.edu:jameskyle version current categories python revision 0
+variants {scipy pynifti hcluster libsvm matplotlib pywavelet} portdir python/py25-pymvpa depends_fetch bin:git:git-core description {PyMVPA is a Python module intended to ease pattern classification analyses of large datasets.} homepage http://www.pymvpa.org epoch 0 platforms darwin depends_lib {port:py25-numpy port:git-core port:py25-pynifti port:py25-hcluster port:libsvm port:swig} name py25-pymvpa long_description {{PyMVPA is a Python module intended to ease pattern classification analyses of large datasets..} In the neuroimaging contexts such analysis techniques are also known as decoding or MVPA analysis. PyMVPA provides high-level abstraction of typical processing steps and a number of implementations of some popular algorithms.} maintainers ucla.edu:jameskyle version current categories python revision 0
py25-pynifti 591
portdir python/py25-pynifti description {PyNIfTI aims to provide easy access to NIfTI images from within Python.} homepage http://niftilib.sourceforge.net/pynifti epoch 0 platforms darwin depends_lib {port:python25 port:py25-numpy port:nifticlib port:swig} name py25-pynifti maintainers ucla.edu:jameskyle long_description {{PyNIfTI aims to provide easy access to NIfTI images from within Python..} It uses SWIG-generated wrappers for the NIfTI reference library and provides the NiftiImage class for Python-style access to the image data.} version 0.20081017.1 categories python revision 0
py25-pyobjc 649
portdir python/py25-pyobjc description {bidirectional bridge between python and Objective C} homepage http://pyobjc.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python25 name py25-pyobjc maintainers {jmr openmaintainer} long_description {The PyObjC project aims to provide a bridge between the Python and Objective-C programming languages. The bridge is intended to be fully bidirectional, allowing the Python programmer to take full advantage of the power provided by various Objective-C based toolkits and the Objective-C programmer transparent access to Python based functionality.} version 1.4 categories {python devel} revision 0
py25-pyobjc2 730
-depends_build bin:svn:subversion portdir python/py25-pyobjc2 description {bidirectional bridge between python and Objective C} homepage http://pyobjc.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools port:py25-py2app-devel} name py25-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
+portdir python/py25-pyobjc2 depends_fetch bin:svn:subversion description {bidirectional bridge between python and Objective C} homepage http://pyobjc.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools port:py25-py2app-devel} name py25-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
py25-pyobjc2-cocoa 479
-depends_build bin:svn:subversion portdir python/py25-pyobjc2-cocoa description {cocoa wrappers for py25-pyobjc2} homepage http://pyobjc.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-pyobjc2 port:py25-hashlib port:py25-zlib} name py25-pyobjc2-cocoa maintainers {jmr openmaintainer} long_description {This port provides the CoreFoundation, Foundation and AppKit wrappers for use with py25-pyobjc2.} version 2.0 categories {python devel} revision 1
+portdir python/py25-pyobjc2-cocoa depends_fetch bin:svn:subversion description {cocoa wrappers for py25-pyobjc2} homepage http://pyobjc.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-pyobjc2 port:py25-hashlib port:py25-zlib} name py25-pyobjc2-cocoa maintainers {jmr openmaintainer} long_description {This port provides the CoreFoundation, Foundation and AppKit wrappers for use with py25-pyobjc2.} version 2.0 categories {python devel} revision 1
py25-pypdf 539
portdir python/py25-pypdf description {A Pure-Python PDF toolkit.} homepage http://pybrary.net/pyPdf/ epoch 0 platforms darwin depends_lib port:python25 name py25-pypdf maintainers {landonf 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.11 categories {python devel} revision 0
py25-pyproj 497
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 596
-depends_build bin:unzip:unzip 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.} version 1.0a0dev-r2302 categories {python devel} revision 1
+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.4.4 revision 0
py25-pyqwt 627
@@ -8412,8 +8412,8 @@
portdir python/py25-textile description {This is Textile. A Humane Web Text Generator.} homepage http://loopcore.com/python-textile/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools} name py25-textile maintainers {openmaintainer arthurkoziel.com:arthur} long_description {Textile is a XHTML generator using a simple markup developed by Dean Allen.} version 2.1.3 categories {python textproc} revision 0
py25-tkinter 362
portdir python/py25-tkinter description {Python bindings to the Tk widget set} homepage http://www.python.org/doc/current/lib/module-Tkinter.html epoch 0 platforms darwin depends_lib {port:python25 port:tcl port:tk} name py25-tkinter maintainers mww long_description {{Python bindings to the Tk widget set}} version 2.5.4 categories {python graphics} revision 0
-py25-toscawidgets 464
-depends_build port:subversion portdir python/py25-toscawidgets description {Web widget toolkit based on Turbogears Widgets} homepage http://toscawidgets.org/ epoch 0 platforms darwin depends_lib port:python25 name py25-toscawidgets maintainers stechert long_description {ToscaWidgets is a web widget toolkit for Python to aid in the creation, packaging and distribution of common view elements normally used in the web.} version 0.1a2 categories python revision 0
+py25-toscawidgets 497
+depends_build port:subversion portdir python/py25-toscawidgets depends_fetch bin:svn:subversion description {Web widget toolkit based on Turbogears Widgets} homepage http://toscawidgets.org/ epoch 0 platforms darwin depends_lib port:python25 name py25-toscawidgets long_description {ToscaWidgets is a web widget toolkit for Python to aid in the creation, packaging and distribution of common view elements normally used in the web.} maintainers stechert version 0.1a2 categories python revision 0
py25-turbocheetah 491
portdir python/py25-turbocheetah description {TurboGears plugin to support use of Cheetah templates} homepage http://pypi.python.org/pypi/TurboCheetah/ epoch 0 platforms darwin depends_lib port:py25-cheetah name py25-turbocheetah maintainers {akitada openmaintainer} long_description {This package provides a template engine plugin, allowing you to easily use Cheetah with TurboGears, Buffet or other systems that support python.templating.engines.} version 1.0 categories python revision 0
py25-turbogears 1284
@@ -8434,8 +8434,8 @@
portdir python/py25-tz description {World Timezone Definitions for Python} homepage http://pytz.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python25 name py25-tz maintainers {nox openmaintainer} long_description {pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.3 or higher.} version 2009g categories {python devel} revision 0
py25-urlgrabber 502
portdir python/py25-urlgrabber description {High-level cross-protocol url-grabber} homepage http://linux.duke.edu/projects/urlgrabber/ epoch 0 platforms darwin depends_lib port:python25 name py25-urlgrabber maintainers {afb openmaintainer} long_description {python-urlgrabber is a high-level cross-protocol url-grabber for python supporting HTTP, FTP and file locations. Features include keepalive, byte ranges, throttling, authentication, proxies and more.} version 3.1.0 categories python revision 0
-py25-utidylib 417
-depends_build bin:unzip:unzip portdir python/py25-utidylib description {Python interface to html tidy} homepage http://utidylib.berlios.de/ epoch 0 platforms darwin depends_lib {port:python25 port:tidy port:py25-epydoc} name py25-utidylib maintainers {amln.net:dima openmaintainer} long_description {Python interface to html tidy, the html and xml cleanup tool from the w3c.} version 0.2 categories python revision 0
+py25-utidylib 419
+portdir python/py25-utidylib description {Python interface to html tidy} homepage http://utidylib.berlios.de/ epoch 0 platforms darwin depends_lib {port:python25 port:tidy port:py25-epydoc} name py25-utidylib maintainers {amln.net:dima openmaintainer} long_description {Python interface to html tidy, the html and xml cleanup tool from the w3c.} depends_extract bin:unzip:unzip version 0.2 categories python revision 0
py25-uuid 731
portdir python/py25-uuid description {UUID objects (universally unique identifiers) according to RFC 4122.} homepage http://zesty.ca/python/uuid.html epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools} name py25-uuid maintainers alakazam long_description {This module is automatically provided in python 2.5 and is only provided for ports that depend. Using the standard module should be adequate for all other uses. UUID objects (universally unique identifiers) according to RFC 4122. This module provides immutable UUID objects (class UUID) and the functions uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5 UUIDs as specified in RFC 4122.} version 1.30 categories python revision 0
py25-virtualenv 374
@@ -8450,8 +8450,8 @@
portdir python/py25-workerpool description {Module for distributing jobs to a pool of worker threads.} homepage http://code.google.com/p/workerpool/ epoch 0 platforms darwin depends_lib port:python25 name py25-workerpool maintainers akitada long_description {Performing tasks in many threads made fun! This module facilitates distributing simple operations into jobs that are sent to worker threads, maintained by a pool object. It consists of these components: 1. Jobs, which are single units of work that need to be performed. 2. Workers, who grab jobs from a queue and perform them. 3. Worker pool, which keeps track of workers and the job queue.} version 0.9.2 categories python revision 0
py25-wxpython 650
portdir python/py25-wxpython description {Python interface to the wxWindows cross platform GUI} homepage http://www.wxpython.org/ epoch 0 platforms darwin name py25-wxpython depends_lib {port:python25 port:wxWidgets} maintainers {mww jwa} 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++.} categories {python graphics} version 2.8.9.2 revision 0
-py25-xattr 701
-variants darwin_7 depends_build bin:svn:subversion portdir python/py25-xattr description {xattr is a Python wrapper for Darwin's extended filesystem attributes} homepage http://undefined.org/python/#xattr epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools} name py25-xattr long_description {Extended attributes extend the basic attributes of files and directories in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc). Extended attributes are currently only available on Darwin 8.0 and later. This corresponds to Mac OS X 10.4 (Tiger) and later.} maintainers mmoll version 0.5 categories python revision 0
+py25-xattr 734
+variants darwin_7 depends_build bin:svn:subversion portdir python/py25-xattr depends_fetch bin:svn:subversion description {xattr is a Python wrapper for Darwin's extended filesystem attributes} homepage http://undefined.org/python/#xattr epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools} name py25-xattr long_description {Extended attributes extend the basic attributes of files and directories in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc). Extended attributes are currently only available on Darwin 8.0 and later. This corresponds to Mac OS X 10.4 (Tiger) and later.} maintainers mmoll version 0.5 categories python revision 0
py25-xdg 684
portdir python/py25-xdg description {Python module implementing various freedesktop.org standards} homepage http://www.freedesktop.org/wiki/Software/pyxdg epoch 0 platforms darwin depends_lib {port:python25 port:py25-gobject port:py25-numeric} name py25-xdg maintainers nomaintainer long_description {PyXDG is a python library to access freedesktop.org standards. Currently supported standards are: * Base Directory Specification Version 0.6 * Menu Specification Version 1.0-draft1 * Desktop Entry Specification Version 0.9.4 * Icon Theme Specification Version 0.8 * Recent File Spec 0.2 * Shared-MIME-Database Specification 0.13} version 0.16 categories {python textproc} revision 0
py25-xml 368
@@ -8478,12 +8478,12 @@
portdir python/py26-boto description {python interface to Amazon Web Services} homepage http://code.google.com/p/boto/ epoch 0 platforms darwin depends_lib port:python26 name py26-boto maintainers nomaintainer long_description {An integrated interface to current and future infrastructural services offered by Amazon Web Services.} version 1.6b categories {python net} revision 0
py26-bpython 407
portdir python/py26-bpython description {fancy interface to the Python interpreter} homepage http://www.noiseforfree.com/bpython/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-parsing port:py26-pygments} name py26-bpython maintainers ucla.edu:jameskyle long_description {a fancy interface to the Python interpreter for Unix-like operating systems} version 0.7.1 categories python revision 0
-py26-buzhug 637
-depends_build bin:unzip:unzip portdir python/py26-buzhug description {Pure-python database engine} homepage http://buzhug.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python26 name py26-buzhug maintainers {blb openmaintainer} long_description {buzhug is a fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive. The data is stored and accessed on disk (it is not an in-memory database). The implementation has been designed to make all operations, and especially selection, as fast as possible with an interpreted language} version 1.5 categories {python databases} revision 0
+py26-buzhug 639
+portdir python/py26-buzhug description {Pure-python database engine} homepage http://buzhug.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python26 name py26-buzhug maintainers {blb openmaintainer} long_description {buzhug is a fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive. The data is stored and accessed on disk (it is not an in-memory database). The implementation has been designed to make all operations, and especially selection, as fast as possible with an interpreted language} depends_extract bin:unzip:unzip version 1.5 categories {python databases} revision 0
py26-cairo 459
variants {darwin_9 universal} depends_build port:pkgconfig portdir python/py26-cairo description {Pycairo is set of Python bindings for the cairo graphics library} homepage http://cairographics.org/pycairo/ epoch 0 platforms darwin depends_lib {port:python26 port:cairo port:py26-numpy} name py26-cairo long_description {{Pycairo is set of Python bindings for the cairo graphics library}} maintainers mcalhoun categories {python x11} version 1.8.4 revision 0
-py26-celementtree 564
-depends_build bin:unzip:unzip portdir python/py26-celementtree description {C implementation of the ElementTree API, py-elementtree} homepage http://effbot.org/zone/celementtree.htm epoch 0 platforms darwin depends_lib {port:python26 port:py26-elementtree} name py26-celementtree maintainers nomaintainer long_description {The cElementTree module is a C implementation of the ElementTree API. On typical documents, it's 15-20 times faster than the Python version of ElementTree, and uses 2-5 times less memory.} version 1.0.5-20051216 categories python revision 0
+py26-celementtree 566
+portdir python/py26-celementtree description {C implementation of the ElementTree API, py-elementtree} homepage http://effbot.org/zone/celementtree.htm epoch 0 platforms darwin depends_lib {port:python26 port:py26-elementtree} name py26-celementtree maintainers nomaintainer long_description {The cElementTree module is a C implementation of the ElementTree API. On typical documents, it's 15-20 times faster than the Python version of ElementTree, and uses 2-5 times less memory.} depends_extract bin:unzip:unzip version 1.0.5-20051216 categories python revision 0
py26-chardet 363
portdir python/py26-chardet description {Universal character encoding detector} homepage http://chardet.feedparser.org/ epoch 0 platforms darwin depends_lib port:python26 name py26-chardet maintainers {openmaintainer brett} long_description {Character encoding auto-detection in Python. As smart as your browser.} version 1.0 categories {python devel} revision 0
py26-checker 610
@@ -8492,8 +8492,8 @@
portdir python/py26-cheetah description {Cheetah is a Python-powered template engine and code generator} homepage http://www.cheetahtemplate.org/ epoch 0 platforms darwin depends_lib port:python26 name py26-cheetah maintainers nomaintainer long_description {Cheetah is a Python-powered template engine and code generator. It can be used as a standalone utility or it can be combined with other tools. Cheetah has many potential uses, but web developers looking for a viable alternative to ASP, JSP, PHP and PSP are expected to be its principle user group.} version 2.0.1 categories {python www} revision 0
py26-cherrypy3 553
portdir python/py26-cherrypy3 description {Object-Oriented HTTP framework} homepage http://www.cherrypy.org/ epoch 0 platforms darwin depends_lib port:python26 name py26-cherrypy3 maintainers {akitada openmaintainer} long_description {CherryPy is a pythonic, object-oriented web development framework. CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time.} version 3.1.1 categories {python www} revision 0
-py26-configobj 1103
-depends_build bin:unzip:unzip portdir python/py26-configobj description {Config file reading, writing and validation.} homepage http://www.voidspace.org.uk/python/configobj.html epoch 0 platforms darwin depends_lib port:python26 name py26-configobj maintainers {akitada openmaintainer} long_description {ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files. It has lots of other features though : * Nested sections (subsections), to any level * List values * Multiple line values * String interpolation (substitution) * Integrated with a powerful validation system - including automatic type checking/conversion - repeated sections - and allowing default values * When writing out config files, ConfigObj preserves all comments and the order of members and sections * Many useful methods and options for working with
configuration files (like the 'reload' method) * Full Unicode support} version 4.5.2 categories python revision 0
+py26-configobj 1105
+portdir python/py26-configobj description {Config file reading, writing and validation.} homepage http://www.voidspace.org.uk/python/configobj.html epoch 0 platforms darwin depends_lib port:python26 name py26-configobj maintainers {akitada openmaintainer} long_description {ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files. It has lots of other features though : * Nested sections (subsections), to any level * List values * Multiple line values * String interpolation (substitution) * Integrated with a powerful validation system - including automatic type checking/conversion - repeated sections - and allowing default values * When writing out config files, ConfigObj preserves all comments and the order of members and sections * Many useful methods and options for working with configuration files (like the
'reload' method) * Full Unicode support} depends_extract bin:unzip:unzip version 4.5.2 categories python revision 0
py26-crypto 553
portdir python/py26-crypto description {collection of cryptographic algorithms and protocols for python} homepage http://www.amk.ca/python/code/crypto.html epoch 0 platforms {darwin freebsd} depends_lib port:python26 name py26-crypto maintainers {ram openmaintainer} long_description {collection of cryptographic algorithms and protocols, implemented for use from python. Among are MD2, MD4, RIPEMD, AES, ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5, ARC4, simple XOR, RSA, DSA, ElGamal, qNEW.} version 2.0.1 categories {python security} revision 0
py26-ctags 707
@@ -8504,8 +8504,8 @@
portdir python/py26-dap description {Python implementation of the Data Access Protocol} homepage http://pydap.org/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools port:py26-httplib2} name py26-dap maintainers {ram openmaintainer} long_description {A scientific protocol for data access developed by the OPeNDAP team (http://opendap.org). This implementation is developed from scratch, following the latest specification of the protocol (DAP 2.0 Draft Community Standard 2005/04/27).} version 2.2.6.7 categories python revision 0
py26-dateutil 418
portdir python/py26-dateutil description {powerful extensions to the standard python datetime module} homepage http://labix.org/python-dateutil depends_run {port:py26-tz port:py26-setuptools} epoch 0 platforms darwin depends_lib port:python26 name py26-dateutil maintainers {ram openmaintainer} long_description {{powerful extensions to the standard python datetime module}} version 1.4.1 categories python revision 0
-py26-decoratortools 463
-depends_build bin:unzip:unzip portdir python/py26-decoratortools description {Class, Function, and Assignment Decorators, Metaclasses, and Related Tools} homepage http://cheeseshop.python.org/pypi/DecoratorTools epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-decoratortools maintainers nomaintainer long_description {{Class, Function, and Assignment Decorators, Metaclasses, and Related Tools}} version 1.7 categories {python www} revision 0
+py26-decoratortools 465
+portdir python/py26-decoratortools description {Class, Function, and Assignment Decorators, Metaclasses, and Related Tools} homepage http://cheeseshop.python.org/pypi/DecoratorTools epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-decoratortools maintainers nomaintainer long_description {{Class, Function, and Assignment Decorators, Metaclasses, and Related Tools}} depends_extract bin:unzip:unzip version 1.7 categories {python www} revision 0
py26-dice3ds 483
portdir python/py26-dice3ds description {Read, write, and manipulate 3DS files} homepage http://www.aerojockey.com/software/dice3ds/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-numpy} name py26-dice3ds maintainers {jmr openmaintainer} long_description {Dice3DS is a package to to read, write, and manipulate 3D Studio format files in Python. Also includes code to convert 3DS files into an OpenGL display list.} version 0.10 categories {python graphics} revision 0
py26-distutils-extra 383
@@ -8518,16 +8518,16 @@
portdir python/py26-dnspython description {DNS toolkit for Python} homepage http://www.dnspython.org/ epoch 0 platforms darwin depends_lib port:python26 name py26-dnspython maintainers nomaintainer long_description {dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0.} version 1.6.0 categories {python net} revision 0
py26-docutils 544
portdir python/py26-docutils description {A set of tools for processing plaintext documentation} homepage http://docutils.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python26 name py26-docutils maintainers {jmr openmaintainer} long_description {Docutils is a set of tools for processing plaintext documentation into useful formats, such as HTML, XML, and LaTeX. Includes reStructuredText, the easy to read, easy to use, what-you-see-is-what-you-get plaintext markup language.} version 0.5 categories {python textproc} revision 1
-py26-elementtree 576
-depends_build bin:unzip:unzip portdir python/py26-elementtree description {flexible container object for python} homepage http://effbot.org/zone/element-index.htm epoch 0 platforms darwin depends_lib port:python26 name py26-elementtree maintainers nomaintainer long_description {The Element type is a simple but flexible container object, designed to store hierarchical data structures, such as simplified XML infosets, in memory. The element type can be described as a cross between a Python list and a Python dictionary.} version 1.2.6-20050316 categories python revision 0
+py26-elementtree 578
+portdir python/py26-elementtree description {flexible container object for python} homepage http://effbot.org/zone/element-index.htm epoch 0 platforms darwin depends_lib port:python26 name py26-elementtree maintainers nomaintainer long_description {The Element type is a simple but flexible container object, designed to store hierarchical data structures, such as simplified XML infosets, in memory. The element type can be described as a cross between a Python list and a Python dictionary.} depends_extract bin:unzip:unzip version 1.2.6-20050316 categories python revision 0
py26-enum 358
portdir python/py26-enum description {Robust enumerated type support in Python} homepage http://pypi.python.org/pypi/enum/ epoch 0 platforms darwin depends_lib port:python26 name py26-enum maintainers {ram openmaintainer} long_description {This package provides a module for robust enumerations in Python.} version 0.4.3 categories {python devel} revision 0
py26-epydoc 646
portdir python/py26-epydoc description {API documentation generator for Python modules} homepage http://epydoc.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib port:python26 name py26-epydoc maintainers nomaintainer 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 0
py26-fabric 798
portdir python/py26-fabric description {Fabric is a simple pythonic remote deployment tool.} homepage http://www.nongnu.org/fab/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools port:py26-paramiko} name py26-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
-py26-feedparser 512
-depends_build bin:unzip:unzip portdir python/py26-feedparser description {RSS and Atom parser} homepage http://feedparser.org/ epoch 0 platforms darwin depends_lib port:python26 name py26-feedparser maintainers {openmaintainer brett} long_description {Universal Feed Parser is a Python module for downloading and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom, and CDF feeds.} version 4.1 categories python revision 0
+py26-feedparser 514
+portdir python/py26-feedparser description {RSS and Atom parser} homepage http://feedparser.org/ epoch 0 platforms darwin depends_lib port:python26 name py26-feedparser maintainers {openmaintainer brett} long_description {Universal Feed Parser is a Python module for downloading and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom, and CDF feeds.} depends_extract bin:unzip:unzip version 4.1 categories python revision 0
py26-formencode 362
portdir python/py26-formencode description {FormEncode is a validation and form generation package} homepage http://formencode.org epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-formencode maintainers nomaintainer long_description {{FormEncode is a validation and form generation package}} version 1.2.2 categories {python devel} revision 0
py26-game 750
@@ -8611,7 +8611,7 @@
py26-modulegraph 641
portdir python/py26-modulegraph description {Python module dependency analysis tool} homepage http://undefined.org/python/#modulegraph epoch 0 platforms darwin depends_lib {port:python26 port:py26-altgraph} name py26-modulegraph maintainers {jmr openmaintainer} long_description {modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph uses similar methods to modulefinder from the standard library, but uses a more flexible internal representation, has more extensive knowledge of special cases, and is extensible.} version 0.7 categories {python devel} revision 0
py26-modulegraph-devel 688
-depends_build bin:svn:subversion portdir python/py26-modulegraph-devel description {Python module dependency analysis tool} homepage http://undefined.org/python/#modulegraph epoch 0 platforms darwin depends_lib {port:python26 port:py26-altgraph} name py26-modulegraph-devel maintainers {jmr openmaintainer} long_description {modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph uses similar methods to modulefinder from the standard library, but uses a more flexible internal representation, has more extensive knowledge of special cases, and is extensible.} version 0.7.2 categories {python devel} revision 0
+portdir python/py26-modulegraph-devel depends_fetch bin:svn:subversion description {Python module dependency analysis tool} homepage http://undefined.org/python/#modulegraph epoch 0 platforms darwin depends_lib {port:python26 port:py26-altgraph} name py26-modulegraph-devel maintainers {jmr openmaintainer} long_description {modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph uses similar methods to modulefinder from the standard library, but uses a more flexible internal representation, has more extensive knowledge of special cases, and is extensible.} version 0.7.2 categories {python devel} revision 0
py26-mpmath 448
portdir python/py26-mpmath description {Arbitrary-precision floating-point library for Python} homepage http://code.google.com/p/mpmath/ epoch 0 platforms darwin depends_lib port:python26 name py26-mpmath maintainers {blb openmaintainer} long_description {Mpmath is a pure-Python library for arbitrary-precision floating-point arithmetic that implements an extensive set of mathematical functions.} version 0.11 categories {python math} revision 0
py26-mx-base 510
@@ -8661,7 +8661,7 @@
py26-py2app 610
portdir python/py26-py2app description {converts python scripts into executable Mac OS X apps} homepage http://undefined.org/python/#py2app epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools port:py26-altgraph port:py26-macholib port:py26-modulegraph port:py26-bdist_mpkg} name py26-py2app maintainers {jmr openmaintainer} long_description {A distutils extension which converts python scripts into executable Mac OS X applications, able to run without requiring an existing python installation. This is a replacement for bundlebuilder.} version 0.3.6 categories {python devel} revision 0
py26-py2app-devel 723
-depends_build bin:svn:subversion portdir python/py26-py2app-devel description {converts python scripts into executable Mac OS X apps} homepage http://undefined.org/python/#py2app epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools port:py26-altgraph {path:\${prefix}/lib/python2.6/site-packages/macholib/__init__.py:py26-macholib} port:py26-modulegraph-devel port:py26-bdist_mpkg} name py26-py2app-devel maintainers {jmr openmaintainer} long_description {A distutils extension which converts python scripts into executable Mac OS X applications, able to run without requiring an existing python installation. This is a replacement for bundlebuilder.} version 0.4.2 categories {python devel} revision 1
+portdir python/py26-py2app-devel depends_fetch bin:svn:subversion description {converts python scripts into executable Mac OS X apps} homepage http://undefined.org/python/#py2app epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools port:py26-altgraph {path:\${prefix}/lib/python2.6/site-packages/macholib/__init__.py:py26-macholib} port:py26-modulegraph-devel port:py26-bdist_mpkg} name py26-py2app-devel maintainers {jmr openmaintainer} long_description {A distutils extension which converts python scripts into executable Mac OS X applications, able to run without requiring an existing python installation. This is a replacement for bundlebuilder.} version 0.4.2 categories {python devel} revision 1
py26-pydb 454
variants universal portdir python/py26-pydb description {Extended Python Debugger} homepage http://bashdb.sourceforge.net/pydb/ epoch 0 platforms darwin name py26-pydb depends_lib port:python26 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 {dweber openmaintainer} categories python version 1.25 revision 1
py26-pyflakes 534
@@ -8677,11 +8677,11 @@
py26-pyobjc 649
portdir python/py26-pyobjc description {bidirectional bridge between python and Objective C} homepage http://pyobjc.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python26 name py26-pyobjc maintainers {jmr openmaintainer} long_description {The PyObjC project aims to provide a bridge between the Python and Objective-C programming languages. The bridge is intended to be fully bidirectional, allowing the Python programmer to take full advantage of the power provided by various Objective-C based toolkits and the Objective-C programmer transparent access to Python based functionality.} version 1.4 categories {python devel} revision 0
py26-pyobjc2 730
-depends_build bin:svn:subversion portdir python/py26-pyobjc2 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
+portdir python/py26-pyobjc2 depends_fetch bin:svn: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 446
-depends_build bin:svn:subversion portdir python/py26-pyobjc2-cocoa 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-pyprotocols 575
-depends_build bin:unzip:unzip 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.} version 1.0a0dev-r2302 categories {python devel} revision 0
+portdir python/py26-pyobjc2-cocoa depends_fetch bin:svn: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-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.4.4 revision 1
py26-pyrex 454
@@ -8858,8 +8858,8 @@
portdir ruby/rb-gd2 description {Bindings for gd2 graphics library} homepage http://gd2.rubyforge.org/ depends_run port:gd2 epoch 0 platforms darwin name rb-gd2 depends_lib {port:ruby port:rb-rubygems} maintainers {kallisys.net:pguyot openmaintainer} long_description {Ruby/GD2 is a Ruby interface to Thomas Boutell's gd 2 graphics library.} categories ruby version 1.1.1 revision 0
rb-gem_plugin 433
portdir ruby/rb-gem_plugin description {A plugin system based only on rubygems that uses dependencies only.} homepage http://rubyforge.org/projects/mongrel epoch 0 platforms darwin name rb-gem_plugin depends_lib {port:ruby port:rb-rubygems port:rb-rake} maintainers {kallisys.net:pguyot openmaintainer} long_description {{A plugin system based only on rubygems that uses dependencies only.}} categories ruby version 0.2.3 revision 0
-rb-getopt-declare 586
-depends_build bin:unzip:unzip 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.} categories ruby version 1.09.7 revision 1
+rb-getopt-declare 588
+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 582
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 1.93.0 revision 0
rb-gnome 612
@@ -9126,8 +9126,8 @@
variants {mysql4 universal} portdir ruby/rb19-mysql description {Ruby client library for MySQL} homepage http://www.tmtm.org/mysql/ruby/ epoch 0 platforms darwin name rb19-mysql depends_lib path:bin/mysql_config5:mysql5 long_description {Ruby client library for accessing MySQL databases from Ruby. It works with Mysql 4 or 5.} maintainers {febeling openmaintainer} categories {ruby databases} version 2.8.1 revision 0
EMBOSS 537
variants universal portdir science/EMBOSS description {Molecular Biology software analysis package} homepage http://emboss.sourceforge.net epoch 0 platforms darwin name EMBOSS long_description {EMBOSS is a free Open Source software analysis package specially developed for the needs of the molecular biology user community. The software automatically copes with data in a variety of formats and even allows transparent retrieval of sequence data from the web.} maintainers gmail.com:mike.thon categories science version 6.0.1 revision 0
-FreeSOLID 531
-variants universal depends_build bin:unzip:unzip portdir science/FreeSOLID description {Library for collision detection of three-dimensional objects.} homepage http://sourceforge.net/projects/freesolid/ epoch 0 platforms darwin name FreeSOLID long_description {FreeSOLID is a library for collision detection of three-dimensional objects undergoing rigid motion and deformation. FreeSOLID is designed to be used in interactive 3D graphics applications.} maintainers {jmpp openmaintainer} categories science version 2.1.1 revision 0
+FreeSOLID 533
+variants universal portdir science/FreeSOLID description {Library for collision detection of three-dimensional objects.} homepage http://sourceforge.net/projects/freesolid/ epoch 0 platforms darwin name FreeSOLID long_description {FreeSOLID is a library for collision detection of three-dimensional objects undergoing rigid motion and deformation. FreeSOLID is designed to be used in interactive 3D graphics applications.} maintainers {jmpp openmaintainer} depends_extract bin:unzip:unzip categories science version 2.1.1 revision 0
afni 522
variants {powerpc i386} portdir science/afni description {Analysis of Functional Neuro Images} homepage http://afni.nimh.nih.gov/ epoch 0 depends_run {port:netpbm port:jpeg port:whirlgif port:endian} name afni depends_lib port:glib2 long_description {This is a port of AFNI, Advanced Functional Neuro Imaging. AFNI is a tool for analyzing 3 dimensional images, especially functional MRI images used in brain mapping research.} maintainers smithers.neuro.mcw.edu:bacon categories science version 2007.04.18.1830 revision 0
archimedes 369
@@ -9157,7 +9157,7 @@
fastlink 385
portdir science/fastlink description {Genetic Analysis Software} homepage http://www.ncbi.nlm.nih.gov/CBBresearch/Schaffer/fastlink.html epoch 0 platforms darwin name fastlink maintainers nomaintainer long_description {Genetic linkage analysis is a statistical technique used to map genes and find the approximate location of disease genes.} version 4.1P categories science revision 0
flashdot 634
-variants universal depends_build bin:svn:subversion portdir science/flashdot description {FlashDot is a generator for psychophysical experiments.} homepage http://flashdot.sourceforge.net epoch 0 platforms darwin depends_lib {port:ocamlsdl port:ocamlgsl port:lablgl} name flashdot long_description {FlashDot is intended for generating and presenting visual perceptual experiments that require a high temporal precision. It is controlled by a simple experiment building language and allows experiment generation with either a text or a graphical editor.} maintainers macports at tobias-elze.de categories science version 0.7.8 revision 0
+variants universal portdir science/flashdot description {FlashDot is a generator for psychophysical experiments.} depends_fetch bin:svn:subversion homepage http://flashdot.sourceforge.net epoch 0 platforms darwin depends_lib {port:ocamlsdl port:ocamlgsl port:lablgl} name flashdot long_description {FlashDot is intended for generating and presenting visual perceptual experiments that require a high temporal precision. It is controlled by a simple experiment building language and allows experiment generation with either a text or a graphical editor.} maintainers macports at tobias-elze.de categories science version 0.7.8 revision 0
freehdl 429
variants universal depends_build path:bin/pkg-config:pkgconfig portdir science/freehdl description {A free VHDL simualtor used for digital simulations by qucs} homepage http://www.freehdl.seul.org epoch 0 platforms darwin name freehdl long_description {A project to develop a free, open source, GPL'ed VHDL simulator for Linux!} maintainers {digitalis.org:rowue openmaintainer} categories {science math} version 0.0.7 revision 0
gadap 357
@@ -9300,8 +9300,8 @@
variants {darwin_6 universal} portdir science/rasmol description {Molecular graphics visualisation tool} epoch 0 name rasmol depends_lib port:xorg-libXi long_description {RasMol is a molecular graphics program intended for the visualisation of proteins, nucleic acids and small molecules. The program is aimed at display, teaching and generation of publication quality images.} maintainers nomaintainer categories {science graphics} version 2.7.1.1 revision 3
setiathome 519
variants universal portdir science/setiathome description {UNIX version of the Seti at home client} homepage http://setiathome.ssl.berkeley.edu/ epoch 0 platforms darwin name setiathome long_description {setiathome is the UNIX version of the SETI at home client. It downloads radio telescope data from a network server, analyzes the data looking for signals of extraterrestrial origin, and uploads results to the server, repeating this cycle indefinitely.} maintainers nomaintainer categories science version 3.03 revision 1
-stdinchi-1 385
-depends_build bin:unzip:unzip portdir science/stdinchi-1 description {IUPAC InChI} homepage http://www.iupac.org/inchi/ epoch 0 platforms darwin name stdinchi-1 maintainers {netatonce.net:petri openmaintainer} long_description {IUPAC utility for International Chemical Identifier (InChI) non-proprietary identifiers for chemical substances.} categories science version 1.02 revision 0
+stdinchi-1 387
+portdir science/stdinchi-1 description {IUPAC InChI} homepage http://www.iupac.org/inchi/ epoch 0 platforms darwin name stdinchi-1 maintainers {netatonce.net:petri openmaintainer} long_description {IUPAC utility for International Chemical Identifier (InChI) non-proprietary identifiers for chemical substances.} depends_extract bin:unzip:unzip categories science version 1.02 revision 0
stellarium 629
depends_build port:cmake portdir science/stellarium description {Stellarium is a free open source planetarium for your computer.} homepage http://stellarium.org/ epoch 0 platforms darwin depends_lib {port:boost port:libsdl_mixer port:libsdl port:qt4-mac port:freetype} name stellarium maintainers {raimue openmaintainer} long_description {Stellarium is a free open source planetarium for your computer. It shows a realistic sky in 3D, just like what you see with the naked eye, binoculars or a telescope. It is being used in planetarium projectors. Just set your coordinates and go.} categories science version 0.10.2 revision 0
tempo 680
@@ -9310,8 +9310,8 @@
portdir science/thccalc description {thccacl calculates the THC content in a person's blood} homepage http://www.freewebs.com/thccalc/ epoch 0 platforms darwin name thccalc maintainers nomaintainer long_description {thccalc is a text mode program that calculates the THC content in a person's blood based on their usage pattern over a specific period of time.} version 0.23 categories science revision 0
tree-puzzle 624
variants universal portdir science/tree-puzzle description {a computer program to reconstruct phylogenetic trees from molecular sequence data by maximum likelihood} homepage http://www.tree-puzzle.de epoch 0 platforms darwin name tree-puzzle long_description {TREE-PUZZLE is a computer program to reconstruct phylogenetic trees from molecular sequence data by maximum likelihood. It implements a fast tree search algorithm, quartet puzzling, that allows analysis of large data sets and automatically assigns estimations of support to each internal branch.} maintainers mac.com:mrt5 categories science version 5.2 revision 0
-triangle 637
-depends_build bin:unzip:unzip portdir science/triangle description {A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator} homepage http://www.cs.cmu.edu/~quake/triangle.html epoch 0 platforms darwin depends_lib port:xorg-libX11 name triangle maintainers {jwa openmaintainer} long_description {Triangle generates exact Delaunay triangulations, constrained Delaunay triangulations, conforming Delaunay triangulations, Voronoi diagrams, and high-quality triangular meshes. The latter can be generated with no small or large angles, and are thus suitable for finite element analysis.} categories science version 1.6 revision 2
+triangle 639
+portdir science/triangle description {A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator} homepage http://www.cs.cmu.edu/~quake/triangle.html epoch 0 platforms darwin depends_lib port:xorg-libX11 name triangle maintainers {jwa openmaintainer} long_description {Triangle generates exact Delaunay triangulations, constrained Delaunay triangulations, conforming Delaunay triangulations, Voronoi diagrams, and high-quality triangular meshes. The latter can be generated with no small or large angles, and are thus suitable for finite element analysis.} depends_extract bin:unzip:unzip categories science version 1.6 revision 2
uclatools 623
variants universal depends_build port:cmake portdir science/uclatools description {Set of utilities for converting, analysing, and manipulating MRI image data.} homepage http://www.ccn.ucla.edu/BMCweb/SharedCode/SharedSoftware.html epoch 0 platforms darwin name uclatools long_description {UCLATools includes a collection of programs written mainly by Mark S. Cohen at the UCLA Center for Cognitive Neuroscience. They provide a variety of functionalityin relation to MRI imaging. Each tool has a usage that should clarify it's utility.} maintainers ucla.edu:jameskyle categories {science graphics} version 1.0.3 revision 0
udunits 527
@@ -9335,7 +9335,7 @@
xephem 698
portdir science/xephem description {interactive astronomical ephemeris program} homepage http://www.clearskyinstitute.com/xephem/ epoch 0 platforms darwin name xephem depends_lib lib:libXm:lesstif maintainers nomaintainer long_description {Xephem is an interactive astronomical ephemeris program for X Windows systems. It computes heliocentric, geocentric and topocentric information for fixed celestial objects and objects in heliocentric and geocentric {orbits;} has built-in support for all planet {positions;} the moons of Jupiter, Saturn and {Earth;} Mars' and Jupiter's central meridian {longitude;} Saturn's {rings;} and Jupiter's Great Red Spot} categories science version 3.7.2 revision 0
xloops 698
-variants {darwin_6 darwin_7 test universal} depends_build bin:cvs:cvs portdir science/xloops description {A Program for Calculating Feynman Diagrams} homepage http://wwwthep.physik.uni-mainz.de/~xloops/ epoch 0 platforms darwin depends_lib {port:GiNaC port:nestedsums} name xloops long_description {The aim of xloops is to calculate one-particle irreducible Feynman diagrams with one or two closed loops for arbitrary processes in the Standard Model { } of particles and related theories. Results can be returned both algebraically and numerically. All necessary tensor integrals are treated for arbitrary masses and momenta.} maintainers nomaintainer categories science version current revision 9
+variants {darwin_6 darwin_7 test universal} portdir science/xloops description {A Program for Calculating Feynman Diagrams} depends_fetch bin:cvs:cvs homepage http://wwwthep.physik.uni-mainz.de/~xloops/ epoch 0 platforms darwin depends_lib {port:GiNaC port:nestedsums} name xloops long_description {The aim of xloops is to calculate one-particle irreducible Feynman diagrams with one or two closed loops for arbitrary processes in the Standard Model { } of particles and related theories. Results can be returned both algebraically and numerically. All necessary tensor integrals are treated for arbitrary masses and momenta.} maintainers nomaintainer categories science version current revision 9
xmedcon 568
variants {gtk2 gtk1 fortran universal} portdir science/xmedcon description {an open source toolkit for medical image conversion} homepage http://xmedcon.sourceforge.net/ epoch 0 platforms darwin name xmedcon depends_lib port:libpng long_description {xmedcon is a framework specifically designed to resolve the complexities involved with conversion of medical image formats. It offers a GUI, a CLI (medcon), and a library for writing custom applications licensed under the (L)GPL.} maintainers ucla.edu:jameskyle categories {science graphics} version 0.10.4 revision 0
aescrypt 384
@@ -9533,7 +9533,7 @@
MacPorts 549
variants {darwin_7 darwin_8 darwin_8_powerpc darwin_8_i386 darwin_9 darwin_9_powerpc darwin_9_i386 darwin_10_powerpc darwin_10_i386 universal} portdir sysutils/MacPorts description {The MacPorts Infrastructure} homepage http://www.macports.org epoch 0 platforms {darwin freebsd} name MacPorts long_description {MacPorts provides the infrastructure that allows easy installation and management of freely available software on Mac OS X 10.3 or newer systems.} maintainers lists.macosforge.org:macports-mgr categories sysutils version 1.7.1 revision 0
Pallet 495
-variants universal depends_build bin:svn:subversion portdir sysutils/Pallet description {Aqua application to control a MacPorts installation.} homepage http://www.macports.org epoch 0 platforms macosx depends_lib port:MacPorts_Framework name Pallet long_description {Pallet is an aqua application that controls a MacPorts installation, including the installation, upgrading, and removal of individual ports.} maintainers nomaintainer version 0.1.0 categories {sysutils aqua macports} revision 1
+variants universal portdir sysutils/Pallet description {Aqua application to control a MacPorts installation.} depends_fetch bin:svn:subversion homepage http://www.macports.org epoch 0 platforms macosx depends_lib port:MacPorts_Framework name Pallet long_description {Pallet is an aqua application that controls a MacPorts installation, including the installation, upgrading, and removal of individual ports.} maintainers nomaintainer version 0.1.0 categories {sysutils aqua macports} revision 1
RCng 327
variants universal portdir sysutils/RCng description {NetBSD-based RCng system for starting daemons installed by MacPorts.} epoch 0 platforms {darwin freebsd} name RCng maintainers nomaintainer long_description {{NetBSD-based RCng system for starting daemons installed by MacPorts.}} categories sysutils version 1.0 revision 0
agrep 311
@@ -9566,8 +9566,8 @@
variants universal portdir sysutils/bcwipe description {Securely erase data from magnetic and solid-state memory.} homepage http://www.jetico.com/ epoch 0 platforms darwin name bcwipe long_description {The BCWipe software is intended to give you a confidence that your deleted files cannot be recovered by an intruder. BCWipe repeatedly overwrites special patterns to the files to be destroyed. BCWipe for UNIX offers two wiping schemas: US DoD 5200.28-STD standard and Peter Gutmann's 35 pass scheme.} maintainers nomaintainer categories {sysutils security} version 1.7-7 revision 0
bdes 235
variants universal portdir sysutils/bdes description {Block-based DES cipher utility} epoch 0 platforms darwin name bdes depends_lib lib:libcipher.1:libcipher maintainers nomaintainer categories sysutils version 4.7-RELEASE revision 1
-bdump 390
-depends_build bin:unzip:unzip portdir sysutils/bdump description {allows viwing hex and ASCII formats side by side} homepage http://www.braham.net/Phil/linux_utils.html epoch 0 platforms darwin name bdump maintainers nomaintainer long_description {A replacement for od for viewing binary files. Allows viewing hex and ASCII formats side by side.} categories sysutils version 3.5 revision 0
+bdump 392
+portdir sysutils/bdump description {allows viwing hex and ASCII formats side by side} homepage http://www.braham.net/Phil/linux_utils.html epoch 0 platforms darwin name bdump maintainers nomaintainer long_description {A replacement for od for viewing binary files. Allows viewing hex and ASCII formats side by side.} depends_extract bin:unzip:unzip categories sysutils version 3.5 revision 0
beanstalkd 550
variants universal portdir sysutils/beanstalkd description {a fast, distributed, in-memory workqueue service} homepage http://xph.us/software/beanstalkd/ epoch 0 platforms darwin name beanstalkd depends_lib {port:libevent port:gmake} maintainers nick long_description {beanstalkd is a fast, distributed, in-memory workqueue service. Its interface is generic, but is intended for use in reducing the latency of page views in high-volume web applications by running most time-consuming tasks asynchronously.} categories sysutils version 1.3 revision 0
bool 497
@@ -9578,8 +9578,8 @@
portdir sysutils/bsdsfv description {BSD-licensed simple file verification utility} homepage http://bsdsfv.sourceforge.net/ epoch 0 platforms darwin name bsdsfv maintainers soy.se:simmel long_description {bsdsfv can create and verify simple file verification (.sfv) files in a very flexible and compatible way.} version 1.18 categories sysutils revision 0
btrfs-progs 396
portdir sysutils/btrfs-progs description {Btrfs utility programs.} homepage http://btrfs.wiki.kernel.org/ epoch 0 platforms {darwin linux} name btrfs-progs depends_lib port:ossp-uuid maintainers googlemail.com:0xffea long_description {Btrfs is a new copy-on-write filesystem. This port contains utilities to create, check and debug btrfs filesystems.} categories sysutils version 0.18 revision 0
-burn-app 411
-variants {universal i386 powerpc} depends_build bin:unzip:unzip portdir sysutils/burn-app description {Burn.app is a burning application for Mac OS X} homepage http://burn-osx.sourceforge.net/ epoch 0 platforms macosx depends_lib port:libiconv name burn-app long_description {Burn.app is an open source frontend for Apple's DiscBurning Framework} maintainers raimue version 1.721 categories sysutils revision 1
+burn-app 413
+variants {universal i386 powerpc} portdir sysutils/burn-app description {Burn.app is a burning application for Mac OS X} homepage http://burn-osx.sourceforge.net/ epoch 0 platforms macosx depends_lib port:libiconv name burn-app long_description {Burn.app is an open source frontend for Apple's DiscBurning Framework} maintainers raimue depends_extract bin:unzip:unzip version 1.721 categories sysutils revision 1
c-hey 505
variants universal portdir sysutils/c-hey description {unix terminal based Instant Messaging Utility} homepage http://www.redbrick.dcu.ie/~c-hey/ epoch 0 platforms darwin name c-hey depends_lib port:readline long_description {c-hey is a unix terminal based Instant Messaging Utility. In conjunction with the standard unix utility {"write",} it allows shell users to send messages to each other conveinently, easily and more personally.} maintainers nomaintainer categories sysutils version 2.1 revision 0
calcurse 402
@@ -9759,7 +9759,7 @@
lzop 508
variants universal portdir sysutils/lzop description {Fast file compressor} homepage http://www.lzop.org/ epoch 0 platforms darwin name lzop depends_lib port:lzo long_description {lzop is a file compressor which is very similar to gzip. lzop uses the LZO data compression library for compression services, and its main advantages over gzip are much higher compression and decompression speed (at the cost of some compression ratio).} maintainers blb categories {sysutils compression} version 1.01 revision 0
macports-notifier 509
-variants universal depends_build bin:svn:subversion portdir sysutils/macports-notifier description {A menubar notifier for MacPorts.} homepage http://portsnotifier.sourceforge.net epoch 0 platforms macosx name macports-notifier long_description {MacPorts Notifier is a menubar notifier for MacPorts. It works like the Gmail notifier, updating the port teee automatically and notifying { the} user if any ports are outdated.} maintainers nomaintainer version 0.1 categories {sysutils aqua macports} revision 0
+variants universal portdir sysutils/macports-notifier description {A menubar notifier for MacPorts.} depends_fetch bin:svn:subversion homepage http://portsnotifier.sourceforge.net epoch 0 platforms macosx name macports-notifier long_description {MacPorts Notifier is a menubar notifier for MacPorts. It works like the Gmail notifier, updating the port teee automatically and notifying { the} user if any ports are outdated.} maintainers nomaintainer version 0.1 categories {sysutils aqua macports} revision 0
macutil 1629
variants darwin portdir sysutils/macutil description {Several *nix-based utilities for working with classic Mac files} homepage http://homepages.cwi.nl/~dik/english/ftp.html epoch 0 platforms darwin name macutil long_description {macutil contains the following utilities: macunpack - unpacks PackIt, StuffIt, Diamond, Compactor/Compact Pro, most StuffItClassic/StuffItDeluxe, and all Zoom and LHarc/MacLHa archives, and archives created by later versions of DiskDoubler. Also it will decode files created by BinHex5.0, MacBinary, UMCP, Compress It, ShrinkToFit, MacCompress, DiskDoubler and AutoDoubler. hexbin - de-hexify files created in BinHex 4.0 compatible format (hqx) but also the older format (dl, hex and hcx). Moreover it will uudecode files uuencoded by UUTool (the only program I know that does UU hexification of all Mac file information). macsave - reads a MacBinary stream from standard input and writes the files according to the options. Optionally self-extracting archive
s are modified to normal archives. macstream - reads files from the Unix host and will output a MacBinary stream containing all those files together with information about the directory structure. binhex - reads a MacBinary stream, or will read files/directories as indicated on the command line, and will output all files in binhexed (.hqx) format. Information about the directory structure is lost. tomac - transmits a MacBinary stream, or named files to the Mac using the XMODEM protocol. frommac - receives one or more files from the Mac using the XMODEM protocol.} maintainers nomaintainer categories sysutils version 2.0b3 revision 0
man 569
@@ -9806,8 +9806,8 @@
portdir sysutils/openbrowser description {opens files and URLs into the default web browser} homepage http://www.macports.org/ epoch 0 depends_run port:p5-mac-carbon platforms macosx name openbrowser maintainers ryandesign long_description {openbrowser opens files and URLs into your default web browser. Unlike {"open",} openbrowser will still open local .html files into your web browser even if you have configured LaunchServices to open .html files into e.g. a text editor.} categories sysutils version 1.0 revision 0
openupsd 376
variants universal portdir sysutils/openupsd description {UPS daemon for Belkin serial-connected UPSs} homepage http://frmb.org/openupsd.html epoch 0 platforms darwin name openupsd long_description {OpenUPSd is a UPS daemon, for Belkin serial-connected UPSs that speak the 'regulator pro smart protocol'.} maintainers nomaintainer categories sysutils version 0.3.1 revision 0
-osxutils 646
-variants universal depends_build bin:unzip:unzip portdir sysutils/osxutils description {Command line utilities for Finder commands} homepage http://sourceforge.net/projects/osxutils epoch 0 platforms macosx name osxutils long_description {osxutils is a package of potentially useful Mac-oriented command line utilities for Mac OS X version 10.0 or later. These tools represent an effort in bringing command line control over certain aspects of the Mac OS, in particular file meta-data such as Finder flags, heritage file Type and Creator codes, comments and suffixes/file extensions.} maintainers waqar categories sysutils version 1.7 revision 0
+osxutils 648
+variants universal portdir sysutils/osxutils description {Command line utilities for Finder commands} homepage http://sourceforge.net/projects/osxutils epoch 0 platforms macosx name osxutils long_description {osxutils is a package of potentially useful Mac-oriented command line utilities for Mac OS X version 10.0 or later. These tools represent an effort in bringing command line control over certain aspects of the Mac OS, in particular file meta-data such as Finder flags, heritage file Type and Creator codes, comments and suffixes/file extensions.} maintainers waqar depends_extract bin:unzip:unzip categories sysutils version 1.7 revision 0
passogva 356
portdir sysutils/passogva description {automated password generator} homepage https://dev.mosuki.com/passogva/index.php epoch 0 platforms darwin name passogva maintainers nomaintainer long_description {passogva is a FIPS-181 automated password generator implementation. It generates random, pronounceable words.} version 1.0 categories sysutils revision 0
pdi2iso 376
@@ -9906,8 +9906,8 @@
portdir sysutils/truncate description {truncates a file to a given size} homepage http://www.vanheusden.com/Linux/ epoch 0 platforms darwin name truncate maintainers nomaintainer long_description {{truncates a file to a given size}} version 0.5 categories sysutils revision 0
txt2regex 606
portdir sysutils/txt2regex description {Converts human sentences to regexes} homepage http://txt2regex.sourceforge.net/ epoch 0 platforms {darwin freebsd} name txt2regex maintainers technokracy.net:grrr long_description {Txt2regex is a Regular Expression Wizard that converts human sentences to regexes. In a simple interactive console interface, the user answers questions and the program build the regexes for more than 20 programs, like Vim, Emacs, Perl, PHP, Python, Procmail and OpenOffice.org. It is a Shell Script 100% written with Bash builtin commands.} version 0.8 categories sysutils revision 0
-uif2iso 329
-depends_build {port:openssl port:zlib} portdir sysutils/uif2iso description {converts UIF images to ISO images} homepage http://aluigi.org/mytoolz.htm#uif2iso epoch 0 platforms darwin name uif2iso maintainers gmail.com:billitch long_description {{converts UIF images to ISO images}} categories sysutils version 0.1.7c revision 0
+uif2iso 361
+depends_build {port:openssl port:zlib} portdir sysutils/uif2iso description {converts UIF images to ISO images} homepage http://aluigi.org/mytoolz.htm#uif2iso epoch 0 platforms darwin name uif2iso maintainers gmail.com:billitch long_description {{converts UIF images to ISO images}} depends_extract bin:unzip:unzip categories sysutils version 0.1.7c revision 0
update-fonts-utils 650
portdir sysutils/update-fonts-utils description {Compiles fonts.alias, fonts.dir, fonts.scale files for X font directories} homepage http://necrotic.deadbeast.net/xsf/XFree86/NEWS.xhtml epoch 0 platforms darwin name update-fonts-utils maintainers digdog long_description {update-fonts-utils is a custom collection of utilities that was written by Branden Robinson for the Debian Project. This package contains three scripts: update-fonts-alias, update-fonts-dir and update-fonts-scale. Users can use these scripts to create fonts.dir, assemble fonts.alias, fonts.scale files in the X font directory.} version 1.0 categories {sysutils x11} revision 0
uptimec 455
@@ -9930,8 +9930,8 @@
variants universal portdir sysutils/wmcpuload description {An lcd dockapp that displays the current cpuload} homepage http://www.sh.rim.or.jp/~ssato/dockapp/ epoch 0 platforms {darwin freebsd} name wmcpuload depends_lib {port:xorg-libXext port:xpm} long_description {WMCPULoad is a program to monitor CPU usage. It is a dockapp that is supported by X window managers such as Window Maker, AfterStep, BlackBox, and Enlightenment.} maintainers nomaintainer categories {sysutils x11} version 1.0.1 revision 3
wmmemmon 511
variants universal portdir sysutils/wmmemmon description {A lcd dockapp that displays the current memory/swap usage} homepage http://seiichisato.jp/dockapps/ epoch 0 platforms {darwin freebsd} name wmmemmon depends_lib {port:xorg-libXext port:xpm} long_description {WMMemMon is a program to monitor memory/swap usage. It is a dockapp that is supported by X window managers such as WindowMaker, AfterStep, BlackBox, and Enlightenment.} maintainers nomaintainer categories {sysutils x11} version 1.0.1 revision 1
-xattr 422
-depends_build bin:unzip:unzip portdir sysutils/xattr description {Display and edit extended attributes on Darwin 8} homepage http://arstechnica.com/reviews/os/macosx-10.4.ars/7 epoch 0 platforms darwin name xattr maintainers nomaintainer long_description {A simple utility to set, get, copy, delete and list the new extended attributes enabled by Mac OS X 10.4 Tiger (Darwin 8)} categories sysutils version 0.1 revision 2
+xattr 424
+portdir sysutils/xattr description {Display and edit extended attributes on Darwin 8} homepage http://arstechnica.com/reviews/os/macosx-10.4.ars/7 epoch 0 platforms darwin name xattr maintainers nomaintainer long_description {A simple utility to set, get, copy, delete and list the new extended attributes enabled by Mac OS X 10.4 Tiger (Darwin 8)} depends_extract bin:unzip:unzip categories sysutils version 0.1 revision 2
xpkg 343
variants universal depends_build port:bison portdir sysutils/xpkg description {xpkg package manager alpha release} homepage http://www.xpkg.org/ epoch 0 platforms darwin depends_lib {port:xar port:sqlite3} name xpkg long_description {{xpkg package manager alpha release}} maintainers nomaintainer categories sysutils version 0.1.3a revision 0
xserve-raid-tools 667
@@ -9964,18 +9964,18 @@
portdir tex/detex description {removes TeX constructs from a text file} homepage http://www.cs.purdue.edu/homes/trinkle/detex/ epoch 0 platforms darwin name detex maintainers ryandesign long_description {Detex {removes TeX constructs from a text file.}} version 2.8 categories {tex textproc} revision 0
disvf 446
variants universal portdir tex/disvf description {A perl script to convert Japanese Virtual Font files to Virtual Property Lists.} homepage http://itohws03.ee.noda.sut.ac.jp/~matsuda/ttf2pk/ epoch 0 depends_run bin:perl:perl5 platforms darwin name disvf long_description {{A perl script to convert Japanese Virtual Font files to Virtual Property Lists.}} maintainers {takanori openmaintainer} categories {tex print japanese} version 0 revision 0
-dot2texi 813
-depends_build bin:unzip:unzip portdir tex/dot2texi description {Allows you to embed DOT descriptions in your TeX document} homepage http://www.fauskes.net/code/dot2tex/documentation/#the-dot2texi-latex-package depends_run {bin:dot2tex:dot2tex port:texlive port:pgf} epoch 0 platforms darwin depends_lib bin:texhash:texlive name dot2texi long_description {The dot2texi package allows you to embed graphs written the DOT description language directly in your document. The dot2tex tool is used to transform the output from Graphviz to LATEX code using either the TikZ and PGF package, orthe PSTricks package. The generated code can then be included directly in you document. This package can automate the process if shell escape is enabled.} maintainers {snc openmaintainer} categories tex version 3-0-0 revision 0
+dot2texi 815
+portdir tex/dot2texi description {Allows you to embed DOT descriptions in your TeX document} homepage http://www.fauskes.net/code/dot2tex/documentation/#the-dot2texi-latex-package depends_run {bin:dot2tex:dot2tex port:texlive port:pgf} epoch 0 platforms darwin depends_lib bin:texhash:texlive name dot2texi maintainers {snc openmaintainer} long_description {The dot2texi package allows you to embed graphs written the DOT description language directly in your document. The dot2tex tool is used to transform the output from Graphviz to LATEX code using either the TikZ and PGF package, orthe PSTricks package. The generated code can then be included directly in you document. This package can automate the process if shell escape is enabled.} depends_extract bin:unzip:unzip categories tex version 3-0-0 revision 0
gtamacfonts 510
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
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 717
-variants universal depends_build bin:unzip:unzip portdir tex/latexdiff description {determine and mark up significant differences between latex files} homepage http://www.ctan.org/tex-archive/support/latexdiff/ depends_run path:bin/perl:perl5 epoch 0 platforms darwin name latexdiff long_description {latexdiff is a Perl script, which compares two latex files and marks up significant differences between them (i.e. a diff for latex files). Various options are available for visual markup using standard latex packages such as color.sty. Changes not directly affecting visible text, for example in formatting commands, are still marked in the latex source.} maintainers aschenke categories tex version 0.5 revision 0
-latexmk 774
-depends_build bin:unzip:unzip portdir tex/latexmk description {Automates the process of generating a LaTeX document} homepage http://www.ctan.org/tex-archive/support/latexmk/ epoch 0 platforms darwin depends_lib bin:latex:texlive name latexmk maintainers vinc17 long_description {Latexmk completely automates the process of generating a LaTeX document. Essentially, it is a highly specialized cousin of the general make utility. Given the source files for a document, latexmk issues the appropriate sequence of commands to generate a .dvi, .ps, .pdf or hardcopy version of the document. It can also be set to run continuously with a {previewer;} the latex program, etc, are rerun whenever one of the source files is modified.} categories {tex print} version 4.07 revision 0
+latexdiff 719
+variants universal portdir tex/latexdiff description {determine and mark up significant differences between latex files} homepage http://www.ctan.org/tex-archive/support/latexdiff/ depends_run path:bin/perl:perl5 epoch 0 platforms darwin name latexdiff long_description {latexdiff is a Perl script, which compares two latex files and marks up significant differences between them (i.e. a diff for latex files). Various options are available for visual markup using standard latex packages such as color.sty. Changes not directly affecting visible text, for example in formatting commands, are still marked in the latex source.} maintainers aschenke depends_extract bin:unzip:unzip categories tex version 0.5 revision 0
+latexmk 776
+portdir tex/latexmk description {Automates the process of generating a LaTeX document} homepage http://www.ctan.org/tex-archive/support/latexmk/ epoch 0 platforms darwin depends_lib bin:latex:texlive name latexmk maintainers vinc17 long_description {Latexmk completely automates the process of generating a LaTeX document. Essentially, it is a highly specialized cousin of the general make utility. Given the source files for a document, latexmk issues the appropriate sequence of commands to generate a .dvi, .ps, .pdf or hardcopy version of the document. It can also be set to run continuously with a {previewer;} the latex program, etc, are rerun whenever one of the source files is modified.} depends_extract bin:unzip:unzip categories {tex print} version 4.07 revision 0
makejvf 358
variants universal portdir tex/makejvf description {Japanese Virtual Font file maker.} homepage http://ascii.asciimw.jp/pb/ptex/base/sources.html epoch 0 platforms darwin name makejvf depends_lib port:gettext long_description {{Japanese Virtual Font file maker.}} maintainers {takanori openmaintainer} categories {tex print japanese} version 1.1a revision 0
pTeX 664
@@ -9996,16 +9996,16 @@
portdir tex/tetex-frogg description {Little collection of French LaTeX/BiBTeX styles} homepage http://packages.debian.org/unstable/tex/tetex-frogg epoch 0 platforms darwin name tetex-frogg maintainers vinc17 long_description {Little collection of French LaTeX/BiBTeX styles: fr-plain.bst, frmath.sty, lettre.cls.} version 0.4-3 categories {tex print} revision 0
tetex-rechnung 378
portdir tex/tetex-rechnung description {tetex package for creating invoices (german Rechnungen)} homepage http://www.forwiss.uni-passau.de/~berberic/TeX/Rechnung/index.html epoch 0 platforms darwin name tetex-rechnung depends_lib bin:tex:texlive maintainers mww long_description {{tetex package for creating invoices (german Rechnungen)}} categories tex version 3.10 revision 0
-tex-cm-super 843
-depends_build bin:unzip:unzip portdir tex/tex-cm-super description {CM-Super font package.} homepage {} epoch 0 platforms darwin depends_lib bin:mktexlsr:texlive name tex-cm-super maintainers nomaintainer long_description {The CM-Super package contains Type 1 fonts converted from METAFONT fonts and covers entire EC/TC, EC Concrete, EC Bright and LH fonts (Computer Modern font families). All European and Cyrillic writings are covered. Each Type 1 font program contains ALL glyphs from the following standard LaTeX font encodings: T1, TS1, T2A, T2B, T2C, X2, and also Adobe StandardEncoding (585 glyphs per non-SC font and 468 glyphs per SC font), and could be reencoded to any of these encodings using standard dvips or pdftex facilities (the corresponding support files are also included).} categories {tex print} version 0.3.4 revision 0
-tex-fourier-gutenberg 543
-depends_build bin:unzip:unzip portdir tex/tex-fourier-gutenberg description {Fourier-GUTenberg provides all complementary typefaces needed to allow Utopia based TeX typesetting.} homepage {} epoch 0 platforms darwin depends_lib {bin:mktexlsr:texlive path:share/texmf-local/fonts/type1/adobe/utopia/putr8a.pfb:tex-utopia} name tex-fourier-gutenberg maintainers nomaintainer long_description {{Fourier-GUTenberg provides all complementary typefaces needed to allow Utopia based TeX typesetting.}} categories {tex print} version 1.4.1 revision 0
-tex-mh 444
-depends_build bin:unzip:unzip portdir tex/tex-mh description {The mh bundle} homepage http://www.ctan.org/get/macros/latex/contrib/mh epoch 0 platforms darwin depends_lib bin:mktexlsr:texlive name tex-mh maintainers nomaintainer long_description {mh is a TeX package collection by Morten Hoegholm. It contains Michael J. Downes' breqn, flexisym, mathstyle, and mhsetup, mathtools, empheq, empheq07.} categories {tex print} version 0 revision 0
-tex-tipa 507
-depends_build bin:unzip:unzip portdir tex/tex-tipa description {Fonts and macros for IPA phonetics characters.} homepage http://www.essex.ac.uk/linguistics/clmt/latex4ling/tipa/ epoch 0 platforms darwin depends_lib bin:mktexlsr:texlive name tex-tipa long_description {TIPA (TeX International Phonetic Alphabet) is a latex package for International Phonetic Alphabet characters by Rei Fukui, Hajime Kobayashi, and Shun Shirakawa} maintainers kallisys.net:pguyot categories {tex print} version 1.3 revision 1
-tex-utopia 302
-variants universal depends_build bin:unzip:unzip portdir tex/tex-utopia description {Utopia Type1 fonts.} homepage {} epoch 0 platforms darwin depends_lib bin:mktexlsr:texlive name tex-utopia long_description {{Utopia Type1 fonts.}} maintainers nomaintainer categories {tex print} version 0 revision 0
+tex-cm-super 845
+portdir tex/tex-cm-super description {CM-Super font package.} homepage {} epoch 0 platforms darwin depends_lib bin:mktexlsr:texlive name tex-cm-super maintainers nomaintainer long_description {The CM-Super package contains Type 1 fonts converted from METAFONT fonts and covers entire EC/TC, EC Concrete, EC Bright and LH fonts (Computer Modern font families). All European and Cyrillic writings are covered. Each Type 1 font program contains ALL glyphs from the following standard LaTeX font encodings: T1, TS1, T2A, T2B, T2C, X2, and also Adobe StandardEncoding (585 glyphs per non-SC font and 468 glyphs per SC font), and could be reencoded to any of these encodings using standard dvips or pdftex facilities (the corresponding support files are also included).} depends_extract bin:unzip:unzip categories {tex print} version 0.3.4 revision 0
+tex-fourier-gutenberg 545
+portdir tex/tex-fourier-gutenberg description {Fourier-GUTenberg provides all complementary typefaces needed to allow Utopia based TeX typesetting.} homepage {} epoch 0 platforms darwin depends_lib {bin:mktexlsr:texlive path:share/texmf-local/fonts/type1/adobe/utopia/putr8a.pfb:tex-utopia} name tex-fourier-gutenberg maintainers nomaintainer long_description {{Fourier-GUTenberg provides all complementary typefaces needed to allow Utopia based TeX typesetting.}} depends_extract bin:unzip:unzip categories {tex print} version 1.4.1 revision 0
+tex-mh 446
+portdir tex/tex-mh description {The mh bundle} homepage http://www.ctan.org/get/macros/latex/contrib/mh epoch 0 platforms darwin depends_lib bin:mktexlsr:texlive name tex-mh maintainers nomaintainer long_description {mh is a TeX package collection by Morten Hoegholm. It contains Michael J. Downes' breqn, flexisym, mathstyle, and mhsetup, mathtools, empheq, empheq07.} depends_extract bin:unzip:unzip categories {tex print} version 0 revision 0
+tex-tipa 509
+portdir tex/tex-tipa description {Fonts and macros for IPA phonetics characters.} homepage http://www.essex.ac.uk/linguistics/clmt/latex4ling/tipa/ epoch 0 platforms darwin depends_lib bin:mktexlsr:texlive name tex-tipa long_description {TIPA (TeX International Phonetic Alphabet) is a latex package for International Phonetic Alphabet characters by Rei Fukui, Hajime Kobayashi, and Shun Shirakawa} maintainers kallisys.net:pguyot depends_extract bin:unzip:unzip categories {tex print} version 1.3 revision 1
+tex-utopia 304
+variants universal portdir tex/tex-utopia description {Utopia Type1 fonts.} homepage {} epoch 0 platforms darwin depends_lib bin:mktexlsr:texlive name tex-utopia long_description {{Utopia Type1 fonts.}} maintainers nomaintainer depends_extract bin:unzip:unzip categories {tex print} version 0 revision 0
texlive 602
variants {letter doc} portdir tex/texlive description {TeX Live is a TeX distribution} homepage http://www.tug.org/texlive/ epoch 0 platforms darwin name texlive depends_lib port:texlive_base long_description {TeX Live is an easy way to get up and running with TeX. It provides a comprehensive TeX system with binaries for most flavors of Unix, including GNU/Linux, and also Windows. It includes all the major TeX-related programs, macro packages, and fonts that are free software, including support for many languages around the world.} maintainers nomaintainer categories tex version 2007 revision 6
texlive_base 806
@@ -10130,18 +10130,18 @@
portdir textproc/docbook-dsssl description {the docbook dsssl stylesheets} homepage http://docbook.sf.net/ epoch 0 platforms darwin name docbook-dsssl maintainers decibel.org:decibel version 1.79 categories textproc revision 0
docbook-xml 501
depends_build {port:docbook-xml-4.1.2 port:docbook-xml-4.2 port:docbook-xml-4.3 port:docbook-xml-4.4 port:docbook-xml-4.5 port:docbook-xml-5.0} portdir textproc/docbook-xml description {Install all of the versioned docbook-xml-* ports} homepage http://www.docbook.org/ epoch 0 platforms darwin name docbook-xml maintainers nomaintainer long_description {This port is an uninstallable metaport that simply ensures that a number of other ports are installed.} categories textproc version 5.0 revision 0
-docbook-xml-4.1.2 501
-depends_build bin:unzip:unzip portdir textproc/docbook-xml-4.1.2 description {Version 4.1.2 of the DocBook XML DTDs} homepage http://www.docbook.org/xml/4.1.2/ epoch 0 depends_run port:xmlcatmgr platforms darwin name docbook-xml-4.1.2 long_description {Version 4.1.2 of the DocBook XML DTDs, which provide a structured, semantic markup format for books and documentation, especially for computer hardware and software.} maintainers {boeyms openmaintainer} categories textproc version 4.1.2 revision 1
-docbook-xml-4.2 489
-depends_build bin:unzip:unzip portdir textproc/docbook-xml-4.2 description {Version 4.2 of the DocBook XML DTDs} homepage http://www.docbook.org/xml/4.2/ epoch 0 depends_run port:xmlcatmgr platforms darwin name docbook-xml-4.2 long_description {Version 4.2 of the DocBook XML DTDs, which provide a structured, semantic markup format for books and documentation, especially for computer hardware and software.} maintainers {boeyms openmaintainer} categories textproc version 4.2 revision 0
-docbook-xml-4.3 489
-depends_build bin:unzip:unzip portdir textproc/docbook-xml-4.3 description {Version 4.3 of the DocBook XML DTDs} homepage http://www.docbook.org/xml/4.3/ epoch 0 depends_run port:xmlcatmgr platforms darwin name docbook-xml-4.3 long_description {Version 4.3 of the DocBook XML DTDs, which provide a structured, semantic markup format for books and documentation, especially for computer hardware and software.} maintainers {boeyms openmaintainer} categories textproc version 4.3 revision 0
-docbook-xml-4.4 489
-depends_build bin:unzip:unzip portdir textproc/docbook-xml-4.4 description {Version 4.4 of the DocBook XML DTDs} homepage http://www.docbook.org/xml/4.4/ epoch 0 depends_run port:xmlcatmgr platforms darwin name docbook-xml-4.4 long_description {Version 4.4 of the DocBook XML DTDs, which provide a structured, semantic markup format for books and documentation, especially for computer hardware and software.} maintainers {boeyms openmaintainer} categories textproc version 4.4 revision 0
-docbook-xml-4.5 489
-depends_build bin:unzip:unzip portdir textproc/docbook-xml-4.5 description {Version 4.5 of the DocBook XML DTDs} homepage http://www.docbook.org/xml/4.5/ epoch 0 depends_run port:xmlcatmgr platforms darwin name docbook-xml-4.5 long_description {Version 4.5 of the DocBook XML DTDs, which provide a structured, semantic markup format for books and documentation, especially for computer hardware and software.} maintainers {boeyms openmaintainer} categories textproc version 4.5 revision 0
-docbook-xml-5.0 486
-depends_build bin:unzip:unzip portdir textproc/docbook-xml-5.0 description {Version 5.0 of the DocBook XML DTDs} homepage http://www.docbook.org/xml/5.0/ depends_run port:xmlcatmgr epoch 0 platforms darwin name docbook-xml-5.0 maintainers {nox openmaintainer} long_description {Version 5.0 of the DocBook XML DTDs, which provide a structured, semantic markup format for books and documentation, especially for computer hardware and software.} categories textproc version 5.0 revision 0
+docbook-xml-4.1.2 503
+portdir textproc/docbook-xml-4.1.2 description {Version 4.1.2 of the DocBook XML DTDs} homepage http://www.docbook.org/xml/4.1.2/ epoch 0 depends_run port:xmlcatmgr platforms darwin name docbook-xml-4.1.2 long_description {Version 4.1.2 of the DocBook XML DTDs, which provide a structured, semantic markup format for books and documentation, especially for computer hardware and software.} maintainers {boeyms openmaintainer} depends_extract bin:unzip:unzip categories textproc version 4.1.2 revision 1
+docbook-xml-4.2 491
+portdir textproc/docbook-xml-4.2 description {Version 4.2 of the DocBook XML DTDs} homepage http://www.docbook.org/xml/4.2/ epoch 0 depends_run port:xmlcatmgr platforms darwin name docbook-xml-4.2 long_description {Version 4.2 of the DocBook XML DTDs, which provide a structured, semantic markup format for books and documentation, especially for computer hardware and software.} maintainers {boeyms openmaintainer} depends_extract bin:unzip:unzip categories textproc version 4.2 revision 0
+docbook-xml-4.3 491
+portdir textproc/docbook-xml-4.3 description {Version 4.3 of the DocBook XML DTDs} homepage http://www.docbook.org/xml/4.3/ epoch 0 depends_run port:xmlcatmgr platforms darwin name docbook-xml-4.3 long_description {Version 4.3 of the DocBook XML DTDs, which provide a structured, semantic markup format for books and documentation, especially for computer hardware and software.} maintainers {boeyms openmaintainer} depends_extract bin:unzip:unzip categories textproc version 4.3 revision 0
+docbook-xml-4.4 491
+portdir textproc/docbook-xml-4.4 description {Version 4.4 of the DocBook XML DTDs} homepage http://www.docbook.org/xml/4.4/ epoch 0 depends_run port:xmlcatmgr platforms darwin name docbook-xml-4.4 long_description {Version 4.4 of the DocBook XML DTDs, which provide a structured, semantic markup format for books and documentation, especially for computer hardware and software.} maintainers {boeyms openmaintainer} depends_extract bin:unzip:unzip categories textproc version 4.4 revision 0
+docbook-xml-4.5 491
+portdir textproc/docbook-xml-4.5 description {Version 4.5 of the DocBook XML DTDs} homepage http://www.docbook.org/xml/4.5/ epoch 0 depends_run port:xmlcatmgr platforms darwin name docbook-xml-4.5 long_description {Version 4.5 of the DocBook XML DTDs, which provide a structured, semantic markup format for books and documentation, especially for computer hardware and software.} maintainers {boeyms openmaintainer} depends_extract bin:unzip:unzip categories textproc version 4.5 revision 0
+docbook-xml-5.0 488
+portdir textproc/docbook-xml-5.0 description {Version 5.0 of the DocBook XML DTDs} homepage http://www.docbook.org/xml/5.0/ depends_run port:xmlcatmgr epoch 0 platforms darwin name docbook-xml-5.0 maintainers {nox openmaintainer} long_description {Version 5.0 of the DocBook XML DTDs, which provide a structured, semantic markup format for books and documentation, especially for computer hardware and software.} depends_extract bin:unzip:unzip categories textproc version 5.0 revision 0
docbook-xsl 429
variants doc portdir textproc/docbook-xsl description {The docbook xsl stylesheets} homepage http://docbook.sourceforge.net/ epoch 0 depends_run port:xmlcatmgr platforms darwin name docbook-xsl maintainers {boeyms openmaintainer} long_description {The DocBook XSL stylesheets are the official stylesheets for transforming DocBook XML documents into other document formats via XSLT.} categories textproc version 1.75.0 revision 0
docbook2X 568
@@ -10210,10 +10210,10 @@
portdir textproc/htp description {an HTML pre-processor} homepage http://htp.sourceforge.net/ epoch 0 platforms darwin name htp maintainers hibnet.org:hibou long_description {Htp was intended as a HTML pre-processor. It is able to preprocess HTML, XHTML, XML and CSS files (htp could process any text based files). Its purpose is to assist you to maintain a consistent look over an entire set of web pages. This is done by allowing you to define your own tags as abbreviations for sets of standard HTML tags.} version 1.16 categories textproc revision 0
hunspell 619
variants universal portdir textproc/hunspell description {Spell checker and morphological analyzer} homepage http://hunspell.sourceforge.net/ epoch 0 platforms darwin name hunspell depends_lib {port:gettext port:ncurses port:readline} long_description {Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. Hunspell interfaces: Ispell-like terminal interface using Curses library, Ispell pipe interface, OpenOffice.org UNO module.} maintainers nomaintainer categories textproc version 1.2.8 revision 0
-hunspell-dict-de_DE 364
-depends_build bin:unzip:unzip portdir textproc/hunspell-dict-de_DE description {English (US) dictionary for hunspell} homepage http://wiki.services.openoffice.org/wiki/Dictionaries epoch 0 platforms darwin name hunspell-dict-de_DE maintainers nomaintainer long_description {{English (US) dictionary for hunspell}} categories textproc version 2006-02-07 revision 0
-hunspell-dict-en_US 364
-depends_build bin:unzip:unzip portdir textproc/hunspell-dict-en_US description {English (US) dictionary for hunspell} homepage http://wiki.services.openoffice.org/wiki/Dictionaries epoch 0 platforms darwin name hunspell-dict-en_US maintainers nomaintainer long_description {{English (US) dictionary for hunspell}} categories textproc version 2006-02-07 revision 0
+hunspell-dict-de_DE 366
+portdir textproc/hunspell-dict-de_DE description {English (US) dictionary for hunspell} homepage http://wiki.services.openoffice.org/wiki/Dictionaries epoch 0 platforms darwin name hunspell-dict-de_DE maintainers nomaintainer long_description {{English (US) dictionary for hunspell}} depends_extract bin:unzip:unzip categories textproc version 2006-02-07 revision 0
+hunspell-dict-en_US 366
+portdir textproc/hunspell-dict-en_US description {English (US) dictionary for hunspell} homepage http://wiki.services.openoffice.org/wiki/Dictionaries epoch 0 platforms darwin name hunspell-dict-en_US maintainers nomaintainer long_description {{English (US) dictionary for hunspell}} depends_extract bin:unzip:unzip categories textproc version 2006-02-07 revision 0
hyperestraier 964
variants {macosx mecab no_zlib lzo bzip2 universal} depends_build bin:pkg-config:pkgconfig portdir textproc/hyperestraier description {Hyper Estraier is a full-text search system.} homepage http://hyperestraier.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:qdbm port:libiconv port:zlib} name hyperestraier long_description {Hyper Estraier is a full-text search system. It has the following characteristics. (1) High performance of search (2) High scalability of target documents (3) Perfect recall ratio by N-gram method (4) High precision by hybrid mechanism of N-gram and morphological analyzer (5) Phrase search, regular expressions, attribute search, and similarity search (6) Multilingualism with Unicode (7) Independent of file format and repository (8) Intelligent web crawler (9) Simple and powerful API (10) Supporting P2P architecture.} maintainers {gmail.com:rsky0711 nifty.com:pelopor} categories {textproc net} version 1.4.13 revision 0
idnits 433
@@ -10222,8 +10222,8 @@
variants universal portdir textproc/iksemel description {XML parser library for Jabber applications} homepage http://code.google.com/p/iksemel/ epoch 0 platforms darwin name iksemel depends_lib {port:gnutls port:gettext port:libgcrypt port:libgpg-error port:libiconv port:libtasn1 port:zlib} long_description {iksemel is an XML (eXtensible Markup Language) parser library designed for Jabber applications.} maintainers nomaintainer categories textproc version 1.3 revision 0
intltool 717
depends_build port:gnome-common portdir textproc/intltool description {a string tool} homepage http://www.gnome.org/ epoch 0 platforms darwin depends_lib {port:expat path:bin/perl:perl5 port:p5-xml-parser} name intltool maintainers nomaintainer long_description {The intltool collection can be used to extract translatable strings from various source files (.xml.in, .glade, .desktop.in, .server.in, .oaf.in), collect the extracted strings together with messages from traditional source files (.c, .h) in po/PACKAGE.pot and merge back the translations from .po files into .xml, .desktop and .oaf files. This merge step will happen at build or installation time.} categories {textproc gnome} version 0.40.6 revision 0
-iso8879 348
-variants universal depends_build bin:unzip:unzip portdir textproc/iso8879 description {Character entity sets from ISO 8879:1986 (SGML)} epoch 0 depends_run bin:mkcatalog:mkcatalog platforms darwin name iso8879 long_description {{Character entity sets from ISO 8879:1986 (SGML)}} maintainers nomaintainer categories textproc version 1986 revision 0
+iso8879 350
+variants universal portdir textproc/iso8879 description {Character entity sets from ISO 8879:1986 (SGML)} epoch 0 depends_run bin:mkcatalog:mkcatalog platforms darwin name iso8879 long_description {{Character entity sets from ISO 8879:1986 (SGML)}} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 1986 revision 0
ispell 465
variants universal portdir textproc/ispell description {An interactive spelling checker for multiple languages} homepage http://ficus-www.cs.ucla.edu/geoff/ispell.html epoch 0 platforms {darwin freebsd} name ispell depends_lib port:ncurses long_description {International Ispell is an interactive spell-checking program for Unix which supports a large number of European languages.} maintainers nomaintainer categories {textproc spelling} version 3.3.02 revision 2
ispell-dict-it 368
@@ -10279,7 +10279,7 @@
libxslt 673
variants {universal doc debug} portdir textproc/libxslt description {gnome xslt library and xsltproc} homepage http://xmlsoft.org/XSLT/ epoch 0 platforms darwin depends_lib {port:libiconv port:libxml2 port:zlib} name libxslt maintainers {nox openmaintainer} long_description {Libxslt is the XSLT C library developed for the Gnome project. XSLT itself is a an XML language to define transformation for XML. Libxslt is based on libxml2 the XML C library developed for the Gnome project. It also implements most of the EXSLT set of processor-portable extensions functions and some of Saxon's evaluate and expressions extensions.} categories textproc version 1.1.24 revision 2
lilypond 737
-variants {docs gui universal} portdir textproc/lilypond description {An automated engraving system for typesetting sheet music.} homepage http://lilypond.org/ epoch 0 platforms darwin name lilypond depends_lib {port:fontforge port:ghostscript port:mftrace port:guile port:texinfo path:lib/pkgconfig/pango.pc:pango port:flex port:urw-fonts port:netpbm} long_description {Lilypond is a unix-based automated engraving system that generates beautiful sheet music from input files. Lilypond uses its own input format, .ly, which in many ways is similar to LaTeX. Lilypond can export sheet music to PDF, EPS, SVG, and PNG formats, and can also create MIDI files.} maintainers {snc openmaintainer} categories textproc version 2.12.1 revision 0
+variants {docs gui universal} portdir textproc/lilypond description {An automated engraving system for typesetting sheet music.} homepage http://lilypond.org/ epoch 0 platforms darwin name lilypond depends_lib {port:fontforge port:ghostscript port:mftrace port:guile port:texinfo path:lib/pkgconfig/pango.pc:pango port:flex port:urw-fonts port:netpbm} long_description {Lilypond is a unix-based automated engraving system that generates beautiful sheet music from input files. Lilypond uses its own input format, .ly, which in many ways is similar to LaTeX. Lilypond can export sheet music to PDF, EPS, SVG, and PNG formats, and can also create MIDI files.} maintainers {snc openmaintainer} categories textproc version 2.12.2 revision 0
link-grammar 719
variants {no_track_space_usage universal} portdir textproc/link-grammar description {Link Grammar Parser} homepage http://www.abisource.com/projects/link-grammar/ epoch 0 platforms darwin name link-grammar long_description {The Link Grammar Parser is a syntactic parser of English, based on link grammar, an original theory of English syntax. Given a sentence, the system assigns to it a syntactic structure, which consists of a set of labeled links connecting pairs of words. The parser also produces a constituent (Penn tree-bank style phrase tree) representation of a sentence (showing noun phrases, verb phrases, etc.).} maintainers {kallisys.net:pguyot openmaintainer} categories textproc version 4.4.1 revision 0
linuxdoc 313
@@ -10352,8 +10352,8 @@
variants universal depends_build {port:intltool port:getopt} portdir textproc/rarian description {OMF help system.} homepage http://rarian.freedesktop.org/ epoch 0 platforms darwin depends_lib port:libxslt name rarian maintainers nomaintainer long_description {Rarian manages documentation metadata as specified by the Open Source Metadata Framework (OMF) and provides a simple API to allow help browsers to find, sort and search the document catalog. It is designed to be a replacement for scrollkeeper and will also be able to communicate with catalog servers on the Net to search for documents which are not on the local system.} categories {textproc gnome} version 0.8.1 revision 0
recode 547
variants universal portdir textproc/recode description {charset conversion program} homepage http://www.gnu.org/software/recode/ epoch 0 platforms darwin name recode depends_lib {port:libtool port:gettext} long_description {This recode program has the purpose of converting files between various character sets and usages. When exact transliterations are not possible, as it is often the case, the program may get rid of the offending characters or fall back on approximations.} maintainers nomaintainer categories textproc version 3.6 revision 3
-relames 558
-depends_build bin:unzip:unzip portdir textproc/relames description {Multi-Schema XML Validator to validate XML documents} homepage https://msv.dev.java.net/ depends_run bin:java:kaffe epoch 0 platforms darwin name relames maintainers {simon openmaintainer} long_description {The Sun Multi-Schema XML Validator (MSV) is a Java technology tool to validate XML documents against several kinds of XML schemata. It supports RELAX NG, RELAX Namespace, RELAX Core, TREX, XML DTDs, and a subset of XML Schema Part 1.} categories textproc version 20060319 revision 0
+relames 560
+portdir textproc/relames description {Multi-Schema XML Validator to validate XML documents} homepage https://msv.dev.java.net/ depends_run bin:java:kaffe epoch 0 platforms darwin name relames maintainers {simon openmaintainer} long_description {The Sun Multi-Schema XML Validator (MSV) is a Java technology tool to validate XML documents against several kinds of XML schemata. It supports RELAX NG, RELAX Namespace, RELAX Core, TREX, XML DTDs, and a subset of XML Schema Part 1.} depends_extract bin:unzip:unzip categories textproc version 20060319 revision 0
remind 587
variants universal portdir textproc/remind description {Remind is a sophisticated calendar and alarm program.} homepage http://www.roaringpenguin.com/penguin/openSourceProducts/remind epoch 0 platforms darwin name remind long_description {Remind is a sophisticated calendar and alarm service for UNIX. It is a command line application which interacts well with other programs. Remind offers a specialized scripting language which can be used to express rather complicated scheduling methods in just a few lines.} maintainers eridius categories {textproc pim} version 03.01.06 revision 0
rfcdiff 333
@@ -10374,8 +10374,8 @@
variants {darwin_6 apidocs debugger universal} portdir textproc/sablotron description {XSLT, DOM and XPath processor} homepage http://www.gingerall.org/sablotron.html epoch 0 platforms darwin name sablotron depends_lib {port:libiconv port:expat port:spidermonkey} long_description {Sablotron is a fast, compact and portable XML toolkit implementing XSLT 1.0, DOM Level2 and XPath 1.0. Sablotron is an open project. The goal of this project is to create a lightweight, reliable and fast XML library processor conforming to the W3C specification, which is available for public and can be used as a base for multi-platform XML applications.} maintainers nomaintainer categories textproc version 1.0.3 revision 1
sand 335
variants universal portdir textproc/sand description {sand is a tool to help you keep your diary} homepage http://sand.sourceforge.net/ epoch 0 platforms darwin name sand depends_lib lib:libpub:libpub long_description {{sand is a tool to help you keep your diary}} maintainers nomaintainer categories textproc version 0.1.1 revision 1
-saxon 442
-depends_build bin:unzip:unzip portdir textproc/saxon description {saxon basic - collection of tools to process XML documents} homepage http://saxon.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:java:kaffe name saxon maintainers nomaintainer long_description {Saxon includes an XSLT 2.0 processor, an XPath 2.0 processor, an XQuery 1.0 processor, and an XML Schema 1.0 processor.} categories {textproc java} version 8.9 revision 0
+saxon 444
+portdir textproc/saxon description {saxon basic - collection of tools to process XML documents} homepage http://saxon.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:java:kaffe name saxon maintainers nomaintainer long_description {Saxon includes an XSLT 2.0 processor, an XPath 2.0 processor, an XQuery 1.0 processor, and an XML Schema 1.0 processor.} depends_extract bin:unzip:unzip categories {textproc java} version 8.9 revision 0
scrollkeeper 762
variants universal portdir textproc/scrollkeeper description {Obsoleted by port rarian} homepage http://scrollkeeper.sourceforge.net/ epoch 0 platforms darwin name scrollkeeper maintainers nomaintainer long_description {ScrollKeeper is a cataloging system for documentation on open systems. It manages documentation metadata (as specified by the Open Source Metadata Framework (OMF) and provides a simple API to allow help browsers to find, sort, and search the document catalog. It will also be able to communicate with catalog servers on the Net to search for documents which are not on the local system. {
@@ -10400,44 +10400,44 @@
portdir textproc/string_replace description {searches and replaces a text string or regular expression} homepage http://www.costlowcorp.com/apps/string_replace/ epoch 0 depends_run bin:perl:perl5 platforms darwin name string_replace maintainers nomaintainer long_description {This tool was designed to go through text files (meaning: text, html, php, etc.) to search for and replace a particular text string (or regular expression).} categories {textproc perl} version 0.1 revision 0
sword 639
variants universal depends_build {port:autoconf port:automake port:libtool port:pkgconfig} portdir textproc/sword description {cross-platform API/library for Bible software} homepage http://www.crosswire.org/sword/index.jsp epoch 0 platforms darwin depends_lib {port:curl port:icu port:openssl port:zlib} name sword long_description {The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris, etc.) API/library for Bible software with a constantly growing list of front-ends (GUI, textmode, web-based, etc.) and a library of over 200 text modules.} maintainers nomaintainer categories textproc version 1.5.11 revision 1
-sword-bible-akjv 662
-variants universal depends_build bin:unzip:unzip portdir textproc/sword-bible-akjv description {American King James Version} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=AKJV epoch 0 name sword-bible-akjv depends_lib lib:libsword:sword long_description {This is a new translation of the Bible, based on the original King James Version. It is a simple word for word update from the King James English. It has taken care to change nothing doctrinely, but to simply update the spelling and vocabulary. It has not changed the grammar because that could alter it doctrinely.} maintainers nomaintainer categories textproc version 1.3 revision 1
-sword-bible-asv 674
-variants universal depends_build bin:unzip:unzip portdir textproc/sword-bible-asv description {American Standard Version (1901), includes footnotes} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=ASV epoch 0 name sword-bible-asv depends_lib lib:libsword:sword long_description {The American Standard Version of 1901 is an Americanization of the English Revised Bible, which is an update of the KJV to less archaic spelling and greater accuracy of translation. It has been called {The Rock of Biblical Honesty.} It is the product of the work of over 50 Evangelical Christian scholars.} maintainers nomaintainer categories textproc version 1.2 revision 1
-sword-bible-darby 450
-variants universal depends_build bin:unzip:unzip portdir textproc/sword-bible-darby description {Darby Bible (1889)} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=Darby epoch 0 name sword-bible-darby depends_lib lib:libsword:sword long_description {A literal translation of the Old Testament (1890) and the New Testament (1884) By John Nelson Darby (1800-82)} maintainers nomaintainer categories textproc version 1.0 revision 1
-sword-bible-kjv 885
-variants universal depends_build bin:unzip:unzip portdir textproc/sword-bible-kjv description {King James Version (1769) with Strongs Numbers and Morphology} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=KJV epoch 0 name sword-bible-kjv depends_lib lib:libsword:sword long_description {This is the King James Version of the Holy Bible (also known as the Authorized Version) with embedded Strong's Numbers. The rights to the base text are held by the Crown of England. The Strong's numbers in the OT were obtained from The Bible Foundation: http://www.bf.org. The NT Strong's data was obtained from The KJV2003 Project at CrossWire: http://www.crosswire.org. These mechanisms provide a useful means for looking up the exact original language word in a lexicon that is keyed to Strong's numbers.} maintainers nomaintainer categories textproc version 2.2 revision 1
-sword-bible-web 554
-variants universal depends_build bin:unzip:unzip portdir textproc/sword-bible-web description {World English Bible, includes footnotes} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=WEB epoch 0 name sword-bible-web depends_lib lib:libsword:sword long_description {The World English Bible is a 1997 revision of the American Standard Version of the Holy Bible, first published in 1901. It is in the Public Domain. Please feel free to copy and distribute it freely.} maintainers nomaintainer categories textproc version 1.4 revision 2
-sword-book-finney 440
-variants universal depends_build bin:unzip:unzip portdir textproc/sword-book-finney description {Sermons on Gospel Themes by Charles G. Finney (1792-1875)} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=Finney epoch 0 name sword-book-finney depends_lib lib:libsword:sword long_description {{Sermons on Gospel Themes by Charles G. Finney (1792-1875)}} maintainers nomaintainer categories textproc version 0.2 revision 1
-sword-book-pilgrim 427
-variants universal depends_build bin:unzip:unzip portdir textproc/sword-book-pilgrim description {The Pilgrim's Progress by John Bunyan (1628-1688)} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=Pilgrim epoch 0 name sword-book-pilgrim depends_lib lib:libsword:sword long_description {{The Pilgrim's Progress by John Bunyan (1628-1688)}} maintainers nomaintainer categories textproc version 0.3 revision 1
-sword-commentary-dtn 396
-variants universal depends_build bin:unzip:unzip portdir textproc/sword-commentary-dtn description {Darby Translation Notes} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=DTN epoch 0 name sword-commentary-dtn depends_lib lib:libsword:sword long_description {Notes to J.N. Darby's Translation of the Bible} maintainers nomaintainer categories textproc version 1.0 revision 1
-sword-commentary-jfb 474
-variants universal depends_build bin:unzip:unzip portdir textproc/sword-commentary-jfb description {Jamieson Fausset Brown Bible Commentary} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=JFB epoch 0 name sword-commentary-jfb depends_lib lib:libsword:sword long_description {Robert Jamieson, A. R. Fausset and David Brown Commentary Critical and Explanatory on the Whole Bible (1871)} maintainers nomaintainer categories textproc version 2.2 revision 1
-sword-commentary-tsk 523
-variants universal depends_build bin:unzip:unzip portdir textproc/sword-commentary-tsk description {Treasury of Scripture Knowledge Commentary} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=TSK epoch 0 name sword-commentary-tsk depends_lib lib:libsword:sword long_description {Treasury of Scripture Knowledge: five-hundred thousand scripture references and parallel passages by Canne, Browne, Blayney, Scott, and others about 1880.} maintainers nomaintainer categories textproc version 1.4 revision 1
-sword-devotional-daily 566
-variants universal depends_build bin:unzip:unzip portdir textproc/sword-devotional-daily description {Jonathan Bagster's Daily Light on the Daily Path} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=Daily epoch 0 name sword-devotional-daily depends_lib lib:libsword:sword long_description {Daily Light on the Daily Path: A Devotional Textbook for Every Day of the Year, In the Very Words of Scripture. Prepared by Jonathan Bagster (1813-1872) and Other Members of His Family.} maintainers nomaintainer categories textproc version 1.0 revision 1
-sword-devotional-dbd 688
-variants universal depends_build bin:unzip:unzip portdir textproc/sword-devotional-dbd description {Day By Day By Grace - Bob Hoekstra} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=DBD epoch 0 name sword-devotional-dbd depends_lib lib:libsword:sword long_description {Day By Day By Grace, by Pastor Bob Hoekstra, director of Living In Christ Ministries, seeks to illuminate the grace of God through daily devotions set to inspire the child of Christ toward the heart of his Creator and Benefactor. By examining God's glorious plan and provision for us to live and serve daily by the grace of God} maintainers nomaintainer categories textproc version 1.1 revision 1
-sword-devotional-sme 584
-variants universal depends_build bin:unzip:unzip portdir textproc/sword-devotional-sme description {C. H. Spurgeon's Morning and Evening: Daily Readins} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=SME epoch 0 name sword-devotional-sme depends_lib lib:libsword:sword long_description {MORNING & EVENING: DAILY READINGS by Charles Spurgeon. This material was scanned from the printed edition published by Hendrickson. The scanned material was cleaned and formated by Ernie Stefanik, Derry PA.} maintainers nomaintainer categories textproc version 1.0 revision 1
-sword-dictionary-nave 865
-variants universal depends_build bin:unzip:unzip portdir textproc/sword-dictionary-nave description {Nave's Topical Bible} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=Nave epoch 0 name sword-dictionary-nave depends_lib lib:libsword:sword long_description {Nave's Topics were originaly produced by Orville J. Nave, A.M., D.D., LL.D. while serving as a Chaplin in the United States Army. He referred to this work as {the result of fourteen years of delightful and untiring study of the Word of God.} Nave's topics were originally published in the early 1900's, and a photo-offset reproduction is currently published by Hendrickson, ISBN 0-917006-02-X. The title page states that this work consists of 20,000+ topics and subtopics, and 100,000 references to the Scriptures.} maintainers nomaintainer categories textproc version 1.1 revision 1
-sword-dictionary-strongsgreek 502
-variants universal depends_build bin:unzip:unzip portdir textproc/sword-dictionary-strongsgreek description {Strong's Greek Bible Dictionary} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=StrongsGreek epoch 0 name sword-dictionary-strongsgreek depends_lib lib:libsword:sword long_description {Dictionaries of Hebrew and Greek Words taken from Strong's Exhaustive Concordance by James Strong, S.T.D., LL.D. 1890} maintainers nomaintainer categories textproc version 1.2 revision 1
-sword-dictionary-strongshebrew 535
-variants universal depends_build bin:unzip:unzip portdir textproc/sword-dictionary-strongshebrew description {Strong's Hebrew Bible Dictionary} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=StrongsHebrew epoch 0 name sword-dictionary-strongshebrew depends_lib lib:libsword:sword long_description {Dictionaries of Hebrew and Greek Words taken from Strong's Exhaustive Concordance by James Strong, S.T.D., LL.D. 1890 Public Domain -- Copy Freely} maintainers nomaintainer categories textproc version 1.2 revision 1
-sword-glossary-eren_el 401
-variants universal depends_build bin:unzip:unzip portdir textproc/sword-glossary-eren_el description {Ergane English to Greek Glossary} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=ERen_el epoch 0 name sword-glossary-eren_el depends_lib lib:libsword:sword long_description {{Ergane English to Greek Glossary}} maintainers nomaintainer categories textproc version 1.1 revision 1
-sword-glossary-eren_grc 420
-variants universal depends_build bin:unzip:unzip portdir textproc/sword-glossary-eren_grc description {Ergane English to Ancient Greek Glossary} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=ERen_grc epoch 0 name sword-glossary-eren_grc depends_lib lib:libsword:sword long_description {{Ergane English to Ancient Greek Glossary}} maintainers nomaintainer categories textproc version 1.1 revision 1
-sword-glossary-eren_he 403
-variants universal depends_build bin:unzip:unzip portdir textproc/sword-glossary-eren_he description {Ergane English to Hebrew Glossary} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=ERen_he epoch 0 name sword-glossary-eren_he depends_lib lib:libsword:sword long_description {{Ergane English to Hebrew Glossary}} maintainers nomaintainer categories textproc version 1.1 revision 1
+sword-bible-akjv 664
+variants universal portdir textproc/sword-bible-akjv description {American King James Version} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=AKJV epoch 0 name sword-bible-akjv depends_lib lib:libsword:sword long_description {This is a new translation of the Bible, based on the original King James Version. It is a simple word for word update from the King James English. It has taken care to change nothing doctrinely, but to simply update the spelling and vocabulary. It has not changed the grammar because that could alter it doctrinely.} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 1.3 revision 1
+sword-bible-asv 676
+variants universal portdir textproc/sword-bible-asv description {American Standard Version (1901), includes footnotes} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=ASV epoch 0 name sword-bible-asv depends_lib lib:libsword:sword long_description {The American Standard Version of 1901 is an Americanization of the English Revised Bible, which is an update of the KJV to less archaic spelling and greater accuracy of translation. It has been called {The Rock of Biblical Honesty.} It is the product of the work of over 50 Evangelical Christian scholars.} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 1.2 revision 1
+sword-bible-darby 452
+variants universal portdir textproc/sword-bible-darby description {Darby Bible (1889)} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=Darby epoch 0 name sword-bible-darby depends_lib lib:libsword:sword long_description {A literal translation of the Old Testament (1890) and the New Testament (1884) By John Nelson Darby (1800-82)} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 1.0 revision 1
+sword-bible-kjv 887
+variants universal portdir textproc/sword-bible-kjv description {King James Version (1769) with Strongs Numbers and Morphology} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=KJV epoch 0 name sword-bible-kjv depends_lib lib:libsword:sword long_description {This is the King James Version of the Holy Bible (also known as the Authorized Version) with embedded Strong's Numbers. The rights to the base text are held by the Crown of England. The Strong's numbers in the OT were obtained from The Bible Foundation: http://www.bf.org. The NT Strong's data was obtained from The KJV2003 Project at CrossWire: http://www.crosswire.org. These mechanisms provide a useful means for looking up the exact original language word in a lexicon that is keyed to Strong's numbers.} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 2.2 revision 1
+sword-bible-web 556
+variants universal portdir textproc/sword-bible-web description {World English Bible, includes footnotes} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=WEB epoch 0 name sword-bible-web depends_lib lib:libsword:sword long_description {The World English Bible is a 1997 revision of the American Standard Version of the Holy Bible, first published in 1901. It is in the Public Domain. Please feel free to copy and distribute it freely.} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 1.4 revision 2
+sword-book-finney 442
+variants universal portdir textproc/sword-book-finney description {Sermons on Gospel Themes by Charles G. Finney (1792-1875)} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=Finney epoch 0 name sword-book-finney depends_lib lib:libsword:sword long_description {{Sermons on Gospel Themes by Charles G. Finney (1792-1875)}} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 0.2 revision 1
+sword-book-pilgrim 429
+variants universal portdir textproc/sword-book-pilgrim description {The Pilgrim's Progress by John Bunyan (1628-1688)} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=Pilgrim epoch 0 name sword-book-pilgrim depends_lib lib:libsword:sword long_description {{The Pilgrim's Progress by John Bunyan (1628-1688)}} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 0.3 revision 1
+sword-commentary-dtn 398
+variants universal portdir textproc/sword-commentary-dtn description {Darby Translation Notes} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=DTN epoch 0 name sword-commentary-dtn depends_lib lib:libsword:sword long_description {Notes to J.N. Darby's Translation of the Bible} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 1.0 revision 1
+sword-commentary-jfb 476
+variants universal portdir textproc/sword-commentary-jfb description {Jamieson Fausset Brown Bible Commentary} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=JFB epoch 0 name sword-commentary-jfb depends_lib lib:libsword:sword long_description {Robert Jamieson, A. R. Fausset and David Brown Commentary Critical and Explanatory on the Whole Bible (1871)} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 2.2 revision 1
+sword-commentary-tsk 525
+variants universal portdir textproc/sword-commentary-tsk description {Treasury of Scripture Knowledge Commentary} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=TSK epoch 0 name sword-commentary-tsk depends_lib lib:libsword:sword long_description {Treasury of Scripture Knowledge: five-hundred thousand scripture references and parallel passages by Canne, Browne, Blayney, Scott, and others about 1880.} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 1.4 revision 1
+sword-devotional-daily 568
+variants universal portdir textproc/sword-devotional-daily description {Jonathan Bagster's Daily Light on the Daily Path} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=Daily epoch 0 name sword-devotional-daily depends_lib lib:libsword:sword long_description {Daily Light on the Daily Path: A Devotional Textbook for Every Day of the Year, In the Very Words of Scripture. Prepared by Jonathan Bagster (1813-1872) and Other Members of His Family.} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 1.0 revision 1
+sword-devotional-dbd 690
+variants universal portdir textproc/sword-devotional-dbd description {Day By Day By Grace - Bob Hoekstra} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=DBD epoch 0 name sword-devotional-dbd depends_lib lib:libsword:sword long_description {Day By Day By Grace, by Pastor Bob Hoekstra, director of Living In Christ Ministries, seeks to illuminate the grace of God through daily devotions set to inspire the child of Christ toward the heart of his Creator and Benefactor. By examining God's glorious plan and provision for us to live and serve daily by the grace of God} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 1.1 revision 1
+sword-devotional-sme 586
+variants universal portdir textproc/sword-devotional-sme description {C. H. Spurgeon's Morning and Evening: Daily Readins} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=SME epoch 0 name sword-devotional-sme depends_lib lib:libsword:sword long_description {MORNING & EVENING: DAILY READINGS by Charles Spurgeon. This material was scanned from the printed edition published by Hendrickson. The scanned material was cleaned and formated by Ernie Stefanik, Derry PA.} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 1.0 revision 1
+sword-dictionary-nave 867
+variants universal portdir textproc/sword-dictionary-nave description {Nave's Topical Bible} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=Nave epoch 0 name sword-dictionary-nave depends_lib lib:libsword:sword long_description {Nave's Topics were originaly produced by Orville J. Nave, A.M., D.D., LL.D. while serving as a Chaplin in the United States Army. He referred to this work as {the result of fourteen years of delightful and untiring study of the Word of God.} Nave's topics were originally published in the early 1900's, and a photo-offset reproduction is currently published by Hendrickson, ISBN 0-917006-02-X. The title page states that this work consists of 20,000+ topics and subtopics, and 100,000 references to the Scriptures.} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 1.1 revision 1
+sword-dictionary-strongsgreek 504
+variants universal portdir textproc/sword-dictionary-strongsgreek description {Strong's Greek Bible Dictionary} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=StrongsGreek epoch 0 name sword-dictionary-strongsgreek depends_lib lib:libsword:sword long_description {Dictionaries of Hebrew and Greek Words taken from Strong's Exhaustive Concordance by James Strong, S.T.D., LL.D. 1890} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 1.2 revision 1
+sword-dictionary-strongshebrew 537
+variants universal portdir textproc/sword-dictionary-strongshebrew description {Strong's Hebrew Bible Dictionary} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=StrongsHebrew epoch 0 name sword-dictionary-strongshebrew depends_lib lib:libsword:sword long_description {Dictionaries of Hebrew and Greek Words taken from Strong's Exhaustive Concordance by James Strong, S.T.D., LL.D. 1890 Public Domain -- Copy Freely} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 1.2 revision 1
+sword-glossary-eren_el 403
+variants universal portdir textproc/sword-glossary-eren_el description {Ergane English to Greek Glossary} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=ERen_el epoch 0 name sword-glossary-eren_el depends_lib lib:libsword:sword long_description {{Ergane English to Greek Glossary}} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 1.1 revision 1
+sword-glossary-eren_grc 422
+variants universal portdir textproc/sword-glossary-eren_grc description {Ergane English to Ancient Greek Glossary} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=ERen_grc epoch 0 name sword-glossary-eren_grc depends_lib lib:libsword:sword long_description {{Ergane English to Ancient Greek Glossary}} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 1.1 revision 1
+sword-glossary-eren_he 405
+variants universal portdir textproc/sword-glossary-eren_he description {Ergane English to Hebrew Glossary} homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=ERen_he epoch 0 name sword-glossary-eren_he depends_lib lib:libsword:sword long_description {{Ergane English to Hebrew Glossary}} maintainers nomaintainer depends_extract bin:unzip:unzip categories textproc version 1.1 revision 1
syck 602
variants universal portdir textproc/syck description {An extension for reading and writing YAML} homepage http://whytheluckystiff.net/syck/ epoch 0 name syck maintainers comcast.net:lharple long_description {Syck is an extension for reading and writing YAML swiftly in popular scripting languages. As Syck loads the YAML, it stores the data directly in your language's symbol table. This means speed. This means power. This means Do not disturb Syck because it is so focused on the task at hand that it will slay you mortally if you get in its way.} categories {textproc devel} version 0.55 revision 0
tcl-dox 401
@@ -10446,8 +10446,8 @@
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
texi2html 393
variants universal 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 long_description {A Perl script which converts Texinfo source files to HTML output.} maintainers nomaintainer categories textproc version 1.80 revision 0
-texinfo 713
-variants universal depends_build bin:unlzma:lzmautils portdir textproc/texinfo description {Texinfo is the official documentation format of the GNU project} homepage http://www.gnu.org/software/texinfo/ epoch 0 platforms darwin depends_lib {port:gettext port:libiconv port:ncurses} name texinfo long_description {Texinfo is the official documentation format of the GNU project. It uses a single source file to produce output in a number of formats, both online and printed (dvi, info, html, xml, etc.). This means that instead of writing different documents for online information and another for a printed manual, you need write only one document.} maintainers vinc17 categories textproc version 4.13 revision 0
+texinfo 748
+variants universal depends_build bin:unlzma:lzmautils portdir textproc/texinfo description {Texinfo is the official documentation format of the GNU project} homepage http://www.gnu.org/software/texinfo/ epoch 0 platforms darwin depends_lib {port:gettext port:libiconv port:ncurses} name texinfo long_description {Texinfo is the official documentation format of the GNU project. It uses a single source file to produce output in a number of formats, both online and printed (dvi, info, html, xml, etc.). This means that instead of writing different documents for online information and another for a printed manual, you need write only one document.} maintainers vinc17 depends_extract bin:lzma:lzmautils categories textproc version 4.13 revision 0
texml 480
portdir textproc/texml description {XML syntax for TeX} homepage http://getfo.org/texml/ epoch 0 platforms darwin depends_lib port:python24 name texml maintainers xmlhack.ru:olpa long_description {TeXML is an XML vocabulary for TeX. The processor transforms the TeXML markup into the TeX markup, escaping special and out-of-encoding characters. The intended audience is developers who automatically generate (La)TeX or ConTeXt files.} version 2.0.1 categories textproc revision 0
tkman 453
@@ -10558,8 +10558,8 @@
variants {apache1 php4 mysql4 postgresql postgresql80 postgresql81 postgresql82 postgresql83} portdir www/drupal6 description {Drupal Open Source enterprise content management platform} homepage http://drupal.org/ epoch 0 platforms darwin name drupal6 depends_lib {port:apache2 port:php5 port:mysql5} long_description {Drupal is Open Source social publishing software that empowers individuals, teams, and communities to easily publish, manage and organize a wide variety of content on a website. Tens of thousands of people and organizations have used Drupal to power scores of different web sites, including community web portals, corporate web sites, social networking sites, personal web sites or blogs, and much more.} maintainers acquia.com:chuck categories {www php} version 6.10 revision 0
duckytool 460
variants links portdir www/duckytool description {ducky is ... well, the web's command line.} homepage http://monkey.org/~jose/wiki/doku.php?id=wiki:duckytool epoch 0 platforms darwin depends_lib port:python24 name duckytool long_description {ducky marries a bunch of web service APIs into one tool, conventiently callable from the command line. search the web without using a browser.} maintainers ecronin version 0.9.6 categories {www net python} revision 0
-edbrowse 979
-depends_build bin:unzip:unzip portdir www/edbrowse description {A combination editor, browser, and mail client that is 100% text based.} homepage http://eklhad.net/edbrowse/ epoch 0 platforms {darwin freebsd} name edbrowse depends_lib {port:pcre port:spidermonkey port:curl port:openssl} maintainers {snc email.uc.edu:obrienj} long_description {Edbrowse is a combination editor, browser, and mail client that is 100% text based. The interface is similar to /bin/ed, though there are many more features, such as editing multiple files simultaneously, and rendering html. This program was originally written for blind users, but many sighted users have taken advantage of the unique scripting capabilities of this program, which can be found nowhere else. A batch job, or cron job, can access web pages on the internet, submit forms, and send email, with no human intervention whatsoever. edbrowse can also tap into databases through odbc.} categories www version 3.4.3 revision 0
+edbrowse 981
+portdir www/edbrowse description {A combination editor, browser, and mail client that is 100% text based.} homepage http://eklhad.net/edbrowse/ epoch 0 platforms {darwin freebsd} name edbrowse depends_lib {port:pcre port:spidermonkey port:curl port:openssl} maintainers {snc email.uc.edu:obrienj} long_description {Edbrowse is a combination editor, browser, and mail client that is 100% text based. The interface is similar to /bin/ed, though there are many more features, such as editing multiple files simultaneously, and rendering html. This program was originally written for blind users, but many sighted users have taken advantage of the unique scripting capabilities of this program, which can be found nowhere else. A batch job, or cron job, can access web pages on the internet, submit forms, and send email, with no human intervention whatsoever. edbrowse can also tap into databases through odbc.} depends_extract bin:unzip:unzip categories www version 3.4.3 revision 0
elinks 517
variants {col256 lua perl universal} portdir www/elinks description {text mode web browser} homepage http://elinks.or.cz/ epoch 1 platforms darwin name elinks depends_lib {port:openssl port:zlib port:bzip2 port:expat} long_description {ELinks is an advanced and well-established feature-rich text mode web (HTTP/FTP/..) browser. ELinks can render both frames and tables, is highly customizable and can be extended via Lua or Guile scripts.} maintainers {simon openmaintainer} categories www version 0.11.5 revision 0
elinks-devel 497
@@ -10590,8 +10590,8 @@
variants universal portdir www/httperf description {tool for measuring webserver performance} homepage http://www.hpl.hp.com/research/linux/httperf/ epoch 0 platforms darwin name httperf depends_lib port:openssl long_description {httperf is a tool for measuring web server performance. It provides a flexible facility for generating various HTTP workloads and for measuring server performance. The focus of httperf is not on implementing one particular benchmark but on providing a robust, high-performance tool that facilitates the construction of both micro- and macro-level benchmarks. The three distinguishing characteristics of httperf are its robustness, which includes the ability to generate and sustain server overload, support for the HTTP/1.1 protocol, and its extensibility to new workload generators and performance measurements.} maintainers nomaintainer categories {www benchmarks} version 0.9.0 revision 1
ikiwiki 979
variants universal depends_build port:coreutils portdir www/ikiwiki description {A wiki compiler.} homepage http://ikiwiki.info/ epoch 0 platforms darwin name ikiwiki depends_lib {path:bin/perl:perl5 port:p5-cgi-formbuilder port:p5-cgi-session port:p5-data-dumper port:p5-html-parser port:p5-html-scrubber port:p5-html-parser port:p5-mail-sendmail port:p5-html-template port:p5-text-markdown port:p5-uri port:p5-timedate port:p5-xml-simple port:p5-crypt-ssleay port:p5-digest-sha1 port:p5-file-mimeinfo port:p5-locale-gettext port:p5-rpc-xml port:p5-text-csv port:p5-text-wikiformat port:p5-xml-feed} maintainers tommyd long_description {Ikiwiki is a wiki compiler. It converts wiki pages into HTML pages suitable for publishing on a website. Ikiwiki stores pages and history in a revision control system such as Subversion or Git. There are many other features, including support for blogging, as well as a large array of plugins.} categories {www perl} version 3.12 revision 0
-jetty 683
-depends_build bin:unzip:unzip portdir www/jetty description {Java HTTP Servlet Server} homepage http://www.mortbay.org/jetty/ epoch 0 platforms darwin name jetty maintainers landonf long_description {Jetty is a 100% Java HTTP Server and Servlet Container. Jetty is a fully featured web server for static and dynamic content. Unlike separate server/container solutions, this means that your web server and web application run in the same process, without interconnection overheads and complications. Furthermore, as a pure java component, Jetty can be simply included in your application for demonstration, distribution or deployment.} categories {www java} version 5.1.10 revision 0
+jetty 685
+portdir www/jetty description {Java HTTP Servlet Server} homepage http://www.mortbay.org/jetty/ epoch 0 platforms darwin name jetty maintainers landonf long_description {Jetty is a 100% Java HTTP Server and Servlet Container. Jetty is a fully featured web server for static and dynamic content. Unlike separate server/container solutions, this means that your web server and web application run in the same process, without interconnection overheads and complications. Furthermore, as a pure java component, Jetty can be simply included in your application for demonstration, distribution or deployment.} depends_extract bin:unzip:unzip categories {www java} version 5.1.10 revision 0
libhtmlparse 493
variants universal portdir www/libhtmlparse description {lightweight HTML parsing library} homepage http://www.translator.cx/software/libhtmlparse.html epoch 0 platforms darwin name libhtmlparse long_description {libhtmlparse is a lightweight HTML parsing library. It is designed for applications where speed is critical and certain advanced features aren't necessary. It's intended to be as simple as possible to use.} maintainers nomaintainer categories {www devel} version 0.2.0 revision 0
libwww 469
@@ -10660,8 +10660,8 @@
variants universal portdir www/mod_ruby description {apache2 module embedding the Ruby interpreter} homepage http://modruby.net/ epoch 0 platforms darwin name mod_ruby depends_lib {port:ruby port:apache2 port:apr} long_description {mod_ruby embeds the Ruby interpreter into the Apache web server, allowing Ruby CGI scripts to be executed natively. These scripts will start up much faster than without mod_ruby. You can also extend Apache by mod_ruby. mod_ruby provides Apache API to Ruby.} maintainers nomaintainer categories {www ruby} version 1.2.6 revision 0
mod_security 571
portdir www/mod_security description {intrusion detection and prevention engine for web applications} homepage http://www.modsecurity.org epoch 0 platforms darwin name mod_security depends_lib port:apache maintainers touche.fr.st:julien.touche long_description {ModSecurity is an open source intrusion detection and prevention engine for web applications. It operates embedded into the web server, acting as a powerful umbrella - shielding applications from attacks. It supports both branches of the Apache web server.} categories {www security} version 1.8.6 revision 0
-mod_ssi_func 346
-depends_build bin:unzip:unzip portdir www/mod_ssi_func description {advanced SSI modules for apache2} homepage http://www.bbc.co.uk/opensource/projects/apache/ epoch 0 platforms darwin depends_lib port:apache20 name mod_ssi_func maintainers nomaintainer long_description {{advanced SSI modules for apache2}} categories www version 1.0 revision 0
+mod_ssi_func 348
+portdir www/mod_ssi_func description {advanced SSI modules for apache2} homepage http://www.bbc.co.uk/opensource/projects/apache/ epoch 0 platforms darwin depends_lib port:apache20 name mod_ssi_func maintainers nomaintainer long_description {{advanced SSI modules for apache2}} depends_extract bin:unzip:unzip categories www version 1.0 revision 0
mod_wsgi 630
variants universal portdir www/mod_wsgi description {Python WSGI adapter module for Apache.} homepage http://www.modwsgi.org/ epoch 0 platforms darwin name mod_wsgi depends_lib {port:apache2 port:python24} long_description {The mod_wsgi module is written in C code directly against the internal Apache and Python application programming interfaces. As such, for hosting WSGI applications in conjunction with Apache it has a lower memory overhead and performs better than existing WSGI adapters for mod_python or alternative FASTCGI/SCGI/CGI based solutions.} maintainers taywa.ch:ys categories {www python} version 1.1 revision 1
moin 465
@@ -10730,8 +10730,8 @@
variants universal portdir www/swish-e description {system for indexing collections of Web pages} homepage http://swish-e.org/ epoch 0 platforms darwin name swish-e depends_lib {port:zlib port:libxml2 port:libiconv} long_description {SWISH-E is a fast, powerful, flexible, free, and easy to use system for indexing collections of Web pages or other files.} maintainers nomaintainer categories www version 2.4.5 revision 0
tidy 321
variants universal portdir www/tidy description {Fixes and tidies up HTML files} homepage http://tidy.sourceforge.net/ epoch 0 platforms darwin name tidy depends_lib port:libtool long_description {Tidy is a utility to clean up and fix broken HTML files.} maintainers ryandesign categories www version 20051026 revision 0
-tiki 570
-depends_build bin:unzip:unzip portdir www/tiki description {php based wiki with lots of extra features} homepage http://tikiwiki.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:httpd:apache name tiki maintainers ish.com.au:ari long_description {TikiWiki is an open source web application which provides a full Wiki environment as well as Articles, Sections, User/Group Management (including optinal LDAP interaction), Polls and Quizzes, File and Image Galleries, Forums, Comments on many areas, Weblogs, and much more.} categories www version 1.6.1 revision 0
+tiki 572
+portdir www/tiki description {php based wiki with lots of extra features} homepage http://tikiwiki.sourceforge.net/ epoch 0 platforms darwin depends_lib bin:httpd:apache name tiki maintainers ish.com.au:ari long_description {TikiWiki is an open source web application which provides a full Wiki environment as well as Articles, Sections, User/Group Management (including optinal LDAP interaction), Polls and Quizzes, File and Image Galleries, Forums, Comments on many areas, Weblogs, and much more.} depends_extract bin:unzip:unzip categories www version 1.6.1 revision 0
urlview 430
variants universal portdir www/urlview description {URL extractor/launcher} homepage http://packages.debian.org/unstable/misc/urlview epoch 0 platforms darwin name urlview depends_lib port:ncurses long_description {Urlview is a screen-oriented program for extracting URLs from text files. It displays a menu from which you can launch a command to view a specific item.} maintainers vinc17 categories www version 0.9-18 revision 0
varnish 367
@@ -11125,7 +11125,7 @@
siag 545
variants universal portdir x11/siag description {Siag Office is a tightly integrated, free office package.} homepage http://siag.nu/ epoch 0 platforms darwin name siag depends_lib {lib:libneXtaw:neXtaw lib:libMowitz:mowitz lib:libXawM.1:XawM} maintainers nomaintainer long_description {Siag Office is a tightly integrated, free office package. It consists of the spreadsheet Siag, the word processor PW, the animation program Egon, the text editor XedPlus, the file manager Xfiler and the previewer Gvu.} categories x11 version 3.6.0 revision 0
slicker 446
-variants universal depends_build bin:cvs:cvs portdir x11/slicker description {an experimental new desktop metaphor for KDE} homepage http://slicker.sf.net/ epoch 0 platforms darwin name slicker depends_lib {lib:libkdecore:kdelibs3 lib:libkonq:kdebase3} long_description {Slicker plans on replacing KDE's taskbar with a new card metaphor for applets and other typical desktop tasks.} maintainers nomaintainer categories x11 version 0.0 revision 1
+variants universal portdir x11/slicker depends_fetch bin:cvs:cvs description {an experimental new desktop metaphor for KDE} homepage http://slicker.sf.net/ epoch 0 platforms darwin name slicker depends_lib {lib:libkdecore:kdelibs3 lib:libkonq:kdebase3} long_description {Slicker plans on replacing KDE's taskbar with a new card metaphor for applets and other typical desktop tasks.} maintainers nomaintainer categories x11 version 0.0 revision 1
sunbird-x11 530
variants {debug universal} depends_build port:pkgconfig portdir x11/sunbird-x11 description {Mozilla.org's stand-alone calendar} homepage http://www.mozilla.org/projects/calendar/sunbird/ 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 sunbird-x11 long_description {Sunbird lets you manage your schedule easily, and store it where you want to.} maintainers nomaintainer version 0.7 categories x11 revision 0
sunclock 593
@@ -11598,14 +11598,14 @@
variants freebsd portdir zope/zope-cmfquickinstallertool description {CMFQuickInstallerTool for Zope CMF/Plone} homepage http://sourceforge.net/projects/collective epoch 0 platforms {darwin freebsd} name zope-cmfquickinstallertool depends_lib {{path:\${prefix}/libexec/Zope/bin/compilezpy.py:zope} port:zope-cmf} maintainers nomaintainer long_description {CMFQuickInstallerTool is a facility for comfortable activation/deactivation of CMF compliant products inside a CMF site. Therefore it has to be installed as a tool inside a CMF portal, where it stores the information about the installed products.} categories {www zope python} version 1.5.2 revision 0
zope-cmfusertracktool 508
variants freebsd portdir zope/zope-cmfusertracktool description {User tracking product for CMF Zope sites} homepage http://sourceforge.net/projects/collective epoch 0 platforms {darwin freebsd} name zope-cmfusertracktool depends_lib {{path:\${prefix}/libexec/Zope/bin/compilezpy.py:zope} port:zope-usertrack port:zope-cmfplone} maintainers nomaintainer long_description {Lists the currently concurrent authenticated users that are logged into the portal.} categories {www zope python} version 1.1 revision 1
-zope-cvsfile 1086
-variants freebsd depends_build bin:unzip:unzip portdir zope/zope-cvsfile description {This is the CVSFile Zope Product.} homepage http://zope.org/Members/arielpartners/CVSFile depends_run bin:cvs:cvs epoch 0 platforms {darwin freebsd} name zope-cvsfile depends_lib {{path:\${prefix}/libexec/Zope/bin/compilezpy.py:zope} port:zope-externalfile} maintainers nomaintainer long_description {The CVSFile package is a Zope product. CVSFile allows one to use CVS as a version control system for Zope content. The developer creates a CVSFile, pointing to a file in the developer's CVS Sandbox on the Zope server. Other Zope objects are able to access the content, but it is actually stored on the disk, rather than in the ZODB. CVSFile enables the user to modify the file and do simple CVS commands. CVSFile inherits from ExternalFile (http://www.zope.org/Members/arielpartners/ExternalFile), a Zope product that behaves like a standard Zope object like File, Page Template,or DTMLMethod, but poin
ts to external content in the filesystem.} categories {www zope python} version 0.9.0 revision 2
+zope-cvsfile 1088
+variants freebsd portdir zope/zope-cvsfile description {This is the CVSFile Zope Product.} homepage http://zope.org/Members/arielpartners/CVSFile depends_run bin:cvs:cvs epoch 0 platforms {darwin freebsd} name zope-cvsfile depends_lib {{path:\${prefix}/libexec/Zope/bin/compilezpy.py:zope} port:zope-externalfile} maintainers nomaintainer long_description {The CVSFile package is a Zope product. CVSFile allows one to use CVS as a version control system for Zope content. The developer creates a CVSFile, pointing to a file in the developer's CVS Sandbox on the Zope server. Other Zope objects are able to access the content, but it is actually stored on the disk, rather than in the ZODB. CVSFile enables the user to modify the file and do simple CVS commands. CVSFile inherits from ExternalFile (http://www.zope.org/Members/arielpartners/ExternalFile), a Zope product that behaves like a standard Zope object like File, Page Template,or DTMLMethod, but points to external content in the
filesystem.} depends_extract bin:unzip:unzip categories {www zope python} version 0.9.0 revision 2
zope-emil_email_client 972
variants freebsd portdir zope/zope-emil_email_client description {Emil Email Client is an email client for Zope} homepage http://zope.org/Members/andorsch/Emil_Email_Client epoch 0 platforms {darwin freebsd} name zope-emil_email_client depends_lib {{path:\${prefix}/libexec/Zope/bin/compilezpy.py:zope}} maintainers nomaintainer long_description {Emil Email Client is an email client similar to those from the free webmail providers. At the moment you can: - read, view, reply your emails from a POP3 account - addressbook - nicknames - send and view attachements - import attachments into zope - spam list to avoid receiving unwanted emails - use apop for increased security, when connecting to a mail server - send SMS via email gateway to mobile phone - access emails from phone via WAP - notification of new email via SMS - filter incoming emails - (using these filters) send emails to your own zope-methods} categories {www zope python mail} version 0.6.1 revision 0
zope-externaleditor 573
variants freebsd portdir zope/zope-externaleditor description {Zope ExternalEditor Product} homepage http://zope.org/Members/Caseman/ExternalEditor epoch 0 platforms {darwin freebsd} name zope-externaleditor depends_lib {{path:\${prefix}/libexec/Zope/bin/compilezpy.py:zope}} maintainers nomaintainer long_description {The ExternalEditor is a Zope product that allows you to drop into your favorite editor(s) directly from the ZMI to modify Zope objects. Its one of those {have your cake and eat it too} kind of things.} categories {www zope python} version 0.8 revision 0
-zope-externalfile 717
-variants freebsd depends_build bin:unzip:unzip portdir zope/zope-externalfile description {This is the ExternalFile Zope Product.} homepage http://zope.org/Members/arielpartners/ExternalFile epoch 0 platforms {darwin freebsd} name zope-externalfile depends_lib {{path:\${prefix}/libexec/Zope/bin/compilezpy.py:zope}} maintainers nomaintainer long_description {This is the ExternalFile Zope Product. It is similar to ExtFile (http://zope.org/Members/MacGregor/ExtFile), except that it references the file in situ, rather than copying it to a file system repository within the context of the Zope installation. It also supports in-browser editing for ASCII files.} categories {www zope python} version 1.2.0 revision 1
+zope-externalfile 719
+variants freebsd portdir zope/zope-externalfile description {This is the ExternalFile Zope Product.} homepage http://zope.org/Members/arielpartners/ExternalFile epoch 0 platforms {darwin freebsd} name zope-externalfile depends_lib {{path:\${prefix}/libexec/Zope/bin/compilezpy.py:zope}} maintainers nomaintainer long_description {This is the ExternalFile Zope Product. It is similar to ExtFile (http://zope.org/Members/MacGregor/ExtFile), except that it references the file in situ, rather than copying it to a file system repository within the context of the Zope installation. It also supports in-browser editing for ASCII files.} depends_extract bin:unzip:unzip categories {www zope python} version 1.2.0 revision 1
zope-extfile 1069
variants freebsd portdir zope/zope-extfile description {This is the ExtFile/ExtImage Zope Product.} homepage http://zope.org/Members/shh/ExtFile epoch 0 platforms {darwin freebsd} name zope-extfile depends_lib {{path:\${prefix}/libexec/Zope/bin/compilezpy.py:zope} port:py-pil} maintainers nomaintainer long_description {The ExtFile Product stores large files in an external file-repository and is able to display icons for different MIME-Types. The ExtImage Product additionally creates preview-thumbnails from various images and displays them. ExtFile and ExtImage basically work like the Zope File and Image products. The difference is, that the File/Image Products stores the (binary) file inside the ZODB, wheras ExtFile/ExtImage stores it externally in a repository directory (default: /var/reposit). Only meta data (like title and description) are stored in the Database. This prevents the Database swelling up quickly, when many large files are uploaded and thus increasi
ng database performance.} categories {www zope python} version 1.4.4 revision 0
zope-formulator 527
Modified: trunk/dports/PortIndex.quick
===================================================================
(Binary files differ)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From jmr at macports.org Wed Jun 3 00:08:59 2009
From: jmr at macports.org (jmr at macports.org)
Date: Wed, 3 Jun 2009 00:08:59 -0700 (PDT)
Subject: [51782] trunk/base/src/registry1.0/portimage.tcl
Message-ID: <20090603070859.746211CF1B9E@beta.macosforge.org>
Revision: 51782
http://trac.macports.org/changeset/51782
Author: jmr at macports.org
Date: 2009-06-03 00:08:58 -0700 (Wed, 03 Jun 2009)
Log Message:
-----------
simplify setting of attributes on directories created during activate
Modified Paths:
--------------
trunk/base/src/registry1.0/portimage.tcl
Modified: trunk/base/src/registry1.0/portimage.tcl
===================================================================
--- trunk/base/src/registry1.0/portimage.tcl 2009-06-03 06:54:18 UTC (rev 51781)
+++ trunk/base/src/registry1.0/portimage.tcl 2009-06-03 07:08:58 UTC (rev 51782)
@@ -280,18 +280,10 @@
# Don't do anything if the directory already exists.
if { ![file isdirectory $dstfile] } {
file mkdir $dstfile
-
# fix attributes on the directory.
- set attributes [file attributes $srcfile]
- for {set i 0} {$i < [llength $attributes]} {incr i} {
- set opt [lindex $attributes $i]
- incr i
- set arg [lindex $attributes $i]
- file attributes $dstfile $opt $arg
- }
-
+ eval file attributes {$dstfile} [file attributes $srcfile]
# set mtime on installed element
- exec touch -r $srcfile $dstfile
+ file mtime $dstfile [file mtime $srcfile]
}
} elseif { [file type $srcfile] == "link" } {
file copy -force $srcfile $dstfile
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From toby at macports.org Wed Jun 3 01:06:02 2009
From: toby at macports.org (toby at macports.org)
Date: Wed, 3 Jun 2009 01:06:02 -0700 (PDT)
Subject: [51783] trunk/base/src/port1.0/portconfigure.tcl
Message-ID: <20090603080603.44A841CF2664@beta.macosforge.org>
Revision: 51783
http://trac.macports.org/changeset/51783
Author: toby at macports.org
Date: 2009-06-03 01:05:57 -0700 (Wed, 03 Jun 2009)
Log Message:
-----------
require autoconf/automake/libtool for any use_auto* options - otherwise version mismatches and other nonsense break stuff
Modified Paths:
--------------
trunk/base/src/port1.0/portconfigure.tcl
Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl 2009-06-03 07:08:58 UTC (rev 51782)
+++ trunk/base/src/port1.0/portconfigure.tcl 2009-06-03 08:05:57 UTC (rev 51783)
@@ -65,15 +65,9 @@
proc portconfigure::set_configure_type {option action args} {
if {[string equal ${action} "set"] && [tbool args]} {
switch $option {
- use_autoreconf {
- depends_build-append bin:autoreconf:autoconf
+ default {
+ depends_build-append port:autoconf port:automake port:libtool
}
- use_automake {
- depends_build-append bin:automake:automake
- }
- use_autoconf {
- depends_build-append bin:autoconf:autoconf
- }
use_xmkmf {
depends_build-append path:bin/xmkmf:imake
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From toby at macports.org Wed Jun 3 01:06:39 2009
From: toby at macports.org (toby at macports.org)
Date: Wed, 3 Jun 2009 01:06:39 -0700 (PDT)
Subject: [51784] trunk/dports/graphics/exempi
Message-ID: <20090603080640.66AC11CF269D@beta.macosforge.org>
Revision: 51784
http://trac.macports.org/changeset/51784
Author: toby at macports.org
Date: 2009-06-03 01:06:39 -0700 (Wed, 03 Jun 2009)
Log Message:
-----------
#19853 (exempi won't build; fails making MD5)
Modified Paths:
--------------
trunk/dports/graphics/exempi/Portfile
Added Paths:
-----------
trunk/dports/graphics/exempi/files/patch-source__common__LargeFileAccess.cpp
Modified: trunk/dports/graphics/exempi/Portfile
===================================================================
--- trunk/dports/graphics/exempi/Portfile 2009-06-03 08:05:57 UTC (rev 51783)
+++ trunk/dports/graphics/exempi/Portfile 2009-06-03 08:06:39 UTC (rev 51784)
@@ -22,7 +22,10 @@
sha1 b85feac36f32b15be17b8d76240b848b8801fbc5 \
rmd160 4d2734a68ba4eb5522474a3cd4b9e9850c8f5672
-patchfiles patch-bugzilla-20554.diff
+# make autoreconf work, should be able to remove once 1.8 ships
+depends_build port:autoconf port:automake port:libtool
+
+patchfiles patch-bugzilla-20554.diff patch-source__common__LargeFileAccess.cpp
patch.args -p1
post-patch {
Added: trunk/dports/graphics/exempi/files/patch-source__common__LargeFileAccess.cpp
===================================================================
--- trunk/dports/graphics/exempi/files/patch-source__common__LargeFileAccess.cpp (rev 0)
+++ trunk/dports/graphics/exempi/files/patch-source__common__LargeFileAccess.cpp 2009-06-03 08:06:39 UTC (rev 51784)
@@ -0,0 +1,20 @@
+--- bogus/source/common/LargeFileAccess.cpp.orig 2009-06-03 00:52:35.000000000 -0700
++++ bogus/source/common/LargeFileAccess.cpp 2009-06-03 00:53:01.000000000 -0700
+@@ -37,7 +37,7 @@
+ FSRef fileRef;
+ SInt8 perm = ( (mode == 'r') ? fsRdPerm : fsRdWrPerm );
+ HFSUniStr255 dataForkName;
+- SInt16 refNum;
++ FSIORefNum refNum;
+
+ OSErr err = FSGetDataForkName ( &dataForkName );
+ if ( err != noErr ) LFA_Throw ( "LFA_Open: FSGetDataForkName failure", kLFAErr_ExternalFailure );
+@@ -98,7 +98,7 @@
+ FSRef fileRef;
+ SInt8 perm = ( (mode == 'r') ? fsRdPerm : fsRdWrPerm );
+ HFSUniStr255 rsrcForkName;
+- SInt16 refNum;
++ FSIORefNum refNum;
+
+ OSErr err = FSGetResourceForkName ( &rsrcForkName );
+ if ( err != noErr ) LFA_Throw ( "LFA_OpenRsrc: FSGetResourceForkName failure", kLFAErr_ExternalFailure );
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From toby at macports.org Wed Jun 3 01:17:27 2009
From: toby at macports.org (toby at macports.org)
Date: Wed, 3 Jun 2009 01:17:27 -0700 (PDT)
Subject: [51785] trunk/base/src/port1.0/portconfigure.tcl
Message-ID: <20090603081728.8450B1CF27DA@beta.macosforge.org>
Revision: 51785
http://trac.macports.org/changeset/51785
Author: toby at macports.org
Date: 2009-06-03 01:17:24 -0700 (Wed, 03 Jun 2009)
Log Message:
-----------
tcl's switch implementation is fail
Modified Paths:
--------------
trunk/base/src/port1.0/portconfigure.tcl
Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl 2009-06-03 08:06:39 UTC (rev 51784)
+++ trunk/base/src/port1.0/portconfigure.tcl 2009-06-03 08:17:24 UTC (rev 51785)
@@ -65,12 +65,12 @@
proc portconfigure::set_configure_type {option action args} {
if {[string equal ${action} "set"] && [tbool args]} {
switch $option {
+ use_xmkmf {
+ depends_build-append path:bin/xmkmf:imake
+ }
default {
depends_build-append port:autoconf port:automake port:libtool
}
- use_xmkmf {
- depends_build-append path:bin/xmkmf:imake
- }
}
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From ryandesign at macports.org Wed Jun 3 01:18:31 2009
From: ryandesign at macports.org (ryandesign at macports.org)
Date: Wed, 3 Jun 2009 01:18:31 -0700 (PDT)
Subject: [51786] trunk/dports/security
Message-ID: <20090603081832.384561CF2814@beta.macosforge.org>
Revision: 51786
http://trac.macports.org/changeset/51786
Author: ryandesign at macports.org
Date: 2009-06-03 01:18:31 -0700 (Wed, 03 Jun 2009)
Log Message:
-----------
openvas-plugins: new port
Added Paths:
-----------
trunk/dports/security/openvas-plugins/
trunk/dports/security/openvas-plugins/Portfile
Added: trunk/dports/security/openvas-plugins/Portfile
===================================================================
--- trunk/dports/security/openvas-plugins/Portfile (rev 0)
+++ trunk/dports/security/openvas-plugins/Portfile 2009-06-03 08:18:31 UTC (rev 51786)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem 1.0
+
+name openvas-plugins
+version 1.0.7
+set download_id 588
+platforms darwin
+categories security
+maintainers ryandesign
+homepage http://www.openvas.org/
+master_sites http://wald.intevation.org/frs/download.php/${download_id}
+
+checksums \
+ md5 b290e34df6198b21b4d6601c3ae80030 \
+ sha1 eb8b6344a7023f84316a909702922764bbc18cbd \
+ rmd160 b7b2cb3b7a702ed437ebf449912b33f1d7f61439
+
+depends_build \
+ path:bin/pkg-config:pkgconfig \
+ bin:grep:grep \
+ path:bin/gsed:gsed
+
+depends_lib \
+ path:lib/pkgconfig/glib-2.0.pc:glib2 \
+ path:bin/openvasd-config:openvas-server
+
+use_parallel_build yes
+
+pre-build {
+ file mkdir ${worksrcpath}/bin
+}
Property changes on: trunk/dports/security/openvas-plugins/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From jmr at macports.org Wed Jun 3 01:53:09 2009
From: jmr at macports.org (jmr at macports.org)
Date: Wed, 3 Jun 2009 01:53:09 -0700 (PDT)
Subject: [51787] trunk/base/src/port1.0/portconfigure.tcl
Message-ID: <20090603085310.1DCED1CF2B70@beta.macosforge.org>
Revision: 51787
http://trac.macports.org/changeset/51787
Author: jmr at macports.org
Date: 2009-06-03 01:53:07 -0700 (Wed, 03 Jun 2009)
Log Message:
-----------
no point using a path: dep for imake
Modified Paths:
--------------
trunk/base/src/port1.0/portconfigure.tcl
Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl 2009-06-03 08:18:31 UTC (rev 51786)
+++ trunk/base/src/port1.0/portconfigure.tcl 2009-06-03 08:53:07 UTC (rev 51787)
@@ -66,7 +66,7 @@
if {[string equal ${action} "set"] && [tbool args]} {
switch $option {
use_xmkmf {
- depends_build-append path:bin/xmkmf:imake
+ depends_build-append port:imake
}
default {
depends_build-append port:autoconf port:automake port:libtool
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From ryandesign at macports.org Wed Jun 3 01:53:32 2009
From: ryandesign at macports.org (ryandesign at macports.org)
Date: Wed, 3 Jun 2009 01:53:32 -0700 (PDT)
Subject: [51788] trunk/dports/security
Message-ID: <20090603085332.673A11CF2BF4@beta.macosforge.org>
Revision: 51788
http://trac.macports.org/changeset/51788
Author: ryandesign at macports.org
Date: 2009-06-03 01:53:31 -0700 (Wed, 03 Jun 2009)
Log Message:
-----------
openvas ports: add descriptions
Modified Paths:
--------------
trunk/dports/security/openvas-client/Portfile
trunk/dports/security/openvas-libnasl/Portfile
trunk/dports/security/openvas-libraries/Portfile
trunk/dports/security/openvas-plugins/Portfile
trunk/dports/security/openvas-server/Portfile
Modified: trunk/dports/security/openvas-client/Portfile
===================================================================
--- trunk/dports/security/openvas-client/Portfile 2009-06-03 08:53:07 UTC (rev 51787)
+++ trunk/dports/security/openvas-client/Portfile 2009-06-03 08:53:31 UTC (rev 51788)
@@ -16,6 +16,13 @@
sha1 8339f3a1e0462443580d720cf9cb2f7c020dfd73 \
rmd160 a52e21bce348e53a25ebcfeab5dc6ba910d612d7
+description \
+ Open Vulnerability Assessment System client
+
+long_description \
+ OpenVAS is the Open Vulnerability Assessment System. This port is \
+ the client component.
+
depends_build \
path:bin/pkg-config:pkgconfig \
bin:grep:grep
Modified: trunk/dports/security/openvas-libnasl/Portfile
===================================================================
--- trunk/dports/security/openvas-libnasl/Portfile 2009-06-03 08:53:07 UTC (rev 51787)
+++ trunk/dports/security/openvas-libnasl/Portfile 2009-06-03 08:53:31 UTC (rev 51788)
@@ -16,6 +16,14 @@
sha1 b62b3d3fb0a657bd024dc557af1fe7972131031a \
rmd160 5ca47fe481548cbe08533168ab3c836b534da988
+description \
+ Open Vulnerability Assessment System NASL library
+
+long_description \
+ OpenVAS is the Open Vulnerability Assessment System. This port \
+ contains the Nessus Attack Scripting Language (NASL) library used \
+ by the server component.
+
depends_build \
path:bin/pkg-config:pkgconfig \
path:bin/bison:bison \
Modified: trunk/dports/security/openvas-libraries/Portfile
===================================================================
--- trunk/dports/security/openvas-libraries/Portfile 2009-06-03 08:53:07 UTC (rev 51787)
+++ trunk/dports/security/openvas-libraries/Portfile 2009-06-03 08:53:31 UTC (rev 51788)
@@ -16,6 +16,13 @@
sha1 9e0b1bfaf0d5fddcbade234a44e8af2ad91d1fc1 \
rmd160 559c71f0a67ef512707983a4ca6e0795d159331f
+description \
+ Open Vulnerability Assessment System libraries
+
+long_description \
+ OpenVAS is the Open Vulnerability Assessment System. This port \
+ contains the libraries used by the server component.
+
depends_build \
path:bin/pkg-config:pkgconfig \
bin:grep:grep
Modified: trunk/dports/security/openvas-plugins/Portfile
===================================================================
--- trunk/dports/security/openvas-plugins/Portfile 2009-06-03 08:53:07 UTC (rev 51787)
+++ trunk/dports/security/openvas-plugins/Portfile 2009-06-03 08:53:31 UTC (rev 51788)
@@ -16,6 +16,13 @@
sha1 eb8b6344a7023f84316a909702922764bbc18cbd \
rmd160 b7b2cb3b7a702ed437ebf449912b33f1d7f61439
+description \
+ Open Vulnerability Assessment System plugins
+
+long_description \
+ OpenVAS is the Open Vulnerability Assessment System. This port \
+ contains the plugins used by the server component.
+
depends_build \
path:bin/pkg-config:pkgconfig \
bin:grep:grep \
Modified: trunk/dports/security/openvas-server/Portfile
===================================================================
--- trunk/dports/security/openvas-server/Portfile 2009-06-03 08:53:07 UTC (rev 51787)
+++ trunk/dports/security/openvas-server/Portfile 2009-06-03 08:53:31 UTC (rev 51788)
@@ -11,6 +11,13 @@
homepage http://www.openvas.org/
master_sites http://wald.intevation.org/frs/download.php/${download_id}
+description \
+ Open Vulnerability Assessment System server
+
+long_description \
+ OpenVAS is the Open Vulnerability Assessment System. This port is \
+ the server component.
+
checksums \
md5 f68e2014113185a1e596408679eb192d \
sha1 4044857b93e7e1fabecc9bd9ced45465b6e41a84 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From portindex at macports.org Wed Jun 3 01:53:46 2009
From: portindex at macports.org (portindex at macports.org)
Date: Wed, 3 Jun 2009 01:53:46 -0700 (PDT)
Subject: [51789] trunk/dports
Message-ID: <20090603085347.84B051CF2D14@beta.macosforge.org>
Revision: 51789
http://trac.macports.org/changeset/51789
Author: portindex at macports.org
Date: 2009-06-03 01:53:45 -0700 (Wed, 03 Jun 2009)
Log Message:
-----------
Total number of ports parsed: 5826
Ports successfully parsed: 5826
Ports failed: 0
Modified Paths:
--------------
trunk/dports/PortIndex
trunk/dports/PortIndex.quick
Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex 2009-06-03 08:53:31 UTC (rev 51788)
+++ trunk/dports/PortIndex 2009-06-03 08:53:45 UTC (rev 51789)
@@ -180,8 +180,8 @@
variants universal portdir archivers/afio description {Archiver & backup program with builtin compression} homepage http://freshmeat.net/projects/afio/ epoch 0 platforms darwin name afio long_description {Afio makes cpio-format archives. It deals somewhat gracefully with input data corruption, supports multi-volume archives during interactive operation, and can make compressed archives that are much safer than compressed tar or cpio archives. Afio is best used as an `archive engine' in a backup script.} maintainers puffin.lb.shuttle.de:michael.klein categories archivers version 2.5 revision 1
arc 325
variants universal portdir archivers/arc description {create and extract files from dos .arc archives} homepage http://arc.sourceforge.net/ epoch 0 platforms darwin name arc long_description {{create and extract files from dos .arc archives}} maintainers crazic.ru:jc categories {archivers sysutils} version 5.21o revision 1
-arj 387
-variants universal depends_build {port:autoconf bin:autoconf:autoconf} portdir archivers/arj description {create and extract files from dos .arj archives} homepage http://arj.sourceforge.net/ epoch 0 name arj depends_lib port:libtool long_description {{create and extract files from dos .arj archives}} maintainers crazic.ru:jc categories {archivers sysutils} version 3.10.22 revision 0
+arj 406
+variants universal depends_build {port:autoconf port:autoconf port:automake port:libtool} portdir archivers/arj description {create and extract files from dos .arj archives} homepage http://arj.sourceforge.net/ epoch 0 name arj depends_lib port:libtool long_description {{create and extract files from dos .arj archives}} maintainers crazic.ru:jc categories {archivers sysutils} version 3.10.22 revision 0
atool 377
depends_build port:gsed portdir archivers/atool description {An archival front-end} homepage http://www.nongnu.org/atool/ epoch 0 platforms darwin depends_lib path:bin/perl:perl5 name atool maintainers devils.com:expiation long_description {atool is a script for managing file archives of various types (tar, tar+gzip, zip etc).} categories archivers version 0.35.0 revision 0
bzip2 401
@@ -314,8 +314,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 1582
-variants universal depends_build {port:autoconf bin:autoconf:autoconf} 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 dat
a 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 1601
+variants 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, r
ock-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
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
@@ -332,8 +332,8 @@
variants {puredarwin universal} depends_build port:pkgconfig portdir audio/esound description {Enlightened Sound Daemon (ESD)} homepage http://www.tux.org/~ricdude/EsounD.html epoch 0 platforms darwin name esound depends_lib port:audiofile maintainers nomaintainer long_description {EsounD, the Enlightened Sound Daemon, is a server process that mixes several audio streams for playback by a single audio device. For example, if you're listening to music on a CD and you receive a sound-related event from ICQ, the two applications won't have to jockey for the use of your sound card.} categories audio version 0.2.41 revision 1
etree-scripts 480
variants universal portdir audio/etree-scripts description {utilities useful to people who use the etree network} epoch 0 name etree-scripts depends_lib {bin:shorten:shorten bin:shntool:shntool bin:flac:flac bin:lame:lame} maintainers fenner long_description {Command line utilities useful to people who use the http://etree.org network. They revolve primarily around sanity checking downloaded files and preparing them for burning to CD.} categories audio version 1.4 revision 0
-faac 555
-variants universal depends_build {port:libtool port:autoconf port:automake bin:autoreconf:autoconf} portdir audio/faac description {ISO AAC audio encoder} homepage http://www.audiocoding.com/ epoch 0 platforms darwin name faac depends_lib port:libmp4v2 long_description {FAAC is an AAC audio encoder. FAAC currently supports MPEG-4 LTP, MAIN and LOW COMPLEXITY object types and MAIN and LOW MPEG-2 object types. It also supports multichannel and gapless encoding.} maintainers {kallisys.net:pguyot openmaintainer} categories audio version 1.28 revision 1
+faac 572
+variants universal depends_build {port:libtool port:autoconf port:automake port:autoconf port:automake port:libtool} portdir audio/faac description {ISO AAC audio encoder} homepage http://www.audiocoding.com/ epoch 0 platforms darwin name faac depends_lib port:libmp4v2 long_description {FAAC is an AAC audio encoder. FAAC currently supports MPEG-4 LTP, MAIN and LOW COMPLEXITY object types and MAIN and LOW MPEG-2 object types. It also supports multichannel and gapless encoding.} maintainers {kallisys.net:pguyot openmaintainer} categories audio version 1.28 revision 1
faad2 574
variants {darwin universal} depends_build {port:libtool port:autoconf port:automake} portdir audio/faad2 description {Fastest ISO AAC audio decoder.} homepage http://www.audiocoding.com/ epoch 0 platforms darwin name faad2 long_description {FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LC (Low Complexity), HE (High Efficiency), LTP (Long Term Prediction), LD (Low Delay) and ER (Error Resiliency) object type AAC files.} maintainers {kallisys.net:pguyot openmaintainer} categories audio version 2.6.1 revision 1
flac 749
@@ -1336,8 +1336,8 @@
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
variants universal depends_build port:ghc portdir devel/hs-parsedate description {The parsedate library for Haskell} homepage http://www.cs.chalmers.se/~bringert/darcs/parsedate/doc/ epoch 0 platforms darwin name hs-parsedate long_description {This library provides a function for parsing dates and times given a date format string.} maintainers nomaintainer categories {devel haskell} version 3000.0.0 revision 0
-hs-plugins 543
-variants universal depends_build {bin:ghc:ghc bin:autoconf:autoconf} portdir devel/hs-plugins description {A plugin library for Haskell} homepage http://www.cse.unsw.edu.au/~dons/hs-plugins/hs-plugins.html epoch 20050407 platforms darwin name hs-plugins long_description {hs-plugins was originally designed as a system for replacing all the various configuration languages in existence (particularly mutt and vim) but developed to be very suitable for plugins in general.} maintainers nomaintainer categories devel version 20050407 revision 1
+hs-plugins 562
+variants universal depends_build {bin:ghc:ghc port:autoconf port:automake port:libtool} portdir devel/hs-plugins description {A plugin library for Haskell} homepage http://www.cse.unsw.edu.au/~dons/hs-plugins/hs-plugins.html epoch 20050407 platforms darwin name hs-plugins long_description {hs-plugins was originally designed as a system for replacing all the various configuration languages in existence (particularly mutt and vim) but developed to be very suitable for plugins in general.} maintainers nomaintainer categories devel version 20050407 revision 1
hs-terminfo 501
variants universal depends_build port:ghc portdir devel/hs-terminfo description {Haskell bindings to the terminfo library.} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-terminfo long_description {This library provides an interface to the terminfo database (via bindings to the curses library). Terminfo allows programs to interact with a variety of terminals using a standard set of capabilities.} maintainers nomaintainer categories {devel haskell} version 0.2.2.1 revision 0
hs-type-level 537
@@ -1402,8 +1402,8 @@
portdir devel/legoctl description {Lego Mindstorms robotics communication tool} homepage http://personalpages.tds.net/~jwbacon/Ports epoch 0 name legoctl depends_lib port:libusb maintainers tds.net:jwbacon long_description {Tools for communicating with and controlling Lego Mindstorms robitics bricks.} version 0.2 categories devel revision 0
libassuan 481
variants universal portdir devel/libassuan description {Assuan IPC Library} homepage http://www.gnupg.org/related_software/libassuan.en.html epoch 0 platforms darwin name libassuan depends_lib port:pth long_description {Libassuan is a small library implementing the so-called Assuan protocol. This protocol is used for IPC between most newer GnuPG components. Both, server and client side functions are provided.} maintainers nomaintainer categories devel version 1.0.5 revision 0
-libast 679
-variants universal depends_build {port:pkgconfig port:autoconf port:automake port:libtool bin:autoconf:autoconf} portdir devel/libast description {LibAST is the Library of Assorted Spiffy Things.} homepage http://www.eterm.org/ epoch 0 platforms darwin depends_lib {port:xorg-libsm port:imlib2 port:pcre port:freetype} name libast maintainers nomaintainer long_description {LibAST is the Library of Assorted Spiffy Things. It contains manyspiffy things, and it is a library. Thus, the ever-so-creative name.LibAST has been previously known as libmej, the Eterm helper librarywhich nobody really understood and certainly never used.} categories {devel x11} version 0.7 revision 3
+libast 698
+variants universal depends_build {port:pkgconfig port:autoconf port:automake port:libtool port:autoconf port:automake port:libtool} portdir devel/libast description {LibAST is the Library of Assorted Spiffy Things.} homepage http://www.eterm.org/ epoch 0 platforms darwin depends_lib {port:xorg-libsm port:imlib2 port:pcre port:freetype} name libast maintainers nomaintainer long_description {LibAST is the Library of Assorted Spiffy Things. It contains manyspiffy things, and it is a library. Thus, the ever-so-creative name.LibAST has been previously known as libmej, the Eterm helper librarywhich nobody really understood and certainly never used.} categories {devel x11} version 0.7 revision 3
libaterm 465
variants universal portdir devel/libaterm description {ATerm libraries in C} homepage http://www.meta-environment.org/Meta-Environment/ATerms epoch 0 platforms darwin name libaterm maintainers {kallisys.net:pguyot openmaintainer} long_description {ATerm libraries implement the internal representation of the ATerm Format in some programming language and the conversion between the external and the internal representation.} categories devel version 2.8 revision 0
libbuffers 328
@@ -1628,8 +1628,8 @@
portdir devel/lua-zip description {LuaZip is a Lua extension library used to read files stored inside zip files.} homepage http://www.keplerproject.org/luazip/index.html epoch 0 platforms darwin name lua-zip depends_lib port:libzzip maintainers and.damore long_description {{LuaZip is a Lua extension library used to read files stored inside zip files.}} categories devel version 1.2.3 revision 0
luarocks 807
variants {md5 openssl wget curl} portdir devel/luarocks description {Manager for rocks, lua extensions.} homepage http://www.luarocks.org/ epoch 0 depends_run {port:lua port:openssl port:curl} platforms darwin name luarocks long_description {LuaRocks is a deployment and management system for Lua modules. LuaRocks allows you to install Lua modules as self-contained packages called {"rocks",} which also contain version dependency information. This information is used both at install time, so that when one rock is requested all rocks it depends on are installed as well, and at run time, so that when a module is required, the correct version is loaded. LuaRocks supports both local and remote repositories, and multiple local rocks trees.} maintainers and.damore categories devel version 1.0 revision 0
-lzo 713
-variants universal depends_build {port:autoconf port:automake port:libtool bin:autoreconf:autoconf} portdir devel/lzo description {Real-time data compression library} homepage http://www.oberhumer.com/opensource/lzo/ epoch 0 platforms darwin name lzo long_description {LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. LZO is distributed under the GNU General Public License.} maintainers blb categories {devel compression} version 1.08 revision 0
+lzo 730
+variants universal depends_build {port:autoconf port:automake port:libtool port:autoconf port:automake port:libtool} portdir devel/lzo description {Real-time data compression library} homepage http://www.oberhumer.com/opensource/lzo/ epoch 0 platforms darwin name lzo long_description {LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. LZO is distributed under the GNU General Public License.} maintainers blb categories {devel compression} version 1.08 revision 0
m4 651
variants {with_default_names universal} portdir devel/m4 description {GNU macro processor} homepage http://www.gnu.org/software/m4/ epoch 0 platforms darwin name m4 long_description {GNU `m4' is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible, although it has some extensions (for example, handling more than 9 positional parameters to macros). `m4' also has built-in functions for including files, running shell commands, doing arithmetic, etc. Autoconf needs GNU `m4' for generating `configure' scripts, but not for running them.} maintainers {blair openmaintainer} categories devel version 1.4.13 revision 0
macstl 431
@@ -1792,8 +1792,8 @@
variants universal portdir devel/prcs description {Project Revision Control System} homepage http://prcs.sourceforge.net/ epoch 0 platforms darwin name prcs long_description {PRCS, the Project Revision Control System, is the front end to a set of tools that (like CVS) provide a way to deal with sets of files and directories as an entity, preserving coherent versions of the entire set.} maintainers nomaintainer categories devel version 1.3.3 revision 0
premake 436
portdir devel/premake description {Premake is a build script generator.} homepage http://premake.sourceforge.net/ epoch 0 platforms darwin name premake maintainers wyuenho long_description {Premake is a build script generator. Describe your project using the full-featured Lua scripting language and use premake to create input files for various IDEs and GnuMake} depends_extract bin:unzip:unzip categories devel version 3.5 revision 0
-protobuf-c 583
-variants universal depends_build {port:autoconf bin:autoconf:autoconf} portdir devel/protobuf-c description {Pure C code generator and runtime libraries for Protocol Buffers} homepage http://code.google.com/p/protobuf-c/ epoch 0 platforms darwin name protobuf-c depends_lib port:protobuf-cpp long_description {This package provides a code generator and runtime libraries to use Protocol Buffers from pure C (not C++). Library ABI and API compatibility changes are expected until version 1.0 is released.} maintainers {landonf openmaintainer} categories devel version 0.10 revision 0
+protobuf-c 602
+variants universal depends_build {port:autoconf port:autoconf port:automake port:libtool} portdir devel/protobuf-c description {Pure C code generator and runtime libraries for Protocol Buffers} homepage http://code.google.com/p/protobuf-c/ epoch 0 platforms darwin name protobuf-c depends_lib port:protobuf-cpp long_description {This package provides a code generator and runtime libraries to use Protocol Buffers from pure C (not C++). Library ABI and API compatibility changes are expected until version 1.0 is released.} maintainers {landonf openmaintainer} categories devel version 0.10 revision 0
protobuf-cpp 1015
variants universal portdir devel/protobuf-cpp description {Encode data in an efficient yet extensible format.} homepage http://code.google.com/p/protobuf/ epoch 0 platforms darwin name protobuf-cpp long_description {Google Protocol Buffers are a flexible, efficient, automated mechanism for serializing structured data -- think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the old format. You specify how you want the information you're serializing to be structured by defining protocol buffer message types in .proto files. Each protocol buffer message is a small logical record of information, containing a series of name-value pairs.} maintainers blair categories devel
version 2.1.0 revision 0
protobuf-python 1060
@@ -1832,8 +1832,8 @@
variants universal portdir devel/quilt description {patch management scripts} homepage http://savannah.nongnu.org/projects/quilt/ epoch 0 platforms darwin name quilt depends_lib {port:gsed port:getopt port:coreutils} long_description {Patchwork Quilt is a set of scripts designed to allow you to manage a series of patches by keeping track of the changes each patch makes. Patches can be applied, un-applied, refreshed, etc.} maintainers {jmr openmaintainer} categories devel version 0.48 revision 0
radlib 530
variants {mysql5 pgresql83 universal} portdir devel/radlib description {Rapid Application Development Library} homepage http://www.radlib.teel.ws/ epoch 0 platforms darwin name radlib long_description {radlib is a rapid application development library for unix multi-process applications. It uses SYS V IPC facilities and FIFOs to provide an RTOS-like, event-driven, distributed framework. Processes may be run as daemons or have a controlling terminal.} maintainers mac.com:mbrooksclark categories devel version 2.7.5 revision 0
-rdesktop-devel 538
-variants {w2k_license_hack universal} depends_build bin:autoconf:autoconf portdir devel/rdesktop-devel description {Windows Terminal Server Client CVS Version} homepage http://rdesktop.sourceforge.net/ epoch 0 platforms {darwin freebsd} name rdesktop-devel depends_lib {port:xorg-libX11 port:openssl port:libiconv port:libao} long_description {This is the CVS Version of rdesktop. rdesktop is an RDP client to access Microsoft Terminal Server based services.} maintainers {reiffert openmaintainer} categories devel version cvs revision 2
+rdesktop-devel 559
+variants {w2k_license_hack universal} depends_build {port:autoconf port:automake port:libtool} portdir devel/rdesktop-devel description {Windows Terminal Server Client CVS Version} homepage http://rdesktop.sourceforge.net/ epoch 0 platforms {darwin freebsd} name rdesktop-devel depends_lib {port:xorg-libX11 port:openssl port:libiconv port:libao} long_description {This is the CVS Version of rdesktop. rdesktop is an RDP client to access Microsoft Terminal Server based services.} maintainers {reiffert openmaintainer} categories devel version cvs revision 2
re2c 501
variants universal portdir devel/re2c description {A tool for generating C-based recognizers from regular expressions.} homepage http://re2c.org/ epoch 0 platforms darwin name re2c long_description {re2c is a tool for generating C-based recognizers from regular expressions. re2c-based scanners are efficient: an re2c-based scanner is said to be typically almost twice as fast as a flex-based scanner with little or no increase in size.} maintainers landonf categories devel version 0.13.5 revision 0
readline 740
@@ -1988,8 +1988,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 551
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.7 revision 1
-xulrunner-devel 648
-variants {debug gnome} depends_build {port:findutils port:pkgconfig port:autoconf213 bin:autoconf:autoconf} 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.1b4 categories devel revision 0
+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.1b4 categories devel revision 0
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
@@ -2070,8 +2070,8 @@
portdir editors/po-mode.el description {The 'po' file mode for Emacs} homepage http://www.gnu.org/software/gettext/ epoch 0 platforms darwin name po-mode.el depends_lib port:emacs maintainers {nox openmaintainer} long_description {{The 'po' file mode for Emacs}} categories {editors devel emacs} version 0.17 revision 0
psgml 918
variants universal depends_build bin:emacs:emacs portdir editors/psgml description {XML/SGML editing mode for emacs} homepage http://www.lysator.liu.se/projects/about_psgml.html epoch 0 name psgml long_description {Emacs is an advanced and extensible editor. A Major Mode customizes Emacs for editing text of a particular sort. PSGML is a major mode for SGML documents. PSGML has several functions for editing SGML documents. Indentation according to element nesting depth and identification of structural errors (but it is not a validating SGML parser). Menus and commands for inserting tags with only the contextually valid tags. Attribute values can be edited in a separate window with information about types and defaults. Structure based editing includes movement and {killing;} and also several commands for folding editing.} maintainers gmail.com:arankine categories {editors textproc} version 1.3.1 revision 0
-salasaga 779
-variants universal depends_build bin:autoconf:autoconf portdir editors/salasaga description {An Integrated Development Environment for producing eLearning} homepage http://www.salasaga.org/ epoch 0 platforms darwin name salasaga depends_lib {port:gtk2 path:lib/pkgconfig/pango.pc:pango port:libxml2 port:ming port:giflib port:gconf port:libgnome port:autoconf} long_description {{previously known as The Flame Project Imagine a free, easy to use GUI authoring environment that helps you create visually impressive and actually useful learning material. The short term goal for this project is to provide such an environment, and we're well on the way to a first release for doing that.}} maintainers nomaintainer categories editors version 0.8.0.dev-200803251321 revision 0
+salasaga 800
+variants universal depends_build {port:autoconf port:automake port:libtool} portdir editors/salasaga description {An Integrated Development Environment for producing eLearning} homepage http://www.salasaga.org/ epoch 0 platforms darwin name salasaga depends_lib {port:gtk2 path:lib/pkgconfig/pango.pc:pango port:libxml2 port:ming port:giflib port:gconf port:libgnome port:autoconf} long_description {{previously known as The Flame Project Imagine a free, easy to use GUI authoring environment that helps you create visually impressive and actually useful learning material. The short term goal for this project is to provide such an environment, and we're well on the way to a first release for doing that.}} maintainers nomaintainer categories editors version 0.8.0.dev-200803251321 revision 0
scite 522
variants universal depends_build port:pkgconfig portdir editors/scite description {SciTE is a SCIntilla based Text Editor.} homepage http://scintilla.sourceforge.net/SciTE.html epoch 0 platforms darwin depends_lib port:gtk2 name scite long_description {Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. It is best used for jobs with simple configurations.} maintainers {nox openmaintainer} categories editors version 1.77 revision 0
spe 405
@@ -2104,8 +2104,8 @@
variants {darwin_i386 universal} portdir emulators/VisualBoyAdvance description {An emulator for Gameboy and GameboyAdvance systems.} homepage http://vba.ngemu.com/index.shtml epoch 0 platforms darwin name VisualBoyAdvance depends_lib {bin:sdl-config:libsdl lib:libpng:libpng} long_description {An emulator for Gameboy and GameboyAdvance systems.} maintainers users.sourceforge.net:jtonio categories {emulators games} version 1.7.2 revision 0
adtpro 569
portdir emulators/adtpro description {transfers disks and disk images between Apple IIs and modern computers} homepage http://adtpro.sourceforge.net/ epoch 0 platforms darwin name adtpro maintainers ryandesign long_description {Apple Disk Transfer ProDOS (ADTPro) transfers diskettes and logical disk images between Apple II-era computers and the modern world. Disks can be transferred using a Super Serial card, IIgs modem port or IIc/Laser 128 serial {port;} an Uthernet Ethernet {card;} or the built-in cassette ports.} version 1.1.2 categories emulators revision 0
-advancemame 594
-variants {darwin_i386 universal} depends_build {port:autoconf bin:autoconf:autoconf} portdir emulators/advancemame description {unofficial MAME version with advanced video support} homepage http://advancemame.sourceforge.net/ epoch 0 platforms darwin name advancemame depends_lib {port:libsdl port:freetype port:zlib port:expat} long_description {AdvanceMAME is unofficial MAME versions with an advanced video support for helping the use with TVs, Arcade Monitors, Fixed Frequencies Monitors and also for PC Monitors.} maintainers milosh categories {emulators games} version 0.106.0 revision 1
+advancemame 613
+variants {darwin_i386 universal} depends_build {port:autoconf port:autoconf port:automake port:libtool} portdir emulators/advancemame description {unofficial MAME version with advanced video support} homepage http://advancemame.sourceforge.net/ epoch 0 platforms darwin name advancemame depends_lib {port:libsdl port:freetype port:zlib port:expat} long_description {AdvanceMAME is unofficial MAME versions with an advanced video support for helping the use with TVs, Arcade Monitors, Fixed Frequencies Monitors and also for PC Monitors.} maintainers milosh categories {emulators games} version 0.106.0 revision 1
atari800 393
variants {macosx universal} portdir emulators/atari800 description {Atari 800 emulator} homepage http://atari800.sourceforge.net/ epoch 0 platforms darwin name atari800 depends_lib {port:libsdl port:libpng port:libsdl_image port:libsdl_sound} long_description {atari800 is an emulator of the classic Atari 800 8bit computer.} maintainers krischik categories emulators version 2.0.3 revision 2
basiliskii 850
@@ -2118,8 +2118,8 @@
variants {darwin_9 powerpc universal} portdir emulators/dosbox description {DOS-emulator featuring 386 realmode, filesystem, XMS, EMS} homepage http://dosbox.sourceforge.net/ epoch 0 platforms darwin name dosbox depends_lib {port:libsdl port:libsdl_net port:libsdl_sound port:libpng port:zlib} long_description {DOSBox is a DOS-emulator that uses the SDL-library. It also emulates CPU:286/386 realmode, directory file system/XMS/EMS, a SoundBlaster card for excellent sound compatibility with older games.} maintainers nomaintainer categories emulators version 0.72 revision 0
free42 518
variants {darwin macosx} portdir emulators/free42 description {a HP-42s Simulator} homepage http://free42.sourceforge.net/ epoch 0 platforms darwin name free42 depends_lib port:gtk2 long_description {Free42 is a complete re-implementation of the HP-42S calculator and the HP-82240 printer. Free42 was written from scratch, without using any HP code. You do not need any ROM images in order to use it, yet it is fully HP-42S compatible.} maintainers krischik:macports.org categories emulators version 1.4.44 revision 2
-freesci 570
-variants sdl depends_build bin:autoreconf:autoconf portdir emulators/freesci description {Interpreter for SCI (old Sierra Online) games} homepage http://freesci.linuxgames.com/ epoch 0 platforms darwin depends_lib {port:xorg-libXi port:xorg-libXinerama port:xrender port:fontconfig port:libpng port:ncurses} name freesci long_description {FreeSCI is a portable interpreter for SCI games, such as the Space Quest series (starting with SQ3) or Leisure Suit Larry (2 and sequels). FreeSCI is still incomplete.} maintainers blb categories emulators version 0.6.4 revision 1
+freesci 589
+variants sdl depends_build {port:autoconf port:automake port:libtool} portdir emulators/freesci description {Interpreter for SCI (old Sierra Online) games} homepage http://freesci.linuxgames.com/ epoch 0 platforms darwin depends_lib {port:xorg-libXi port:xorg-libXinerama port:xrender port:fontconfig port:libpng port:ncurses} name freesci long_description {FreeSCI is a portable interpreter for SCI games, such as the Space Quest series (starting with SQ3) or Leisure Suit Larry (2 and sequels). FreeSCI is still incomplete.} maintainers blb categories emulators version 0.6.4 revision 1
lisaem 266
portdir emulators/lisaem description {Apple Lisa emulator} homepage http://lisa.sunder.net/ epoch 0 platforms darwin name lisaem depends_lib port:wxWidgets maintainers ryandesign long_description {{Apple Lisa emulator}} categories emulators version 1.2.6 revision 1
mednafen 816
@@ -2146,8 +2146,8 @@
variants universal depends_build {port:rman port:flex port:bison path:bin/xmkmf:imake} portdir emulators/spim description {an assembly language MIPS R2000/R3000 simulator} homepage http://pages.cs.wisc.edu/~larus/spim.html epoch 0 platforms darwin name spim depends_lib {port:xorg-libXaw port:xorg-libXp} long_description {SPIM S20 is a software simulator that runs assembly language programs for the MIPS R2000/R3000 RISC computers. SPIM can read and immediately run files containing assembly language statements. SPIM is a self-contained system for running these programs and contains a debugger and interface to the operating system. SPIM implements almost the entire MIPS assembler-extended instruction set for the R2000/R3000 (I've omitted some the complex floating point comparisons and details of the memory system page tables). The MIPS architecture has evolved considerably since then (in particular the 64 bit extensions), which means that SPIM will not run programs compiled for
recent MIPS or SGI processors.} maintainers nomaintainer categories {emulators devel lang x11} version 7.4 revision 1
vice 610
variants universal portdir emulators/vice description {emulator for programs intended for the old 8-bit computers} homepage http://www.viceteam.org/ epoch 0 name vice depends_lib port:xorg-libs long_description {{VICE is a program that runs on a Unix, MS-DOS, Win95/NT, OS/2, Acorn RISC OS or BeOS machine and executes programs intended for the old 8-bit computers. The current version emulates the C64, the C128, the VIC20, all the PET models (except the SuperPET 9000, which is out of line anyway), the PLUS4 and the CBM-II (aka C610).}} maintainers nomaintainer categories emulators version 1.14 revision 1
-erlsom 601
-variants universal depends_build {port:autoconf port:erlang bin:autoconf:autoconf} portdir erlang/erlsom description {An Erlang libary for XML parsing.} homepage http://erlsom.sourceforge.net/ epoch 0 platforms darwin depends_lib port:libtool name erlsom long_description {An Erlang libary for XML parsing. It supports various modes of operation: as an efficient SAX parser, as a simple DOM-like parser, or as a 'data mapper'. The data mapper transforms the XML document to Erlang records, based on an XML Schema.} maintainers kallisys.net:pguyot categories {erlang textproc} version 1.2.1 revision 1
+erlsom 620
+variants universal depends_build {port:autoconf port:erlang port:autoconf port:automake port:libtool} portdir erlang/erlsom description {An Erlang libary for XML parsing.} homepage http://erlsom.sourceforge.net/ epoch 0 platforms darwin depends_lib port:libtool name erlsom long_description {An Erlang libary for XML parsing. It supports various modes of operation: as an efficient SAX parser, as a simple DOM-like parser, or as a 'data mapper'. The data mapper transforms the XML document to Erlang records, based on an XML Schema.} maintainers kallisys.net:pguyot categories {erlang textproc} version 1.2.1 revision 1
mochiweb 459
portdir erlang/mochiweb depends_fetch bin:svn:subversion description {MochiWeb is an Erlang library for building lightweight HTTP servers.} homepage http://code.google.com/p/mochiweb/ epoch 20081010 platforms darwin name mochiweb depends_lib port:erlang maintainers {febeling openmaintainer} long_description {{MochiWeb is an Erlang library for building lightweight HTTP servers.} It contains a JSON library.} categories {erlang devel} version r87 revision 0
tsung 599
@@ -2232,8 +2232,8 @@
portdir games/bs description {ncurses version of Battleship} homepage http://www.catb.org/~esr/bs/ epoch 0 platforms darwin name bs maintainers nomaintainer long_description {The classic game of Battleships against the computer. Uses character-cell graphics with a visual point-and-shoot interface. If you're using an xterm under Linux the mouse will work.} version 2.7 categories games revision 0
bzflag 427
variants universal portdir games/bzflag description {3D tank game, multiplayer and internet gaming available} homepage http://bzflag.org epoch 0 platforms darwin name bzflag depends_lib {port:curl port:libsdl port:c-ares} long_description {BZFlag is a free multiplayer multiplatform 3D tank battle game. The name stands for Battle Zone capture Flag.} maintainers {phw openmaintainer} categories games version 2.0.12 revision 1
-cannonsmash 433
-variants universal depends_build {port:libtool port:automake port:autoconf bin:autoreconf:autoconf} portdir games/cannonsmash description {3D tabletennis game} homepage http://cannonsmash.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:libsdl_mixer port:libsdl_image port:gtk2 port:mesa port:xorg-libXmu} name cannonsmash long_description {{3D tabletennis game}} maintainers blb categories games version 0.6.6 revision 3
+cannonsmash 450
+variants universal depends_build {port:libtool port:automake port:autoconf port:autoconf port:automake port:libtool} portdir games/cannonsmash description {3D tabletennis game} homepage http://cannonsmash.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:libsdl_mixer port:libsdl_image port:gtk2 port:mesa port:xorg-libXmu} name cannonsmash long_description {{3D tabletennis game}} maintainers blb categories games version 0.6.6 revision 3
cheops 569
variants universal portdir games/cheops description {CHEss OPponent Simulator} homepage http://www.nothingisreal.com/cheops/ epoch 0 platforms darwin name cheops long_description {CHEOPS (CHEss OPponent Simulator) is a fully-functional chess program capable of human-vs-human, human-vs-computer, and computer-vs-computer play. It uses a 64-square linear array board representation. The game tree search is alpha-beta, and the static evaluation function considers material, mobility, and motif features.} maintainers nomaintainer categories games version 1.1 revision 0
chromium 424
@@ -2434,8 +2434,8 @@
variants universal portdir games/xbill description {Save your computers from the evil clutches of Bill} homepage http://www.xbill.org/ epoch 0 platforms darwin name xbill depends_lib port:xorg-libXaw long_description {Ever get the feeling that nothing is going right? You're a sysadmin, and someone's trying to destroy your computers. The little people running around the screen are trying to infect your computers with Wingdows {[TM],} a virus cleverly designed to resemble a popular operating system. Additionally, some computers are connected with network cables. When one computer on a network becomes infected, a spark will be sent down the cable, and will infect the computer on the other end when it reaches there.} maintainers nomaintainer categories games version 2.1 revision 2
xboard 559
variants {darwin universal} depends_build port:libtool portdir games/xboard description {X frontend for Crafty, GNUChess, Internet Chess Servers, or e-mail chess} homepage http://www.tim-mann.org/xboard.html epoch 0 platforms darwin name xboard depends_lib port:xorg-libXaw long_description {Xboard is a graphical chessboard that can serve as a user interface for Crafty, GNU Chess, for Internet Chess Servers, or for electronic mail correspondence chess. xboard can also be used by itself.} maintainers nomaintainer categories games version 4.2.6 revision 3
-xgalaga 501
-variants {darwin universal} depends_build {port:autoconf port:libtool bin:autoconf:autoconf} portdir games/xgalaga description {xgalaga is a rework of the Galaga shooting game.} homepage http://sourceforge.net/projects/xgalaga/ epoch 0 platforms darwin depends_lib {port:xorg-libX11 port:xorg-libXext port:xorg-libXmu port:xorg-libXt port:xpm} name xgalaga long_description {{xgalaga is a rework of the Galaga shooting game.}} maintainers nomaintainer categories {games x11} version 2.0.34 revision 1
+xgalaga 520
+variants {darwin universal} depends_build {port:autoconf port:libtool port:autoconf port:automake port:libtool} portdir games/xgalaga description {xgalaga is a rework of the Galaga shooting game.} homepage http://sourceforge.net/projects/xgalaga/ epoch 0 platforms darwin depends_lib {port:xorg-libX11 port:xorg-libXext port:xorg-libXmu port:xorg-libXt port:xpm} name xgalaga long_description {{xgalaga is a rework of the Galaga shooting game.}} maintainers nomaintainer categories {games x11} version 2.0.34 revision 1
xjump 254
portdir games/xjump description xjump homepage {} epoch 0 platforms darwin name xjump depends_lib port:xorg-libX11 maintainers gmail.com:pierreetienne.meunier long_description {The classical XJump platform game} categories games version 2.7.5 revision 0
xmahjongg 400
@@ -2502,8 +2502,8 @@
variants universal depends_build {port:pkgconfig port:intltool port:p5-xml-parser port:gnome-doc-utils} portdir gnome/epiphany description {A GNOME Web browser.} homepage http://www.gnome.org/projects/epiphany epoch 0 platforms darwin depends_lib {port:gconf port:libxslt port:libglade2 port:libgnomeui port:gnome-desktop port:startup-notification port:libnotify port:libcanberra port:py25-gtk port:py25-gnome port:enchant port:iso-codes port:xulrunner} name epiphany maintainers {devans openmaintainer} long_description {A web browser is more than an application, it is a way of thinking, it is a way of seeing the world. Epiphany's principles are simplicity and standards compliance.} categories {gnome www} version 2.26.2 revision 0
evince 619
variants {djvu universal} depends_build {port:gnome-doc-utils port:m4 path:bin/perl:perl5 port:pkgconfig port:rarian} portdir gnome/evince description {Evince is a document viewer for multiple document formats like pdf, and many others.} homepage http://www.gnome.org/ epoch 0 platforms darwin name evince depends_lib {port:gconf port:gnome-keyring port:gnome-icon-theme port:poppler port:t1lib port:xorg-libsm port:nautilus} maintainers {devans openmaintainer} long_description {{Evince is a document viewer for multiple document formats like pdf, and many others.}} categories {gnome print} version 2.26.2 revision 0
-evolution-data-server 510
-variants {darwin_8 gtk_doc universal} depends_build bin:autoconf:autoconf portdir gnome/evolution-data-server description {Addressbook and calender libs for GNOME.} homepage http://www.gnome.org/ epoch 0 platforms darwin name evolution-data-server depends_lib {port:libgnomeui port:libgweather port:libical port:nss} maintainers geekdaily.org:jim long_description {Evolution Data Server provides a central location for addressbook and calendar in the GNOME Desktop.} categories gnome version 2.26.2 revision 0
+evolution-data-server 531
+variants {darwin_8 gtk_doc universal} depends_build {port:autoconf port:automake port:libtool} portdir gnome/evolution-data-server description {Addressbook and calender libs for GNOME.} homepage http://www.gnome.org/ epoch 0 platforms darwin name evolution-data-server depends_lib {port:libgnomeui port:libgweather port:libical port:nss} maintainers geekdaily.org:jim long_description {Evolution Data Server provides a central location for addressbook and calendar in the GNOME Desktop.} categories gnome version 2.26.2 revision 0
evolution-python 608
variants universal depends_build port:pkgconfig portdir gnome/evolution-python description {Conduit is a synchronization application for GNOME.} homepage http://www.conduit-project.org/wiki/evolution-python epoch 0 platforms darwin name evolution-python depends_lib {port:evolution-data-server port:py25-gobject port:py25-gtk} maintainers nomaintainer long_description {Conduit is a synchronization application for GNOME. It allows you to synchronize your data between online web services (Gmail, backpackit.com, Flickr, PicasaWeb, Box.net, etc) and your computer.} categories gnome version 0.0.4 revision 0
file-roller 570
@@ -2526,8 +2526,8 @@
variants universal depends_build {port:pkgconfig port:intltool port:p5-xml-parser port:gtk-doc} portdir gnome/gdl description {GNOME development library.} homepage http://www.anjuta.org/ epoch 0 platforms darwin depends_lib {port:gtk2 port:libglade2 port:libxml2} name gdl 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.} maintainers nomaintainer categories {gnome devel} version 2.26.2 revision 0
gdm 541
variants universal depends_build {port:p5-xml-parser port:pkgconfig port:gnome-doc-utils} 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 depends_lib {port:gnome-panel port:libxklavier} name gdm maintainers {devans openmaintainer} long_description {The Gnome Display Manager is a re-implementation of the well known xdm program. It displays a X11-based graphical login screen.} categories gnome version 2.26.1 revision 0
-gedit 579
-variants {no_x11 universal} depends_build {port:p5-xml-parser port:gtk-doc port:intltool port:gnome-doc-utils port:autoconf port:automake bin:autoreconf:autoconf} portdir gnome/gedit description {GNOME editor.} homepage http://www.gnome.org/projects/gedit/ epoch 0 platforms darwin 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} name gedit maintainers {devans openmaintainer} long_description {{GNOME editor.}} categories {gnome editors} version 2.26.2 revision 0
+gedit 596
+variants {no_x11 universal} depends_build {port:p5-xml-parser port:gtk-doc port:intltool port:gnome-doc-utils port:autoconf port:automake port:autoconf port:automake port:libtool} portdir gnome/gedit description {GNOME editor.} homepage http://www.gnome.org/projects/gedit/ epoch 0 platforms darwin 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} name gedit maintainers {devans openmaintainer} long_description {{GNOME editor.}} categories {gnome editors} version 2.26.2 revision 0
gedit-plugins 458
variants universal depends_build {port:p5-xml-parser port:gnome-doc-utils} portdir gnome/gedit-plugins description {Plug-ins for GEdit} homepage http://www.gnome.org/projects/gedit-plugins/ epoch 0 platforms darwin depends_lib {port:gconf port:gedit port:py25-pygtksourceview port:vte port:gucharmap} name gedit-plugins maintainers nomaintainer long_description {Various additional plug-ins for GEdit 2.} categories {gnome editors} version 2.26.2 revision 0
genius 670
@@ -2660,8 +2660,8 @@
depends_build port:gmake portdir gnome/gst-ffmpeg description {This is gst-ffmpeg, a set of plug-ins for GStreamer.} homepage http://www.gnome.org/ epoch 0 platforms darwin depends_lib {port:gstreamer port:gst-plugins-base} name gst-ffmpeg long_description {{This is gst-ffmpeg, a set of plug-ins for GStreamer.}} maintainers nomaintainer categories gnome version 0.10.7 revision 0
gst-plugins-bad 616
variants dc1394 portdir gnome/gst-plugins-bad description {This is gst-plugins, a set of plug-ins for GStreamer.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gst-plugins-bad depends_lib {port:gst-plugins-base port:gtk2 port:XviD port:dirac port:exempi port:faac port:faad2 port:jack port:jasper port:libdca port:libexif port:libglade2 port:libmms port:libmodplug port:libmpcdec port:liboil port:libsdl port:libsndfile port:neon port:soundtouch port:x264} maintainers nomaintainer long_description {{This is gst-plugins, a set of plug-ins for GStreamer.}} categories gnome version 0.10.12 revision 0
-gst-plugins-base 532
-variants no_x11 depends_build {port:autoconf port:automake port:libtool bin:autoreconf:autoconf} portdir gnome/gst-plugins-base description {This is gst-plugins, a set of plug-ins for GStreamer.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gst-plugins-base depends_lib {port:gstreamer port:gnome-vfs port:liboil port:libogg port:libtheora port:libvorbis port:cdparanoia} maintainers nomaintainer long_description {{This is gst-plugins, a set of plug-ins for GStreamer.}} categories gnome version 0.10.23 revision 0
+gst-plugins-base 549
+variants no_x11 depends_build {port:autoconf port:automake port:libtool port:autoconf port:automake port:libtool} portdir gnome/gst-plugins-base description {This is gst-plugins, a set of plug-ins for GStreamer.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gst-plugins-base depends_lib {port:gstreamer port:gnome-vfs port:liboil port:libogg port:libtheora port:libvorbis port:cdparanoia} maintainers nomaintainer long_description {{This is gst-plugins, a set of plug-ins for GStreamer.}} categories gnome version 0.10.23 revision 0
gst-plugins-good 549
variants universal portdir gnome/gst-plugins-good description {This is gst-plugins, a set of plug-ins for GStreamer.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gst-plugins-good depends_lib {port:gst-plugins-base port:liboil port:aalib port:esound port:flac port:gconf port:libcaca port:libdv port:libshout2 port:libsoup path:lib/libspeex.dylib:speex port:taglib port:wavpack port:zlib} maintainers nomaintainer long_description {{This is gst-plugins, a set of plug-ins for GStreamer.}} categories gnome version 0.10.15 revision 0
gst-plugins-ugly 474
@@ -2788,14 +2788,14 @@
variants {epiphany gedit universal} depends_build {port:p5-xml-parser port:intltool port:gnome-doc-utils} portdir gnome/seahorse-plugins description {Seahorse plugins.} homepage http://www.gnome.org/projects/seahorse/ epoch 0 platforms darwin depends_lib {port:seahorse port:nautilus port:gnome-panel} name seahorse-plugins maintainers nomaintainer long_description {{Seahorse plugins.}} categories {gnome crypto} version 2.26.2 revision 0
sodipodi 957
variants universal portdir gnome/sodipodi description {Sodipodi is a vector-based drawing program.} homepage http://sourceforge.net/projects/sodipodi/ epoch 0 platforms darwin name sodipodi depends_lib port:libgnomeprintui maintainers nomaintainer long_description {Sodipodi is a vector-based drawing program, like CorelDraw or Adobe Illustrator from the proprietary software world, and Sketch or Karbon14 from the free software world. It is free software, distributed under the terms of the Gnu General Public License, Version 2. Sodipodi uses W3C SVG as its native file format. It is therefore a very useful tool for web designers. It has a relatively modern display engine, giving you finely antialiased display, alpha transparencies, vector fonts and so on. Sodipodi is written in C, using the Gtk+ toolkit and optionally some Gnome libraries. Sodipodi works under most versions of Unix and Windows.} categories {gnome graphics} version 0.34 revision 0
-startup-notification 532
-variants universal depends_build {port:autoconf port:automake port:libtool bin:autoreconf:autoconf} portdir gnome/startup-notification description {Library that supports startup notification specs.} homepage http://www.gnome.org/ epoch 0 platforms darwin depends_lib {port:xorg-libsm port:xorg-libX11} name startup-notification long_description {startup-notification is a minimal library that supports the startup notification spec described at www.freedesktop.org.} maintainers nomaintainer categories gnome version 0.9 revision 1
+startup-notification 549
+variants universal depends_build {port:autoconf port:automake port:libtool port:autoconf port:automake port:libtool} portdir gnome/startup-notification description {Library that supports startup notification specs.} homepage http://www.gnome.org/ epoch 0 platforms darwin depends_lib {port:xorg-libsm port:xorg-libX11} name startup-notification long_description {startup-notification is a minimal library that supports the startup notification spec described at www.freedesktop.org.} maintainers nomaintainer categories gnome version 0.9 revision 1
system-tools-backends 780
variants universal depends_build {port:pkgconfig port:p5-net-dbus} portdir gnome/system-tools-backends description {Tools aimed to ease computer administration.} homepage http://system-tools-backends.freedesktop.org/ depends_run port:p5-net-dbus epoch 0 platforms darwin depends_lib port:libgnomeui name system-tools-backends long_description {Formerly known as the Ximian Setup Tools, the GST are a fully integrated set of tools aimed to make easy the job that means the computer administration on an UNIX or Linux system. They're thought to help from the new Linux or UNIX user to the system administrators. The GNOME System Tools are free software, licensed under the terms of the GNU General Public License.} maintainers nomaintainer categories gnome version 2.6.1 revision 0
totem 843
variants {xine universal} depends_build {port:pkgconfig port:rarian port:gtk-doc} portdir gnome/totem description {Official movie player of the GNOME desktop environment} homepage http://live.gnome.org/Totem epoch 0 platforms darwin depends_lib {port:gconf port:totem-pl-parser