body tag nor a closing html tag. In general, browsers work without
these, but Konqueror in particular was displaying some artifacts.
Also make sure empty cells have an nbsp directive; eliminate a bogus
case for Aff.; and change Date build to Build date.
Submitted by: Mark Linimon <linimon@lonesome.com>
PR: www/45021
NotFTP is a fully-featured and easy to use Web-based HTTP-FTP gateway written in
PHP.
WWW: http://wonko.com/notftp/
PR: ports/40168
Submitted by: Ryan Grove <ryan@wonko.com>
this is mainly a BUGFIX Release
NEW FEATURES
- some ijs driver scripts got more differentiation
concerning options for print quality.
DOCUMENTATION
- wrong manual reference in apsfilter manpage, changed from
smbprint(1) to smbclient(1)
- apsfilter handbook got a path fix and cosmetic changes
- support for ijs 1.1 and later (prior 1.0 and later)
BUG FIXES
- driver/stp/escp2-440
- set traditional umask in SETUP (022) just for the case
somebodies root account has strange default settings not
to end up with screwed permissions, that make printing
impossible.
- update driver MAPPINGS
CODE IMPROVEMENTS
- partly cosmetic, get rid of GS_MODEL
- modified gs_cmnd
overall:
- Allow a regular expression or glob pattern against origins as
pkgname glob pattern. For example, the following commands work as
expected now:
pkg_glob 'lang/*'
portupgrade lang/ruby
pkg_info ':(japanese|chinese|korean)/'
- Use install(1) instead of cp(1) and chmod(1) to install modified
data files such as +CONTENTS.
pkgdb(1):
- Add a new option --autofix, which is a shorthand of --auto --fix
(-aF).
portupgrade(1):
- Allow specifying a directory after -L.
- Auto-fix dependencies before creating a package.
PR: ports/41383
Submitted by: Vivek Khera <khera@kciLink.com>
pkgtools.conf(5):
- Add a new configuration variable ALT_PKGDEP, which defines
alternative dependencies, used by pkgdb -F/-aF. This makes yet
another step forward to eliminate the need for manual pkgdb -F's.
distributed port to this list. We need to remove the distfiles and
packages of any erroneously-distributed packages so they do not persist
on the ftp sites.
Note: the md5 checksum in the PR doesn't match the one commited.
The changes in the tarball, supplied to me by the maintainer, show
nothing serious except for a couple of spelling-changes and some
exception handling.
PR: ports/43873
Submitted by: Seth Kingsley <sethk@meowfishies.com>
* Update list of quickports to include kde3
* Add ability to restart builds (-restart)
* Change default to build packages for non-cdrom use (associated option name
inverted from -nocdrom to -cdrom)
* Cope with .tgz or .tbz packages
* Use buildenv framework
* Use cvs update -PdA instead of -Pd when updating ports/docs tree
* Always delete restricted packages after a build run, since they are
published on the website.
* Minor cosmetic changes