Commit Graph

49667 Commits

Author SHA1 Message Date
martynas
ae1ab945e2 import py-peak-rules-0.5r2582
PEAK-Rules is a highly-extensible framework for creating and using
generic functions, from the very simple to the very complex. Out
of the box, it supports multiple-dispatch on positional arguments
using tuples of types, full predicate dispatch using strings
containing Python expressions, and CLOS-like method combining. (But
the framework allows you to mix and match dispatch engines and
custom method combinations, if you need or want to.)

ok fgs@
2009-04-05 01:40:34 +00:00
martynas
0e371f6594 enter py-addons, py-bytecodeassembler, py-extremes, py-symboltype 2009-04-05 01:28:12 +00:00
martynas
99a6e82e71 import py-extremes-1.1.1
The peak.util.extremes module provides a production-quality
implementation of the Min and Max objects from PEP 326. While PEP
326 was rejected for inclusion in the language or standard library,
the objects described in it are useful in a variety of applications.
In PEAK, they have been used to implement generic functions (in
RuleDispatch and PEAK-Rules), as well as to handle scheduling and
time operations in the Trellis. Because this has led to each project
copying the same code, we've now split the module out so it can be
used independently.

input, ok fgs@
2009-04-05 01:09:17 +00:00
martynas
ae608b7d28 import py-symboltype-1.0
Installing SymbolType gives you access to the peak.util.symbols
module, previously available only by installing the full PEAK
toolkit. peak.util.symbols provides a Symbol type and two built-in
symbols that are used by PEAK: NOT_FOUND and NOT_GIVEN.

input, ok fgs@
2009-04-05 00:55:00 +00:00
martynas
4ed03e8481 import py-bytecodeassembler-0.5.1
peak.util.assembler is a simple bytecode assembler module that
handles most low-level bytecode generation details like jump offsets,
stack size tracking, line number table generation, constant and
variable name index tracking, etc. That way, you can focus your
attention on the desired semantics of your bytecode instead of on
these mechanical issues.

input, ok fgs@
2009-04-05 00:51:26 +00:00
martynas
36b3a0c4e4 import py-addons-0.6
Separating concerns into different objects makes it easier
to write reusable and separately-testable components.  The AddOns
package (``peak.util.addons``) lets you manage concerns using
``AddOn`` classes.

input, ok fgs@
2009-04-05 00:45:48 +00:00
martynas
840a859b74 update to py-sqlalchemy-0.5.2. maintainer timed out
ok fgs@
2009-04-05 00:37:07 +00:00
martynas
1082e97f89 update to py-formencode-1.2.2
use pax, master_site_pypi
input, ok fgs@
2009-04-05 00:30:52 +00:00
martynas
8596042dc8 sync switches w/ ff3
update about url
ok naddy@
2009-04-05 00:23:49 +00:00
martynas
cdd011e114 - update to py-sqlobject-0.10.4
- enable regression tests
- use master_site_pypi
input, ok fgs@
2009-04-05 00:15:52 +00:00
martynas
bacf4396a9 update to sqlite3-3.6.11. fixes null ptr deref in sqlite3OsTruncate
addColumn;  which broke py stuff
noticed with fgs@ while working on the py stuff
much thanks to bernd@;  for doing a bulk build with it
ok fgs@, bernd@, simon@
2009-04-05 00:02:53 +00:00
fgsch
35a5c0fda9 enter py-couchdb. 2009-04-04 21:03:42 +00:00
fgsch
91b14fcdec Import python-couchdb-0.5r141, a python library for working with CouchDB.
martynas@ input and ok.
2009-04-04 21:02:14 +00:00
naddy
e48b93ed0d major update to 4.0, patch level 10 2009-04-04 19:42:18 +00:00
rui
482c0795ea - update to 5.00, based on initial diff from Benoit Lecocq.
- fix build on Vax while here

ok naddy@
2009-04-04 18:28:14 +00:00
ajacoutot
b553cbab13 - update to vala-0.6.0 2009-04-04 15:14:58 +00:00
ajacoutot
002f3b22cf - unbreak with newer scons (breakage spotted by naddy@)
- regen PLIST while here

maintainer timeout
2009-04-04 14:53:38 +00:00
naddy
e71b604a5c don't hardcode /usr/local and don't probe paths that don't exist on OpenBSD
ok steven@, kili@, landry@, sthen@
2009-04-04 14:45:48 +00:00
naddy
06032b1215 use intltool module 2009-04-04 14:42:58 +00:00
landry
94c7da423e Update to claws-mail-rssyl 0.24, diff from Rodolfo Gouveia, thanks! 2009-04-04 12:30:05 +00:00
landry
153859caae Update to midori 0.1.5, which will make a lot of ppl happy as with last
webkit & libsoup updates it now supports cookies and works fine with gmail.
While here, remove the https notice in MESSAGE, as https pages works
fine now.
2009-04-04 11:05:08 +00:00
landry
23efee8f19 Update to webkit r41894, taking advantage of libsoup 2.26 update..
Regen patches while here.
Tested in a bulk build by and ok jasper@
2009-04-04 10:35:26 +00:00
landry
4cd52927d1 Update to libsoup 2.26.0, needed by the upcoming webkit update.
Split it into -main and -gnome, the latter providing gnome-specific
libsoup library. While here, prettify Makefile and set HOMEPAGE.

