Commit Graph

6695 Commits

Author SHA1 Message Date
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
espie
c9932d0e0c bump for python deps 2009-03-11 11:18:39 +00:00
naddy
5a05ced45c fix python dependency 2009-03-10 19:26:07 +00:00
espie
321a7047f5 bump for python 2009-03-10 08:47:45 +00:00
jasper
cf7bd21e29 - unhook the removed p5-ports...some were already unhooked others weren't...sloppy
reminded by naddy@, thanks
2009-03-08 20:38:48 +00:00
jasper
a993f02204 - remove perl modules that moved into base as of openbsd 4.5
ok simon@, "sure" naddy@
2009-03-08 16:48:48 +00:00
sthen
c2d358ca15 update to ccrtp 1.7.1, from Brad. 2009-03-08 10:28:19 +00:00
sthen
3411d2be5d update to commoncpp 1.6.3, from Brad. 2009-03-08 10:28:00 +00:00
landry
8124debc8d Update to geotiff 1.2.5, update master_sites & homepage.
Remove a merged patch, set NO_REGRESS and update patches while here.
looks fine to jasper@ and pval@, MAINTAINER timeout.
2009-03-07 10:55:15 +00:00
landry
8bc536b3f4 Maintenance update to proj 4.6.1, update master_sites and homepage.
looks fine to jasper@ and pval@, MAINTAINER timeout.
2009-03-07 10:46:22 +00:00
jasper
2903b66884 - bugfix update of ORBit2 to 2.14.17 2009-03-06 09:52:17 +00:00
stsp
0da3b3c657 Woops, forgot to reset patch level for ruby subpackage during update to 1.5.6. 2009-03-05 23:16:14 +00:00
stsp
12597a6a36 Update to 1.5.6.
ok steven@
2009-03-05 23:14:07 +00:00
ckuethe
1736138f8a Update to avrdude 5.6. Introduces support for AT90USB devices, and creates
a proper "arduino" bootloader type, rather than getting by with "avrisp".
2009-03-05 20:25:32 +00:00
landry
514ef92dac Update to geany 0.16, from Jonathan Armani, who also takes MAINTAINERship, thanks!
Agreed by & diff looks ok to previous MAINTAINER.
2009-03-05 18:26:07 +00:00
ajacoutot
8cbc7c3076 - update to flatzebra 0.1.2 2009-03-05 07:41:51 +00:00
jasper
a23c4f7306 - add p5-Test-File 2009-03-04 20:29:17 +00:00
jasper
7ad7bea7ee import p5-Test-File 1.25
This modules provides a collection of test utilities for file
attributes.
2009-03-04 20:26:13 +00:00
naddy
c9740c52f1 add missing SHA256 checksums 2009-03-04 20:08:55 +00:00
jasper
983f980917 - update iso-codes to 3.6 2009-03-04 20:01:29 +00:00
jasper
08a3cb2205 - update p5-Glib to 1.200
- fix license marker

maintainer (msf@) timed-out
2009-03-04 19:59:08 +00:00
jasper
512d6a4e9b - update py-gobject to 2.16.1 2009-03-04 19:58:22 +00:00
naddy
6ee377f042 Java bug fix; from kurt@ 2009-03-01 20:43:08 +00:00
jasper
7db9bd36af - fix potential 64-bit issue
- regen PLIST
- fix HOMEPAGE and MASTER_SITES
2009-02-18 11:09:18 +00:00
jasper
87708e6bcc - update glade to 3.5.7
from Jason Beaudoin (MAINTAINER), with a tweak by me
2009-02-18 09:18:29 +00:00
giovanni
dee2041da1 Fix README.Chroot after perl upgrade to 5.10
ok naddy@
2009-02-17 09:04:07 +00:00
sthen
7618a1ead8 +cvstrac 2009-02-17 00:20:55 +00:00
sthen
bf88c3c8ad missed SUBST_CMD; bump 2009-02-17 00:20:26 +00:00
sthen
d068153915 import cvstrac; N.B. requires a recent /usr/bin/rlog (thanks Joris!)
CVSTrac implements a patch-set and bug tracking system for CVS
as a single self-contained executable, running as CGI, from inetd,
or as a stand-alone web server.

