Commit Graph

6309 Commits

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