Also, try to break the previous 1:1 relation between FreeBSD system and
PostgreSQL versions installed. Use different PREFIX:es to install
different versions on the same system.
PR: ports/132402, ports/145002, ports/146657
forked so that many instances of the transformation function may be
executed simultaneously.
WWW: http://search.cpan.org/dist/Parallel-Iterator/
PR: ports/151117
Submitted by: Frederic Culot <frederic@culot.org>
- Install default set of translation (xlat) tables
- Convert documentation text files from DOS CR/LF to Unix LF
- Bring back pkg-plist since file list expanded significantly
- Attempt to unbreak on ia64 [*]
Tested on: pluto1 (only with ncurses) [*]
RT is a simple and human-readable table format.
RTtool is a converter from RT into various formats.
RT can be incorporated into RD.
At this time, RTtool can convert RT into HTML and plain text.
To convert into plain text, you need w3m.
WWW: http://www.rubyist.net/~rubikitch/computer/rttool/index.en.html
WITH_LANG is now "on by default" as the lang files are now part of the base
Vim tarball.
The most notable additions since 7.2:
+ Persistent undo and undo for reload
+ Blowfish encryption, encryption of the swap file
+ Conceal text
+ Lua interface
+ Python 3 interface
Changes: https://code.zmaw.de/news/32
New features:
- Using libtool for linking (rpath)
- Changed predefined gaussian grid names from t<RES>grid to n<N>
- Use n80 instead of t106grid to define a Gaussian N80 grid
- Changed percentile parameter type from integer to float
New operators:
- bandpass: Bandpass filtering
- lowpass: Lowpass filtering
- highpass: Highpass filtering
Changed operators:
- eca_gsl: adjust implementation to fit definition by ECA
- expr, exprf: added missing values support
Fixed bugs:
- sellevel: copy zaxis meta data name and units
- seldate: open output file only when time steps found
Approved by: pgollucci (mentor)
- Remove WITHOUT_NLS patch which was applied upstream
Changes:
- allow auto adjusting when splitting in equal parts
PR: ports/151116
Submitted by: sunpoet (myself)
Approved by: Anton Yuzhaninov <citrin at citrin.ru> (maintainer), pgollucci (mentor)
- Remove WITHOUT_NLS patch which was applied upstream
Changes:
- fixed bug #3028775 & #3028078: naming conventions for files > 100 minutes confuses sort
- fixed bug #3025671: getting original ID3v2 tags was not working on Windows
- fixed bug #3012688: wrong include and lib path using --with-mp3splt
- fixed bug #2969968: build failed with --disable-nls
- fixed bug #2969223: 'invalid dir I:'
- added > 2Gb support on Windows
PR: ports/151114
Submitted by: sunpoet (myself)
Approved by: Anton Yuzhaninov <citrin at citrin.ru> (maintainer), pgollucci (mentor)
- Add LICENSE
- Pass maintainership to submitter
- Update to 22.13 while I'm here
PR: ports/146709
Submitted by: Douglas William Thrift <douglas at douglasthrift.net> (new maintainer)
Approved by: sunpoet (myself, maintainer), pgollucci (mentor)
Security: http://www.vuxml.org/freebsd/dd943fbb-d0fe-11df-95a8-00219b0fc4d8.html
With Hat: apache@
<ChangeLog>
*) SECURITY: CVE-2010-1623 (cve.mitre.org)
Fix a denial of service attack against apr_brigade_split_line().
[Stefan Fritsch]
*) SECURITY: CVE-2009-3560, CVE-2009-3720 (cve.mitre.org)
Fix two buffer over-read flaws in the bundled copy of expat which
could cause applications to crash while parsing specially-crafted
XML documents. [Joe Orton]
*) Upgrade bundled copy of expat library to 1.95.7. [Joe Orton]
*) apr_thread_pool: Fix some potential deadlock situations. PR 49709.
[Joe Mudd <Joe.Mudd sas.com>]
*) apr_thread_pool_create: Fix pool corruption caused by multithreaded
use of the pool when multiple initial threads are created. PR 47843.
[Alex Korobka <akorobka fxcm.com>]
*) apr_thread_pool_create(): Only set the output thread pool handle on
success. [Paul Querna]
*) DBD ODBC support: Fix memory corruption using apr_dbd_datum_get() with
several different data types, including APR_DBD_TYPE_TIME. PR 49645.
[<kappa psilambda.com>]
*) Add support for Berkeley DB 4.8 and 5.0. PR 49866, PR 49179.
[Bernhard Rosenkraenzer <br blankpage.ch>,
Arfrever Frehtes Taifersar Arahesis <arfrever.fta gmail.com>]
*) Make bundled expat compatible with libtool 2.x. PR 49053.
[Rainer Jung]
*) Prefer libtool 1.x when searching for libtool in
bundled expat release process. [Rainer Jung, Jim Jagielski]
*) Improve platform detection for bundled expat by updating
config.guess and config.sub. [Rainer Jung]
</ChangeLog>
language and environment by Graham Nelson. Inform is a design system
for interactive fiction (IF) based on natural language.
PR: ports/151196
Submitted by: Andy Kosela <akosela@andykosela.com>
- remove -lutil cruft from before AC_CHECK_LIB() was added
- either use openpty() or search manually (not sure)[1]
[1] PTYS_ARE_PTMX ifdef patch was incorrect, anyway. According to
configure.ac there can be only one of PTYS_ARE_XXX be defined at a
time because the check uses `else if'.
PR: ports/150694
Submitted by: swell.k@gmail.com
Approved by: maintainer timeout (gamato@users.sf.net ; 14 days)