summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on python2.3Hye-Shik Chang2003-08-201-1/+9
| | | | Notes: svn path=/head/; revision=87360
* Add p5-DateTime-Calendar-FrenchRevolutionary 0.04Mathieu Arnold2003-08-205-0/+35
| | | | | | | | | | | Dates in the French Revolutionary Calendar. PR: 55117 Submitted by: me Approved by: demon (mentor) Notes: svn path=/head/; revision=87354
* Update to 1.02Mathieu Arnold2003-08-202-4/+11
| | | | | | | | | | 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
* Add p5-Algorithm-Numerical-Shuffle 1.4, shuffle a list.Erwin Lansing2003-08-205-0/+46
| | | | | | | | | | | | | | | | | | | 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
* Update to 1.20Erwin Lansing2003-08-193-8/+7
| | | | | | | Submitted by: mat Notes: svn path=/head/; revision=87311
* Update to 0.09Mathieu Arnold2003-08-192-2/+2
| | | | | | | | | | | | | | | | | | | | | | | - 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
* Update to 0.50Mathieu Arnold2003-08-192-2/+2
| | | | | | | | | | | * 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
* update to 0.2501Mathieu Arnold2003-08-192-2/+3
| | | | | | | Approved by: demon (mentor) Notes: svn path=/head/; revision=87297
* Update the pkg-descrTilman Keskinoz2003-08-191-4/+4
| | | | | | | Submitted by: Chris Larsen <darth@vader.dk> Notes: svn path=/head/; revision=87292
* Unbreak by Updating to 1.3.3 andTilman Keskinoz2003-08-193-412/+445
| | | | | | | | | | Change the Logic of the knobs PR: 55651 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=87291
* Add p5-DateTime-Format-HTTP 0.35Mathieu Arnold2003-08-195-0/+53
| | | | | | | | | | | | 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
* Upgrade to version 1.9.9.Jimmy Olgeni2003-08-192-2/+2
| | | | Notes: svn path=/head/; revision=87282
* Update to 0.77Mathieu Arnold2003-08-193-5/+9
| | | | | | | | | | | | | | * 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
* Update to 1.04Mathieu Arnold2003-08-192-2/+3
| | | | | | | | | | | | | | | | | | * 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
* Update to 0.65Mathieu Arnold2003-08-193-4/+4
| | | | | | | | | | | | * 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
* Mark IGNORE until scaffold can be committed.Joe Marcus Clarke2003-08-182-0/+4
| | | | Notes: svn path=/head/; revision=87233
* Add HyperSpec, a Common Lisp reference in HTML format, based on theJimmy Olgeni2003-08-185-0/+2395
| | | | | | | ANSI X3.226-1994 standard. Notes: svn path=/head/; revision=87226
* Update to 0.9.Akinori MUSHA2003-08-183-4/+5
| | | | Notes: svn path=/head/; revision=87224
* o Main modificationNorikatsu Shigemura2003-08-182-8/+6
| | | | | | | | | | | | | | | | | | | | | 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
* Update to latest release (4.0.1)Michael Landin2003-08-182-2/+2
| | | | | | | | | | | - Major code cleanup - Improved logging and spell-checking - Faster compilation time Approved by: roberto (mentor) Notes: svn path=/head/; revision=87209
* Update to 1.50Erwin Lansing2003-08-183-6/+4
| | | | | | | | | PR: 53730, 55647 Submitted by: mat, Sergey Matveychuk <sem@ciam.ru> Approved by: maintainer (implicit) Notes: svn path=/head/; revision=87198
* Update to 20030726Mathieu Arnold2003-08-182-5/+5
| | | | | | | | | | | grab maintainership PR: 55309 Submitted by: me Approved by: demon (mentor) Notes: svn path=/head/; revision=87195
* Update to 20030818.Norikatsu Shigemura2003-08-182-2/+2
| | | | | | | Requested by: simokawa (developer) Notes: svn path=/head/; revision=87194
* Update to 20030805.Norikatsu Shigemura2003-08-182-3/+3
| | | | | | | | Requested by: simokawa (developer) Submitted by: daichi Notes: svn path=/head/; revision=87193
* Remove gide. This was replaced with anjuta which will be replaced byJoe Marcus Clarke2003-08-1820-371/+0
| | | | | | | scaffold in GNOME 2.4. Notes: svn path=/head/; revision=87159
* Remove gnomedebug. It's old, broken on -CURRENT, and not heavily usedJoe Marcus Clarke2003-08-189-151/+0
| | | | | | | (if at all). Notes: svn path=/head/; revision=87156
* Add tla, an arch CLI written in C.Sean Chittenden2003-08-175-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Update WWW.Jun Kuriyama2003-08-171-1/+1
| | | | | | | | PR: ports/54925 Submitted by: Jens Rehsack <rehsack@liwing.de> Notes: svn path=/head/; revision=87121
* Switch to tcl 8.4 and bump PORTREVISIONKris Kennaway2003-08-172-8/+10
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=87118
* Switch to tcl 8.4 and bump PORTREVISION.Kris Kennaway2003-08-171-5/+5
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=87116
* Use INFO.Joe Marcus Clarke2003-08-174-6/+3
| | | | Notes: svn path=/head/; revision=87109
* * Use INFOJoe Marcus Clarke2003-08-172-6/+4
| | | | | | | * Use gnometarget Notes: svn path=/head/; revision=87108
* - Change my maintainer address.Alexander Nedotsukov2003-08-1710-60/+14
| | | | | | | | | - Use gnomehack for pkgconfig libdir. Approved by: marcus (mentor) Notes: svn path=/head/; revision=87106
* Change my maintainer address.Alexander Nedotsukov2003-08-171-1/+1
| | | | | | | Approved by: marcus (mentor) Notes: svn path=/head/; revision=87105
* Use INFO.Joe Marcus Clarke2003-08-172-7/+1
| | | | Notes: svn path=/head/; revision=87104
* Switch to tcl/tk 8.4, add tcl84 virtual category and bump PORTREVISION.Kris Kennaway2003-08-172-3/+4
| | | | Notes: svn path=/head/; revision=87101
* Switch to tcl 8.4, add tcl84 virtual category and bump PORTREVISION.Kris Kennaway2003-08-171-4/+5
| | | | Notes: svn path=/head/; revision=87099
* Update to 2.4.4.Joe Marcus Clarke2003-08-162-15/+23
| | | | | | | | | | | * 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
* Add all libraries to build.Lev A. Serebryakov2003-08-162-5/+222
| | | | | | | Now libobjc, libf2c, libstdc++ are builded and installed with headers, etc. Notes: svn path=/head/; revision=87077
* Add jadetex to BUILD_DEPENDS.Jimmy Olgeni2003-08-161-1/+2
| | | | Notes: svn path=/head/; revision=87058
* Bump PORTREVISION for pkg-plist fixKris Kennaway2003-08-161-1/+1
| | | | Notes: svn path=/head/; revision=87053
* Add missing filesKris Kennaway2003-08-161-0/+2
| | | | Notes: svn path=/head/; revision=87052
* Utilize INFO and bump PORTREVISION.Kris Kennaway2003-08-162-4/+3
| | | | Notes: svn path=/head/; revision=87044
* Utilize INFO. The pkg-plist still appears to be broken.Kris Kennaway2003-08-162-29/+1
| | | | Notes: svn path=/head/; revision=87037
* Bump PORTREVISION for previousKris Kennaway2003-08-161-0/+1
| | | | Notes: svn path=/head/; revision=87035
* Update my ports to use my @FreeBSD.org addressMathieu Arnold2003-08-1648-48/+48
| | | | | | | Approved by: demon (mentor) Notes: svn path=/head/; revision=87033
* Utilize INFOKris Kennaway2003-08-162-6/+1
| | | | Notes: svn path=/head/; revision=87032
* Update to 0.51b2.Joe Marcus Clarke2003-08-1611-35/+122
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=87023
* Add ruby-p4 (P4Ruby), Ruby interface to the Perforce API.Akinori MUSHA2003-08-155-0/+86
| | | | Notes: svn path=/head/; revision=86994
* Really fix the bug where portlint looks through COMMENT for direct commandJoe Marcus Clarke2003-08-152-5/+5
| | | | | | | usage. Notes: svn path=/head/; revision=86992