Commit Graph

6420 Commits

Author SHA1 Message Date
martynas
805c7dc00c import py-prioritized_methods-0.2.1
An extension to PEAK-Rules to prioritize methods in order to to
avoid AmbiguousMethods situations

This module provides four decorators:

        prioritized_when
        prioritized_around
        prioritized_before
        prioritized_after

ok fgs@
2009-04-05 01:43:49 +00:00
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
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
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
sturm
78dcff8378 bump after ocaml update 2009-04-03 21:30:50 +00:00
giovanni
236270768e Update to 0.9607 version. 2009-04-02 16:49:48 +00:00
giovanni
5e76a90e4a Update to 0.1622 2009-04-02 14:05:35 +00:00
giovanni
0c9f7cc3aa Update to 0.7101 2009-04-02 14:04:19 +00:00
kili
9d10cc5dc7 Zap duplicate entry (SUBDIR += ruby-linecache). 2009-04-01 11:56:32 +00:00
ckuethe
8066263e84 Checksum mismatch. I've asked the author to start versioning his distfiles
and will mirror this if I don't hear back in a couple of days.
2009-03-31 13:56:58 +00:00
jasper
561b7937d9 - fix compilation by declaring on top of the top, not somewhere halfway 2009-03-31 13:37:16 +00:00
wilfried
b89553e523 update to 3.0.9 2009-03-31 11:37:20 +00:00
stsp
8f3405566e Update to 2.78. Fixes distfile issue.
"please commit the p5-svn-notify update" jasper@, maintainer timeout
2009-03-30 21:54:54 +00:00
sthen
07c8a66da6 switch from /dev/urandom to /dev/arandom. ok jakemsr, Brad (maintainer) 2009-03-29 09:13:01 +00:00
ckuethe
6a373976d3 +teensyloader 2009-03-28 19:05:37 +00:00
ckuethe
c7e3b4f557 Teensyloader is a programmer for the "HalfKay" embedded bootloader
as found in the "Teensy" and "Teensy++" AVR development boards.
2009-03-28 18:55:09 +00:00
naddy
4d947e1cf4 missing bump after java dependency change 2009-03-28 17:05:38 +00:00
naddy
d1838e044a bump for python dependency change 2009-03-28 15:36:54 +00:00
ajacoutot
a99a24ed55 - use users locale by default instead of UTF-8
much more readable at the console

from landry@
2009-03-28 11:10:29 +00:00
fgsch
94b85c15ed enter py-decorator. 2009-03-27 23:13:51 +00:00
fgsch
4ad1cc22af remove extra newline and slash. no package change. 2009-03-27 23:13:22 +00:00
fgsch
6b3d713587 Import py-decorator 3.0.1.
The aim of the decorator module it to simplify the usage of decorators
for the average programmer, and to popularize decorators by showing
various non-trivial examples

martynas@ ok.
2009-03-27 23:12:07 +00:00
jasper
7a74c5fbba - remove chunks from the regress tests' Makefile, drops gmake dependency
and those chunks never applied to us anyway
2009-03-26 22:09:53 +00:00
jasper
5d9dcee892 - update uthash to 1.5
from benoit lecocq, thanks
with some tweaks by me
2009-03-26 21:59:25 +00:00
jasper
a281011211 - include missing header to fix 64-bit issues.
ok espie@ (MAINTAINER)
2009-03-26 08:16:30 +00:00
kurt
d254e2a217 - update to 1.7.1 2009-03-25 22:14:23 +00:00
kurt
c9b436e2bd - update to patchset 9 1.5.0 u16
- remove patches included in patchset 9
- fix native_bootstrap BUILD_DEPENDS
- chase plist changes
2009-03-25 22:11:16 +00:00
jasper
c9657ef17b another batch of missing bumps 2009-03-25 13:52:31 +00:00
jakemsr
4260c6b647 use /dev/arandom instead of /dev/urandom. /dev/urandom is too slow. 2009-03-25 08:58:04 +00:00
martynas
77b69bdeff - update to py-simplejson-2.0.9
- switch to PYPI_SITE
- use pax, nosetests
with, ok fgs@
2009-03-25 01:32:17 +00:00
sthen
6a83e7bb1a fix @conflict marker and bump; pointed out by James Wright, thanks! 2009-03-25 00:24:55 +00:00
kili
617236f657 bump (java pkgspec changes) 2009-03-24 21:53:57 +00:00
jasper
c18c888eb2 - add p5-YAML-Shell 2009-03-24 19:08:14 +00:00
jasper
b682ee1aaf import p5-YAML-Shell
This module supports the ysh command.
2009-03-24 19:05:38 +00:00
jasper
382d900688 - update p5-YAML to 0.68
* ysh is split into it's own module (YAML::Sh)

