eric
f3d240f908
+py-zopetesting
2009-06-01 21:15:54 +00:00
eric
d3bcffec27
This package provides a number of testing frameworks that Zope 3
...
packages use for their test suites. It includes a flexible test
runner, and supports both doctest and unittest.
ok ajacoutot@
2009-06-01 21:11:11 +00:00
benoit
e6cb0b732e
- update gsl to 1.12
...
- regen PLIST & patch
- bump SHARED_LIBS
ok ajacoutot@
2009-06-01 13:36:59 +00:00
ajacoutot
ec22ccf917
-libassetml
2009-06-01 05:39:14 +00:00
ajacoutot
8a0a0fca4d
Remove libassetml.
...
It is not used by anything and is not maintained... for years.
"zap teh shitz" jasper@
2009-06-01 05:23:27 +00:00
landry
3a7490f9a9
Mark SHARED_ONLY and merge PFRAG.shared in PLIST. While here, remove
...
some unneeded dirs, and @comment .a and .la plugin files. Bump PKGNAME.
Discussed with MAINTAINER and Brad.
2009-05-31 02:33:08 +00:00
jasper
ff4fd400dc
- update p5-POE-Component-Pluggable to 1.20
2009-05-31 02:32:52 +00:00
jasper
ccd99e0509
- update p5-POE to 1.006
2009-05-31 02:25:47 +00:00
landry
188ebe14ee
Update to geany 0.17, from Jonathan Armani (MAINTAINER) with some tweaks
...
by me.
2009-05-31 01:56:51 +00:00
jasper
ab0ae67c47
- update libconfig to 1.3.2
...
from markus bergkvist (MAINTAINER)
2009-05-30 21:58:37 +00:00
kili
62eaa651a4
Repair the PKGNAME (p5- prefix was missing after the bump).
...
ok jasper@
2009-05-30 21:10:12 +00:00
dhill
685189376b
bump due to PLIST regen and version dependency of devel/p5-Devel-StackTrace
2009-05-29 18:26:13 +00:00
simon
29f491c4be
regen plist too
2009-05-29 15:49:37 +00:00
dhill
2625acd3ff
update to 1.29
...
ok simon@
2009-05-29 14:46:28 +00:00
dhill
41e75798c7
update to 1.20
...
ok simon@
2009-05-29 14:45:21 +00:00
benoit
5e4f454231
- update py-parsing to 1.5.2
...
- change maintainer
- regen PLIST
ok wcmaier@, ajacoutot@
2009-05-28 14:52:42 +00:00
benoit
cc77c6caec
- update check to 0.9.6
...
- change maintainer
- update patches
ok avsm@, ajacoutot@
2009-05-27 20:52:15 +00:00
benoit
a5835bfc5b
- update smarty to 2.6.25
...
- change maintainer
ok ajacoutot@
2009-05-27 13:50:20 +00:00
fgsch
0c4a3644c7
o fix crash on TextSearch free due to a collision with libc' bm_free
...
as reported in ports@
o correctly depend on the python version used as flavor
o eggify
o comments in lowercase
2009-05-26 19:28:12 +00:00
benoit
67189801f1
- update cscope to 15.7a
...
- change maintainer
- regen PLIST
ok ajacoutot@
2009-05-26 15:44:54 +00:00
ajacoutot
dcd0d36154
- small update to vte-0.20.3
...
several bugfixes in the python bindings
2009-05-26 06:41:25 +00:00
ajacoutot
dc05e7b27d
- maintenance update to libgsf-1.14.14
2009-05-24 10:56:55 +00:00
benoit
9d8e9d9515
- update to libspectrum 0.5.0.1
...
- change maintainer
ok ajacoutot@
2009-05-23 16:46:36 +00:00
kurt
3c92eb7453
- These patches were updated not removed. ?!?!
2009-05-23 03:27:41 +00:00
kurt
52f73c42e7
- update from early access b43 to b59
...
- sync patches with OpenJDK's bsd_port project
- require a pre-installed package for native_bootstrap
- The new 1.7 class java.nio.channels.spi.AsynchronousChannelProvider
is not implemented yet on BSD.
- The new 1.7 package java.nio.sctp is not included and not supported on
OpenBD
2009-05-23 03:03:24 +00:00
benoit
09d77bb363
- update to py-asn1 0.0.8a
...
- change maintainer
- regen PLIST
ok ajacoutot@
2009-05-22 11:08:18 +00:00
benoit
354be44bfe
- update to cflow 1.2
...
- change maintainer
- regen PLIST
ok ajacoutot@
2009-05-20 14:01:13 +00:00
pea
239f79a380
Update to 0.90
...
ok simon@
2009-05-20 06:43:15 +00:00
pea
24de17b925
Update to 1.0900
...
ok simon@
2009-05-20 06:42:29 +00:00
pea
95b0e6db4b
Update to 0.16003
...
ok simon@
2009-05-20 06:41:36 +00:00
pea
e94b11946e
Update to 0.76
...
ok simon@
2009-05-20 06:40:40 +00:00
pea
f5be40a38b
Update to 0.50
...
ok simon@
2009-05-20 06:39:49 +00:00
bernd
b9e1279b90
Update to ruby-flexmock-0.8.6.
2009-05-19 22:54:47 +00:00
bernd
384748fd29
Update to ruby-fastthread-1.0.7.
2009-05-19 22:46:37 +00:00
bernd
98b9e5d22a
Update to ruby-highline-1.5.1.
2009-05-19 22:31:45 +00:00
bernd
e2e88dd16c
Add ruby-rack-test.
2009-05-19 21:51:50 +00:00
bernd
f6e02b5de8
Initial import of ruby-rack-test-0.3.0.
...
Rack::Test is a small, simple testing API for Rack apps.
It can be used on its own or as a reusable starting point
for Web frameworks and testing libraries to build on.
Most of its initial functionality is an extraction of
Merb 1.0's request helpers feature.
2009-05-19 21:49:11 +00:00
pirofti
21606200bd
Fix ruby-columnize regression tests. Okay bernd@. Bump.
2009-05-19 21:05:00 +00:00
pirofti
e2b9205000
Link ruby-minitest.
2009-05-19 21:01:10 +00:00
pirofti
193d4aa2bd
Initial import of ruby-minitest.
...
minitest/unit is a small and fast replacement for ruby's huge and slow
test/unit. This is meant to be clean and easy to use both as a regular test
writer and for language implementors that need a minimal set of methods to
bootstrap a working unit test suite.
Okay bernd@
2009-05-19 20:59:40 +00:00
bernd
5fccd654b3
Update to git-1.6.3.1.
...
Also:
- install gitweb and related stuff (from Simon Kuhnle)
- fix paths in some manpages (noticed by mk@)
- 64bit for date.c fix went upstream
Thanks guys!
2009-05-18 19:23:58 +00:00
ajacoutot
ab571a413b
- maintainance release to libsoup-2.26.2
...
fixes several bugs and crashes
2009-05-18 16:52:15 +00:00
sthen
9d94f0871e
bump for gcc4.port.mk LIB_DEPENDS change
2009-05-17 09:40:53 +00:00
kurt
5e91ef3781
- prevent users from using native_bootstrap when the required package is
...
not pre-installed
2009-05-15 17:47:29 +00:00
kurt
8255bf991f
- add jdk17_bootstrap PSEUDO_FLAVOR which uses a pre-installed
...
jdk/1.7 package to bootstrap
- prevent users from using native_bootstrap or jdk17_bootstrap when
the required package is not pre-installed
"looks good" sthen@
2009-05-15 17:41:04 +00:00
ajacoutot
8cc60bed42
- update to iso-codes-3.9
...
works fine for pea@ on amd64
2009-05-15 16:03:49 +00:00
simon
dab2414d6f
add p5-Hash-Util-FieldHash-Compat and p5-MooseX-Clone
2009-05-12 23:33:20 +00:00
simon
d4b5551b74
import p5-MooseX-Clone
...
Out of the box Moose only provides very barebones cloning support in
order to maximize flexibility.
This role provides a clone method that makes use of the low level
cloning support already in Moose and adds selective deep cloning based
on introspection on top of that. Attributes with the Clone trait will
handle cloning of data within the object, typically delegating to the
attribute value's own clone method.
2009-05-12 23:33:14 +00:00
simon
05454521a0
import p5-Hash-Util-FieldHash-Compat
...
Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is
available it will use that instead.
This way code requiring field hashes can benefit from fast, robust field
hashes on Perl 5.10 and newer, but still run on older perls that don't
ship with that module.
2009-05-12 23:33:06 +00:00
sthen
5a764bcd76
+libvstr
2009-05-12 21:41:16 +00:00
sthen
d7fc46fed8
import libvstr:
...
Vstr is a string library designed for network communication. Its
design uses blocks of ptr+length data, so adding, substituting, and
deleting data are all fast operations. It has a full API of all the
usual string tasks: searching, comparing, splitting, substitution,
converting between upper and lower case, and parsing numbers and
strings. Has a full POSIX and ISO 9899:1999 compliant printf()
implementation including gcc warning compatible custom formatters.
2009-05-12 21:38:59 +00:00
jasper
c63c4aad7c
- update p5-POE to 1.005
2009-05-11 19:27:18 +00:00
jasper
3d7bb7e3f7
- update p5-Config-IniFiles to 2.49
2009-05-11 19:20:54 +00:00
jasper
17f3251f46
Security fix for CVE-2009-1194, "Pango integer overflow in heap allocation
...
size calculations"
ok ajacoutot@
2009-05-11 12:43:20 +00:00
jcs
66c0127c20
this has some wantlibs
2009-05-08 18:04:11 +00:00
jcs
4b3722a559
ruby-systemtimer
2009-05-08 18:01:33 +00:00
jcs
80ae3ff7c8
import ruby-systemtimer 1.1.1, a better timeout.rb that uses sigalrm
2009-05-08 17:58:52 +00:00
jasper
bf244da195
- update vte to 0.20.2
...
* bugfix wrt libiconv
2009-05-08 11:38:08 +00:00
jasper
7d02e36ad2
- add missing dependency
2009-05-08 10:28:35 +00:00
simon
d7232269d9
update to version 0.87
2009-05-07 10:45:58 +00:00
simon
d34be70820
add p5-YAML-Tiny
2009-05-07 10:30:21 +00:00
simon
396242c4c7
import p5-YAML-Tiny
...
The YAML specification is huge. Really, really huge. It contains all
the functionality of XML, except with flexibility and choice, which
makes it easier to read, but with a formal specification that is more
complex than XML.
The original pure-Perl implementation YAML costs just over 4 megabytes
of memory to load. Just like with Windows .ini files (3 meg to load)
and CSS (3.5 meg to load) the situation is just asking for a YAML::Tiny
module, an incomplete but correct and usable subset of the
functionality, in as little code as possible.
2009-05-07 10:30:16 +00:00
simon
150ef1161f
update to version 0.09
2009-05-07 08:24:02 +00:00
simon
18cfbc99b9
update to version 0.76
2009-05-07 08:15:20 +00:00
simon
2e71498880
update to version 0.83
2009-05-07 08:14:51 +00:00
ajacoutot
9168764c9a
- bugfix update to libgsf-1.14.13
2009-05-07 06:18:12 +00:00
simon
7d2e0497e9
update to version 0.23 and enable POD tests
2009-05-06 23:13:54 +00:00
simon
972f8ed6e8
add p5-Scope-Upper
2009-05-06 23:06:25 +00:00
simon
7217602256
import p5-Scope-Upper
...
This module lets you defer actions that will take place when the control
flow returns into an upper scope. Currently, you can hook an upper
scope end, or localize variables, array/hash values or deletions of
elements in higher contexts. You can also return to an upper level and
know which context was in use then.
2009-05-06 23:06:21 +00:00
simon
c632c2059d
update to version 0.24
2009-05-06 23:01:45 +00:00
simon
ecf7daf52c
add p5-Any-Moose
2009-05-06 22:59:46 +00:00
simon
9b40ae755f
import p5-Any-Moose
...
This module uses Moose if it's loaded and otherwise Mouse.
2009-05-06 22:59:42 +00:00
simon
5065b6f863
update to version 0.22
2009-05-06 22:54:06 +00:00
jakob
6914615257
upgrade to PCRE 7.9; from brad
2009-05-06 19:28:54 +00:00
sthen
baed85fac9
update to 1.7.3, from Brad (maintainer)
2009-05-06 17:16:17 +00:00
bluhm
ad597839dc
update to p5-Devel-NYTProf 2.09
2009-05-05 22:21:15 +00:00
simon
6bb9190961
connect p5-Set-Infinite and p5-DateTime-Set
2009-05-03 16:10:38 +00:00
simon
f9e2fb98b8
import p5-DateTime-Set
...
DateTime::Set is a module for datetime sets. It can be used to handle
two different types of sets:
* Fixed sets of predefined datetime objects. For example, if we wanted
to create a set of datetimes containing the birthdays of people in
our family.
* Recurring sets, such as "every Wednesday", or "noon on the 15th day
of every month". This type of set can have fixed starting and ending
datetimes, but neither is required.
2009-05-03 16:10:33 +00:00
simon
2aaeb61584
import p5-Set-Infinite
...
Set::Infinite is a Set Theory module for infinite sets.
A set is a collection of objects. The objects that belong to a set are
called its members, or "elements". As objects we allow (almost)
anything: reals, integers, and objects (such as dates).
Note that there is no account for
- the order of elements. For example, {1,2} = {2,1}.
- repetition of elements. For example, {1,2,2} = {1,1,1,2} = {1,2}.
2009-05-03 16:10:27 +00:00
jasper
951ab7d4a1
- fix regress depends
2009-05-03 15:39:22 +00:00
jasper
9c6f67b2a7
- add missing run dependency
2009-05-03 14:38:06 +00:00
sthen
86aff50482
update yasm to 0.80, from Brad (taking maintainer, with agreement from
...
the previous maintainer Shaun Amott).
2009-04-30 21:31:49 +00:00
stsp
60383fd0e8
Update to 1.6.1.
...
Help by ajacoutot@ and steven@
2009-04-28 23:43:56 +00:00
ajacoutot
63668bcb31
- fix some file perms
...
- regen PLIST while here
2009-04-28 21:10:08 +00:00
jasper
8f55f77cc8
- update bouml to 4.12.2
2009-04-26 21:58:24 +00:00
sthen
856c981df4
update to 1.4.13 from Brad; looks good to jasper@
2009-04-26 19:45:53 +00:00
jasper
15d2a3a660
- add dotconf
2009-04-26 19:42:31 +00:00
jasper
be0b634fd4
import dotconf 1.1.0
...
dot.conf is a simple-to-use and powerful configuration-file parser
library written in C. The configuration files created for dot.conf look
very similar to those used by the Apache Webserver.
2009-04-26 19:36:33 +00:00
wcmaier
cef4a4da10
Fix build (pointed out by naddy@, thanks).
...
Upstream bug (now fixed) sets MODPY_EGG_VERSION=unknown, so we have to
use that for now. Also, locale stuffs moved to i18n module. No bump
because it didn't package anyway. Sigh.
2009-04-26 16:27:36 +00:00
ajacoutot
0b890a218d
- bugfix update to libgsf-1.14.12
...
- hobbits take maintainance
2009-04-26 13:24:15 +00:00
ajacoutot
2c5f8a533a
CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module
2009-04-26 11:01:04 +00:00
sthen
99abaac50c
pkgname bumps following java.port.mk r1.18, pointed out by espie@
2009-04-26 09:38:25 +00:00
ajacoutot
7e32395ff8
- bugfix update to sdl-ttf-2.0.9
...
* Fixed rendering of fonts with 2 bit and 4 bit embedded graymaps
* Fixed bug in solid bold glyph rendering
* Updated to build with the latest version of FreeType
* Fixed crash when passing NULL to TTF_CloseFont()
2009-04-25 13:28:51 +00:00
ajacoutot
54af3e4b3d
- remove workaround now that we have file(1) -i
2009-04-25 08:11:13 +00:00
wcmaier
a6cd62f47f
Update to Mercurial 1.2.1 (long overdue): bugfixes and small features.
...
Thanks to Simon Kuhnle for testing!
2009-04-24 12:23:14 +00:00
msf
f710844cf3
update to rake 0.8.4
...
ok bernd@
2009-04-24 08:36:37 +00:00
ckuethe
1623162820
No response from upstream, so host a versioned distfile myself.
...
Since I'm doing that, I may as well merge our patches in.
2009-04-23 22:37:14 +00:00
jasper
b7b5ce9f8c
- add py-distutils-extra
2009-04-23 10:36:13 +00:00
jasper
41e46b6731
import py-distutils-extra 1.91.2
...
Python-distutils-extra allows to easily integrate themable icons,
scrollkeeper based documentation and gettext based translations in your
python install and build tools. It can be used with python's distutils
or the enhanced setuptools.
2009-04-23 10:30:48 +00:00
ajacoutot
c8ba531533
- maintainance update to glade3-3.6.3
...
- some cleanups while here
2009-04-23 08:27:01 +00:00
ajacoutot
8f7cd0f1e5
- remove workaround now that our default thread stack size has been
...
increased
2009-04-21 13:01:18 +00:00
sturm
74751f58c5
mark BROKEN
...
maintainer was unable to fix the changed and unversioned distfile for
3 weeks
2009-04-21 05:57:07 +00:00
landry
e803a37402
Update to vte 0.20.1, tested by jasper@ in a bulk build.
...
ok jasper@
2009-04-17 08:34:41 +00:00
sthen
d05a6661e8
- unbreak RUN_DEPENDS by moving to tk.port.mk
...
- update to newer version, req by marco@
2009-04-16 22:15:46 +00:00
jasper
c91c31078a
- update glade3 to 3.6.2
...
ok ajacoutot@
2009-04-16 08:21:13 +00:00
ajacoutot
6a768369c4
- now that we have rarian, the 'scrollkeeper-update -> /bin/true' hack
...
is not needed as the legacy scrollkeeper-update provided by rarian does
not do anything anymore
ok jasper@
2009-04-16 08:11:13 +00:00
jolan
92369e6666
update to 1.0.2; from brad smith
2009-04-14 15:17:57 +00:00
ajacoutot
ec97188dcb
- bugfix release to libsoup-2.26.1
2009-04-14 08:01:20 +00:00
jasper
4d2733784c
- add a patch to fix regression tests, from upstream git.
...
no package change, so no bump
2009-04-14 06:48:13 +00:00
ajacoutot
e34d6bc6c3
- previous patch to fix CVE-2008-4316 was missing a part
2009-04-13 09:03:34 +00:00
ajacoutot
a4cbf1baa2
- hobbits take over maintainership
...
maintainer timeout (several times)
agreed with jasper@ some time ago
2009-04-11 21:08:35 +00:00
landry
08a988d9c5
Maintenance update to libsoup 2.26.0.9, bump libsoup-gnome major and
...
libsoup minor.
ok ajacoutot@
2009-04-10 09:38:01 +00:00
simon
1a0851e241
ENOCOOKIE: bump PKGNAME, not DISTNAME
2009-04-10 08:54:32 +00:00
simon
6df847bd7d
fix typo in comment and bump
...
from Gallon Sylvestre (MAINTAINER)
2009-04-10 08:47:00 +00:00
ajacoutot
742638c5a7
- update to pygame 1.8.1
...
several documentation updates
lots of bug fixes
2009-04-09 22:49:39 +00:00
ajacoutot
ac8a778267
- install README file
...
- add HOMEPAGE
2009-04-09 15:03:06 +00:00
jasper
43214a8495
- update py-mxDateTime to 3.1.2
...
- update HOMEPAGE
remove ish@ as maintainer per his request
ok eric@
2009-04-06 18:21:26 +00:00
ajacoutot
e27caf0d1d
- bugfix update to glade3-3.6.1
...
"go ahead" jasper@
2009-04-06 17:14:51 +00:00
ajacoutot
d61a271794
- cope with recent gnome.port.mk / MODGNOME_HELP_FILES changes
2009-04-06 10:09:06 +00:00
steven
df44e0f9e5
remove unneeded exec
...
ok naddy@
2009-04-05 14:11:14 +00:00
kili
b00e37c12d
Fix PKGNAME and add @pkgpath to make updates possible.
...
ok ajacoutot@
2009-04-05 10:34:03 +00:00
bernd
1662925683
t-1.6.2.2.
...
Also:
- Update HOMEPAGE. (reminded by Toni Mueller)
- Fix 64-bit problem. (found on sparc64)
Tested by sturm@. Thanks!
2009-04-05 10:05:35 +00:00
martynas
40bc54847e
provide alternative master_site; since sunsite doesn't provide
...
distfiles anymore. discussed with fgs@
2009-04-05 02:07:40 +00:00
martynas
c130fff813
add missing run dependencies, now that they are in tree. py-peak-rules,
...
py-priotirized_methods. feedback, ok fgs@
2009-04-05 01:51:32 +00:00
martynas
2da03f8f1d
enter py-peak-rules and py-prioritized_methods
2009-04-05 01:45:59 +00:00
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
naddy
d4fc070de3
use author's preferred URL for home page and master site; ok ajacoutot@
2009-03-13 17:12:53 +00:00
sthen
f143528833
convert to tcl/tk.port.mk and bump, fixes pkgspec. requires tcl.port.mk r1.6
2009-03-13 13:48:04 +00:00
sthen
fdfd363548
- better conversion to tk.port.mk (use MODTCL_TCLSH_ADJ and MODTK_BIN).
...
- use ${LOCALBASE} where appropriate
- bump
2009-03-13 13:36:57 +00:00
sthen
39bb2abffe
convert to tk.port.mk; fixes pkgspec
2009-03-13 13:13:44 +00:00
sthen
d3ec08a077
fix fake install where ${DISTDIR} != ${PORTSIR}/distfiles,
...
from Mikolaj Kucharski
2009-03-12 07:57:25 +00:00
sthen
dfe5f95d84
bump pkgname following java dep change
2009-03-11 23:21:21 +00:00
bernd
ebc2eb7a1c
bump pkgname due to python dep changes
2009-03-11 22:20:09 +00:00
bernd
c9d9c566ec
bump due to python dep change
2009-03-11 22:18:03 +00:00
bernd
ab54a7d2d7
bump because of python
2009-03-11 22:14:56 +00:00
bernd
27732ef7de
bump pkgname
2009-03-11 22:09:21 +00:00
bernd
5801f16ade
bump pkgname because of python dep changes
2009-03-11 22:08:00 +00:00
sthen
e08fb2fbfe
fix pkgspec for dependencies - looks ok to phessler, kili
2009-03-11 22:04:07 +00:00
bernd
d9272694fc
Bump due to python dep changes.
...
<kili> if you add a fortune to every commit, it's no spam
2009-03-11 22:00:27 +00:00
bernd
79d9cd6cf0
bump due to python dep changes
2009-03-11 21:45:31 +00:00
sthen
d3d97d7d7f
bump following python dep changes
2009-03-11 21:32:13 +00:00
sthen
c7bd5f7791
bump following tcl dep changes
2009-03-11 21:26:03 +00:00
avsm
3dc674f002
update to omake-0.9.8.5-3 with patch to work with ocaml-3.11
2009-03-11 21:21:17 +00:00
avsm
1f8ea8affe
update to cil-1.3.6
2009-03-11 21:20:27 +00:00
bernd
479438922e
bump because of python dep change
2009-03-11 21:18:03 +00:00
bernd
de0d5cb739
fix lib depends and bump
2009-03-11 21:15:30 +00:00
bernd
7a367d5256
bump because of python dep changes
2009-03-11 21:11:29 +00:00
bernd
6638a7f4a4
bump pkgname because of python dep changes
2009-03-11 21:08:53 +00:00
bernd
fe9d90a321
fix dbv4 dependency and bump
2009-03-11 21:02:18 +00:00
martin
a72238cd58
fix for architectures without binutils (ar s versus ranlib) and with gcc2
...
(macros with variable declarations)
better DESCR while there (9P)
input and ok naddy@
2009-03-11 19:41:03 +00:00
bernd
acb6b0a04f
bump for python dependencies
2009-03-11 16:14:08 +00:00