Commit graph

7767 commits

Author SHA1 Message Date
Kirill Ponomarev
ef8317f8a6 Update to 4.0.2
- Bug fixes.
 - Use of standard iostreams in omniNames etc..
 - Performance improvements.
 - Use DOCSDIR

PR:		55849
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)
2003-08-21 21:15:31 +00:00
Sergey Skvortsov
08e52e6fc5 Apply workaround for use 'du -sk' instead 'du -sb'. 2003-08-21 18:05:28 +00:00
Mathieu Arnold
78dc0ca84e Update to 0.19_05
Add inc.build.mk which should be used by modules using Module::Build to build
so that they respect PREFIX
Grab maintainership

PR:		55115
Approved by:	demon (mentor)
2003-08-21 13:09:52 +00:00
Daichi GOTO
5bbac6fe49 update devel/vtcl: 1.6.0b2 -> 1.6.0
PR:		55763
Submitted by:	Marcus von Appen <mva@sysfault.org> (maintainer)
2003-08-21 04:51:56 +00:00
Alexander Nedotsukov
807df06858 Fix gmodule and gthread library names in .pc files.
PR:           55745
Submitted by: KATO Tsuguru <tkato@prontomail.com> (based on)
Approved by:  marcus (mentor)
2003-08-21 02:18:15 +00:00
Hye-Shik Chang
434431588c Fix build on python2.3 2003-08-20 09:35:46 +00:00
Mathieu Arnold
a870cad52f Add p5-DateTime-Calendar-FrenchRevolutionary 0.04
Dates in the French Revolutionary Calendar.

PR:		55117
Submitted by:	me
Approved by:	demon (mentor)
2003-08-20 08:54:28 +00:00
Mathieu Arnold
5bba790c1a Update to 1.02
bump PORTEPOCH because it went from 1.0100 to 1.02
restrict to perl 5.6.1 and higher because of new dependency

Approved by:	demon (mentor)
2003-08-20 08:05:39 +00:00
Erwin Lansing
15e1a07d56 Add p5-Algorithm-Numerical-Shuffle 1.4, shuffle a list.
Shuffle is a perl module which performs a one pass, fair shuffle on a
list. If the list is passed as a reference to an array, the shuffle
is done in situ.

The running time of the algorithm is linear in the size of the list.
For an in situ shuffle, the memory overhead is constant; otherwise,
linear extra memory is used.

The algorithm used is discussed by Knuth [3]. It was first published
by Fisher and Yates [2], and later by Durstenfeld [1].

PR:		55574
Submitted by:	andrew@scoop.co.nz
2003-08-20 06:56:11 +00:00
Erwin Lansing
2d6c1620e7 Update to 1.20
Submitted by:	mat
2003-08-19 17:03:22 +00:00
Mathieu Arnold
16790c2ec7 Update to 0.09
- added DT::Set count()
- fixed DT::SpanSet duration()
- methods that accepted a DT object, now accept a list of DT objects.
  Suggested by Ben Bennet, I think.
- added _callback_next - "previous-only recurrences"
- optimizes intersection of recurrence with span
- internal 'S::I' recurrence class
- small fix in DT::Set clone()
- DateTime::Set uses DateTime infinity constants; max and min now return
  DateTime::Infinite::Future/Past objects.
- DateTime::Span uses DateTime infinity constants; max and min now return
  DateTime::Infinite::Future/Past objects.
  Docs update to explain 'max()' value when a span is built using 'before'.
- added method set_time_zone()
- clone() is documented

Approved by:	demon (mentor)
2003-08-19 16:17:28 +00:00
Mathieu Arnold
867d609610 Update to 0.50
* count()
* fixed: size() does not try to add 'zero' to object.
* tests for count() and size()

Approved by:	demon (mentor)
2003-08-19 16:14:13 +00:00
Mathieu Arnold
40bd88553d update to 0.2501
Approved by:	demon (mentor)
2003-08-19 15:41:35 +00:00
Tilman Keskinoz
f4296f839b Update the pkg-descr
Submitted by:	Chris Larsen <darth@vader.dk>
2003-08-19 13:47:48 +00:00
Tilman Keskinoz
b497a1a99f Unbreak by Updating to 1.3.3 and
Change the Logic of the knobs

