- Check WITH/WITHOUT according to Porter's Handbook and
does this after bsd.port.pre.mk
- WITHOUT_X11 has to be put before bsd.port.pre.mk due to USE_X_PREFIX
PR: ports/99508 (based on)
Submitted by: Arseny Nasokin <tarc tarc.po.cs.msu.su>
- by default, textproc/aspell installs the English dictionaries (no
change);
- thereafter you can install any foreign dictionary;
- when you install a foreign dictionary, i.e. french/aspell or
textproc/da-aspell, it installs only the dictionaries, and depends
upon textproc/aspell for the programs;
- if you don't need the English dictionaries, you can define
WITHOUT_DICTEN or install textproc/aspell-without-dicten;
- add a new port for textproc/en-aspell: if aspell had been installed
without the English dictionaries, they can be added thereafter;
- add a missing port for german/alt-aspell;
- foreign dictionaries are almost independent from textproc/aspell,
and their maintainership is available.
Credits: special thanks to Serge Gagnon <ser_gagnon (at) sympatico.ca>
- Remove WITHOUT_AMAZON knob since musicbrainz is used to
fetch an album art
- Remove WITHOUT_DBUS knob since DBus is now mandatory
- Remove WITH_GCONF knob since GConf is not used anymore
- Remove WITHOUT_PERL knob since all DBus clients were moved
out of the BMPx distribution
a white/black list of email addresses. It only does one thing--it
checks for entries in ~/.wbl that it uses as a regex against the From:
field of an incoming email. If it matches a line with a +, it forwards
the email to the white list, if it matches a line with a - it forwards
the email to the blacklist.
Questions, feedback, comments may be sent to the author.
Author: Caskey Dickson <caskey@technocage.com>
WWW: http://www.technocage.com/~caskey/wbl/
of simple WSGI programs.
The package is divided into two main components which can be used individualy or
in combination.
wsgiServer is a multi-threaded WSGI web server based on SimpleHTTPServer.
wsgiAdaptor is a simple WSGI application that provides basic authentication,
signed cookies and persistent sessions.
WWW: http://www.owlfish.com/software/wsgiutils/
PR: ports/99488
Submitted by: Jordi Haarman
specifications used in Zope to power HTML and XML templates. SimpleTAL is an
idependent implementation of TAL; there are no dependencies on Zope nor is any
of the Zope work re-used.
WWW: http://www.owlfish.com/software/simpleTAL/
PR: ports/99489
Submitted by: Jordi Haarman