| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
recommended people use:
portupgrade -rf gettext -m BATCH=yes
To update this port.
Tested by: Thierry Thomas <thierry@pompo.net>
myself
|
|
|
|
|
|
|
| |
This PR upgrades devel/pear-PEAR to its latest version (1.2.1 stable).
PR: ports/55609
Submitted by: Thierry Thomas <thierry@pompo.net>
|
|
|
|
|
|
|
|
|
| |
When you build a PECL module, NO_BUILD is defined => the
build target does not build anything, and make all is delayed
until `make install'.
PR: ports/55168
Submitted by: Thierry Thomas <thierry@pompo.net>
|
|
|
|
|
|
|
|
|
| |
Helps keep track of modes/permissions/ownership of files in cvs
Change in distinfo is only because it isn't gzipped
PR: ports/55071
Submitted by: R.I.Pienaar <rip@devco.net>
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: joerg (maintainer)
|
|
|
|
|
|
| |
bump PORTREVISION
Approved by: demon (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch solves two problems of the actual ViewCVs port:
1. it is forbidden as it is CSS-vulnerable, ViewCVS's CVS
contains a patch but a new release was still not created
by the authors 2. it overwrites the configuration files on
installation
To solve problem 1 I "back-ported" the patch 1.117 to
lib/viewcvs.py
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/viewcvs/viewcvs/lib/viewcvs.py#rev1.117
as the author itself says, it solves the problem:
http://mailman.lyra.org/pipermail/viewcvs-dev/2002-July/000776.html
To solve problem 2 I changed the install script to install
viewcvs.conf.dist directly instead of renaming it to
viewcvs.conf, leaving it up to the user and specifying it
in the pkg-message.
PR: ports/51464
Submitted by: Lapo Luchini <lapo@m4d.sm>
|
|
|
|
|
| |
PR: 55907
Submitted by: maintainer
|
|
|
|
|
|
|
| |
address of the maintainer.
PR: 55910
Submitted by: maintainer
|
|
|
|
|
|
|
| |
address of the maintainer.
PR: 55911
Submitted by: maintainer
|
|
|
|
|
| |
PR: 55898
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
| |
- Utilize variables: PYTHON_SITELIBDIR, DOCSDIR, EXAMPLESDIR
- INSTALLS_SHLIB=yes because we do
- make portlint happy
PR: 55906
Submitted by: maintainer
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
BUILD_STATIC. This affects to python embedding programs only.
Submitted by: olgeni
|
| |
|
| |
|
|
|
|
|
| |
PR: 55878
Submitted by: maintainer
|
|
|
|
|
| |
PR: 55418
Submitted by: Ports Fury
|
|
|
|
|
|
| |
PR: ports/55798
Submitted by: lev
Approved by: bmah (maintainer)
|
|
|
|
|
| |
PR: 51834
Submitted by: mat
|
|
|
|
| |
Requested by: previous maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bug fixes.
- Rudimentary interceptor support.
- Support for Python 2.3.
- Per thread and per object reference timeouts.
- Generation of stubs for all COS IDL.
- New omniORB.any module to help convert to and from Anys.
Assign port maintainership to Sergey Matveychuk <sem@ciam.ru>,
he is omniORB port maintainer and will be able to take care of
this port better.
PR: 55849
Submitted by: Sergey Matveychuk <sem@ciam.ru> (new maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- Bug fixes.
- Use of standard iostreams in omniNames etc..
- Performance improvements.
- Use DOCSDIR
PR: 55849
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
PR: 55763
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
|
|
|
|
|
| |
PR: 55745
Submitted by: KATO Tsuguru <tkato@prontomail.com> (based on)
Approved by: marcus (mentor)
|
| |
|
|
|
|
|
|
|
|
| |
Dates in the French Revolutionary Calendar.
PR: 55117
Submitted by: me
Approved by: demon (mentor)
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Submitted by: mat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
| |
* count()
* fixed: size() does not try to add 'zero' to object.
* tests for count() and size()
Approved by: demon (mentor)
|
|
|
|
| |
Approved by: demon (mentor)
|
|
|
|
| |
Submitted by: Chris Larsen <darth@vader.dk>
|
|
|
|
|
|
|
| |
Change the Logic of the knobs
PR: 55651
Submitted by: Sergey Matveychuk <sem@ciam.ru>
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
|
|
|
| |
* 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
|