Commit Graph

1615 Commits

Author SHA1 Message Date
ian
8b675763dd Add 1.2 2002-11-01 17:55:12 +00:00
ian
be60f204fe Initial import of native Java JDK1.2 2002-11-01 17:52:53 +00:00
pvalchev
04d0ce8b6b this one escaped - IGNORE: comes with perl now 2002-10-30 06:35:11 +00:00
pvalchev
0a2fca3a54 p5-Locale-Maketext & p5-Scalar-Utils now come stock with perl; remove deps 2002-10-30 05:01:43 +00:00
pvalchev
5ab07c2162 p5-Attribute-Handlers now comes stock with perl; remove dependency 2002-10-30 04:48:20 +00:00
pvalchev
6909d112d7 p5-Digest-MD5 now comes stock with perl 2002-10-30 04:46:31 +00:00
pvalchev
10efc52b61 Remove p5-Test-Simple and p5-Time-HiRes depends; now in stock perl 2002-10-30 04:38:12 +00:00
pvalchev
201e10eb09 Set IGNORE. Those modules now come stock with perl-5.8.0 which is part
of -current since a few days ago thanks to millert@

NOTE: If you are not tracking -current and are using the -current ports
tree this where you will run into trouble as dependencies on these ports
are removed.  For -current users, make sure your system is up-to-date
2002-10-30 00:03:38 +00:00
kevlo
f8aeed1729 upgrade to version 1.4.1_01; requested by Ian Delahorne <iand02@kth.se>. 2002-10-29 03:25:21 +00:00
kevlo
839e9f595c upgrade to version 1.08 2002-10-29 02:30:45 +00:00
kevlo
2bca90ca0a upgrade to version 5.3 2002-10-29 02:16:44 +00:00
kevlo
4e82fddeca - upgrade to version 2.05
- add regression test
2002-10-29 01:59:14 +00:00
todd
33248e4bbc thanks to drahn@ update to gc6.1 (misc bugfixes, I've heard good things, etc,
best of all, you can drop this in on shared archs as a replacement for 6.0,
I've tested opencm and w3m)
2002-10-26 13:25:26 +00:00
naddy
edf4ef642a No regression tests available. 2002-10-25 22:37:52 +00:00
naddy
b2ee4be420 Enable regression tests. 2002-10-25 22:37:12 +00:00
naddy
424550466f Update to 0.7; from Jose Nazario <jose@monkey.org>. 2002-10-25 13:30:36 +00:00
fgsch
0332bcc194 update to maintenance release 33. 2002-10-23 22:13:33 +00:00
todd
a40e980fb1 opencm-alpha18pl2 .. another upwards-only compatible update 2002-10-23 20:57:30 +00:00
todd
e2e50ffba9 update to alpha18pl1
WARNING:  Anyone using OpenCM must realize that with this update, you will
          no longer be able to talk to older repositories.  The repository
          itself upgrades fine, just the wire protocol changed incompatibly.

Recap: alpha18pl1 and beyond will not talk to alpha17 and below, and
       vica versa.
2002-10-23 15:35:54 +00:00
naddy
f814be22f8 update to 4.1 and take maintainer; ok jakob@ 2002-10-21 23:18:05 +00:00
pvalchev
ac2234b577 Update to varconf-0.5.4 2002-10-19 08:38:49 +00:00
brad
f060e4e8e2 upgrade to libslang 1.4.6 2002-10-19 03:07:28 +00:00
jsyn
6c9e9a1854 PSS mirror has been updated; add MASTER_SITE_PACKETSTORM back in 2002-10-17 21:08:26 +00:00
naddy
66a1433342 +snit 2002-10-17 00:27:59 +00:00
naddy
424499b558 Import snit 0.6; submitted by Jose Nazario <jose@crimelabs.net>.
Snit is a pure-Tcl object and megawidget framework written entirely
in Tcl.
2002-10-17 00:26:52 +00:00
wilfried
e75af0b18c + p5-Cache-Cache
+ p5-Class-Container
+ p5-Class-Data-Inheritable
+ p5-Devel-StackTrace
+ p5-Error
+ p5-Exception-Class
+ p5-IPC-ShareLite
+ p5-Scalar-List-Utils
2002-10-16 13:20:50 +00:00
wilfried
63928e3ea8 Import p5-Scalar-List-Utils 1.0701; submitted by Jim Geovedi <jim@corebsd.or.id>
This package contains a selection of subroutines that people have
expressed would be nice to have in the perl core, but the usage
would not really be high enough to warrant the use of a keyword,
and the size so small such that being individual extensions would
be wasteful.
2002-10-16 13:06:16 +00:00
wilfried
0ac4bbe8b2 Import p5-IPC-ShareLite 0.08; submitted by Jim Geovedi <jim@corebsd.or.id>
Provides a simple interface to shared memory, allowing data to be
efficiently communicated between processes.
2002-10-16 13:02:03 +00:00
wilfried
4b704c08d2 Import p5-Exception-Class 1.05; submitted by Jim Geovedi <jim@corebsd.or.id>
This module allows you to declare hierarchies of exception classes for
use in your code.
2002-10-16 12:58:52 +00:00
wilfried
ddcd72629d Import p5-Error 0.15; submitted by Jim Geovedi <jim@corebsd.or.id>
Error/exception handling in an OO-ish way.
2002-10-16 12:56:22 +00:00
wilfried
8a09eca1c4 Import p5-Devel-StackTrace 1.01; submitted by Jim Geovedi <jim@corebsd.or.id>
The Devel::StackTrace object contains a set of Devel::StackTraceFrame
objects, one for each level of the stack.
2002-10-16 12:53:27 +00:00
wilfried
84bf4ecc32 Import p5-Class-Data-Inheritable 0.02; submitted by Jim Geovedi <jim@corebsd.or.id>
Class::Data::Inheritable is for creating accessor/mutators to class
data.  That is, if you want to store something about your class as
a whole (instead of about a single object).  This data is then
inherited by your subclasses and can be overriden.
2002-10-16 12:50:40 +00:00
wilfried
4c0de82e6b Import p5-Class-Container 0.07; submitted by Jim Geovedi <jim@corebsd.or.id>
This class facilitates building frameworks of several classes that
inter-operate. It was first designed and built for "HTML::Mason",
in which the Compiler, Lexer, Interpreter, Resolver, Component,
Buffer, and several other objects must create each other transparently,
passing the appropriate parameters to the right class, possibly
substituting their own subclass for any of these objects.
2002-10-16 12:47:38 +00:00
wilfried
a64a9f7829 Import p5-Cache-Cache 1.01; submitted by Jim Geovedi <jim@corebsd.or.id>
The Cache modules are designed to assist a developer in persisting
data for a specified period of time.
2002-10-16 12:43:03 +00:00
wilfried
5aa6d01cd1 update to p5-Params-Validate-0.24, from new maintainer Jim Geovedi <jim@corebsd.or.id> 2002-10-16 12:39:16 +00:00
wilfried
a90dfcddab New maintainer: Jim Geovedi <jim@corebsd.or.id> 2002-10-16 12:37:39 +00:00
naddy
de76294f85 - configure sparc64 as a 64-bit platform
- include workaround for a compiler bug
- simplify
ok jakob@
2002-10-13 22:09:25 +00:00
naddy
08eb2c7a60 C++ fixes for gcc3; parts from Jack J. Woehr <jwoehr@attglobal.net> 2002-10-13 21:45:46 +00:00
jsyn
bf2b8fc541 update to flawfinder-1.21; port is using python2.2 now as well 2002-10-12 07:37:31 +00:00
jsyn
b8d78e3404 update to rats-2.1 2002-10-12 06:28:18 +00:00
todd
e18e0273a9 make _sure_ we dont use the includes from the in-tree version of boehm-gc 2002-10-11 12:34:20 +00:00
todd
6e9c7cab13 update to alpha17 (finally some activity!) 2002-10-11 12:27:00 +00:00
fgsch
6347e76401 byebye NEED_VERSION. 2002-10-05 21:11:09 +00:00
naddy
3ccbc67563 Update to FreeBSD-CVSweb 2.0.6. Notable changes:
- Make annotate work under mod_perl.
- New config variable annotate_options.
2002-10-04 19:21:48 +00:00
brad
6709a2465e upgrade to gmake 3.80 2002-10-04 18:06:28 +00:00
marcm
51134e8683 Update MASTER_SITES
ok nino@
2002-09-22 15:37:35 +00:00
avsm
4094f3e8c1 Update to p5-MLDBM-2.01
From new maintainer Jim Geovedi <jim@corebsd.or.id>
2002-09-21 11:41:04 +00:00
avsm
a1d916d859 Update to p5-FreezeThaw-0.43
From new maintainer Jim Geovedi <jim@corebsd.or.id>
2002-09-21 11:38:58 +00:00
nino
86e13c9c02 Update email and MASTER_SITES, zap NEED_VERSION. 2002-09-20 08:15:15 +00:00
shell
0650f3333f Updated to p5-Date-Handler-1.0 2002-09-20 07:40:44 +00:00