Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes:
Support link types that use 802.2 always, never, and sometimes.
Don't decrease the size of the BPF buffer from the default.
Support frame relay.
Handle 32-bit timestamps in DLPI, and pass the right buffer size.
Handle Linux systems with modern kernel but without
SOL_PACKET in the userland headers.
Linux support for ARPHRD_RAWHDLC.
Handle 32-bit timestamps in snoop.
Support eg (Octane/O2xxx/O3xxx Gigabit) devices.
Add new reserved DLT types.
|
|
|
|
* New hacks, flyingtoasters, bouncingcow, jigglypuff, and glslideshow.
* More models in engine.
* Rewrote xscreensaver-getimage to remove reliance on external image loaders
(xv, chbg, xloadimage, etc.) and to reduce flicker when loading files.
* Made gflux and flipscreen3d be mouse-spinnable.
|
|
|
|
Selection of changes:
* Various bugfixes to Ogg Vorbis handler as well as updating
to use version 1.0 of library. Also, modified the files
that are output by Ogg Vorbis handler to use VBR format.
* Minor cleanups to sox.c to free and close all files instead
of relying on C library to do it on exit.
* Fixed some integer overflow problems in compand effect.
* libst prototype cleanups and private data structure
cleanups.
* Added new handler for Psion Record.app files.
* Play/Record scripts now look at an AUDIODEV
enviornment variable to see what audio device to
play to. Also scripts to work on Sun Rays.
* Added support for reading and writing MP3 files if
external MP3 libraries are avaliable.
* Fix multile channel bug in avg effect.
* Allow AIFF files with an invalid length of 0 to be
processed.
|
|
vm-7.13, xdialog-2.1.0, xpdf-2.02.
- netpbm (thanks, Matthias!)
|
|
sfssd: support "reload"
sfssd: call sfskey gen with "-K -l sfs_host_key" to prevent interactive Q's
bump PKGREVISION (to 2)
|
|
|
|
|
|
Tux Racer lets you take on the role of Tux the Linux Penguin as he races down
steep, snow-covered mountains. Enter cups and compete to win the title! Tux
Racer includes a variety of options for gameplay, including the ability to
race courses in fog, at night, and under high winds.
Your journey starts as you compete on local courses. Win and you will unlock
other courses and cups that will lead you to more exciting and challenging
races. Only the quickest, smartest, and luckiest will win!
- Fun, easy to learn
- Exciting 3D courses
- Sophisticated physics result in thrilling rides down the mountains
- Collect herring while avoiding obstacles for high scores
- Race over a variety of surfaces, including fluffy snow and slick ice
- Race in various weather conditions and lighting conditions
- Create your own courses using any paint program such as The GIMP (no 3D
modeller required)
- Suitable for all ages
This package needs working hardware OpenGL support.
Based on a package submitted by David Ferlier via PR pkg/20064.
|
|
|
|
ChangeLog:
2003-03-24 MAEKAWA Masahide <maekawa@daemon-systems.org>
* 0.15.1 is out
* Scanfile (server)
Implement the experimental server-side scanfile feature.
* REMARK: the Performance
When the scanfile feature is enabled on both server/client,
the update procedure is done in 3sec (best) - 40min (worst).
|
|
Move an @exec ${INSTALL_INFO} line in PLIST to satisfy pkglint.
|
|
|
|
- Wiz
|
|
|
|
|
|
package for clean-depends-list purposes.
While here, also remove the no longer necessary CFLAGS after previous commit
in MesaLib and also add distinfo for MesaLib for non Mesa-5.0.
|
|
PR pkg/20878.
|
|
|
|
|
|
backward-compatible. 2.0 was a substential rewrite. Main changes:
support some traditional ping features: loop mode, specify size of data
packets, specify how many pings to send, interpret ICMPs other than ICMP Echo
response.
make timings in tenths of milliseconds
do exponential backoff on retries
port to more systems
do better checking on whether received ICMP is for us
added -g option for generating IPs from a start to an end value
|
|
|
|
|
|
SmokePing can measure latency, latency distribution and packet loss
in your network. SmokePing uses RRDtool to maintain a longterm datastore
and to draw pretty graphs, giving up to the minute information
on the state of each network connection. SmokePing can also raise
alarms based on latency and loss patterns.
|
|
|
|
backward-compatible. 2.0 was a substential rewrite. Main changes:
support some traditional ping features: loop mode, specify size of data
packets, specify how many pings to send, interpret ICMPs other than ICMP Echo
response.
make timings in tenths of milliseconds
do exponential backoff on retries
port to more systems
do better checking on whether received ICMP is for us
added -g option for generating IPs from a start to an end value
|
|
|
|
This is miscellous bug fixes. See ChangeLog file in ruby-base package
in detail.
|
|
database/ruby-gdbm
devel/ruby-readline
lang/ruby
lang/ruby-base
security/ruby-digest
x11/ruby-tcltklib
x11/ruby-tk
|
|
This is bug fix release of ruby programming language. Since change from
ruby 1.6.7 to 1.6.8 are to huge (>= 47K bytes), I omit includes here.
|
|
Real changes from ruby 1.6.7 to 1.6.8 are to huge (>= 47K bytes),
I omit includes here.
|
|
Change is checking stdin is really terminal and if not raise exception.
|
|
This is bug fix release of ruby programming language. Since change from
ruby 1.6.7 to 1.6.8 are to huge (>= 47K bytes), I omit includes here.
|
|
programming language. Since change from ruby 1.6.7 to 1.6.8 are to
huge (>= 47K bytes), I omit includes here.
This update implicitly includes ruby-gdbm, ruby-readline, ruby-tk and
ruby package.
Here is pkgsrc change.
- Support pkgsrc on Solaris.
* change RUBY_ARCH default value to
${LOWER_ARCH}-${LOWER_OPSYS}${APPEND_ELF} for fixing Solairs
support.
* Add RUBY_NOSHLIBMAJOR. (needs more better scheme..?)
* Change RUBY_SHLIBVER.
* patch config.sub to proper RUBY_ARCH generation.
- Change RUBY_COMMENT to meaningful names; RUBY_NOEXT_CURSES and
RUBY_NOEXT_DBM.
- Remove patch-ak since it was fixed in original source.
|
|
programming language. Since change from ruby 1.6.7 to 1.6.8 are to
huge (>= 47K bytes), I omit includes here.
This update implicitly includes ruby-digest and ruby-tcltklib.
Here is pkgsrc change.
- Support pkgsrc on Solaris.
* change RUBY_ARCH default value to
${LOWER_ARCH}-${LOWER_OPSYS}${APPEND_ELF} for fixing Solairs
support.
* Add RUBY_NOSHLIBMAJOR. (needs more better scheme..?)
* Change RUBY_SHLIBVER.
- Change RUBY_COMMENT to meaningful names; RUBY_NOEXT_CURSES and
RUBY_NOEXT_DBM.
- Remove patch-ak since it was fixed in original source.
|
|
Changes:
* Support for NetBSD on PowerPC based systems.
* An Icon source file can be made executable under Unix by prefixing it
with a comment line
#!/usr/bin/env icon
and setting its execute permission bit. This uses a new icon command,
which in another form allows a small Icon program to be embedded within
a shell script. See the new man page for details. The traditional icont
command remains available for less specialized purposes.
* The performance of large sets and tables has been improved.
* Some minor bugs have been fixed.
|
|
Changes:
* Support for NetBSD on PowerPC based systems.
* An Icon source file can be made executable under Unix by prefixing it
with a comment line
#!/usr/bin/env icon
and setting its execute permission bit. This uses a new icon command,
which in another form allows a small Icon program to be embedded within
a shell script. See the new man page for details. The traditional icont
command remains available for less specialized purposes.
* The performance of large sets and tables has been improved.
* Some minor bugs have been fixed.
|
|
|
|
|
|
Include patch by Soren Jacobsen in PR 20872 to make MIDI work.
|
|
|
|
|
|
|
|
The bit-stream and API have been frozen in this release.
|
|
|
|
Moved Speex to Speex-mixedcase in the repository [schmonz 2007-06-07]
|
|
readability purposes.
whitespace police.
|
|
|
|
http://www.mysql.com/doc/en/Solaris_2.7.html)
|