Change since 1.3: Set BSDSRCDIR, OBJMACHINE and MKOBJDIRS when calling
build.sh and nbmake, so object directories are created in the right place,
not inside the sources.
Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio.
One example of where such a thing would be useful is converting audio from
the CD sample rate of 44.1kHz to the 48kHz sample rate used by DAT players.
SRC is capable of arbitrary and time varying conversions; from downsampling
by a factor of 12 to upsampling by the same factor. Arbitrary in this case
means that the ratio of input and output sample rates can be an irrational
number. The conversion ratio can also vary with time for speeding up and
slowing down effects.
SRC provides a small set of converters to allow quality to be traded off
against computation cost. The current best converter provides a
signal-to-noise ratio of 97dB with -3dB passband extending from DC to 96%
of the theoretical best bandwidth for a given pair of input and output
sample rates.
There have been several changes since 1.0.1, but the most important ones
are (according to the homepage):
- Version 1.0.2 (Nov 24 2002) Added VOX ADPCM format.
- Version 1.0.3 (Dec 09 2002) Fixes for Linux on ia64 CPUs.
author). While we're at it, upgrade to version 0.93, and add a manpage
for grepjar, which is now part of this package.
Changes since 0.90:
Improved support for other Unix platforms.
Now works on Solaris, AIX, True 64, and HP-UX.
Hopefully resolved all big endian problems.
Fixed bug in update which caused it to skip
openning update file
Changs since 0.92:
Integrated GNU gcc patches to mainline fastjar
codebase. Should compile on more platforms.
Ignore nutty errors.
Wed, 2 May 2001 14:30:38 +0200
* merged changes from axfr-get.html into axfr-get.8
* added contributed man-page tinydns-edit.8, thanks Jonathan de Boyne
Pollard.
Wed, 30 Jan 2002 16:29:54 +0100
* merged changes from tinydns-data.html into tinydns-data.8
Wed, 11 Dec 2002 10:23:18 +0100
* merge changes from http://cr.yp.to/djbdns/doc.tar.gz into: axfr-get.8,
dnscache-conf.8, dnscache.8, dnsfilter.1, dnsip.1, dnsipq.1, dnsmx.1,
dnsname.1, dnsq.1, dnsqr.1, dnstrace.1, dnstxt.1, qualification.5,
tinydns-conf.8, tinydns-data.8.
* tinydns-get.1: new.
pkgsrc changes:
- simplify post-extract by using REPLACE_PERL
- simplify post-install by looping over all available man pages
- update MASTER_SITES for man pages
- bump PKGREVISION (a few man pages added)
GDSreader - simple Calma (GDSii) parser/printer tool.
This software has as target the printing/plotting/displaying of Calma (GDSii)
files without using true layout editors. I had once to visualize an unknown
Calma file and customizing LEdit or Magic (the two layout editors I had access
to) was so difficult that I decided to write this program.
Current status:
- gdsreader is in an alpha stage and you should not expect too much from it;
- the Calma files are almost completely parsed (had no layout example that
makes use of BOX/NODE elements);
- given a Calma structure name, a PostScript file and a HPGL/2 file are
generated. The way each layer is handled is controlled by an ASCII
configuration file. The properties that can be set are color, fill (only
solid is supported), hatch (simple or cross, the angle and spacing are user
customizable too).
In order to produce an useful PostScript output, you need to write a
configuration file (default is .layers.config). The one you'll find with the
distribution is suitable for the Calma example test.gds (an actual Bandgap
reference).
said he'd include it in the next version, but since the project is,
according to the website, discontinued...
While we're at it, move html documentation where it belongs.
Bump PKGREVISION.
devel/p5-IO-Null.
This is a perl class for null file handles. Calling a constructor of this
class always succeeds, returning a new null file handle. Writing to
any object of this class is always a no-operation, and returns true.
Reading from any object of this class is always no-operation, and
returns empty-string or empty-list, as appropriate.
devel/p5-IO-Null.
This is a perl class for null file handles. Calling a constructor of this
class always succeeds, returning a new null file handle. Writing to
any object of this class is always a no-operation, and returns true.
Reading from any object of this class is always no-operation, and
returns empty-string or empty-list, as appropriate.
NetBSD packages collection as devel/ucl.
UCL is a portable lossless data compression library written in ANSI C.
It implements a number of NRV compression algorithms that achieve an
excellent compression ratio while allowing very fast decompression.
NetBSD packages collection as devel/ucl.
UCL is a portable lossless data compression library written in ANSI C.
It implements a number of NRV compression algorithms that achieve an
excellent compression ratio while allowing very fast decompression.
collection as archivers/parchive.
The idea behind parchive is to provide a tool to apply the data-recovery
capability concepts of RAID-like systems to the posting and recovery of
multi-part archives on Usenet. Current filespec and clients support the
'Reed-Soloman Code' implementation that allows for recovery of any 'X'
volumes for 'X' parity volumes present.