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
aanriot
e2ffc310da
- use MASTER_SITE_PERL_CPAN .
...
- drop maintainership.
- bump PKGNAME .
spotted by Simon Dassow <sdassow@realnetworks.de>, thanks.
2006-04-21 08:34:24 +00:00
espie
08b2215a93
+p5-List-MoreUtils
2006-04-18 19:30:57 +00:00
espie
c56fdb47b7
yet another perl module needed by bricolage.
2006-04-18 19:29:23 +00:00
espie
ec005ffdba
+p5-DateTime*
2006-04-18 19:08:30 +00:00
espie
a35acad9d4
DateTime computations in perl, localization
2006-04-18 19:07:01 +00:00
espie
231ed911ff
perl DateTime calculations, TimeZone module
2006-04-18 19:06:15 +00:00
espie
9cedcfc3e4
DateTime computations in perl
2006-04-18 19:05:25 +00:00
espie
39a0b58f5a
+p5-Class-Singleton
2006-04-18 18:49:31 +00:00
espie
51badc2f91
singleton implementation in perl, needed by the DateTime classes.
2006-04-18 18:48:33 +00:00
espie
3192d01043
PKG_ARCH=*, REGRESS_DEPENDS for more tests.
2006-04-18 15:50:33 +00:00
espie
ef23924c89
oops, PKG_ARCH=*
2006-04-18 15:48:07 +00:00
espie
501468a6a2
+p5-Test-File-Contents
2006-04-18 11:28:02 +00:00
espie
548d458ce4
perl test framework: look at file contents.
...
needed for bricolage.
2006-04-18 11:27:06 +00:00
espie
f2259fba1b
+p5-Term-ReadPassword
2006-04-18 10:20:45 +00:00
espie
ee1077ba42
Term::ReadPassword is a simple module to read passwords without echoing
...
anything.
Needed to compile some other perl stuff (bricolage)
2006-04-18 10:18:07 +00:00
steven
f8d1798ddf
update to scons 0.96.92
...
from maintainer Andrew Dalgleish
2006-04-17 14:57:11 +00:00
steven
2d8b3a5fe9
add REGRESS_DEPENDS. ok aanriot@
2006-04-16 09:02:17 +00:00
steven
15b755a74f
update to 1.25; from Srebrenko Sehic, ssehic at gmail.com
2006-04-15 17:24:51 +00:00
steven
3e51dfb91f
update to subversion 1.3.1
...
enable python regression tests
from maintainer Sigfred Haversen
ok alek@
2006-04-15 10:27:38 +00:00
naddy
4b5e55c206
bump PKGNAME after MAINTAINER address change
2006-04-14 22:20:08 +00:00
jolan
4d58910dbb
+libmagic
2006-04-14 17:05:59 +00:00
jolan
3dca29835a
libmagic-4.17, library to determine file type
2006-04-14 17:02:58 +00:00
steven
7009f25067
+ p5-Cache-FastMmap
2006-04-13 22:15:41 +00:00
steven
3c45419fd9
initial import of Cache::FastMmap 1.09
...
A shared memory cache through an mmap'ed file. It's core is written in C for
performance. It uses fcntl locking to ensure multiple processes can safely
access the cache at the same time. It uses a basic LRU algorithm to keep the
most used entries in the cache.
submitted by Srebrenko Sehic, ssehic at gmail.com
ok sturm@
2006-04-13 22:14:01 +00:00
kevlo
90e33c4a4b
upgrade to 0.14
2006-04-11 06:05:32 +00:00
kevlo
1bfda3873e
upgrade to 0.25
2006-04-11 04:43:05 +00:00
kevlo
2add021dcd
update MASTER_SITES
2006-04-11 04:39:56 +00:00
kurt
d20d578fd8
Update to patchset 3. Patchset 3 includes several bug fixes that improve
...
compatiabily and stability which came from work sponsored by the FreeBSD
Foundation.
2006-04-11 00:45:41 +00:00
robert
7164e19144
update to version 1.4.2 and fix some indentations in the Makefile;
2006-04-10 14:51:04 +00:00
jakob
f787dd661f
update MAINTAINER email adress; from gerardo santana
2006-04-10 05:43:47 +00:00
sturm
e81cd3ee5b
don't log bind()
2006-04-09 13:29:34 +00:00
aanriot
e6a98840c9
maintenance update to 2.05 .
...
ok alek@
2006-04-09 12:02:36 +00:00
sturm
ad113fc45b
fix urls for windowmaker ports
...
from jim razmus
2006-04-05 04:37:00 +00:00
steven
8be57c61e4
forgotten PKGNAME bumps after removing a dependency
2006-04-02 13:07:27 +00:00
sturm
9aa88b89e9
don't try to mess with /usr/local/bin/libgtop_server in libgtop_postinstall
...
correctly mark special permissions of libgtop_server2
2006-04-02 12:21:00 +00:00
sturm
645edfce2d
fix build with systrace
2006-04-01 13:58:49 +00:00
msf
32ed21b52f
- remove dependency on p5-Test-Builder-Tester since this comes with
...
perl 5.8.8
thanks to deanna phillips for the heads up
2006-03-29 21:30:23 +00:00
msf
472342cf0f
- mark this as COMES_WITH=3.9 as this is part of perl 5.8.8 base
2006-03-29 21:23:58 +00:00
pedro
e23d1de7c1
luafs-1.2, okay jolan@
2006-03-26 04:56:01 +00:00
pedro
7804914af7
Temporarily revert to luacompat-5.1r4 until all the stuff we have
...
in-tree is prepared to use luacompat-5.1r5, okay jolan@
2006-03-26 04:47:43 +00:00
bernd
d71c101364
Update to liboil-0.3.7.
...
comments & ok jakemsr@, jolan@
2006-03-23 18:05:55 +00:00
msf
21a0ee1c85
- update to 1.01
2006-03-21 22:54:29 +00:00
pedro
ad625866d0
luacompat-5.1r5, okay jolan@
2006-03-21 21:32:25 +00:00
pedro
6b6c24144d
+= luarings
2006-03-21 21:04:50 +00:00
pedro
03a4160d9a
Rings is a library which provides a way to create new Lua states from within
...
Lua. It also offers a simple way to communicate between the creator (master)
and the created (slave) states.
2006-03-21 21:02:52 +00:00
msf
8307d856a9
- fix regression tests by not passing MAKE_ENV to perl
2006-03-20 21:30:34 +00:00
espie
edc4dc843c
oops, avoid depending on oneself, and fix dvdnav build.
2006-03-20 15:33:21 +00:00
espie
62cb1cd563
big clean-up of gstreamer-plugins, allows a lot more plugins to compile
...
correctly, fix build in lots of cases, since there is a HUGE number of
things gst will try to pick up.
fix the framework for MULTI_PACKAGES to not do insane stuff, and simplify
the main Makefile greatly.
Set up SHARED_ONLY.
Some more clean-up to do.
Someone will have to come up with descriptions and comments more accurate,
and do more plugins testing...
2006-03-20 15:21:43 +00:00
kurt
bc308600a9
add sparc to ONLY_FOR_ARCHS for ports with MODJAVA_VER=1.3/1.3+
2006-03-20 14:42:37 +00:00
kurt
107e7546a3
- enter 1.3.1 on sparc. due to the small datasize ulimit on sparc -Xmx60
...
is about as high as you can go. tomcat v4 and demos work but a bit slowly.
2006-03-20 14:40:24 +00:00
sturm
1ac7fd9a25
p5-Hook-LexWrap
2006-03-18 19:04:25 +00:00
sturm
bf98e9232b
Initial import of Hook-LexWrap-0.20
...
Hook::LexWrap allows you to install a pre- or post-wrapper (or both)
around an existing subroutine. Unlike other modules that provide this
capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap
implements wrappers in such a way that the standard `caller' function
works correctly within the wrapped subroutine.
from Deanna Phillips <deanna@sdf.lonestar.org>
2006-03-18 19:03:35 +00:00
kurt
225683f4ff
- don't mmap on top of malloc'ed memory. this fixes a large memory leak
...
while creating/destroying threads.
- add missing pthread_attr_destroy while creating threads. closes a
small memory leak.
Memory leaking problems reported by Carsten Raskgaard and also
David SH Rosenthal from the LOCKSS project.
2006-03-16 16:09:01 +00:00
msf
bca4c23dee
- update to 1.120
...
- patch has been integrated upstream so remove it
2006-03-15 14:00:26 +00:00
robert
77d5b79500
update to version 1.4.1; include C++ bindings
2006-03-12 23:11:30 +00:00
steven
6959100bb4
maintenance update to 0.57
2006-03-12 14:36:34 +00:00
msf
3d5b790165
- update to 1.105
...
- remove superfluous variable
- add a patch from upstream maintainers that resolves a memory exhaustion
issue in the upcoming p5-Gtk2 port
2006-03-09 21:38:12 +00:00
kurt
1fe7cb2239
stablity fix for os_sleep. patchset 2 introduced a buggy version of
...
os_sleep based on nanosleep(). revert to patchset 1 version based on
poll(). fixes issues with large sleep values. okay pvalchev@
2006-02-22 22:52:44 +00:00
espie
c3dbdb1d9d
fix build with recent libdvdread
2006-02-19 19:22:06 +00:00
espie
f13e1e1f65
fix up header on OpenBSD with C++
2006-02-19 18:28:55 +00:00
steven
c3465531b2
add working master site
2006-02-18 20:37:54 +00:00
steven
81e7c08fda
fix HOMEPAGE and MASTER_SITES
2006-02-18 20:32:17 +00:00
steven
b7d418464c
fix MASTER_SITES
2006-02-18 20:23:09 +00:00
steven
a94968151b
fix MASTER_SITES
2006-02-18 20:17:14 +00:00
espie
df4c6c8786
update to v 0.9.5, lots of error condition fixes, better types.
2006-02-16 11:08:26 +00:00
david
9e2fccfe54
typo in DESCR; bump PKGNAME; ok kurt@
2006-02-16 05:46:21 +00:00
steven
fa2cdca231
build with bz2 support. bump PKGNAME and shared lib version.
...
remove unneeded MODGNU_SHARED_LIBS while here.
ok grange@ naddy@
2006-02-12 22:29:58 +00:00
david
4041514197
sort SUBDIR list; ok sturm@
2006-02-12 16:24:50 +00:00
steven
353e0b7088
fix WANTLIB
2006-02-10 22:12:52 +00:00
naddy
4aca4e1e5f
oops, sturm@ pointed out i forgot to update the plist
2006-02-10 16:36:37 +00:00
aanriot
1ff61ac27a
- regen PLIST and get ride of VER used only once.
...
- bump PKGNAME.
2006-02-09 11:11:53 +00:00
steven
0b88bd2785
add missing lib in LIB_DEPENDS.
2006-02-09 07:35:59 +00:00
steven
4dbad9109e
remove unneeded WANTLIB and MODGNU_SHARED_LIBS.
2006-02-09 07:32:45 +00:00
steven
b3eb8e1173
add missing lib in LIB_DEPENDS. ok naddy@
2006-02-09 07:28:22 +00:00
steven
b501ad8fac
fix WANTLIB
2006-02-08 23:18:51 +00:00
steven
08f193e72f
add missing libXau in WANTLIB, remove MODGNU_SHARED_LIBS while here
2006-02-08 19:42:21 +00:00
steven
5c2ea7c73b
add missing WANTLIB marker
2006-02-08 19:22:41 +00:00
steven
1951d1dc36
add missing WANTLIB marker
2006-02-08 19:17:31 +00:00
naddy
7698a8efe2
Potential security fix:
...
Update to 0.7. Fixes CVE-2006-0224 (buffer overflow when reading
configuration file).
No other port uses this.
2006-02-08 19:17:06 +00:00
steven
3f280baa9b
add missing library in LIB_DEPENDS, move libiconv into MODULES
2006-02-08 17:29:07 +00:00
david
f85600afe0
move any perl or sed substitutions from post-patch to pre-configure
...
(fixes make update-patches)
ok sturm@; "looks reasonable" steven@
2006-02-08 04:54:48 +00:00
bernd
947d86a8ca
MAINTAINER change --> PKGNAME bump!!
2006-02-07 11:57:19 +00:00
espie
12836fc5b6
pseudo-flavor update path.
2006-02-07 10:20:36 +00:00
xsa
d1913cddd0
drop maintainership on these;
2006-02-07 09:46:27 +00:00
xsa
dd45dfcfb3
Update to pyparsing-1.4.1;
2006-02-07 08:57:25 +00:00
naddy
2c76bc9a53
bump subpackages too, because they have the main package version in their plists
2006-02-06 16:57:26 +00:00
jsg
15093a3e28
Update to 1.4.3. Mainly additional documentation and bugfixes.
...
ok martin@ aanriot@
2006-02-05 22:43:01 +00:00
bernd
b34d8d64a3
Fix WANTLIB and bump PKGNAME.
2006-02-05 18:59:50 +00:00
bernd
9db9363aa2
Add missing libXau to WANTLIB, add USE_X11=Yes, remove needless
...
MODGNU_SHARED_LIBS/LIB*_ALIAS stuff and finally bump PKGNAME.
2006-02-05 18:27:00 +00:00
bernd
8670457d66
Fix WANTLIB, bump PKGNAME.
2006-02-05 17:46:18 +00:00
sturm
737cb2ff7a
bugfix update to ald 0.1.7
...
from maintainer Patrick Alken <alken at colorado.edu>
2006-02-05 13:53:28 +00:00
steven
bdced76d89
don't build with -O3. ok naddy@
2006-02-05 13:50:13 +00:00
david
ca4a25d668
zap 0 byte file
2006-02-04 17:54:35 +00:00
naddy
ba571ac441
* Use OpenBSD's man pages instead of FreeBSD's in the sample configuration.
...
From: Jasper Lievisse Adriaanse
* Fix sample URL for NetBSD man pages.
2006-02-04 17:01:35 +00:00
bernd
9e68593d0d
Put documentation examples into -docs subpackage. Fixes a leftover dir after
...
package deinstallation.
ok wilfried@
2006-02-04 15:29:30 +00:00
steven
b38054a5b8
add a master site
2006-02-04 00:05:21 +00:00
steven
5a2b43d3f4
fix MASTER_SITES
2006-02-03 22:33:00 +00:00
msf
64cb1dcb59
- update to 1.3
2006-02-03 17:01:21 +00:00
msf
187982060e
- update to 0.09
2006-02-03 16:58:31 +00:00
msf
279c4927ab
- update to 0.08
2006-02-03 16:56:58 +00:00