- Automatically generates a patch-set log from check-in comments
- User-defined color-coded database queries
- Built-in repository browser and Wiki
- Minimal memory, disk and CPU requirements
- Per-user access control
- Uses SQLite, no heavy database engine dependency
- Can be run from a chroot jail
2009-02-17 00:16:04 +00:00
sthen
425944e209 add MASTER_SITES_SAVANNAH and switch ports over to using it.
ok jasper, landry
2009-02-16 15:28:57 +00:00
eric
863bd1fe1c update to 0.5.11
ok ajacoutot@
2009-02-16 14:45:34 +00:00
sthen
3b31c247fd build this on hppa; ok martynas (maintainer). 2009-02-14 12:01:48 +00:00
simon
4a8260ee64 update to version 0.68 including a few more REGRESS_DEPENDS
from James Wright
tested by sthen@
2009-02-10 10:31:32 +00:00
naddy
9ea99647ac bump PKGNAME for PLIST changes 4.4 -> 4.5 2009-02-09 20:48:23 +00:00
bernd
8cbe393d4b Update to git-1.6.1.3. 2009-02-09 19:45:19 +00:00
ajacoutot
bc5361e4c5 - remove bashism 2009-02-09 13:32:10 +00:00
simon
a753325f3e update to version 0.76 but avoid use of gmake
gmakeism identified by James Wright, patch from netbsd found by sthen@,
thanks guys!
testing and ok sthen@
2009-02-09 12:08:25 +00:00
sthen
405c122be8 update to a newer snapshot; made after upstream's freeze in the
runup to 2.5 release towards the end of this month.
2009-02-08 22:55:43 +00:00
pirofti
33f4b4c1e5 Remove amd64 support as it does not work yet.
Asked by Dmitri Alenichev (maintainer).
2009-02-06 11:41:35 +00:00
simon
7cbf515d3f update to version 0.05
ok espie@ (MAINTAINER)
2009-02-06 08:10:18 +00:00
simon
4690208dd4 add p5-boolean, p5-Test-MockTime and p5-DateTime-Format-Natural 2009-02-05 22:05:20 +00:00
simon
53701487f2 import p5-DateTime-Format-Natural
DateTime::Format::Natural takes a string with a human readable date/time
and creates a machine readable one by applying natural parsing logic.
2009-02-05 22:05:00 +00:00
simon
60ee9f6eae import p5-Test-MockTime
This module was created to enable test suites to test code at specific
points in time.  Specifically it overrides localtime, gmtime and time at
compile time and then relies on the user supplying a mock time via
set_relative_time, set_absolute_time or set_fixed_time to alter future
calls to gmtime, time or localtime.
2009-02-05 22:04:58 +00:00
simon
6291e71bdd import p5-boolean
This module provides basic Boolean support, by defining two special
objects: true and false.
2009-02-05 22:04:56 +00:00
ajacoutot
9c091c55c1 - fix an indentation error
from David Coppa on ports@, thanks!
2009-02-05 07:46:27 +00:00
jasper
78d8c31cc6 - Module::Loaded comes with perl 5.10, so add the COMES_WITH marker
- fix dependencies of p5-Graphics-ColorNames accordingly

ok simon@
2009-02-04 08:48:20 +00:00
jasper
a137098584 - update p5-AnyEvent to 4.331
- install some example scripts
2009-02-04 08:47:15 +00:00
simon
f41617287b add p5-Config-Auto 2009-02-04 08:37:09 +00:00
simon
9549c2a0e2 import p5-Config-Auto
This module was written after having to write Yet Another Config File
Parser for some variety of colon-separated config.  Config::Auto can
examine a config file to automatically determine what format it's in.
The module understands colon separated, space separated, equals
separated, XML, Perl code, and Windows INI formats.

