| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Submitted by: jkim
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The Math_FractionOp static class contains definitions for:
- basic arithmetic operations
- comparing fractions
- greatest common divisor (gcd) and least common multiple (lcm)
of two integers
- simplifying (reducing) and getting the reciprocal of a fraction
- converting a float to fraction.
WWW: http://pear.php.net/package/Math_Fraction/
|
| |
|
|
|
|
|
|
|
|
| |
generated by PHP_ParserGenerator. The parser uses the same EBNF source
that PHP uses to parse itself, modified for Lemon parser format,
and it therefore as robust as PHP itself.
WWW: http://pear.php.net/package/PHP_Parser/
|
| |
|
|
|
|
|
|
| |
into a PHP 5-based parser
WWW: http://pear.php.net/package/PHP_ParserGenerator/
|
| |
|
|
|
|
|
|
| |
and handling of FATAL errors
WWW: http://pear.php.net/package/PHP_Shell/
|
| |
|
|
|
|
|
|
| |
receiving a pingback.
WWW: http://pear.php.net/package/Services_Pingback/
|
|
|
|
| |
Submitted by: pointyhat via kris
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
The port was done by the submitter for Update 1, I've made the minor
changes for Update 2.
Submitted by: jkim
|
| |
|
|
|
|
|
| |
PR: ports/112934
Approved by: pav (portmgr, in mentor's absence)
|
|
|
|
|
|
| |
PR: ports/112934
Submitted by: Hugo Saro <hugo@barafranca.com> (maintainer)
Approved by: pav (portmgr, in mentor's absence)
|
|
|
|
|
|
| |
PR: ports/112934
Submitted by: Hugo Saro <hugo@barafranca.com> (maintainer)
Approved by: pav (portmgr, in mentor's absence)
|
|
|
|
| |
Reported by: dougb
|
|
|
|
| |
rebuilt.
|
|
|
|
|
|
|
|
| |
- Use MPICH2 unless WITH_MPICH1 is set;
- Add a missing RUN_DEPENDS for mpirun.
Reported by: pointyhat via Pav (1)
|
| |
|
| |
|
|
|
|
| |
Changes: CVS/ directories were removed from the tarball.
|
|
|
|
| |
Submitted by: Kouichi ABE (WALL) <kouichi@MysticWALL.COM> (maintainer)
|
|
|
|
|
| |
PR: ports/115120
Approved by: maintainer
|
|
|
|
|
|
| |
Changelog at <http://bouml.free.fr/historic.html>;
- Use the versionned HTML Reference manual.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
fix.
Reported by: clemens fischer
Obtained from: newsbeuter svn
|
| |
|
| |
|
|
|
|
| |
XMLRPC.
|
| |
|
| |
|
|
|
|
| |
Catalyst.
|
|
|
|
| |
Changes: http://lists.otrs.org/pipermail/announce/2007/000076.html
|
|
|
|
|
|
| |
- Use WWWDIR
Approved by: maintainer implicit
|
|
|
|
|
|
|
| |
- Connect to build
PR: 114757
Submitted by: Josh Paetzel <josh@tcbug.org>
|
|
|
|
| |
Repocopy by: marcus
|
|
|
|
|
|
|
| |
- Remove 4.X cruft
PR: 115192
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
|
|
|
|
|
| |
PR: 115191
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
|
|
|
|
|
| |
Approved by: maintainer timeout (security 3 days) remko (secteam)
Security: http://www.vuxml.org/freebsd/4872d9a7-4128-11dc-bdb0-0016179b2dd5.html
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
the DESTDIR changes today.
2. Export pd, pdb, and distdir to avoid having to look them up each time
3. Streamline find_moved() by grepping for lines, and then recursing
4. Further streamline by using variable stripping instead of cut
|
|
|
|
| |
Approved by: rafan (mentor, implicit)
|
|
|
|
|
|
| |
PR: ports/115205
Submitted by: chinsan
Approved by: maintainer, rafan (mentor, implicit)
|
|
|
|
|
|
| |
- Take maintainership.
Approved by: rafan (mentor, implicit)
|
|
|
|
|
| |
Reported by: {kris,pav} via pointyhat
Approved by: rafan (mentor, implicit)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
libpurple:
* Core changes to allow UIs to use second-granularity for scheduling. Pidgin and Finch, which use the glib event loop, were changed to use g_timeout_add_seconds() on glib >= 2.14 when possible. This allows glib to better group our longer timers to increase power fficiency. (Arjan van de Ven with Intel Corporation)
* No longer linkifies screennames containing @ signs in join/part notifications in chats
* With the HTML logger, images in conversations are now saved. NOTE: Saved images are not yet displayed when loading logs.
* Added support for QIP logs to the Log Reader plugin (Michael Shkutkov)
Pidgin:
* Ensure only one copy of Pidgin is running with a given configuration directory. The net effect of this is that trying to start Pidgin a second time will raise the buddy list. (Gabriel Schulhof)
* Undo capability in the conversation window
* The formatting toolbar has been reorganized to be more concise.
* A new status area has been added to the top of conversations to provide additional detail about the buddy, including buddy icon, protocol and status message.
* Show idle times in the buddy list as days, hours, seconds
Finch:
* There's support for workspaces now (details in the manpage)
* There's a new custom window manager, Irssi
* Some improvements for tab-completion, tooltip and the password entries
* Some bugs regarding search results fixed
* A new DBus-script to create a docklet for finch
* Support for showing empty groups in the buddy list (Eric Polino)
|
|
|
|
|
|
| |
PR: ports/114742
Submitted by: KATO Tsuguru <tkato432 (AT) yahoo.com>
Approved by: miwi (mentor)
|
|
|
|
|
|
|
|
|
| |
CONFIGURE_ARGS for ports setting USE_XORG. This restores the old USE_XLIB
behaviour. [1]
- Whitespace fixes [2]
PR: ports/115098 [1]
Submitted by: mm [1], miwi [2]
|
|
|
|
|
|
| |
PR: ports/114744
Submitted by: KATO Tsuguru <tkato432 (AT) yahoo.com>
Approved by: miwi (mentor)
|
|
|
|
|
|
| |
PR: ports/114741
Submitted by: KATO Tsuguru <tkato432 (AT) yahoo.com>
Approved by: miwi (mentor)
|
|
|
|
|
|
|
| |
<tom-freebsdorg@hukins.freeserve.co.uk>: host
mail-in.freeserve.com[193.252.22.141] said: 550 Error: Message content
rejected <565a4052e34b8ddc44ec45458da4b976> (in reply to end of DATA
command)
|
|
|
|
| |
- General clean-up
|
|
|
|
|
|
| |
- Don't clobber config files
- Many tweaks
- This port could use a lot more attention
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/115182
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> (maintainer)
|
|
|
|
|
| |
PR: ports/115189
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
|
| |
bsd.commands.mk and can be easily reused within the infrastructure.
- Revert old DESTDIR implementation.
- Add a new, fully chrooted DESTDIR implementation as bsd.destdir.mk.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
|
|
|
| |
- Install a missing file
PR: ports/115187
Submitted by: Martin Tournoij <carpetsmoker (AT) xs4all.nl>
Approved by: miwi (mentor)
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
| |
Reported by: pointyhat via kris
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/105549
Reported by: Toshio Hiraga <toshio.hiraga@gmail.com>
Approved by: maintainer timeout
|
|
|
|
|
|
|
| |
- Add a patch to prevent install suid executable and message about it.
PR: ports/112754
Submitted by: Ighighi <ighighi@gmail.com>, Cristian KLEIN <cristi@net.utcluj.ro>
|
|
|
|
|
|
|
| |
Changes in the files "CHANGES", "README", and "example-config".
Additional the example-config is now installed -> PORTREVISION bump
Reported by: clemens fischer
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Update email address in pkg-descr.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Add CONFLICTS for uim-el-emacs21.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 115161
Submitted by: David Yeske <dyeske@gmail.com>
|
|
|
|
|
|
| |
- No need to bump PORTREVISION
Submitted by: b-thomas_AT_freenet dot de
|
|
|
|
| |
rar command (for vobsub compression): rar executable not found: NOT Ok
|
|
|
|
| |
Approved by: maho (amd64 porting blanket)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
provides Web Single SignOn (SSO) across or within organizational
boundaries. It allows sites to make informed authorization decisions
for individual access of protected online resources in a
privacy-preserving manner.
This software is a C++ implementation of the Service Provider
component of the Shibboleth can be used in Apache Web servers. The
service provider manages secured resources. User access to resources
is based on assertions received by the service provider (SP) from
an identity provider.
WWW: http://shibboleth.internet2.edu/
PR: ports/114663
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
|
| |
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 114819
Submitted by: Dmitrij Tejblum <dt@yandex.ru>
Approved by: Robert Noland <rnoland@2hip.net> (maintainer)
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Tested by: pointyhat
Thanks to: pav (testing)
Approved by: garga (mentor, implicit)
|
|
|
|
|
| |
PR: ports/115113
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
|
|
|
|
| |
Submitted by: Fabrice Colin <fabrice.colin (at) gmail.com> (author)
|
|
|
|
| |
Pointed out by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
standard make and environment variables to their qmake counterparts:
QMAKE_CC="${CC}" QMAKE_CXX="${CXX}" QMAKE_LINK_SHLIB="${CXX}"
QMAKE_LINK="${CXX}" QMAKE_CFLAGS="${CFLAGS}"
QMAKE_CXXFLAGS="${CXXFLAGS}" QMAKE_CFLAGS_THREAD="${PTHREAD_CFLAGS}"
QMAKE_LFLAGS_THREAD="${PTHREAD_LIBS}"
This is mostly useful for ports which call ${QMAKE} directly in some
target and want to override some of the defaults in qmake.conf.
|
| |
|
| |
|
|
|
|
| |
Noted by: Dmitry Morozovsky <marck_AT_rinet dot ru>
|
|
|
|
| |
Submitted by: maintainer via mail
|
| |
|
|
|
|
| |
This fixes plist - no egg-info file is expected now
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Remove old version support for < FreeBSD 5.0.
- Release maintainership
|
| |
|
| |
|
|
|
|
| |
Pointyhat to: clsung (me)
|
|
|
|
|
| |
PR: ports/115158
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
|
|
|
|
|
| |
Obtained from: newsbeuter SVN
Reported by: sat
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
twitter.com provides a web 2.0 type of ubiquitous presence.
This module allows you to set your status, as well as the statuses of
your friends.
You can view the latest status of Net::Twitter on it's own twitter
timeline at http://twitter.com/net_twitter
WWW: http://search.cpan.org/dist/Net-Twitter/
|
|
|
|
| |
- Update pkg-descr
|
|
|
|
|
| |
PR: ports/114048
Submitted by: Roderick van Domburg <r dot s dot a dot vandomburg_AT_nedforce dot nl>
|
|
|
|
|
| |
PR: ports/114048
Submitted by: Roderick van Domburg <r dot s dot a dot vandomburg_AT_nedforce dot nl>
|
|
|
|
|
|
|
|
|
|
|
| |
This offers greatly improved performance and compatibility.
The Makefile has been revamped to use RubyGems instead of a plain tarball.
The RubyGem packaging is the preferred method of distribution, and simplifies
the Makefile.
PR: ports/114048
Submitted by: Roderick van Domburg <r dot s dot a dot vandomburg_AT_nedforce dot nl>
|
|
|
|
| |
- will try to fix in current revision (pugs)
|
|
|
|
|
|
| |
- Add mirrors
- Remove empty scorefile at deinstall
- Minor tweaks
|
|
|
|
|
|
|
| |
- Add patch to fix a bug in {num*-10} to make sure it starts on 10 rather than
on 9. Also, it has been changed from '-' to '+' like {num*+10}. [1]
Obtained from: its SVN [1]
|
| |
|
|
|
|
|
|
|
|
|
| |
- Assign eclipse@FreeBSD.org as maintainer
PR: ports/113435
Submitted by: Rick Petty, tmclaugh
Approved by: maintainer timeout (more than 3 months)
Approved by: delphij (mentor)
|
|
|
|
| |
Suggested by: sat
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/115123
Submitted by: maintainer (Thomas Abthorpe)
|
| |
|
|
|
|
|
| |
The Qt4 ports are now build without debugging support by default. To enable
it, define WANT_QT_DEBUG.
|
|
|
|
| |
-USE_GCC=4.2+ on amd64
|
|
|
|
|
|
|
|
|
|
|
|
| |
QT_COMPONENTS can now be depended on at runtime or buildtime only by
specifiying them as <component>_build or <component>_run, respectively.
Specifying <component> without any suffix will depend on the component
at both build- and runtime just like before.
- Convert Qt core ports to use the new dependency switches.
- Add a patch to corelib to fix Qt4 on ARM, submitted by:
Björn König <bkoenig@alpha-tierchen.de>
|
| |
|
|
|
|
|
| |
Changelog at
<ftp://ftp.afterstep.org/stable/libAfterImage/ChangeLog.1.15>.
|
| |
|
| |
|
|
|
|
|
| |
Spotted by: pav
Approved by: miwi (mentor)
|
|
|
|
|
| |
Spotted by: pav
Approved by: miwi (mentor)
|
|
|
|
|
| |
PR: 115056
Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk> (maintainer)
|
|
|
|
| |
Reviewed by: remko
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In Windstille the player will be placed in a foreign alien world
and has to find its way back into safety. Special focus will be on
getting the foreign world and the players character itself believable.
Exploration will be more needed than plain shoot action, even so
the players-character will be equipped with a multifunctional
war-suit, so he will be far from defenseless. The game will have
slow placed explore and seak sequences as well as more rough section
that will feature fast shoot and jump action. The game world should
be presented in a consistent state, enemies once destroyed should
not respawn automatically. The player is free to go forward and
backward in the world as long as the level design allows it.
WWW: http://windstille.berlios.de
PR: ports/113693 (based on)
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
|
|
| |
Approved by: simon/remko
|
| |
|
|
|
|
|
|
|
| |
a few minor modification.
- Take maintainership
Approved by: Wesley Shields (former maintainer) on irc
|
|
|
|
|
| |
PR: ports/115149
"Please commit": ahze
|
| |
|
|
|
|
| |
- s/latter/later/
|
|
|
|
| |
- Fixes bug related to supplemental group matching
|
|
|
|
|
| |
PR: 115147
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
with configurable default options and method call options.
WWW: http://www.pluitsolutions.com/projects/amazon-ecs
PR: ports/114690
Submitted by: TAKATSU Tomonari <tota at rtfm.jp>
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 115062
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com>
Approved by: maintainer
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 115146
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
|
| |
|
| |
|
|
|
|
| |
Approved by: flz (maintainer)
|
|
|
|
|
| |
Reported by: Freshports
Pointy hat to: pav
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
| |
|
|
|
|
| |
Approved by: garga (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
| |
- Depend on devel/tcllib and devel/tcllthread
- Add script for adjusting postgresql.conf
- Improve installation documentation
- Bump dotlrn portrevision
- Other small fixes and improvements
Approved by: garga (mentor, implicit)
|
| |
|
| |
|
|
|
|
| |
- Minor style nits
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 115013
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
It is designed to make common, simple tasks fast and easy to do. It is operated
using arrow keys and standard XMMS keys, to make it easy and intuitive to learn.
WWW: http://xmms-curses.sourceforge.net/
And yes, I know that "xmms's dead, baby, xmms is dead..."
|
|
|
|
|
| |
PR: 115016
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
|
|
|
|
|
| |
PR: 115134
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
|
|
|
|
| |
Requested by: simon
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
modification application. Based on the Qt libraries, Album Shaper is a
cross-platform solution for maintaining your collection of digital images
from various sources.
WWW: http://albumshaper.sf.net
PR: ports/113880
Submitted by: Yinghong.Liu <relaxbsd at gmail.com>
|
| |
|
|
|
|
|
| |
PR: 113466
Submitted by janos.mohacsi@bsd.hu (maintainer)
|
|
|
|
| |
Repocopy by: marcus
|
| |
|
| |
|
|
|
|
|
|
| |
single process. Much of the internal Catalyst flow now uses POE yield calls.
Application code will still block of course, but all I/O, header processing,
and POST body processing is handled asynchronously.
|
|
|
|
|
|
| |
- Remove patch-aa (included in source)
Approved by: garga (mentor, implicit)
|
|
|
|
|
|
|
| |
See: FreeBSD-SA-07:06.tcpdump
This commit also takes over the older tcpdump entry that was specific
to ports, I merged that into this entry and I retired the old one.
|
|
|
|
| |
Which I just touched.
|
|
|
|
|
| |
Also correct the <freebsdsa>FreeBSD-SA* tags which should not have FreeBSD
in between.
|
|
|
|
| |
See: FreeBSD-SA-07:07.bind
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/115115
Submitted by: maintainer (Thomas Abthorpe)
|
| |
|
|
|
|
| |
Approved by: rafan (mentor, implicit)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
get the always correct Python version via infrastructure. The extra
dependency on Zope is not a problem, IMHO, as the sole purpose of this port
is to depend on same Python version as Zope depends; thus the port is only
going to be used as a dependency for Zope ports.
With hat: portmgr
|
|
|
|
|
|
| |
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
TODO: ugrade libAfterImage to 1.15 when it will be released.
|
| |
|
|
|
|
|
| |
PR: 115085
Submitted by: mm
|
|
|
|
|
|
|
|
| |
- Bump portrevision
PR: ports/115114
Submitted by: Dan Lukes <dan@obluda.cz>
Approved by: sat (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Added regular polygon and start shapes (by Mark Wibrow).
- Added graphic externalization commands.
- Added barycentric coordinate system.
- Added direct TikZ plotting of function based on math engine.
- Added math documentation into main documentation.
- Added Mark Wibrow's math library.
- Added calendar support.
- Added matrix stuff.
- Added automatic driver selection for xetex.
- Added "growth parent anchor" option.
- Fixed superfluous spaces in quick math parse code
- Fixed superfluous \newboxes in math and image code
- Fixed mth parser to recognize \wd\mybox.
- Fixed wrong \pgfmathsetrandomseed
- Fixed wrong \pgfmathradians@
- Fixed problems with long mantissa and plain tex math code.
- Fixed things so that \setlength works in pictures, once more.
- Fixed selectfont problem in pdfsys-dvipdfm.def
- Fixed problem with lost lastx/lasty in foreach in TikZ.
- Fixed snake+rectangle+transform problem.
- Fixed rectangle+rounded corner problem.
- Fixed postscrip eofill1 problem.
- Fixed amsmath/pgf clash because of wrong definition of \:
- Fixed size of hyperlinks inside nodes.
- Fixed ConTeXt problem in pgfbaseplot.
- Fixed .aux problems in plain and ConTeXt mode. Using .pgf as
extension now.
|
| |
|
|
|
|
| |
Approved by: maintainer timeout (security, 1 day), remko (secteam)
|
|
|
|
| |
Reviewed by: remko
|
|
|
|
| |
- Fix index
|
| |
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
|
| |
to Endeavour Mark II
2007-08-01 security/p5-openxpki-client-soap-lite: No longer maintained by Developers.
2007-06-26 net-mgmt/aircrack: Please use net-mgmt/aircrack-ng.
|
|
|
|
| |
-Disconnect p5-Kwiki-plugins ports/www/p5-Kwiki-plugins
|
|
|
|
|
|
| |
latter)
2007-07-28 www/p5-Kwiki-Icons-Gnome: already bundled in www/p5-Kwiki (0.39 or latter)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
or latter)
2007-07-28 www/p5-Kwiki-Archive-SVK: already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-Atom: already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-Cache: already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-Diff: already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-Edit-RequireUserName: Already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-GDGraphGenerator: already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-Infobox: already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-ModPerl: already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-NavigationToolbar: already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-NewPage: already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-Notify-Mail: already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-PagePrivacy: already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-RecentChanges: already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-RecentChangesRSS: already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-Revisions: already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-Search: already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-Theme-ColumnLayout: already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-UserName: already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-UserPreferences: already bundled in www/p5-Kwiki (0.39 or latter)
2007-07-28 www/p5-Kwiki-VimMode: already bundled in www/p5-Kwiki (0.39 or latter)
|
| |
|
|
|
|
|
| |
. Remove dependency on java/collections since they've been a part of
the standard runtime library since 1.2.
|
|
|
|
| |
Deal with: flz (the devil^W^W maintainer)
|
| |
|
| |
|