tested in a bulk build by me
maintainer timed-out
2009-03-24 19:03:44 +00:00
jakemsr
b4f610a012 use /dev/arandom instead of /dev/urandom
ok bernd@
2009-03-24 05:11:50 +00:00
ajacoutot
83ac2c4c48 - bugfix update to version 2.18.2
* fix a memory leak
* fix some build issues/warnings
2009-03-23 17:46:32 +00:00
ckuethe
5a26b36240 update to 1.6.6. includes support for new devices and some bug fixes 2009-03-23 15:43:44 +00:00
jasper
af01e65bde - update p5-App-CLI to 0.08 2009-03-23 14:03:27 +00:00
jasper
34708a8f11 - update p5-BSD-Resource to 1.2902 2009-03-23 14:03:15 +00:00
jasper
8de2f56047 - update p5-AnyEvent to 4.34 2009-03-23 14:02:56 +00:00
jasper
af25120430 - update p5-Cache-Cache to 1.06 2009-03-23 14:02:25 +00:00
jasper
4227739936 - update p5-DateTime-TimeZone to 0.85
- tweak COMMENT
2009-03-23 14:02:12 +00:00
jasper
1de8f08aaa - update p5-File-Homedir to 0.84 2009-03-23 14:01:44 +00:00
jasper
b0523dc8ee - update p5-IO-Tty to 1.08 2009-03-23 14:01:31 +00:00
jasper
99c888fb1c - update p5-IO-All to 0.39 2009-03-23 14:01:20 +00:00
jasper
f96307137e - update p5-IPC-Run to 0.82 2009-03-23 14:01:01 +00:00
jasper
8a0e4ac3d7 - update p5-Log-Dispatch-FileRotate to 1.19 2009-03-23 14:00:38 +00:00
simon
45d5b21371 update to version 0.11 2009-03-23 09:40:18 +00:00
simon
df4efd8954 update to version 0.07 2009-03-23 09:37:37 +00:00
jasper
d5e3036091 - update p5-Variable-Magic to 0.32
ok simon@ (MAINTAINER), who had the same diff already
2009-03-23 09:14:29 +00:00
jasper
38e9fd5576 - update p5-Po-Co-Pluggable to 1.16 2009-03-23 08:44:07 +00:00
jasper
6ed47c820a add p5-POE-Component-PubSub 2009-03-23 08:28:20 +00:00
jasper
0f76266ffd import p5-Po-Co-PubSub 0.05
Generic publish/subscribe POE::Component that enables POE::Sessions to
publish events to which other POE::Sessions may subscribe.
2009-03-23 08:25:30 +00:00
jakemsr
12fa88edfc use /dev/arandom instead of /dev/urandom. /dev/urandom is slow.
ok jasper@
2009-03-23 07:29:18 +00:00
jakemsr
f44059c898 use /dev/arandom instead of /dev/urandom. reading from /dev/urandom
is too slow.

ok martynas@
2009-03-23 00:50:52 +00:00
jasper
23eacfb2d1 Security fix for CVE-2008-4316.
Fixes multiple integer overflows.

ok ajacoutot@
2009-03-22 19:33:39 +00:00
fgsch
3b50693639 Correct doc path. promptly spotted by ajacoutot. 2009-03-22 17:37:58 +00:00
fgsch
5db47019df Enter py-pyprof2calltree. 2009-03-22 17:16:55 +00:00
fgsch
29e74392e8 Import pyprof2calltree 1.0.3
Script to help visualize profiling data collected with the cProfile
python module with the kcachegrind (screenshots) graphical calltree
analyser.
2009-03-22 17:05:58 +00:00
fgsch
980ae5b794 Enter py-dtopt 2009-03-22 16:52:09 +00:00
fgsch
d8f4fc182d Import dtopt 0.1.
Add options to doctest examples while they are running.
2009-03-22 16:50:04 +00:00
fgsch
4a57dc693f Update to 0.7.10.1. Install documentation in the right place as well.
Timeout from maintaner.
2009-03-22 16:42:12 +00:00
jasper
cb87de99a5 - update glade3 to 3.6.0
- regen WANTLIB

maintainer timed-out
2009-03-22 16:17:09 +00:00
ajacoutot
89e9f6948e - bugfix update to libunique-1.0.8
- make it use the x11/gnome MODULE