from Mikolaj Kuchars
2009-02-04 08:37:06 +00:00
jasper
c12df4d38d - update p5-File-HomeDir to 0.82 2009-02-04 08:28:11 +00:00
jasper
82a3618768 - update p5-Config-General to 2.42 2009-02-04 08:25:22 +00:00
jasper
33c1e4b2f0 - update p5-POE-Component-Pluggable to 1.14 2009-02-03 22:57:47 +00:00
jasper
550af43847 - update p5-Graph to 0.91 2009-02-03 22:43:48 +00:00
jasper
7596e9930b - bugfix update p5-Config-IniFiles to 2.47
- switch to modbuild
2009-02-03 22:36:26 +00:00
pirofti
264390460c Update to 1.2.2. Okay bernd@. 2009-02-03 12:23:05 +00:00
pirofti
5dce98c2b5 Update to 3.0.3. Okay bernd@. 2009-02-03 12:22:21 +00:00
pirofti
da461ec477 Update to 3.11.1. Okay bernd@. 2009-02-03 12:21:04 +00:00
pirofti
408219b07c Update to 3.0.1. Okay bernd@. 2009-02-03 12:20:11 +00:00
martynas
a96b269c0b - update to py-nose-0.10.4; from Benoit Chesneau
- move to MODPY_EGG_VERSION;  from eric@
ok eric@, wcmaier@
2009-02-03 01:04:57 +00:00
simon
be62fdd3be update to version 0.44 2009-02-03 00:00:02 +00:00
simon
397631ee71 update to version 0.09 2009-02-02 15:10:52 +00:00
ajacoutot
443e4d7f0a - update py-gdata to version 1.2.4
- reformat and tweak DESCR

from frantisek holop (MAINTAINER)
2009-02-02 11:58:11 +00:00
simon
9d46283b2d add p5-Variable-Magic and p5-B-Hooks-EndOfScope 2009-02-02 00:58:12 +00:00
simon
654c45e001 import p5-Variable-Magic
Magic is Perl way of enhancing objects.  This mechanism let the user add
extra data to any variable and hook syntaxical operations (such as
access, assignation or destruction) that can be applied to it.  With
this module, you can add your own magic to any variable without the pain
of the C API.
2009-02-02 00:58:07 +00:00
simon
895821ef6f import p5-B-Hooks-EndOfScope
This module allows you to execute code when perl finished compiling the
surrounding scope.
2009-02-02 00:58:02 +00:00
simon
c5d6b425a1 update to version 5.7016 but pad the PKGNAME with two zeros to keep
upgrades working
2009-02-02 00:30:56 +00:00
bernd
1db02791b0 Update to ruby-mocha-0.9.5. 2009-02-01 13:37:36 +00:00
simon
f501c65313 update to version 0.64 2009-02-01 00:58:52 +00:00
simon
59e78589e3 update to version 0.75 2009-02-01 00:58:50 +00:00
simon
b82b2e0b5f maintenance update to version 0.982 2009-02-01 00:58:47 +00:00
bernd
e75d149ea0 Add ruby-echoe. 2009-01-31 18:21:15 +00:00
bernd
72b94cbbfe Initial import of ruby-echoe-3.0.2.
A Rubygems packaging tool that provides Rake tasks for documentation,
extension compiling, testing, and deployment.
2009-01-31 18:20:26 +00:00
bernd
34fbe976bc Update to ruby-hoe-1.8.3. 2009-01-31 12:53:37 +00:00
bernd
7a79a12758 Update to ruby-columnize-0.3.0. 2009-01-31 12:51:13 +00:00
bernd
a5f813d135 Update to ruby-highline-1.5.0. 2009-01-31 10:09:11 +00:00
eric
bd7c4096c9 - update to 8.2.0
- web2 is being phased out
- sanitize regress target

ok wcmaier@
2009-01-30 16:22:08 +00:00
eric
a425346223 - update to 3.5.0
- change homepage
- more tests in regress

