- add MASTER_SITE magic so the port doesn't break when the distfile is
moved to the "old" directory
- use DATADIR, DOCSDIR, and .for loops to clean up some
- use %%PYTHON_SITELIBDIR%% in the plist
PR: 41863
Submitted by: Sergei Kolobov <skolobov@globcon.net>
Approved by: maintainer
X definitely sees it, since the fonts work with xterm -fn fontname. I'll
let that be a PR if someone wants to submit it.
Committed with some cleanup; see PR for details.
PR: 41994
Submitted by: Dominic Marks <dominic_marks@btinternet.com>
o Fix DISTNAME which was broken by previous commit.
o Install example files
PR: 41977
Submitted by: Glenn Johnson <glennpj@charter.net>
Approved by: maintainer
The following buffer overruns have been identified and
addressed [in 7.2.2]:
* in handling long datetime input
* in repeat()
* in lpad() and rpad() with multibyte
* in SET TIME ZONE and TZ env var
not told that the Arial Unicode font has a different, much more
restrictive, license than the other fonts. They were only shown
the less restrictive license. Since they did not see the Unicode
license, they did not have a chance to make sure they were not in
violation of it. The license mentioned by the port now matches the
actual license, and the PORTREVISION bump will encourage them to
update.
different set of master sites. The home page is no longer worth
reading, so remove its URL from pkg-descr.
Noticed by: Miguel Mendez
Obtained from: www.alltheweb.com FTP search (in part)
Submitted by: Amar Takhar, Christian Brueffer, blackend and myself
PR: 41716 and 41775
than the license on the other fonts, and it can no longer be
downloaded from its publisher. Remove the RESTRICTED line because
the remaining fonts have fewer restrictions on redistribution via
the Internet.
Reviewed by: no objection from ports list
to TCL interpreter, othervise arguments in any encoding other than
ASCII are becoming ????, even when LANG or LC_CTYPE is defined properly.
Problem reported by: Alex V. Belinsky <fozzy@kievweb.net.ua>