Commit Graph

6367 Commits

Author SHA1 Message Date
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