buildlink.mk files and mark as USE_BUILDLINK_ONLY. Move sample Muttrc
and mime.types files to ${PREFIX}/share/doc/mutt/samples, and ddd
DEINSTALL/INSTALL scripts to handle copying and removing those files to and
from ${PREFIX}/etc.
V20
- Expand PAD for ConvertNumberToText so "-1 binary .s" doesn't crash.
Thank you Michael Connor of Vancouver for reporting this bug.
- Removed FDROP in REPRESENT to fix stack underflow after "0.0 F.".
Thank you Jim Rosenow of Minnesota for reporting this bug.
- Changed pfCharToLower to function to prevent macro expansion
bugs under VXWORKS
Thank you Jim Rosenow of Minnesota for reporting this bug.
- "0.0 F~" now checks actual binary encoding of floats. Before
this it used to just compare value which was incorrect. Now
"0.0 -0.0 0.0 F~" returns FALSE.
- Fixed definition of INPUT$ in tutorial.
Thank you Hampton Miller of California for reporting this bug.
- Added support for producing a target dictionary with a different
Endian-ness than the host CPU. See PF_BIG_ENDIAN_DIC and
PF_LITTLE_ENDIAN_DIC.
- PForth kernel now comes up in a mode that uses BASE for
numeric input when started with "-i" option. It used to
always consider numeric input as HEX. Initial BASE is decimal.
V21
- Fixed some compiler warnings.
<uebayasi@soum.co.jp> in PR pkg/13106.
Major changes in release 3.0:
* LANGUAGE data in EB is no longer supported.
Major changes in release 3.0beta1:
* ebrefile is re-written with C.
Japanese message catalog is also available.
* Fix some bugs.
Major changes in release 3.0beta0:
* Support linintl of GNU gettext 0.10.36.
Now utility tools in this package link libiconv, if available.
`--with-iconv-includes' and `--with-iconv-libraries' options are added
to `configure'.
* libintl source is deleted.
Also `--with-included-gettext' option is deleted from configure.
If libintl is not found on the system, NLS support is disabled.
* Support monochrome graphic data of EPWING and EB.
* ebzip supports movie, graphic, and sound data files.
`-s' and `--skip-content' option is added.
* Fix many minor bugs.
Major changes in release 3.0alpha4:
* Support EPWING movie, and color graphic, data.
* For EB Library application, provide M4 macro file `eb3.m4'.
(autoconf 2.49 is required.)
Major changes in release 3.0alpha3:
* Text hook API is revised.
Major changes in release 3.0alpha2:
* Fix many bugs.
Major changes in release 3.0alpha1:
* Supprt EPWING V6 compression format.
* Ignore case and suffix inconsistency between file and/or directory names.
* Delete `--suffix' and `--case' options from ebzip.
* Font API is slightly changed.
* Fix lots of minor bugs.
Major changes in release 3.0alpha0:
* Support multi search.
* Support keyword search.
* National language support with GNU gettext.
Japanese message catalog is available.
* Experimental Ptheads support.
The new option `--enable-pthreads' is added to `configure'.
* configure automatically detects zlib.
* API is changed.
It has some incompatibities to version 2.x API.
* Fix many minor bugs.
USE_BUILDLINK_ONLY. Add patches to remove explicit passing of
-I/usr/include/ncurses to the compiler, and move the example configuration
file to ${PREFIX}/share/examples/vfu. Add DEINSTALL/INSTALL scripts to
handle copying the sample config file to the config directory at install
time and removing it at deinstall time.
ncurses libraries and headers into ${BUILDLINK_DIR}, or if a sufficiently
advanced curses is available in-system, then it links the curses libraries
and headers into ${BUILDLINK_DIR} with ncurses names. This allows us to
consistently reference "ncurses" capability via <ncurses.h> and -lncurses.
Lua is a powerful, light-weight programming language designed for
extending applications. Lua is also frequently used as a
general-purpose, stand-alone language.
Lua combines simple procedural syntax (similar to Pascal) with
powerful data description constructs based on associative arrays and
extensible semantics. Lua is dynamically typed, interpreted from
bytecodes, and has automatic memory management, making it ideal for
configuration, scripting, and rapid prototyping.
Lua is a language engine that you can embed into your application.
This means that, besides syntax and semantics, Lua has an API that
allows the application to exchange data with Lua programs and also to
extend Lua with C functions. In this sense, Lua can be regarded as a
language framework for building domain-specific languages.
Lua is implemented as a small library of C functions, written in ANSI
C, and compiles unmodified in all known platforms. The implementation
goals are simplicity, efficiency, portability, and low embedding cost.
The result is a fast language engine with small footprint, making it
ideal in embedded systems too.
vsftpd is an FTP server, or daemon. The "vs" stands for Very Secure. Obviously
this is not a guarantee, but a reflection that I have written the entire
codebase with security in mind, and carefully designed the program to be
resilient to attack.
Recent evidence suggests that vsftpd is also extremely fast (and this is
before any explicit performance tuning!) In tests against wu-ftpd, vsftpd
was always faster, supporting over twice as many users in some tests.
Package provided by Jacek Latos <vaneth@krasnik.org> in pkg/13208;
minor modifications by me.
entry to prevent finding libncurses and unnecessary patches to configure
script to handle SSL location and probing libcups. Also use FILES_SUBST
instead of repeating a sed script throughout the Makefile.