Commit Graph

3746 Commits

Author SHA1 Message Date
espie
0832fe620a faster variation for p5-Readonly, dependent on the XS compiler 2006-06-25 14:53:11 +00:00
espie
337fada741 updates.
okay maintainer
2006-06-25 14:48:15 +00:00
espie
07cdf5f01a +p5-Readonly 2006-06-25 12:45:50 +00:00
espie
0ba49b18ac similar to use constant, but more generic. 2006-06-25 12:45:03 +00:00
espie
b5358e4022 +p5-Class-MakeMethods 2006-06-25 11:31:27 +00:00
espie
a86c6d3827 big framework to build methods code automatically. 2006-06-25 11:30:38 +00:00
espie
f76ba97afe +p5-Class-Base 2006-06-25 10:52:34 +00:00
espie
404544ef20 constructors made easy, prerequisite for some perl modules. 2006-06-25 10:51:54 +00:00
espie
f17b5c2bf8 fix typo in COMMENT. 2006-06-24 11:08:01 +00:00
kurt
4b5dcd0f44 - use /dev/srandom in NativePRNG replacing /dev/random.
/dev/random use noticed by Sigfred Håversen.
2006-06-20 02:02:48 +00:00
bernd
8685286568 Security update to chmlib-0.38.
Fixes an input validation error in extract_chmLib example program.

Detailed information:
http://secunia.com/advisories/20734/

"go for it" espie@
2006-06-19 18:14:59 +00:00
alek
7a968a9aa3 - Update to 5.6
- Fix vStringPut so that vString buffer is always terminated with '\0'
  (ectags -R works now against wxWidgets sources)

ok MAINTAINER
2006-06-19 14:37:12 +00:00
espie
99488bee3c kill a few MODGNU_SHARED_LIBS, no actual package changes. 2006-06-19 09:46:43 +00:00
jasper
d0c465df07 Update to p5-POE 0.3502 and update my address while there.
ok steven@
2006-06-19 06:32:41 +00:00
jasper
6d258e6edf add liboop 2006-06-18 08:36:47 +00:00
jasper
614e7d0047 import liboop 1.0
Liboop is a low-level event loop management library for POSIX-based
operating systems. It supports the development of modular, multiplexed
applications which may respond to events from several sources. It
replaces the "select() loop" and allows the registration of event
handlers for file and network I/O, timers and signals. Since processes
use these mechanisms for almost all external communication, liboop can
be used as the basis for almost any application.

ok alek@
2006-06-18 08:33:49 +00:00
jasper
4c4b88ccda - update perltidy to 20060614
- add PKG_ARCH=*
- format pkg/DESCR to a width of 72 chars.

ok maintainer, naddy@
2006-06-16 17:31:55 +00:00
jolan
79d2cac1af allow building as root, noticed by steven@ 2006-06-16 15:07:06 +00:00
steven
b79ee5698e update to 2.05; jasper 2006-06-14 22:03:24 +00:00
steven
855d3cd100 update to 0.75. from jasper. 2006-06-14 19:31:24 +00:00
bernd
c3e1e3a89e Fix WANTLIB after gtk+2 upgrade. 2006-06-13 13:19:08 +00:00
sturm
34b4cd7322 ruby-rake 2006-06-12 19:56:33 +00:00
sturm
3dc5273858 Initial import of ruby-rake 0.7.1
Rake is a Ruby make-like utility using standard Ruby syntax for the build
specification file.

from msf
2006-06-12 19:55:48 +00:00
espie
1ba1df3384 libidn change from recent kdelibs. 2006-06-12 13:38:00 +00:00
sturm
528c8812e6 ruby-actionpack
ruby-activesupport
2006-06-11 20:06:01 +00:00
sturm
a2b34c330a Initial import of ruby-actionpack 1.12.1
Eases web-request routing, handling, and response as a half-way front,
half-way page controller. Implemented with specific emphasis on enabling
easy unit/integration testing that doesn't require a browser.

from msf
2006-06-11 20:04:37 +00:00
sturm
715cb5325d Initial import of ruby-activesupport 1.3.1
Utility classes and extensions to the standard library that were required
by Rails, but found of general use.

from msf
2006-06-11 19:59:48 +00:00
sturm
f55dc4642a ruby-gems 2006-06-11 19:12:03 +00:00
sturm
e746120d07 Initial import of ruby-gems 0.8.11
RubyGems is the Ruby standard for publishing and managing third party
libraries.