PR:		55651
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2003-08-19 13:45:13 +00:00
Mathieu Arnold
d61d3045ff Add p5-DateTime-Format-HTTP 0.35
This module provides functions that deal the date formats used by the HTTP
protocol (and then some more).

PR:		54187
Submitted by:	mat
Approved by:	demon (mentor)
2003-08-19 10:57:34 +00:00
Jimmy Olgeni
8a0b6c455a Upgrade to version 1.9.9. 2003-08-19 09:58:58 +00:00
Mathieu Arnold
022c64921e Update to 0.77
* Correct package name for Quick.
* Augment license conditions.
* Fixed timezones in fall.t and quick.t tests.
* Fallthrough example and test added.
* Quick parser added to simplify fallthrough stuff.
* Rejigged internals to allow for on_fail argument to multi-parsers.

Approved by:	demon (mentor)
2003-08-19 09:22:25 +00:00
Mathieu Arnold
d0ae49b224 Update to 1.04
* the 'locale' release
  * Applied patches from Joshua Hoblitt to move the the brand new
    DateTime::Locale rather than the old ::Language modules
  * Implemented %x, %X and %c for locale formats
  * Fixed a bug on the two digit year determinator
  * Added a test for locales known as 004locale.t
* This is a major change and you should install this release if you are using
  DateTime >= 0.14 (the first release with Locale)

Bump PORTEPOCH because version went from 1.0302 to 1.04

Approved by:	demon (mentor)
2003-08-19 09:05:52 +00:00
Mathieu Arnold
277ab524d9 Update to 0.65
* It is now possible to turn validation on and off at runtime.  To make this
  easier, it can be set via the PERL_NO_VALIDATION environment variable, or the
  $Params::Validate::NO_VALIDATION global variable.  Go ahead, shoot yourself
  in the foot with it!

Approved by:	demon (mentor), maintainer
2003-08-19 08:30:51 +00:00
Joe Marcus Clarke
c4891b8d93 Mark IGNORE until scaffold can be committed. 2003-08-18 21:07:19 +00:00
Jimmy Olgeni
2ccb917430 Add HyperSpec, a Common Lisp reference in HTML format, based on the
ANSI X3.226-1994 standard.
2003-08-18 19:40:56 +00:00
Akinori MUSHA
5f029c5d3f Update to 0.9. 2003-08-18 18:36:29 +00:00
Norikatsu Shigemura
efb928619b o Main modification
graphics/gd(based on 1.8.4)    -> graphics/gd1
  graphics/gd2(based on 2.0.15)  -> graphics/gd
  graphics/p5-GD(based on 1.41)  -> graphics/p5-GD1
  graphics/p5-GD2(based on 2.07) -> graphics/p5-GD
  japanese/gd                    -> japanese/gd1
  japanese/gd2                   -> japanese/gd
o Include some feature
  WITH_XPM(w/, w/o WITHOUT_X11)
o Chase this modification
o Fix build error [1]

PR:		ports/54540
Submitted by:	Ports Fury
Approved by:	maintainer (blanket)
Reported by:	bento via kris [1]
2003-08-18 16:15:10 +00:00
Michael Landin
7ee3561572 Update to latest release (4.0.1)
- Major code cleanup
	- Improved logging and spell-checking
	- Faster compilation time

Approved by:		roberto (mentor)
2003-08-18 15:32:23 +00:00
Erwin Lansing
6c5f4f98c5 Update to 1.50
PR:		53730, 55647
Submitted by:	mat, Sergey Matveychuk <sem@ciam.ru>
Approved by:	maintainer (implicit)
2003-08-18 13:18:41 +00:00
Mathieu Arnold
7fb0c2fd50 Update to 20030726
grab maintainership

