state upon return, therefore if we want to call such functions several
times on different streams we need to wrap each call to va_start/va_end
otherwise it either prints garbage on second and subsequent invocation
or simply crashes the program.
thunderbird 2.0.0.0 changes where it expects to find dictionaries from
${PREFIX}/lib/thunderbird/components/myspell to
${PREFIX}/lib/thunderbird/dictionaries.
this patch updates the port for this version of thunderbird.
PR: ports/112057
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
vee is a zero configuration, command line blog tool that is written in
Bourne shell in a single file. It uses vi as the editor, but this can
be changed out.
WWW: http://www.0x743.com/vee/
Author: Brett D. Estrade <estrabd+vee at gmail>
when building packages such as libgcrypt, the first site the source is
downloaded from is http://ftp.sunsite.dk/pub/security/gcrypt/
which results in a 404
On closer inspection, it appears that everything below
http://ftp.sunsite.dk/pub/security/ has been deleted.
PR: ports/112041
Submitted by: Steven Kreuzer<skreuzer@f2o.org>
It is based on the cross platform Qt gui toolkit, integrating the highly
flexible Scintilla editor control. It is designed to be usable as everdays'
quick and dirty editor as well as being usable as a professional project
management tool integrating many advanced features Python offers
the professional coder.
This is a port of eric4 (based on Qt4, development version).
WWW: http://www.die-offenbachs.de/detlev/eric.html
It is based on the cross platform Qt gui toolkit, integrating the highly
flexible Scintilla editor control. It is designed to be usable as everdays'
quick and dirty editor as well as being usable as a professional project
management tool integrating many advanced features Python offers
the professional coder.
This is a port of eric4 (based on Qt4, development version).
WWW: http://www.die-offenbachs.de/detlev/eric.html
This release fixes problems (including a segfault) when trying to
open or save a file in a directory beginning with "~" that isn't a home
directory. A problem where an unnamed file could be saved over an existing
filename with no warning was fixed. Opening directories or device files is
properly disallowed from "include" commands in nanorc files. A misleading
prompt is no longer displayed when trying to save in restricted mode with
the mark on. More keys are properly supported. This release also improves
several color syntaxes to highlight trailing whitespace, and adds yet more
minor documentation updates.
- Update pkg-message: Tor's control port can also be
specified through Vidalia's configuration file.
- Clean up Tor detection (as seen in security/dns-proxy-tor)
- Bump PORTREVISION
Submitted by: krisbot
Fabian Keil (maintainer)
html2text is a Python script that convers a page of HTML into clean,
easy-to-read plain ASCII text. Better yet, that ASCII also happens to
be valid Markdown (a text-to-HTML format).
WWW: http://www.aaronsw.com/2002/html2text/
Author: Aaron Swartz <me@aaronsw.com>
Inspired by: pkgsrc package