ok wcmaier@
2009-01-30 16:18:10 +00:00
bernd
05776bd038 add ruby-extlib 2009-01-30 00:47:32 +00:00
bernd
be8732b540 Initial import of ruby-extlib-0.9.10.
extlib is a general Ruby extensions serving DataMapper and
DataObjects, but available for any project.
2009-01-30 00:46:36 +00:00
simon
5faca519e4 update to version 0.09 and use tabs instead of whitespaces
from Markus Hennecke, thanks!
2009-01-30 00:08:19 +00:00
bernd
64507eb71a Update to git 1.6.1.2 and add a subversion 1.5.5 fix for git-svn. 2009-01-29 23:16:35 +00:00
sturm
cdbd4947ca fold libsoup's ssl FLAVOR into the regular package 2009-01-29 20:08:42 +00:00
ajacoutot
af61eeeace - sanitize WANTLIB+LIB_DEPENDS
- remove esd/audiofile from WANTLIB
- add CONFIGURE_SHARED
- regen PLIST while here
2009-01-29 15:34:15 +00:00
simon
968c631ded maintenance update to version 0.2002 2009-01-28 23:20:56 +00:00
naddy
10d23cdd5b remove workaround now that our C++ header is fixed 2009-01-28 19:23:56 +00:00
ajacoutot
68a32a0dcd - the file(1) call needs to be changed as the '-i' switch does not exist
under OpenBSD... because chl@ is a slacker ;)
This will not give completely the intended output, but at least it will
be closer than getting file(1) usage().
2009-01-28 09:53:02 +00:00
jasper
ff9b7c1ac2 - fix XDG conflicting symbols, from FreeBSD
this ought to help resolve some crashes in at least evolution and anjuta

hinted by ajacoutot@, thanks :)
2009-01-28 09:24:38 +00:00
kili
ac86330437 + hscolour 2009-01-27 21:33:16 +00:00
kili
f421e05f7b hscolour is a small Haskell script to colourise Haskell code. It
currently has five output formats: ANSI terminal codes, HTML 3.2
with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
codes.

ok giovanni@ (who spotted an empty and obsolete include dir in the PLIST),
okan@ (who don't get the $V cleanup now -- sorry),
sthen@ ("I'm all for having more ports where the word colour is spelt correctly)
2009-01-27 21:32:36 +00:00
martynas
a8be76c150 update to simplejson-2.0.7, based on the initial simplejson-2.0.6
diff from Benoit Chesneau.  ok wcmaier@
2009-01-27 21:28:51 +00:00
jasper
7be872b0cf - add py-editdist 2009-01-27 08:27:45 +00:00
djm
28198f320a import py-editdist-0.3:
> py-editdist is a Python module to calculate the Levenshtein edit
> distance between two strings.
2009-01-26 23:43:20 +00:00
simon
d7f94b3368 regenerate packaging list after update and bump
pointed out by Markus Hennecke, thanks!
2009-01-26 20:19:18 +00:00
landry
ad8b01fde2 Update to waf 1.5.2, add a patch to workaround a stupid cc version check.
ok jasper@ wcmaier@
2009-01-26 19:47:12 +00:00
sthen
03bb56ee4a add Brad as maintainer + bump, small style nit 2009-01-26 12:46:12 +00:00
ajacoutot
a165a5753e - s/-pthread/-lpthread
ok sthen@
2009-01-26 12:04:35 +00:00
ajacoutot
57ef8dc6f2 - s/-lpthread/-pthread
- add CONFIGURE_SHARED
2009-01-26 09:58:47 +00:00
bernd
363248410c Disable pthread usage since it seems to break some stuff.
Found the hard way by Simon Kuhnle, thanks!
2009-01-26 08:58:43 +00:00
simon
d94f66822b add p5-Class-C3-Adopt-NEXT 2009-01-25 22:31:23 +00:00
simon
c581918be5 import p5-Class-C3-Adopt-NEXT
This module is intended as a drop-in replacement for NEXT, supporting
the same interface, but using Class::C3 to do the hard work.  You can
then write new code without NEXT, and migrate individual source files to
use Class::C3 or method modifiers as appropriate, at whatever pace
you're comfortable with.
2009-01-25 22:31:18 +00:00
kili
1448c2318c Update to darcs-2.2.0.
ok okan@ ("works for me as much as i can test")
2009-01-25 18:53:33 +00:00