Powerful text searches on Unix using regular expressions for both the
file name, and the search text. Graphical equivalent of find + grep.
Still alpha stage, but usable.
WWW: http://xsearch.sourceforge.net/
Chase dependent ports and specify the dependency using "package
dependency" syntax which is immune to such changes.
No portrevision bumps.
Reported by: krismail
Pointy hat to: tobez
===========
If a port is marked IGNORE, don't do all the dependency/checksum work,
instead bomb out with a helpful message
Minor Fixes
===========
1. Add some whitespace to make the "dependency check complete" message
stand out better
2. Tell the user when we start pkg_delete in -s mode, just like in -e
Bug Fixes
=========
1. Export MAKE_ARGS so that the child checksum processes can see them
2. Move the "just in case" cd back to $portdir up one line so it's
before 'make clean', just in case
The utility DirComp compares two directories (and - if specified - their
subdirectories), where the comparison can be done both by existence and
by date (of change) or contents. This comparison can be limited to
certain files and and/directories matching specified name- or time-of-
change restrictions.
http://dircomp.sourceforge.net/
author and comment) out of different documents and present them in a
list for further processing.
The following documents are supported:
* HTML
* PNG
* GIF
* JPEG
* MP3
* OGG
* PDF
* StarOffice documents
* OpenOffice documents
* Abiword documents
* RTF documents
WWW: http://iextract.sourceforge.net/
Renames files in a proper English title format: prepositions, conjunctions,
and articles (<5 letters) are in lowercase unless they are the first or
last word in the title; all others begin with uppercase. Can use id3v2 to
tag mp3s using info in filename.
WWW: http://sourceforge.net/projects/titlefix/
- eliminate use of ip/hostname as unique keys
- reduce # of fetch's down to 4
- move to using bsdstats.org
- put in a time delay on initial challenge/response
to make it a bit more difficult for fakers
============
1. -e mode to expunge a port via pkg_delete, and optionally
remove its distfiles
2. -s and -e modes now respect -b (backup) and -d|D options
regarding always deleting (or not deleting) distfiles
General
=======
1. Re-factor more code out into functions, and move them earlier in the
script so that they are available to the new features.
2. Clean up the code in a few places to make it slightly more efficient,
and a lot more readable.
Bug Fixes
=========
1. Fix exit status of various code paths to be more in keeping
with Unix tradition [1]
2. Be a lot more thorough about killing off errant children when
the user hits ^C [1]
3. If the directory referred to by PKGREPOSITORY exists, use it
to store packages built for -b and -g instead of HOME [2]
My thanks to both Darren and James for their patience and testing
of several development versions to nail down bugs 2 and 3.
Brought to my attention by: Darren Pilgrim <darren.pilgrim@bitfreak.org> [1]
Brought to my attention by: James O'Gorman <james@netinertia.co.uk> [2]