ok landry@
2009-03-22 14:21:25 +00:00
sthen
bc1fd31d64 update to 1.11.1, from maintainer Stuart Cassoff
file missed with the last commit. didn't package: no bump, no cookie for me!
2009-03-20 07:59:42 +00:00
landry
980eb52725 Update to libunique 1.0.6, remove patch merged upstream.
ok jasper@ ajacoutot@
2009-03-19 19:12:41 +00:00
sthen
c091aa425e update to 1.11.1, from maintainer Stuart Cassoff 2009-03-19 16:54:32 +00:00
ajacoutot
cfe4c0272e - update to smarty-2.6.22
from maintainer Aleksander Piotrowski^alek@ ;)
2009-03-19 13:22:18 +00:00
sthen
e64a1c3dfe +tklib 2009-03-18 09:21:31 +00:00
sthen
20abe44fb8 import devel/tklib, from maintainer Stuart Cassoff
A collection of pure-Tcl utility modules and widgets for Tk that provide
a wide variety of functionality. The intent is to collect commonly used
functions into a single library, which users can rely on to be available
and stable.
2009-03-18 09:10:27 +00:00
sthen
6a3569bd40 convert to tk.port.mk; fixes RUN_DEPENDS-x11 - ok bernd@ 2009-03-18 08:01:08 +00:00
kurt
1660ddde98 remove 1.3 and 1.4 as per plan made last June 2009-03-18 01:45:37 +00:00
ajacoutot
eb8dd258a5 - bugfix update to version 2.6.4
- move @exec lines where they belong
2009-03-17 16:01:17 +00:00
ajacoutot
dcb15409d5 - minor update to libIDL-0.8.13
clean up some gcc warnings
2009-03-17 15:43:06 +00:00
bluhm
2c5273b6bf update to p5-Devel-NYTProf 2.08 2009-03-16 23:52:24 +00:00
kili
d4d18dc107 Bump for python deps. 2009-03-16 22:20:02 +00:00
ajacoutot
ef2e813040 - fix wantlib & bump 2009-03-16 18:40:40 +00:00
sthen
744eb19e33 unbreak RUN_DEPENDS for MOD_JAVA_VER=1.x+, which I missed when I fixed
the normal case. problem found by Andreas Kahari.
2009-03-16 16:38:25 +00:00
espie
2901c5bac6 this conflicts with cppunit from <=OPENBSD 4.4 2009-03-16 14:27:24 +00:00
ajacoutot
08b027264a - bugfix update to pango-1.22.4 2009-03-15 13:34:35 +00:00
espie
412e42dbcd bump for python deps 2009-03-15 13:14:43 +00:00
espie
4a3813916a A few more python deps, tweak python module to handle tkinter 2009-03-15 13:03:41 +00:00
espie
76a395857d A few python deps updates 2009-03-15 12:49:35 +00:00
fgsch
f5421fa04b install docs and examples under py-* as other ports do. bump. 2009-03-15 11:53:11 +00:00
espie
a909e7c635 more depends fixes 2009-03-15 09:25:04 +00:00
steven
dee74dde7d update to 1.2.0
from Brad
2009-03-15 09:04:34 +00:00
espie
e0e1b04570 fix a few depends (python mostly) 2009-03-14 23:13:33 +00:00
fgsch
77c97ba571 Add py-pyro. 2009-03-14 22:10:13 +00:00
fgsch
de120c7321 Import Pyro-3.8.1
Pyro is an acronym for PYthon Remote Objects. It is an advanced and
powerful Distributed Object Technology system written entirely in
Python, that is designed to be very easy to use.
2009-03-14 22:08:28 +00:00
ajacoutot
f675f50035 - regen PLIST 2009-03-14 18:59:36 +00:00
espie
fa9adc6fb8 fix deps 2009-03-14 14:47:27 +00:00
ajacoutot
c89ef704dd - nothing should have to run_depends on rarian anymore
- explicitely add build_depends on rarian where gnome-doc-utils is also a
build dependency as it does not itself run_depends on rarian anymore

This was the 2nd and hopefully last pass of rarian/scrollkeeper cleaning.

discussed with jasper@
2009-03-14 11:36:24 +00:00
ajacoutot
037960749c - first pass at cleaning rarian/scrollkeeper handling
remove rarian-sk-update from PLIST ; it is only a wrapper that does
noting: librarian takes care of everything now.

discussed with jasper@
2009-03-14 10:40:51 +00:00