from msf
2006-06-11 19:11:07 +00:00
sturm
c48321f2f5 add CONFIGURE_STYLE "ruby setup" and related targets
move LIB_DEPENDS to relevant ports, no PKGNAME bump needed
this is in preparation of a soon to come ruby-gems port

with msf's consent
2006-06-11 18:57:11 +00:00
espie
923844a882 Add WANTLIB, fixing very shoddy porting work from Anil.
Shame on you !
2006-06-10 11:13:09 +00:00
steven
c9fa958a0c update to ipython 0.7.2
from maintainer Will Maier
2006-06-08 14:38:01 +00:00
steven
1fd29a6042 update to pexpect 2.1
"fine" xsa@, removed him from maintainer per his request.
2006-06-08 14:27:16 +00:00
alek
ccbcec9b56 Update to .3501; from new maintainer Jasper Lievisse Adriaanse <jasper@nedbsd.nl> with help from steven@ 2006-06-07 08:13:20 +00:00
bernd
a2592d24d7 Update to glibmm-2.8.8.
This unbreaks building with glib2-2.10.x.

prodded by espie@
2006-06-06 12:55:15 +00:00
kurt
7209ade622 - fix reoccurance of KOI8_U charset NPE's for ALT_BOOTSTRAP (default).
since KOI8_U doesn't come with the Solaris class files, make sure it is
built in the recompile stage. Reported by Matt Jibson.
- add a useable cacerts file and use that instead of current empty one.
charset portions tested by and okay ian@.
2006-06-06 03:02:42 +00:00
steven
f77efc2919 switch to python 2.4 and bump py-subversion PKGNAME. 2006-06-04 00:21:58 +00:00
brad
f78efd416a Update pango to 1.12.3. 2006-06-03 18:23:03 +00:00
brad
c819b39792 Update glib2 to 2.10.3. 2006-06-03 18:22:22 +00:00
steven
e4964ecdbf don't expect python symlink, use real python binary, i.e. python2.4.
"works fine" alek@
2006-06-03 14:40:41 +00:00
steven
b1639f1047 bump PKGNAME after switch to python 2.4 2006-06-03 12:39:30 +00:00
steven
bc34a2f91e bump PKGNAME after switch to python 2.4 2006-06-03 12:23:41 +00:00
alek
92e91b4ac4 Bump PKGNAMEs after recent python switch 2006-06-03 09:19:52 +00:00
steven
3966db5d23 +p5-IO-KQueue 2006-06-03 07:22:33 +00:00
steven
f32a72ace6 import IO::KQueue 0.30
This module provides a fairly low level interface to the BSD kqueue(2)
system call, allowing you to monitor for changes on sockets, files,
processes and signals.

from Srebrenko Sehic <haver at insecure.dk>
2006-06-03 07:18:42 +00:00
steven
dbd51a4e0f update to 0.74; from jasper (maintainer) 2006-06-03 06:40:52 +00:00
avsm
813448e014 +omake 2006-06-01 02:18:21 +00:00
avsm
9407804068 initial import of omake-0.9.6.1-1
--
OMake is a build system designed for scalability and portability.
It uses a syntax similar to make utilities you may have used, but
it features many additional enhancements, such as:

Support for projects spanning several directories or directory
hierarchies.  Fast, reliable, automated, scriptable dependency
analysis using MD5 digests, with full support for incremental builds.
Fully scriptable, includes a library that providing support for
standard tasks in C, C++, OCaml, and LaTeX projects, or a mixture
thereof.  Full native support for rules that build several files
at once.

OMake provides a uniform interface on Linux/Unix (including 64-bit
architectures), Win32, Cygwin, Mac OS X, and other platforms that
are supported by OCaml.

Active filesystem monitoring, where the build automatically restarts
whenever you modify a source file. This can be very useful during
the edit/compile cycle.  A built-in command-interpreter osh that
can be used interactively.
2006-06-01 02:16:59 +00:00
jolan
829c45e87d +cppunit 2006-06-01 01:39:01 +00:00
jolan
683b39988e cppunit-1.10.2, c++ unit testing framework 2006-06-01 01:36:23 +00:00
alek
90eb21a9b9 Move examples into share/examples; keep docs only in HTML format; requested by steven@ 2006-05-30 09:23:44 +00:00
alek
445793d268 Add argtable 2006-05-29 21:59:25 +00:00
alek
bac9840834 Import argtable 2.6
Argtable is an ANSI C library for parsing GNU style command line options
with a minimum of fuss. It enables a program's command line syntax to be
defined in the source code as an array of argtable structs. 

From Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
2006-05-29 21:56:50 +00:00
steven
80d064fb24 +ipython 2006-05-28 22:00:03 +00:00
steven
7e7f08df55 import IPython 7.1.1.fix1
IPython provides a replacement for the interactive Python interpreter
with extra functionality, including persistent input history,
readline-based name completion and comprehensive object
introspection. It also allows easy access to the pdb debugger and
Python profiler, as well as the system shell.

submitted by Will Maier <willmaier at ml1.net>

feedback and ok alek@
2006-05-28 21:59:20 +00:00
avsm
c0ed955730 update to cil-1.3.5, lots of nice fixes to parsing gcc/msvc code 2006-05-28 15:44:14 +00:00
avsm
8647e3b66f +mercurial 2006-05-28 15:41:02 +00:00
avsm
89629a688c initial import of mercurial-0.9
--

Mercurial is a distributed version control system which features:

o Extremely high-performance delta-compressed storage scheme.
o Optimized for disk layout and access efficiency.
o Complete cross-indexing of files and changesets.
o Bandwidth and CPU efficient HTTP and SSH sync protocols.
o Distributed development model supports unlimited numbers of
  developers.
o Allows arbitrary merging between developer branches.
o Doesn't significantly degrade with large numbers of files or
  changesets.
o No waiting for locks!
o SHA1 integrity checking on repository data.
o Append-only storage model with transaction journalling.
o Fast full-repository verification.
2006-05-28 15:39:59 +00:00
avsm
33ef474c5f update to ocaml-calendar-1.09.5 2006-05-28 15:32:54 +00:00
steven
0c358f090d remove obsolete shared libs patches. ok bernd@ 2006-05-28 10:07:25 +00:00
steven
d78e34288c update to 0.63 2006-05-28 09:33:52 +00:00
jolan
c0c4fa0f98 +grcs 2006-05-28 07:10:14 +00:00
jolan
569af6abac rcs-5.7, GNU versions of the rcs utilities
requested by ray@
2006-05-28 07:03:39 +00:00
kurt
bdb052bb9e add amd64 support. tested & ok ian@ 2006-05-28 00:14:39 +00:00
steven
dbd3e01ddf add a missing man page, update-plist, bump PKGNAME. okay kurt@ 2006-05-26 17:32:21 +00:00
grunk
a89f229722 drop maintainership, ok sturm@ 2006-05-25 20:42:56 +00:00
bernd
e8f526162c add p5-Config-Grammar 2006-05-22 12:42:40 +00:00
bernd
6257b0bf0d Initial import of Config-Grammar-1.02.
Config::Grammar is a Perl module to parse configuration files by
following a grammar, which specifies how the configuration file should
look like. The configuration files are nice to work with for humans
and the error messages are helpful because it tells right away that
for example you are setting a variable which isn't defined.

Config::Grammar supports many advanced features, that you can read
about in its documentation.
2006-05-22 12:41:29 +00:00
steven
03f30db34d update to 1.26 2006-05-22 06:27:42 +00:00
steven
5644723a71 update to 0.46, PKG_ARCH=* 2006-05-22 06:19:18 +00:00
steven
2265d09eca update to 0.31 2006-05-22 06:07:19 +00:00
brad
6152ffb25a Update pango to 1.12.1. 2006-05-22 01:41:52 +00:00
brad
2a16431860 Update glib2 to 2.10.2. 2006-05-22 01:39:36 +00:00
steven
8512187b83 update to 0.60 2006-05-21 08:13:13 +00:00
ian
a5b4364f7f Remove extra line committed in error, unbreaks JRE packaging 2006-05-16 03:39:41 +00:00
ian
31e312eb64 Enable JDK/JRE build on amd64. Switch to bootstrapping using Kaffe + Solaris JDK binary,
obviating need to build with JDK Linux compat (which was i386 only anyway).
Add native_bootstrap pseudo-flavor so you can build with a native Sun JDK if you
have one (tested by building this way using JDK built with default Kaffe-based build).
Work by kurt@, tested by him on i386 and me on amd64. OK kurt@.
2006-05-15 18:11:22 +00:00
steven
25b09b9376 forgotten PKGNAME bump. "do it" robert@ 2006-05-15 12:08:25 +00:00
steven
61cc795411 remove incorrect strcpy/strcat patches, pointed out by deraadt@
ok naddy@
2006-05-13 16:19:36 +00:00
msf
f641de2807 update to 0.18 2006-05-11 14:40:57 +00:00
msf
d1e4c7bd44 update to 0.58 submitted by Deanna Phillips 2006-05-11 12:03:44 +00:00
msf
5e46ad0a83 update to 0.28 2006-05-11 12:01:34 +00:00
msf
6595dafcac +p5-Algorithm-C3
+p5-Class-Accessor-Chained
+p5-Class-C3
+p5-Class-Data-Accessor
+p5-Class-Inspector
+p5-Module-Find
+p5-Sub-Name
2006-05-11 11:59:42 +00:00
msf
6df2cd9a41 initial import of Class::Data::Accessor 0.02 from submitter Sean Comeau
Class::Data::Accessor is the marriage of Class::Accessor and
Class::Data::Inheritable into a single module. It is used for creating
accessors to class data that overridable in subclasses as well as in
class instances.
2006-05-11 11:52:41 +00:00
msf
97ab081976 initial import of Class::Accessor::Chained from submitter Sean Comeau
A chained accessor is one that always returns the object when called
with parameters (to set), and the value of the field when called with no
arguments.

