and Proggy Tiny) are a set of fixed-width screen fonts that are designed
for code listings. Each font only comes in one size that it looks good at.
The fonts were optimized while coding in C or C++. For this reason,
characters like the '*' were placed vertically centered, as '*' usually
means dereference or multiply, but never 'to the power of' like in Fortran.
The {}s are centered horizontally (as the author's coding style aligns
braces vertically), the zero looks different from the capital oh, and there
is never any confusion between ells, ones, and eyes. Additionally, the
arithmetic operators (+ - * < >) are all axis aligned.
Author: Tristan Grimmer
WWW: http://www.proggyfonts.com/
PR: ports/151652
Submitted by: Raphael Kubo da Costa <kubito at gmail.com>
back. This should catch us up.
According to cperciva@ the reason we stopped was that it was causing a lot of
false positives. I ran portaudit with these changes and did not see any false
positives but if it turns out to be too noisy I will remove them.
Submitted by: Christopher J. Umina (private mail)
Approved by: cperciva@
command-line framework for raw network access.
It's designed to work together with others command-line utilities, and for this
reason it facilitates the creation of powerful shell scripts capable of reading,
intercepting and modifying network traffic in a transparent manner.
WWW: http://hexinject.sourceforge.net
PR: ports/151670
Submitted by: Sofian Brabez <sbrabez at gmail.com>
We don't need to set PORTREVISION to 0 since that is the
default, and ...
Fix MASTER_SITES:n usage so that the ":n" postfix is added
to *all* elements of MASTER_SITE_LOCAL, not just the final
one.
plain text network hypertext system. SHYTE is a plain text alternative to
the web. The very first SHYTE site may be visited via wackford at
<mammothcheese.ca/root>.
SHYTE is _S_imple _HY_per_TE_xt. Read the wackford(1), squeers(8), and
shyte(5) manuals for details.
WWW: http://www.mammothcheese.ca/
--
James Bailie <jimmy@mammothcheese.ca>
http://www.mammothcheese.ca
PR: ports/151649
Submitted by: James Bailie <jimmy at mammothcheese.ca>
to each element of MASTER_SITE_BERLIOS. Also add a suffix to
MASTER_SITE_SUBDIR to fetch the archive from the 'treeline'
subdir of the BERLIOS sites.
PR: ports/151676
Submitted by: sahil (myself)
Approved by: Pawel Pekala <c0rn@o2.pl> (maintainer)
- bib2bib: option "--php-output" to produce output as a PHP 2D array.
- bib2bib: options "--remove" and "--rename" to remove or rename fields.
- bib2bib: option "--no-comment", to prevent generation of extra comments.
- Fixed support for DOI links: when field "doi" is already an URL, the
DOI prefix is not prepended.
- Tags "bibtexnumber" and "bibtexitem" are now inserted to ease the
customization using CSS.
- Option -debug now prints the exact BibTeX commmand which is run.
- New option --note-html similar to --note but assuming a bibtex
field already in HTML format.