Tested in a bulk build by and ok jasper@
2009-04-04 10:25:48 +00:00
bernd
5566f820ea Update to RubyOnRails 2.3.2. 2009-04-04 10:18:42 +00:00
bernd
f1f15b69dc Update to apache-couchdb-0.9.0.
Please read http://wiki.apache.org/couchdb/Breaking_changes for
update instructions.

help & ok fgsch@
2009-04-04 10:12:39 +00:00
landry
b5aa9ac73f add libproxy 2009-04-04 10:08:18 +00:00
landry
2df7d4e606 Import libproxy 0.2.3, a library that provides automatic proxy
configuration management. Currently provides GNOME and KDE plugins,
gecko and webkit plugins may be enabled at some point.
Joint work with and ok jasper@
2009-04-04 10:07:31 +00:00
landry
78066ffb46 Update to epdfview 0.1.7, based on a diff by brynet at gmail, who also
takes maintainership.
Bring in two patches from upstream svn to fix
http://trac.emma-soft.com/epdfview/ticket/118.
2009-04-04 09:25:25 +00:00
sthen
cea15ea335 Security update to 1.1.16.3 from Brad (maintainer) - int overflows in
the 4XM demux (TKADV2009-004, CVE-2009-0385) and the Quicktime demux.
2009-04-04 00:28:56 +00:00
sthen
15e45e6941 sync WANTLIB and bump; xml2 from libgpod 2009-04-04 00:24:02 +00:00
espie
043c78e9d7 missed... 2009-04-03 23:27:16 +00:00
espie
7738104118 hate cvs... "core" directory with stuff in it should be okay by default.
noticed by naddy@
2009-04-03 23:26:48 +00:00
sturm
78dcff8378 bump after ocaml update 2009-04-03 21:30:50 +00:00
sturm
24d7347651 unbreak RUN_DEPENDS with help from espie 2009-04-03 21:28:46 +00:00
fgsch
d931848cda Update master site. 2009-04-03 19:17:06 +00:00
espie
a313edd5ce update to 2.8 2009-04-03 19:07:47 +00:00
espie
76d0de7083 finally, update to 5.16, after fixing the modules.inc stuff to work with
jquery_update....

sigh
2009-04-03 19:03:03 +00:00
giovanni
be7979d58b Add pv. 2009-04-03 18:06:53 +00:00
giovanni
def4100ca4 Import sysutils/pv from David <dunnoseriously at gmail dot com>
with tweaks by me.

Pipe Viewer (pv) is a terminal-based tool for monitoring the progress
of data through a pipeline. It can be inserted into any normal
pipeline between two processes to give a visual indication of how
quickly data is passing through, how long it has taken, how near
to completion it is and estimate of how long it will be until
completion.
2009-04-03 18:03:04 +00:00
landry
dbfec59591 add einstein 2009-04-03 17:57:38 +00:00
landry
16cf36d201 Import einstein, a remake of old DOS game Sherlock which was inspired by
Albert Einstein's puzzle.
Submitted by Anton Yabchinskiy (thanks!) on ports@ plus some tweaks by me.
2009-04-03 17:56:41 +00:00
ajacoutot
c2783d06d0 - update to zarafa-webaccess-6.20.4 2009-04-03 17:31:23 +00:00
ajacoutot
08f98abdec - bugfix update to zarafa-6.20.4 2009-04-03 17:30:40 +00:00
sthen
3d32296059 +py-impacket
+py-pcapy
2009-04-03 15:49:14 +00:00
sthen
b5d8c1d58f import py-impacket, from Pawlowski Marcin Piotr on ports@ with tweaks.
Impacket is a collection of Python classes focused on providing access
to network packets. Impacket allows Python developers to craft and
decode network packets in simple and consistent manner. It includes
support for low-level protocols such as IP, UDP and TCP, as well as
higher-level protocols such as NMB and SMB. Impacket is highly
effective when used in conjunction with a packet capture utility or
package such as Pcapy. Packets can be constructed from scratch, as
well as parsed from raw data. Furthermore, the object oriented API
makes it simple to work with deep protocol hierarchies.
2009-04-03 15:47:45 +00:00
sthen
689f35a015 import Pcapy, thanks to fgsch@ for helping.
Pcapy is a Python extension module that enables software written in Python
to access the routines from the pcap packet capture library.

Pcapy is most useful when used together with a packet handling package such
as Impacket, a collection of Python classes for contructing and dissecting
network packets.
2009-04-03 15:45:41 +00:00
sthen
94f09986bc update to 2.4.1, code cleanup and adds support for a bunch of new
UPS and also now preliminary support for PDUs.

ok mbalmer (maintainer),
"commit and we fix in-tree if i run into issues" henning
2009-04-03 15:40:12 +00:00
espie
8fb594a5c5 +drupal6 2009-04-03 14:08:51 +00:00
espie
4a8d1bd34b basic installation of drupal6 with a few extra stable modules.
WARNING: there's no simple migration from all datat from drupal5 to drupal6
yet.
2009-04-03 14:07:58 +00:00
ajacoutot
c705e03785 - major update to sonata-1.6 2009-04-03 13:03:00 +00:00