This module subclasses Class::Accessor in order to provide the same
mk_accessors interface.
2006-05-11 11:43:59 +00:00
msf
07b99d2c11 initial import of Class::C3 from submitter Sean Comeau
This is pragma to change Perl 5's standard method resolution order from
depth-first left-to-right (a.k.a - pre-order) to the more sophisticated
C3 method resolution order.
2006-05-11 11:39:51 +00:00
msf
85e919eaa5 initial import of Sub::Name 0.02
This module can be used to assign a new name to a referenced subroutine.
2006-05-11 11:37:45 +00:00
msf
cfb03c21c5 initial import of Algorithm::C3 from submitter Sean Comeau
C3 is an algorithm which aims to provide a sane method resolution order
under multiple inheritence.
2006-05-11 11:27:39 +00:00
msf
56039ae6e7 initial import of Class::Inspector 1.16 from submitter Sean Comeau
Class::Inspector allows you to get information about a loaded class.
Most or all of this information can be found in other ways, but they
arn't always very friendly, and usually involve a relatively high level
of Perl wizardry, or strange and unusual looking code. Class::Inspector
attempts to provide an easier, more friendly interface to this
information.
2006-05-11 11:20:11 +00:00
msf
845fe252ae initial import of Module::Find 0.05 from submitter Sean Comeau
Module::Find lets you find and use modules in categories. This can be
very useful for auto-detecting driver or plugin modules. You can
differentiate between looking in the category itself or in all
subcategories.
2006-05-11 11:14:29 +00:00
robert
1351922e5d bump PKGNAME due to the change of the pear dependencies; 2006-05-09 14:16:50 +00:00
msf
dcebcb23f9 +p5-capitalization 2006-05-06 17:09:03 +00:00
msf
24ff1e29d1 initial import of capitalization 0.03
capitalization is a perl module that allows you to use familiar
style on method naming
2006-05-06 17:07:39 +00:00
msf
47745bc9f4 update to 0.10 from maintainer Jasper Lievisse 2006-05-05 16:57:11 +00:00
msf
e17b583fe9 update to 2.04 from maintainer Jasper Lievisse 2006-05-05 16:53:34 +00:00
kevlo
b821616b54 update to svk 1.0.7 2006-05-01 08:40:46 +00:00
naddy
9d5ff114f3 maintenance update to three-year old 2.5; maintainer timeout 2006-04-29 15:35:47 +00:00
ian
7b0be3a97d fix typo; 'ok kurt@; no pkg bump needed' 2006-04-28 22:57:11 +00:00
kurt
d5dbd1d194 - add a new pseudo flavor called alt_bootstrap which uses kaffe, Xalan and
solaris class files to bootstrap the jdk build. this avoids the need for
devel/jdk/1.4 to bootstrap and will provide a way to bootstrap the jdk on
amd64 and sparc64 when kaffe runs there.
- fix a keyboard entry problem when numlock is on
- fixup socket option code similar to FreeBSD & NetBSD
2006-04-28 20:56:15 +00:00
espie
8cf86a089a update to more recent version, better temp file handling.
okay maintainer.
2006-04-27 09:30:31 +00:00
naddy
7c90800e6b trim trailing whitespace 2006-04-21 15:02:26 +00:00