PR:		55309
Submitted by:	me
Approved by:	demon (mentor)
2003-08-18 10:47:18 +00:00
Norikatsu Shigemura
fb1a8d2827 Update to 20030818.
Requested by:	simokawa (developer)
2003-08-18 10:44:06 +00:00
Norikatsu Shigemura
eacbcdc5e6 Update to 20030805.
Requested by:	simokawa (developer)
Submitted by:	daichi
2003-08-18 10:34:09 +00:00
Joe Marcus Clarke
b076d888ee Remove gide. This was replaced with anjuta which will be replaced by
scaffold in GNOME 2.4.
2003-08-18 01:25:35 +00:00
Joe Marcus Clarke
7151ee112c Remove gnomedebug. It's old, broken on -CURRENT, and not heavily used
(if at all).
2003-08-18 01:20:42 +00:00
Sean Chittenden
0d3e362811 Add tla, an arch CLI written in C.
Arch is a really nifty revision control system. It's "whole-tree
changeset based" which means, roughly, that it can handle (with atomic
commits) file and directory adds, deletes, and renames cleanly, and
that it does branching simply and easily. Arch is also "distributed"
which means, for example that you can make arch branches of your own
from remote projects, even if you don't have write access to the
revision control archives for those projects.

This looks to be as close to an open source p4 replacement as one could
hope without being p4.  I'll go so far as to suggest that if this SCM
was employed by the BSD crowd, merging changes between dragonfly (post
source repo reorog), NetBSD, and OpenBSD would be radically less painful.
It is very possible that the dragonfly fork may not have happened under
the arch SCM development methodology, but if it did, at the very least it
would be possible to incorporate dillion's reorg work in a single patch
set, no cvs admin repo surgery needed.

WWW: http://arch.fifthvision.net/bin/view
2003-08-17 22:01:07 +00:00
Jun Kuriyama
42e475653b Update WWW.
PR:		ports/54925
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-17 09:53:37 +00:00
Kris Kennaway
95afc5b1f7 Switch to tcl 8.4 and bump PORTREVISION
Reviewed by:	maintainer
2003-08-17 08:45:34 +00:00
Kris Kennaway
e6219cabdf Switch to tcl 8.4 and bump PORTREVISION.
Reviewed by:	maintainer
2003-08-17 08:12:31 +00:00
Joe Marcus Clarke
bdd1c47883 Use INFO. 2003-08-17 04:14:30 +00:00
Joe Marcus Clarke
c14dd37512 * Use INFO
* Use gnometarget
2003-08-17 04:11:50 +00:00
Alexander Nedotsukov
ad16e3450a - Change my maintainer address.
- Use gnomehack for pkgconfig libdir.

Approved by: marcus (mentor)
2003-08-17 04:01:04 +00:00
Alexander Nedotsukov
9542b8ed84 Change my maintainer address.
Approved by: marcus (mentor)
2003-08-17 03:59:31 +00:00
Joe Marcus Clarke
f4c9cba333 Use INFO. 2003-08-17 03:51:54 +00:00
Kris Kennaway
565e89d94e Switch to tcl/tk 8.4, add tcl84 virtual category and bump PORTREVISION. 2003-08-17 01:51:48 +00:00
Kris Kennaway
423ffe941b Switch to tcl 8.4, add tcl84 virtual category and bump PORTREVISION. 2003-08-17 01:45:25 +00:00
Joe Marcus Clarke
dd5ea45c77 Update to 2.4.4.
* Add support for the Polish locale
* Try to add more intelligence to the direct command use code
* Fix up the wording about numbered info files [1]

Suggested by:	gerald [1]
2003-08-16 20:42:44 +00:00
Lev A. Serebryakov
595344fe2d Add all libraries to build.
Now libobjc, libf2c, libstdc++ are builded and installed with headers, etc.
2003-08-16 17:11:10 +00:00
Jimmy Olgeni
536b373300 Add jadetex to BUILD_DEPENDS. 2003-08-16 13:40:54 +00:00
Kris Kennaway
0f359c492b Bump PORTREVISION for pkg-plist fix 2003-08-16 11:17:09 +00:00
Kris Kennaway
73226e2752 Add missing files 2003-08-16 11:16:50 +00:00
Kris Kennaway
218656ddba Utilize INFO and bump PORTREVISION. 2003-08-16 10:07:08 +00:00
Kris Kennaway
b0e9360f7c Utilize INFO. The pkg-plist still appears to be broken. 2003-08-16 09:30:28 +00:00
Kris Kennaway
36bd6e8245 Bump PORTREVISION for previous 2003-08-16 09:20:46 +00:00