Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Noted by bulk build.
|
|
|
|
|
|
|
|
|
|
- Change to my NetBSD email address
####################### V 1.4.0.2:
corrections:
exec'd write-only addresses get a chance to flush before being killed
error handler: print notice on error-exit
filan printed wrong file type information
####################### V 1.4.0.1:
corrections:
socks4a constructed invalid header. Problem found, reported, and fixed
by Thomas Themel, by Peter Palfrader, and by rik
with nofork, don't forget to apply some process related options
(chroot, setsid, setpgid, ...)
####################### V 1.4.0.0:
new features:
simple openssl server (ssl-l), experimental openssl trust
new options "cafile", "capath", "key", "cert", "egd", and "pseudo" for
openssl
new options "retry", "forever", and "intervall"
option "fork" for address TCP improves `gender changerĀ“
options "sigint", "sigquit", and "sighup" control passing of signals to
sub process (thanks to David Shea who contributed to this issue)
readline takes respect to the prompt issued by the peer address
options "prompt" and "noprompt" allow to override readline's new
default behaviour
readline supports invisible password with option "noecho"
socat option -lp allows to set hostname in log output
socat option -lu turns on microsecond resolution in log output
corrections:
before reading available data, check if writing on other channel is
possible
tcp6, udp6: support hostname specification (not only IP address), and
map IP4 names to IP6 addresses
openssl client checks server certificate per default
support unidirectional communication with exec/system subprocess
try to restore original terminal settings when terminating
test.sh uses tmp dir /tmp/$USER/$$ instead of /tmp/$$
socks4 failed on platforms where long does not have 32 bits
(thanks to Peter Palfrader and Thomas Seyrat)
hstrerror substitute wrote wrong messages (HP-UX, Solaris)
proxy error message was truncated when answer contained multiple spaces
porting:
compiles with AIX xlc, HP-UX cc, Tru64 cc (but might not link)
|
|
(to match Xfixes renaming). Originally package by xtraeme.
This package contains the Xcomposite extension library.
|
|
|
|
|
|
xtraeme.
This package contains header files and documentation for the X composite
extension. Library and server implementations are separate.
This is part of the freedesktop.org X Libraries and Protocol Headers
Project.
|
|
|
|
|
|
The old distfile had gone, and there have been many enhancements and bug
fixes.
matchbox now takes advantage of a separate libmatchbox package.
|
|
world sokoban style.
Fish Fillets NG is strictly a puzzle game. The goal in every of the seventy
levels is always the same: find a safe way out. The fish utter witty remarks
about their surroundings, the various inhabitants of their underwater realm
quarrel among themselves or comment on the efforts of your fish. The whole
game is accompanied by quiet, comforting music.
|
|
audio).
Fish Fillets NG is strictly a puzzle game. The goal in every of the seventy
levels is always the same: find a safe way out. The fish utter witty remarks
about their surroundings, the various inhabitants of their underwater realm
quarrel among themselves or comment on the efforts of your fish. The whole
game is accompanied by quiet, comforting music.
This package contains optional Czech audio files.
|
|
The old distfile had gone, and there have been many enhancements and bug
fixes.
matchbox now takes advantage of a separate libmatchbox package.
|
|
Fish Fillets NG is strictly a puzzle game. The goal in every of the seventy
levels is always the same: find a safe way out. The fish utter witty remarks
about their surroundings, the various inhabitants of their underwater realm
quarrel among themselves or comment on the efforts of your fish. The whole
game is accompanied by quiet, comforting music.
This package contains the data files and documentation.
|
|
This is package is necessary for later versions of the matchbox window
manager.
A small basic library that provides a large amount of shared
functionality to the various matchbox librarys. Provides image
processing, font abstraction, a tray app toolkit and more. It is
licensed under LGPL.
|
|
|
|
This is package is necessary for later versions of the matchbox window
manager.
A small basic library that provides a large amount of shared
functionality to the various matchbox librarys. Provides image
processing, font abstraction, a tray app toolkit and more. It is
licensed under LGPL.
|
|
Fixes build problems shown up on bulk builds.
2.3.11 has support for NetBSD/i386 as standard, so I've brought the sparc
and ppc support forward from previous patches.
2.3.11 no longer includes its own version of the Boehm GC malloc package,
so add the boehm-gc buildlink3.mk file to the package Makefile.
|
|
Fixes build problems shown up on various bulk builds.
2.3.11 has support for NetBSD/i386 as standard, so I've brought the sparc
and ppc support forward from previous pkgsrc patches.
2.3.11 no longer includes its own version of the Boehm GC malloc package,
so add the boehm-gc buildlink3.mk file to the package Makefile.
|
|
gimageview-0.2.26, libxml-2.6.14, libxslt-1.1.11, pureftpd-1.0.20
[pkg/27083], snownews-1.5.4, subversion-1.1.0, sun-jdk-1.5.
- gtklife-4.1.
Add Sphinx-4 to suggested packages.
|
|
shc creates a stripped binary executable version of a shell script.
shc itself is not a compiler such as cc, but rather it encodes and
encrypts a shell script and generates C source code with the added
expiration capability. It then uses the system compiler to compile a
stripped binary which behaves exactly like the original script. Upon
execution, the compiled binary will decrypt and execute the code with
the shell -c option.
|
|
|
|
shc creates a stripped binary executable version of a shell script.
shc itself is not a compiler such as cc, but rather it encodes and
encrypts a shell script and generates C source code with the added
expiration capability. It then uses the system compiler to compile a
stripped binary which behaves exactly like the original script. Upon
execution, the compiled binary will decrypt and execute the code with
the shell -c option.
|
|
|
|
v4.1
COSMETIC/USABILITY IMPROVEMENTS
- The File->Description dialog now updates automatically if you leave it open
while loading a new pattern file. Also, any previous description dialog is
closed when you open a new one.
- GtkLife now issues a warning dialog if it appears the application was not
propery installed (i.e., "make" without "make install").
- GtkLife now issues a warning dialog if the configured pattern collection
is not found.
BUG FIXES
- Fixed a bug that prevents the start/stop button from changing color when
Gtk+ has debugging enabled (thanks to James Gregory for reporting).
- Fixed stair-stepping effect when drawing diagonal lines.
MISCELLANEOUS
- Better ChangeLog :-)
v4.0
NEW FUNCTIONALITY
- The world size has been bumped up to 1 million x 1 million.
- Added View->Find Active Cells, to locate a live (and preferably active)
region and center on it.
- gtklife has a new default file format, GLF, which is similar to RLE.
- gtklife can now handle multiple file formats: Life 1.05 (the original
format), Life 1.06, RLE, XLife, and GLF. File type is auto-detected when
loading. Information on file formats was added to the "File Handling"
section of the documentation, and a page was added giving detailed
information on the GLF format.
- You can now set a per-session pattern directory
(File->Change Pattern Collection) as well as a default pattern directory
(Preferences/File/Default Pattern Collection).
- Sidebar patterns can now be bundled into sub-directories. Directories will
be displayed with trailing slashes. Click on a directory name to display
its contents in a clickable list beneath the sidebar.
- You can now specify a pattern collection directory on the command line
(previously only individual patterns could be loaded via command line).
- The pattern description has been made unbounded in length and width. An
error will occur if you attempt to save a pattern with a too-large
description to a LIF or RLE pattern file.
COSMETIC/USABILITY IMPROVEMENTS
- Mouse wheel over the description text box now scrolls the description
(previously you had to hover the mouse over the scrollbar).
- The color picker in Preferences now uses the contents (if any) of the
corresponding text entry as its starting color.
- Recent files in the File menu now display full path as a tooltip.
- Sidebar scrollbar is now only displayed when needed.
PATTERN COLLECTION CHANGES
- A new pattern collection, JSLife by Jason Summers, is now available as an
option. The sidebar can be set to display the original LifeP, JSLife, or
a custom collection of your own.
- Patterns were reorganized into a hierarchical format.
- Patterns were renamed to be more human-readable.
- Patterns were converted to GLF for speed of loading.
- Pattern descriptions were reformatted.
- Paul Rendell's Turing Machine pattern was added to the LifeP collection.
- Added a longer description to the Unit Cell pattern.
- Now that we have a command to locate active cells, re-centered the Jaws
pattern.
- Note: Due to a minor change in the config file, any custom pattern
directory that you have chosen previously will be reset.
DOCUMENTATION IMPROVEMENTS
- Fixed broken link to the Scientific American article in help.
MISCELLANEOUS
- The install process now deletes any existing patterns bundle before copying
over the new patterns.
- Added new nifty program icons based on the "pulsar".
|
|
Remove one skin that disappeared, and update one skin name.
Also, all skin distfiles have changed, so set DIST_SUBDIR to a new
value and update the checksums.
Addresses PR 27071.
|
|
- require libpcap>=0.8, and remove the related redundant comment
- use && in preference to ; in sh(1) block
|
|
|
|
|
|
note flodo v3 addition.
|
|
program for the network, showing the top flows across a network interface.
|
|
|
|
for this package.
|
|
Closes PR 27072; test-built on 2.0_BETA which has gcc3,
so the comment above the removed chunk seems incorrect.
|
|
|
|
the old version was not sufficient.
|
|
|
|
|
|
|
|
used that are now "private".
|
|
(to be committed later):
* capitalize "NetBSD" (thanks, symka!)
* "User Interaction" has nothing to do with PLIST - move it somewhere
more appropriate
|
|
|
|
Why does htdocs' XML stuff require V3.x of this pkg while we're still at 2.x?
|
|
|
|
|