Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
New since version 5.5
---------------------
Not much:
- New "Edit with Vim" popup menu entry for MS-Windows. Avoids problems with
the MS Office taskbar.
- 18 new syntax files.
- "z+" and "z^" commands.
And many bug fixes! This version is aimed at stability.
See ":help version-5.6" in Vim for the details.
|
|
``This time for sure!''
|
|
cleanly the first time. This is unnecessary now that fuzz has been
removed from pkgsrc patches.
|
|
USE_CRYPTO: YES, NO; Default: YES
- whether or not net/speakfreely is compiled with support for
encrypted connections
USE_IDEA: YES, NO; Default: package-dependent
- whether or not to compile with support for patented IDEA;
used by net/speakfreely and security/ssh
Also, remove SSH_DONT_USE_IDEA. This is still handled by ssh Makefile,
but is marked as deprecated.
|
|
is deprecated. Defaults to USE_IDEA=YES to match current default build.
|
|
|
|
If someone sends me the needed changes for NOPIC machines, this should be
split up again. (If needed!)
|
|
|
|
using patented IDEA algorithm. Uses two new make variables which may be
defined in mk.conf:
USE_CRYPTO: YES, NO
USE_IDEA: YES, NO
Defaults to building with crypto but without IDEA.
|
|
governs whether a package which was installed before OBJECT_FMT was added
to the BUILD_DEFS will display an warning message. To shut up the message,
set WARN_NO_OBJECT_FMT to "no".
|
|
dependency as a wildcard:
DEPENDS+= perl-*:${PKGSRCDIR}/lang/perl5
|
|
|
|
Server Pages (ASP) files that run on the Microsoft IIS Web Server into
PHP pages to run on Apache, into the NetBSD packages collection.
|
|
|
|
|
|
- it is not enabled by default (need to think what to do with the ssh conflict)
- only tested under 1.4.1 so far
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These are character-cell fonts for use with the X Window System,
created by Jim Knoble. The current list of fonts included in this
package are:
Neep (formerly known as NouveauGothic)
A pleasantly legible variation on the standard fixed fonts that
accompany most distributions of the X Window System. Comes in both
normal and bold weights in small, medium, large, extra-large, and
huge sizes, as well as an extra-small size that only comes in
normal weight. Comes in the following encodings:
ISO-8859-1 (Latin1, Western European + Icelandic)
ISO-8859-2 (Latin2, Eastern European)
ISO-8859-9 (Latin5, Western European + Turkish)
ISO-8859-15 (Latin9, Western European + Euro Symbol)
Modd
A fixed-width font with sleek, contemporary styling. Normal and
bold weights in a 10-point (6x11) and a 12-point (6x13) size.
ISO-8859-1 encoding only.
|
|
Tomcat so that it works out of the box with our Apache Server config.
|
|
2.8 25 Nov 1999
Fixed a bug reported by Hartmut M. Bromkamp <Bromkamp@istgmbh.com>
".... But what really led me into some confusion
is the fact that the -rc option doesn't work:
Everytime I launch asapm by
asapm -rc /root/.asapmrc
it will only display its options and ceases...."
This should at the same time fixed the bug that asapm
did not understand '-fail' anymore (-f was used in the code
instead of -rc).
2.9 19 Nov 1999
Stephen Crane <jsc@darkstar.szyzygy.org> proposed the following:
"I've attached a patch to asapm-2.7 to share or use the closest colours
when creating the pixmaps. (It would also be good to do this for the
battery and other colours but I don't know enough X, yet.) I need this
for my graphically-challenged portable: I think it's better to go with
ugly colours than do without the APM data."
So here is the new version with his patch.
|
|
1.) Apache Server 1.3.9 or higher is now needed
2.) Build with the Apache EAPI (--enable-EAPI), now that mod_jserv
supports it. This should make jserv run a little smoother and
saves a truly frightening `Warning: apache may crash' warning
when loading mod_jserv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
completely useless, but I gotta be me :)
|
|
such a way that gcc doesn't make unwarranted assumptions about the
alignment of *ifr. Simply casting to (char *) wasn't sufficient.
|
|
window manager of choice.
|
|
|
|
|
|
From the Readme:
Version 1.5 adds major new functionality! Detection and preprocessing plugins,
session logging, rules file variables and includes, five new network layer
decoders including ISDN and Token Ring support, new detection functionality,
and a bunch of other cool stuff.
|
|
This is the most addictive game I've played, first discovered on a Mac, now
pleasantly surprised to find it for X11.
|
|
Anyone have a better idea? Should these be disabled? INTERACTIVE?
something else?
|
|
|
|
We decided to release ncurses as a new whole number release (5.0)
because it incorporates several interface changes, including some that
would invalidate existing shared libraries. These are the highlights
from the change-log since ncurses 4.2 release.
Interface changes:
* The principal source of changes to the interface comes from the
release of X/Open Curses in 1997. Earlier versions of ncurses (4.0
and before) were based on a draft version of the specification.
The release version adds parameters to some functions to support
the evolving internationalization of curses. These summarize the
impact:
+ modified several prototypes to correspond with 1997 version
of X/Open Curses (affects ABI since developers have used
attr_get).
+ corrected prototypes for slk_* functions, using chtype rather
than attr_t.
+ the slk_attr_{set,off,on} functions need an additional void*
parameter according to XSI.
+ correct macros for wattr_set, wattr_get, separate wattrset
macro from these to preserve behavior that allows attributes
to be combined with color pair numbers.
+ reviewed/updated curses.h, term.h against X/Open Curses Issue
4 Version 2. This includes making some parameters
NCURSES_CONST rather than const, e.g., in termcap.h.
+ reviewed/corrected macros in curses.h as per XSI document.
+ add set_a_attributes and set_pglen_inch to terminfo
structure, as per XSI and Solaris 2.5.
* The newest version of the X/Open Curses is implemented on Solaris
and other vendor's systems. It adds new features to the terminfo
descriptions:
+ implement tparm %l format.
+ implement tparm printf-style width and precision for %s, %d,
%x, %o as per XSI.
* We made additional changes to reduce impact by future interface
changes:
+ rename key_names[] array to _nc_key_names since it is not
part of the curses interface.
+ move macro winch to a function, to hide details of struct
ldat
* modify configure script to embed ABI in shared libraries for HP-UX
10.x (detailed request by Tim Mooney).
* modify configuration of shared libraries on Digital Unix so that
versioning is embedded in the library, rather than implied by
links (patch by Tim Mooney).
New features:
* enable sigwinch handler by default.
* turn on hashmap scrolling code by default
* improved support for termcap applications
+ modify tput to accept termcap names as an alternative to
terminfo names.
+ provide support for termcap PC variable by copying it from
terminfo data and using it as the padding character in tputs.
+ provide support for termcap ospeed variable by copying it
from the internal cur_term member, and using ospeed as the
baudrate reference for the delay_output and tputs functions.
+ change name-comparisons in lib_termcap to compare no more
than 2 characters.
+ add configure option --enable-tcap-names, which essentially
allows users to define new capabilities as in termcap.
* add mouse support to ncurses menus.
* add mouse and dll support for OS/2 EMX
* modify terminfo parsing to accept octal and hexadecimal constants
* add configure option --enable-no-padding, to allow environment
variable $NCURSES_NO_PADDING to eliminate non-mandatory padding,
thereby making terminal emulators (e.g., for vt100) a little more
efficient.
* modify lib_color.c to eliminate dependency on orig_colors and
orig_pair, since SVr4 curses does not require these either, but
uses them when they are available.
* add -f option to infocmp and tic, which formats the terminfo
if/then/else/endif so that they are readable (with newlines and
tabs).
* modify tic to compile into %'char' form in preference to
%{number}, since that is a little more efficient.
Major bug fixes:
* modify lib_tstp.c to block SIGTTOU when handling SIGTSTP, fixes a
problem where ncurses applications which were run via a shell
script would hang when given a ^Z. Also, check if the terminal's
process group is consistent, i.e., a shell has not taken ownership
of it, before deciding to save the current terminal settings in
the SIGTSTP handler.
* suppress sc/rc capabilities from terminal description if they
appear in smcup/rmcup. This affects only scrolling optimization,
to fix a problem reported by several people with xterm's alternate
screen, though the problem is more general.
* modify relative_move and tputs to avoid an interaction with the
BSD-style padding. The relative_move function could produce a
string to replace on the screen which began with a numeric
character, which was then interpreted by tputs as padding.
* modify setupterm so that cancelled strings are treated the same as
absent strings, cancelled and absent booleans false (does not
affect tic, infocmp).
* modify lib_vidattr.c to allow for terminal types (e.g.,
xterm-color) which may reset all attributes in the 'op'
capability, so that colors are set before turning on bold and
other attributes, but still after turning attributes off.
* use 'access()' to check if ncurses library should be permitted to
open or modify files with fopen/open/link/unlink/remove calls, in
case the calling application is running in setuid mode.
* correction to doupdate, for case where terminal does not support
insert/delete character. The logic did not check that there was a
difference in alignment of changes to old/new screens before
repainting the whole non-blank portion of the line. Modified to
fall through into logic that reduces by the portion which does not
differ.
|
|
|
|
|
|
|
|
|