| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=87360
|
|
|
|
|
|
|
|
|
|
|
| |
Dates in the French Revolutionary Calendar.
PR: 55117
Submitted by: me
Approved by: demon (mentor)
Notes:
svn path=/head/; revision=87354
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=87340
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=87333
|
|
|
|
|
|
|
| |
Submitted by: mat
Notes:
svn path=/head/; revision=87311
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=87301
|
|
|
|
|
|
|
|
|
|
|
| |
* count()
* fixed: size() does not try to add 'zero' to object.
* tests for count() and size()
Approved by: demon (mentor)
Notes:
svn path=/head/; revision=87300
|
|
|
|
|
|
|
| |
Approved by: demon (mentor)
Notes:
svn path=/head/; revision=87297
|
|
|
|
|
|
|
| |
Submitted by: Chris Larsen <darth@vader.dk>
Notes:
svn path=/head/; revision=87292
|
|
|
|
|
|
|
|
|
|
| |
Change the Logic of the knobs
PR: 55651
Submitted by: Sergey Matveychuk <sem@ciam.ru>
Notes:
svn path=/head/; revision=87291
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=87286
|
|
|
|
| |
Notes:
svn path=/head/; revision=87282
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
Notes:
svn path=/head/; revision=87280
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
Notes:
svn path=/head/; revision=87277
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
Notes:
svn path=/head/; revision=87274
|
|
|
|
| |
Notes:
svn path=/head/; revision=87233
|
|
|
|
|
|
|
| |
ANSI X3.226-1994 standard.
Notes:
svn path=/head/; revision=87226
|
|
|
|
| |
Notes:
svn path=/head/; revision=87224
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=87214
|
|
|
|
|
|
|
|
|
|
|
| |
- Major code cleanup
- Improved logging and spell-checking
- Faster compilation time
Approved by: roberto (mentor)
Notes:
svn path=/head/; revision=87209
|
|
|
|
|
|
|
|
|
| |
PR: 53730, 55647
Submitted by: mat, Sergey Matveychuk <sem@ciam.ru>
Approved by: maintainer (implicit)
Notes:
svn path=/head/; revision=87198
|
|
|
|
|
|
|
|
|
|
|
| |
grab maintainership
PR: 55309
Submitted by: me
Approved by: demon (mentor)
Notes:
svn path=/head/; revision=87195
|
|
|
|
|
|
|
| |
Requested by: simokawa (developer)
Notes:
svn path=/head/; revision=87194
|
|
|
|
|
|
|
|
| |
Requested by: simokawa (developer)
Submitted by: daichi
Notes:
svn path=/head/; revision=87193
|
|
|
|
|
|
|
| |
scaffold in GNOME 2.4.
Notes:
svn path=/head/; revision=87159
|
|
|
|
|
|
|
| |
(if at all).
Notes:
svn path=/head/; revision=87156
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=87145
|
|
|
|
|
|
|
|
| |
PR: ports/54925
Submitted by: Jens Rehsack <rehsack@liwing.de>
Notes:
svn path=/head/; revision=87121
|
|
|
|
|
|
|
| |
Reviewed by: maintainer
Notes:
svn path=/head/; revision=87118
|
|
|
|
|
|
|
| |
Reviewed by: maintainer
Notes:
svn path=/head/; revision=87116
|
|
|
|
| |
Notes:
svn path=/head/; revision=87109
|
|
|
|
|
|
|
| |
* Use gnometarget
Notes:
svn path=/head/; revision=87108
|
|
|
|
|
|
|
|
|
| |
- Use gnomehack for pkgconfig libdir.
Approved by: marcus (mentor)
Notes:
svn path=/head/; revision=87106
|
|
|
|
|
|
|
| |
Approved by: marcus (mentor)
Notes:
svn path=/head/; revision=87105
|
|
|
|
| |
Notes:
svn path=/head/; revision=87104
|
|
|
|
| |
Notes:
svn path=/head/; revision=87101
|
|
|
|
| |
Notes:
svn path=/head/; revision=87099
|
|
|
|
|
|
|
|
|
|
|
| |
* 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]
Notes:
svn path=/head/; revision=87083
|
|
|
|
|
|
|
| |
Now libobjc, libf2c, libstdc++ are builded and installed with headers, etc.
Notes:
svn path=/head/; revision=87077
|
|
|
|
| |
Notes:
svn path=/head/; revision=87058
|
|
|
|
| |
Notes:
svn path=/head/; revision=87053
|
|
|
|
| |
Notes:
svn path=/head/; revision=87052
|
|
|
|
| |
Notes:
svn path=/head/; revision=87044
|
|
|
|
| |
Notes:
svn path=/head/; revision=87037
|
|
|
|
| |
Notes:
svn path=/head/; revision=87035
|
|
|
|
|
|
|
| |
Approved by: demon (mentor)
Notes:
svn path=/head/; revision=87033
|
|
|
|
| |
Notes:
svn path=/head/; revision=87032
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=87023
|
|
|
|
| |
Notes:
svn path=/head/; revision=86994
|
|
|
|
|
|
|
| |
usage.
Notes:
svn path=/head/; revision=86992
|