| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 55801
Submitted by: maintainer
Notes:
svn path=/head/; revision=87379
|
|
|
|
| |
Notes:
svn path=/head/; revision=87377
|
|
|
|
|
|
|
| |
from 2.1.0 to 2.0.0
Notes:
svn path=/head/; revision=87376
|
|
|
|
|
|
|
|
|
|
| |
KSig is a tool for managing a collection of signatures in KDE 3
PR: 55735
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Notes:
svn path=/head/; revision=87374
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also:
* Make audio/normalize optional
* Add Speex support
* General cleanup of Makefile
Submitted by: Munish Chopra <chopra@soulwax.net> (maintainer)
PR: 55790
Notes:
svn path=/head/; revision=87373
|
|
|
|
|
|
|
|
| |
PR: 55744
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=87372
|
|
|
|
|
|
|
|
| |
Submitted by: Brian Clapper <bmc@WillsCreek.com> (maintainer)
PR: 55748
Notes:
svn path=/head/; revision=87371
|
|
|
|
|
|
|
|
| |
PR: 55743
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=87370
|
|
|
|
|
|
|
|
| |
PR: 55741
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=87369
|
|
|
|
|
|
|
|
| |
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> (maintainer)
PR: 55796
Notes:
svn path=/head/; revision=87368
|
|
|
|
| |
Notes:
svn path=/head/; revision=87367
|
|
|
|
| |
Notes:
svn path=/head/; revision=87366
|
|
|
|
|
|
|
|
| |
PR: ports/55785
Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
Notes:
svn path=/head/; revision=87365
|
|
|
|
|
|
|
|
| |
PR: 55742
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=87364
|
|
|
|
|
|
|
|
|
| |
PR: ports/55754
Submitted by: IKEGAMI Akiko <gami@moonshine.s.notwork.org>
Approved by: maintainer no response
Notes:
svn path=/head/; revision=87363
|
|
|
|
|
|
|
|
| |
PR: 55757
Submitted by: maintainer
Notes:
svn path=/head/; revision=87362
|
|
|
|
|
|
|
| |
Submitted by: fjoe
Notes:
svn path=/head/; revision=87361
|
|
|
|
| |
Notes:
svn path=/head/; revision=87360
|
|
|
|
| |
Notes:
svn path=/head/; revision=87359
|
|
|
|
| |
Notes:
svn path=/head/; revision=87358
|
|
|
|
| |
Notes:
svn path=/head/; revision=87357
|
|
|
|
| |
Notes:
svn path=/head/; revision=87356
|
|
|
|
|
|
|
|
|
|
|
| |
Dates in the French Revolutionary Calendar.
PR: 55117
Submitted by: me
Approved by: demon (mentor)
Notes:
svn path=/head/; revision=87354
|
|
|
|
|
|
|
|
|
|
|
| |
Dynamic definition of Class::DBI sub classes.
PR: 54719
Submitted by: me
Approved by: demon (mentor)
Notes:
svn path=/head/; revision=87352
|
|
|
|
| |
Notes:
svn path=/head/; revision=87350
|
|
|
|
|
|
|
|
|
|
|
| |
Update Class::DBI data using CGI::Untaint.
PR: 54718
Submitted by: me
Approved by: demon (mentor)
Notes:
svn path=/head/; revision=87348
|
|
|
|
|
|
|
|
|
| |
PR: 54715
Submitted by: mat
Approved by: demon (mentor)
Notes:
svn path=/head/; revision=87346
|
|
|
|
|
|
|
|
|
| |
PR: 54710
Submitted by: mat
Approved by: demon (mentor)
Notes:
svn path=/head/; revision=87344
|
|
|
|
|
|
|
|
|
|
|
| |
DBIx::Ease is intended to allow less-code DBI interactions.
PR: 54706
Submitted by: mat
Approved by: demon (mentor)
Notes:
svn path=/head/; revision=87342
|
|
|
|
|
|
|
|
| |
have been so many c++ problems that it will be a
pain to fix it for gcc3.3
Notes:
svn path=/head/; revision=87341
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: demon (mentor)
Notes:
svn path=/head/; revision=87339
|
|
|
|
| |
Notes:
svn path=/head/; revision=87338
|
|
|
|
|
|
|
|
| |
PR: 55417
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=87336
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This module lets you generate secure random passwords
with a reasonable amount of pronounceability. It avoids
the problems associated with the FIPS-181 NIST standard
as used by Crypt::RandPasswd. See perldoc for more
details.
PR: 55575
Submitted by: andrew@scoop.co.nz
Notes:
svn path=/head/; revision=87335
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
perl module for comparing the table
structure of two MySQL databases.
PR: 55451
Submitted by: Andrew McNaughton <andrew@scoop.co.nz>
Notes:
svn path=/head/; revision=87331
|
|
|
|
|
|
|
|
| |
PR: 55509
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
Notes:
svn path=/head/; revision=87330
|
|
|
|
|
|
|
|
| |
PR: 55513
Submitted by: James E. Flemer <jflemer@alum.rpi.edu>
Notes:
svn path=/head/; revision=87329
|
|
|
|
|
|
|
|
| |
PR: 55585
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
Notes:
svn path=/head/; revision=87328
|
|
|
|
|
|
|
|
| |
PR: 55599
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Notes:
svn path=/head/; revision=87327
|
|
|
|
|
|
|
|
|
|
| |
systems wich do not have <dev/wi/if_wavelan_ieee.h> header.
PR: 55706
Approved by: marcus (mentor)
Notes:
svn path=/head/; revision=87326
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION acordingly.
Spoted by: Pedro F. Giffuni <giffunip@yahoo.com>
Notes:
svn path=/head/; revision=87325
|
|
|
|
|
|
|
| |
Approved by: marcus (mentor)
Notes:
svn path=/head/; revision=87324
|
|
|
|
|
|
|
| |
Approved by: marcus (mentor)
Notes:
svn path=/head/; revision=87323
|
|
|
|
|
|
|
|
| |
PR: 55704
Submitted by: Dan Pelleg <daniel+bmsync@pelleg.org>
Notes:
svn path=/head/; revision=87322
|
|
|
|
|
|
|
| |
Switch to using `INFO' while we are at it.
Notes:
svn path=/head/; revision=87321
|
|
|
|
|
|
|
| |
Reported by: bento via kris
Notes:
svn path=/head/; revision=87320
|
|
|
|
|
|
|
| |
Reported by: bento via kris
Notes:
svn path=/head/; revision=87318
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pager tool for Blackbox.
The major changes to bbpager are:
- Accesses fluxbox configuration files, e.g. in ~/.fluxbox, rather than in
blackbox directories.
- Default styles come from the fluxbox configuration. Without
customization it will track the look of the current theme.
- The configuration files have been renamed to fluxter.bb (used in a
fluxbox environment) and fluxter.nobb (used in a non-fluxbox
environment). These files should go in fluxbox configuration
directories, such as ~/.fluxbox.
- The X resource entries in the configuration files use fluxter as a label,
rather than bbpager.
- Per-workspace wallpaper changing is supported by the addition of
per-workspace rootCommand configuration entries. For example:
fluxter.workspace0.rootCommand: Esetroot /usr/share/pixmaps/bg1.png
fluxter.workspace1.rootCommand: Esetroot /usr/share/pixmaps/bg2.png
fluxter.workspace2.rootCommand: Esetroot /usr/share/pixmaps/bg3.png
WWW: http://benedict.isomedia.com/homes/stevencooper/projects/fluxter.html
Notes:
svn path=/head/; revision=87317
|