pkgsrc.git
21 years agoInitial import of py-docutils-0.2.
markd [Wed, 30 Oct 2002 11:10:44 +0000 (11:10 +0000)]
Initial import of py-docutils-0.2.

The purpose of the Docutils project is to create a set of tools
for processing plaintext documentation into useful formats, such
as HTML, XML, and TeX.

21 years agoInitial import of gnome2-terminal-2.0.1, an xterm like terminal program for
rh [Wed, 30 Oct 2002 10:32:15 +0000 (10:32 +0000)]
Initial import of gnome2-terminal-2.0.1, an xterm like terminal program for
GNOME 2.  Based on a package provided by Scott Aaron Bamford as part of PR
pkg/18660.

21 years agoInitial import of libzvt-2.0.1, a virtual terminal widget library for
rh [Wed, 30 Oct 2002 09:52:30 +0000 (09:52 +0000)]
Initial import of libzvt-2.0.1, a virtual terminal widget library for
GNOME2.  Based on the package provided by Scott Aaron Bamford as part of
PR pkg/18660.

21 years agoInitial import of glade2-1.1.2, a user interface builder for the GTK2+
rh [Wed, 30 Oct 2002 09:14:27 +0000 (09:14 +0000)]
Initial import of glade2-1.1.2, a user interface builder for the GTK2+
toolkit and GNOME2.

21 years agoImport a jikes-1.12 package into lang/jikes112. This is the latest known
skrll [Wed, 30 Oct 2002 07:29:08 +0000 (07:29 +0000)]
Import a jikes-1.12 package into lang/jikes112. This is the latest known
working version of jikes for wonka.

jikes is a java 2 compiler.

21 years agoInitial import of gnome-db-0.8.192, the GNOME2 database applications and
rh [Wed, 30 Oct 2002 06:44:59 +0000 (06:44 +0000)]
Initial import of gnome-db-0.8.192, the GNOME2 database applications and
libraries.

21 years agoInitial import of libgnomedb-0.8.199, the GNOME2 database library.
rh [Wed, 30 Oct 2002 05:09:08 +0000 (05:09 +0000)]
Initial import of libgnomedb-0.8.199, the GNOME2 database library.

21 years agoInitial import of libgda-0.8.199, the GNU database access library. This
rh [Wed, 30 Oct 2002 00:52:11 +0000 (00:52 +0000)]
Initial import of libgda-0.8.199, the GNU database access library.  This
version only comes with a default XML backend enabled.
Based on the package provided by Scott Aaron Bamford in PR pkg/18660.

21 years agoLots more levels for rocksndiamonds. Based on a package provided
wiz [Tue, 29 Oct 2002 14:47:13 +0000 (14:47 +0000)]
Lots more levels for rocksndiamonds. Based on a package provided
by Adam Ciarcinski.

21 years agoinitial import of tkgate-1.6i provided in PR 18847 by Julio Merino,
dmcmahill [Tue, 29 Oct 2002 00:33:46 +0000 (00:33 +0000)]
initial import of tkgate-1.6i provided in PR 18847 by Julio Merino,
jmmv at menta dot net.

TkGate is a digital circuit editor and simulator with a Tcl/Tk based
interface. TkGate includes a large number of built-in devices
including basic gates, memories, ttys and modules for hierarchical
design. The simulator can be controlled either interactively or
through a simulation script. Memory contents can be loaded from
files, and a microcode/macrocode compiler (gmac) is included to create
tkgate memory files from a high-level description. The simulator
supports continous simulation, single step simulation (by clock or
epoch) and breakpoints. Save files are in a Verilog-like format.

TkGate also includes a number of tutorial and example circuits which
can be loaded through the "Help" menu. The examples range from a
simple gate-level 3-bit adder to a 16-bit CPU programmed to play the
"Animals" game.

TkGate has a multi-langauge interface with support for English,
Japanese, French and Spanish.

21 years agoInitial import of piewm-1.02 into the NetBSD Packages Collection.
agc [Mon, 28 Oct 2002 22:28:32 +0000 (22:28 +0000)]
Initial import of piewm-1.02 into the NetBSD Packages Collection.

Although the computer screen is two-dimensional, today most users of
windowing environments control their systems with a one-dimensional
list of choices -- the standard pull-down or drop-down menus such as
those found on Microsoft Windows, Presentation Manager, or the
Macintosh.

An alternative user-interface technique is "pie" menus -
two-dimensional, circular, and in many ways easier to use and faster
than conventional linear menus.  Pie menus also work well with
alternative pointing devices such as those found in stylus or
pen-based systems.

piewm is a virtual window manager based on tvtwm, which uses pie menus.

21 years agoInitial import of Navi2ch 1.6.0.
uebayasi [Mon, 28 Oct 2002 18:40:22 +0000 (18:40 +0000)]
Initial import of Navi2ch 1.6.0.

Navi2ch is a viewer program dedicated to chatting in 2ch.net - the biggest,
most famous, influencial BBS in Japan.

Although this software is really well-written, It's worth noting that most
opinions/informations found in 2ch.net are next to senseless.  Thus, Good
NetBSD users are really encouraged not to devote themselves to 2ch! :-)

21 years agoInitial import of aqsis-0.6.4, a Renderman clone, into the NetBSD Packages
agc [Mon, 28 Oct 2002 15:12:36 +0000 (15:12 +0000)]
Initial import of aqsis-0.6.4, a Renderman clone, into the NetBSD Packages
collection.

A RenderMan compliant renderer.  Based on the REYES architecture,
Aqsis is designed for speed and memory efficiency.  Complete
implementation of programmable shading.

21 years agoInitial import of libargparse-0.1.0000 into the NetBSD Packages Collection.
agc [Mon, 28 Oct 2002 13:09:08 +0000 (13:09 +0000)]
Initial import of libargparse-0.1.0000 into the NetBSD Packages Collection.

libargparse is a command line argument parser library in C++

The ArgParse class allows you to specify names of options that you
want parsed, along with a usage message for them.  Options come in
four flavors:  flag, int, float, and string.  Flags don't take
arguments, but the other kinds do.  For an option that takes an
argument, it can be specified with an equals sign, with a colon, or by
putting it in the next element of argv.  ("--foo=stuff",
"--foo:stuff", or "--foo stuff", respectively)

The flavors that take arguments also come in array flavors.  With an
array, you specify a pointer to a vector of the basic type, instead of
just a pointer to a basic type.  This allows the option to appear more
than once, and the new values are appended to the array.  Optionally,
you can also specify a separator character, so that multiple array
elements can be parsed up from a single instance of the option.

Options can start with either a single dash or a double dash, but see
allowOneCharOptionsToBeCombined() for more information.

21 years agoCorrect my mistake - move the mousetar package from sysutils to archivers.
agc [Mon, 28 Oct 2002 12:41:55 +0000 (12:41 +0000)]
Correct my mistake - move the mousetar package from sysutils to archivers.

21 years agobuild the postgresql database driver for Qt
drochner [Mon, 28 Oct 2002 11:18:36 +0000 (11:18 +0000)]
build the postgresql database driver for Qt

21 years agoInitial import of gmngview-1.0.4, a simple GTK-based MNG viewer.
wiz [Mon, 28 Oct 2002 11:04:54 +0000 (11:04 +0000)]
Initial import of gmngview-1.0.4, a simple GTK-based MNG viewer.

21 years agoImport tinyscheme-1.31, a small, embeddable BSD-licensed scheme
agc [Mon, 28 Oct 2002 09:04:02 +0000 (09:04 +0000)]
Import tinyscheme-1.31, a small, embeddable BSD-licensed scheme
interpreter, into the NetBSD Packages Collection.

TinyScheme is a lightweight Scheme interpreter that implements as
large a subset of R5RS as was possible without getting very large and
complicated.  It is meant to be used as an embedded scripting
interpreter for other programs.  As such, it does not offer IDEs or
extensive toolkits although it does sport a small top-level loop,
included conditionally.  A lot of functionality in TinyScheme is
included conditionally, to allow developers freedom in balancing
features and footprint.

As an embedded interpreter, it allows multiple interpreter states to
coexist in the same program, without any interference between them.
Programmatically, foreign functions in C can be added and values can
be defined in the Scheme environment.  Being quite a small program, it
is easy to comprehend, get to grips with, and use.

21 years agoInitial import of cyrus-imapd 2.1.9.
chris [Sun, 27 Oct 2002 16:08:53 +0000 (16:08 +0000)]
Initial import of cyrus-imapd 2.1.9.

Cyrus imapd provides IMAP, POP3 and KPOP services for mail.  It differs
from other IMAP servers by providing a "sealed" server where users do not
normally login directly to the server.  The mailbox database is private to
the Cyrus IMAP system.  Cyrus also provides server side mail filtering
using sieve (see RFC 3028)

21 years agoInitial import of cyrus-sasl 2.1.9.
chris [Sun, 27 Oct 2002 15:09:00 +0000 (15:09 +0000)]
Initial import of cyrus-sasl 2.1.9.

This is the latest release of cyrus-sasl.  It is needed for the 2.1.x
versions of cyrus-imapd.

SASL is a method for adding authentication support to connection-based
protocols.  To use SASL, a protocol includes a command for identifying and
authenticating a user to a server and for optionally negotiating protection
of subsequent protocol interactions.  If its use is negotiated, a security
layer is inserted between the protocol and the connection.

21 years agoImported guile-pg:
cjones [Sun, 27 Oct 2002 01:14:10 +0000 (01:14 +0000)]
Imported guile-pg:

Guile-pg is a Guile module providing access and allowing updates to
PostgreSQL databases from Guile scripts. Guile is the GNU interpreter
for the Scheme language and PostgreSQL is a free relational database
management system.

21 years agoInitial import of python-mode 4.6 into the NetBSD packages collection
cjep [Fri, 25 Oct 2002 20:02:39 +0000 (20:02 +0000)]
Initial import of python-mode 4.6 into the NetBSD packages collection
as devel/python-mode.

This package provides an Emacs editing mode for Python code.

21 years agoimport the Zope part of databases/py-psycopg
drochner [Fri, 25 Oct 2002 15:00:15 +0000 (15:00 +0000)]
import the Zope part of databases/py-psycopg

21 years agomove phoenix-0.3 Linux binary package to phoenix-linux.
grant [Fri, 25 Oct 2002 14:27:52 +0000 (14:27 +0000)]
move phoenix-0.3 Linux binary package to phoenix-linux.

21 years agoanother Python-PostgreSQL adapter
drochner [Fri, 25 Oct 2002 14:17:24 +0000 (14:17 +0000)]
another Python-PostgreSQL adapter

21 years agoadd a thread (GNU pth) supporting version of Python-2.2
drochner [Fri, 25 Oct 2002 10:48:48 +0000 (10:48 +0000)]
add a thread (GNU pth) supporting version of Python-2.2

21 years agoImport hot-babe-0.1.2: System monitor
hubertf [Thu, 24 Oct 2002 18:57:05 +0000 (18:57 +0000)]
Import hot-babe-0.1.2: System monitor

Hot-babe is a small graphical utility which display the system
activity in a very special way. When the CPU is idle, it displays
a dressed girl, and when the activity goes up, as the temperature
increases, the girl begins to undress, to finish totally naked when
the system activity reaches 100%. Of course, if you can be shocked
by nudity, don't use it!

21 years agoInitial import of net-snmp-5.0.6 as net/net-snmp. This package is based
jlam [Thu, 24 Oct 2002 08:29:34 +0000 (08:29 +0000)]
Initial import of net-snmp-5.0.6 as net/net-snmp.  This package is based
on net/net-snmp-current and on the FreeBSD net-snmp port, and may be
considered as an update to ucd-snmp.  Changes since ucd-snmp include:

* complete rewrite of the agent internals
* new agent module API
* SNMPv3
* improved AgentX subagent handling
* many, many bugfixes in plugged memory leaks
* prevent DoS attacks from authenticated users

21 years agoadd DocumentLibrary-1.0rc1, a framework for searchable and browsable
drochner [Wed, 23 Oct 2002 17:17:54 +0000 (17:17 +0000)]
add DocumentLibrary-1.0rc1, a framework for searchable and browsable
document libraries

21 years agoadd BTreeFolder-0.2, a Zope storage optimized for large object counts
drochner [Wed, 23 Oct 2002 17:15:57 +0000 (17:15 +0000)]
add BTreeFolder-0.2, a Zope storage optimized for large object counts

21 years agoImport from xlHtml (to sync with PKGNAME).
wiz [Tue, 22 Oct 2002 15:25:59 +0000 (15:25 +0000)]
Import from xlHtml (to sync with PKGNAME).

Moved xlHtml to xlHtml-mixedcase in the repository [schmonz 2007-06-07]

21 years agoInitial import of buildtool-0.6 into the NetBSD Packages Collection.
agc [Mon, 21 Oct 2002 08:16:06 +0000 (08:16 +0000)]
Initial import of buildtool-0.6 into the NetBSD Packages Collection.

Provided in PR 18042 by Julio Merino.

Buildtool is a set of helper tools designed to make easy to
configure source packages and build them, also making them more
portable.

Buildtool can be tought as the BSD replacement of GNU automake,
autoconf and libtool.

21 years agoinitial import of p5-gettext-1.01 provided in PR 18704 by
dmcmahill [Sat, 19 Oct 2002 17:01:23 +0000 (17:01 +0000)]
initial import of p5-gettext-1.01 provided in PR 18704 by
Eric Jacoboni (jaco at scrogneugneu dot org)

Locale::gettext is a perl5 module quickly written to gain access to
the C library functions for internatialization. They work just like
the C versions.

21 years agoInitial import of phoenix
taya [Sat, 19 Oct 2002 15:38:37 +0000 (15:38 +0000)]
Initial import of phoenix

Phoenix is a redesign of the Mozilla browser component, similar to Galeon,
K-Meleon and Chimera, but written using the XUL user interface language
and designed to be cross-platform.

21 years agoImport cmu-dhcpd-3.3.7.9
abs [Fri, 18 Oct 2002 22:06:01 +0000 (22:06 +0000)]
Import cmu-dhcpd-3.3.7.9
CMU dhcpd 3.3.7 is a combined BootP and DHCP server, available from
Carnegie Mellon University.
Development of this sofware at CMU has been halted. At Princeton
we've added a few new features, and fixed some bugs (and probably
introduced new ones, naturally). We've also incorporated patches
that others have posted. Our version is 3.3.7+PU.

21 years agoImport p5-Number-Latin 1.01
abs [Fri, 18 Oct 2002 21:55:32 +0000 (21:55 +0000)]
Import p5-Number-Latin 1.01
Some applications, notably the numbering of points in outlines,
use a scheme that starts with the letter "a", goes to "z", and then
starts over with "aa" thru "az", then "ba", and so on.  This module
provides functions that deal with that numbering system, converting
between it and integer values.

21 years agoInitial import of of security/pyca.
jlam [Fri, 18 Oct 2002 17:06:01 +0000 (17:06 +0000)]
Initial import of of security/pyca.

pyCA tries to make it easier for people to set up and run a organizational
certificate authority which fulfills the need for a fairly secure
certification processing.  The package also tries to reduce administrative
tasks and user's frustration by providing a comfortable web interface to
users contacting the certificate authority.

21 years agoInitial import of Gorm-0.1.9, a GNUstep graphical user interface builder.
rh [Fri, 18 Oct 2002 09:36:01 +0000 (09:36 +0000)]
Initial import of Gorm-0.1.9, a GNUstep graphical user interface builder.

21 years agoThis is the php4 module for apache2 users (provided by Dawid Szymanski
martti [Thu, 17 Oct 2002 09:56:52 +0000 (09:56 +0000)]
This is the php4 module for apache2 users (provided by Dawid Szymanski
in PR#17085, minor fixes by me).

21 years agopy-expat -- enables python's xml framework to use the expat parser.
tsarna [Wed, 16 Oct 2002 16:45:56 +0000 (16:45 +0000)]
py-expat -- enables python's xml framework to use the expat parser.

21 years agoinitial import of lablgtk 1.2.5
dillo [Wed, 16 Oct 2002 16:40:26 +0000 (16:40 +0000)]
initial import of lablgtk 1.2.5
LablGTK is is an Objective Caml interface to gtk+.

21 years agoInitial import of math/newmat into pkgsrc:
jschauma [Wed, 16 Oct 2002 15:40:33 +0000 (15:40 +0000)]
Initial import of math/newmat into pkgsrc:

This C++ library is intended for scientists and engineers who need to
manipulate a variety of types of matrices using standard matrix operations.
Emphasis is on the kind of operations needed in statistical calculations such
as least squares, linear equation solve and eigenvalues.

It supports matrix types: Matrix (rectangular matrix); UpperTriangularMatrix;
LowerTriangularMatrix; DiagonalMatrix; SymmetricMatrix; BandMatrix;
UpperBandMatrix; LowerBandMatrix; SymmetricBandMatrix; IdentityMatrix;
RowVector; ColumnVector.

The library includes the operations *, +, -, *=, +=, -=, Kronecker product,
Schur product, concatenation, inverse, transpose, conversion between types,
submatrix, determinant, Cholesky decomposition, QR triangularisation, singular
value decomposition, eigenvalues of a symmetric matrix, sorting, fast Fourier
and trig. transforms, printing and an interface with Numerical Recipes in C.

It is intended for matrices in the range 10 x 10 to the maximum size your
machine will accommodate in a single array. The package works for very small
matrices but becomes rather inefficient.  A lazy evaluation approach to
evaluating matrix expressions is used to improve efficiency and reduce use of
temporary storage.

21 years agoinitial import of img2eps 0.1
dillo [Wed, 16 Oct 2002 14:45:54 +0000 (14:45 +0000)]
initial import of img2eps 0.1

  img2eps packages raster images into EPS (Embedded PostScript) files,
using whatever PostScript features are advantageous.  If possible, the
compressed image data is copied directly to the EPS file.

  Supported image file formats are GIF, JPEG, PNG, TIFF, and XPM.

21 years agoInitial import of librsvg2-2.0.1, the scalable vector graphics library for
rh [Wed, 16 Oct 2002 10:29:01 +0000 (10:29 +0000)]
Initial import of librsvg2-2.0.1, the scalable vector graphics library for
GNOME2.

21 years agoInitial import of eel2-2.0.7, the eazel extentions library for GNOME2.
rh [Wed, 16 Oct 2002 09:37:26 +0000 (09:37 +0000)]
Initial import of eel2-2.0.7, the eazel extentions library for GNOME2.

21 years agoInitial import of mousetar-20020202 into the NetBSD packages collection.
agc [Wed, 16 Oct 2002 09:34:13 +0000 (09:34 +0000)]
Initial import of mousetar-20020202 into the NetBSD packages collection.

Quoting from http://mail-index.netbsd.org/tech-userlevel/2002/10/16/0000.html

"I've written a tar that owes nothing to anything else.  It's in the
public domain and hence is free for NetBSD to steal, anything from
lifting it verbatim to swiping ideas from.

It doesn't currently have anything like --fast-read; that hadn't
occurred to me.  Now that it's been pointed out, I'll be adding it; I
think it's a valuable addition, whether or not NetBSD wants my tar."

21 years agoInitial import of coconut-0.3.0, a versatile Objective-C class library for
rh [Wed, 16 Oct 2002 08:58:43 +0000 (08:58 +0000)]
Initial import of coconut-0.3.0, a versatile Objective-C class library for
Unix-like systems.

21 years agoInitial import of papaya-0.1.7, a set of scripts for software development.
rh [Wed, 16 Oct 2002 04:46:31 +0000 (04:46 +0000)]
Initial import of papaya-0.1.7, a set of scripts for software development.

21 years agoInitial import of gtkglext-0.5.1, an OpenGL extension to gtk2
rh [Wed, 16 Oct 2002 03:37:03 +0000 (03:37 +0000)]
Initial import of gtkglext-0.5.1, an OpenGL extension to gtk2

21 years agoInitial import of DNS::ZoneParse 0.82 into the NetBSD packages collection
cjep [Tue, 15 Oct 2002 15:36:46 +0000 (15:36 +0000)]
Initial import of DNS::ZoneParse 0.82 into the NetBSD packages collection
as net/p5-DNS-ZoneParse.

This perl5 module is for parsing and manipulating DNS zone files. It can be
used to pull all the resource records into an anonymous hash structure.

21 years agoInitial import of rdiff-backup-0.10.1 into the NetBSD Packages Collection.
agc [Tue, 15 Oct 2002 15:16:02 +0000 (15:16 +0000)]
Initial import of rdiff-backup-0.10.1 into the NetBSD Packages Collection.

Provided in PR 18577 by David.S at idiom dot com, some modifications
by me to use buildlink2 files, and to specify the correct version of
python required.

Rdiff-backup backs up one directory to another, possibly over a network.
The target directory ends up a copy of the source directory, but extra
reverse diffs are stored in a special subdirectory of that target directory,
so you can still recover files lost some time ago. The idea is to combine
the best features of a mirror and an incremental backup. Rdiff-backup also
preserves subdirectories, hard links, dev files, permissions, uid/gid
ownership (if it is running as root), and modification times. Finally,
rdiff-backup can operate in a bandwidth efficient manner over a pipe, like
rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive
up to a remote location, and only the differences will be transmitted.

21 years agoInitial import of librsync-0.9.5.1 into the NetBSD Packages Collection.
agc [Tue, 15 Oct 2002 13:49:19 +0000 (13:49 +0000)]
Initial import of librsync-0.9.5.1 into the NetBSD Packages Collection.

Provided in PR 18576 by "David S." <dgs@malign.rad.washington.edu>

Librsync is a library for calculating and applying network deltas,
with an interface designed to ease integration into diverse network
applications.  Librsync encapsulates the core algorithms of the rsync
protocol, which help with efficient calculation of the differences
between two files.  The rsync algorithm is different from most
differencing algorithms because it does not require the presence of
the two files to calculate the delta.  Instead, it requires a set of
checksums of each block of one file, which together form a signature
for that file.  Blocks at any point in the other file which have the
same checksum are likely to be identical, and whatever remains is the
difference.

21 years agoinitial import of Mini vMac 0.1.7 into the NetBSD packages collection.
kei [Tue, 15 Oct 2002 12:39:12 +0000 (12:39 +0000)]
initial import of Mini vMac 0.1.7 into the NetBSD packages collection.

Mini vMac is a minor spin off of the program vMac.  Its goal is to
provide the simplest usable emulation of a Macintosh, instead of the
fastest or most usable emulation.  It can serve as a programmers
introduction to vMac, having only about one tenth as much source code.

21 years agore-imported xmbdfed, a Motif-based BDF editor, from graphics category.
kei [Tue, 15 Oct 2002 12:29:19 +0000 (12:29 +0000)]
re-imported xmbdfed, a Motif-based BDF editor, from graphics category.

21 years agoInitial import of Phoenix-0.3 into the NetBSD packages collection.
grant [Tue, 15 Oct 2002 11:23:57 +0000 (11:23 +0000)]
Initial import of Phoenix-0.3 into the NetBSD packages collection.

Phoenix is a redesign of the Mozilla browser component, similar to Galeon,
K-Meleon and Chimera, but written using the XUL user interface language
and designed to be cross-platform.

This is a Linux binary package for Linux and NetBSD/i386.

21 years agoInitial import of codecs for Japanese language encodings.
tsarna [Mon, 14 Oct 2002 17:05:39 +0000 (17:05 +0000)]
Initial import of codecs for Japanese language encodings.

21 years agoInitial import of codecs for Japanese language encodings.
tsarna [Mon, 14 Oct 2002 16:59:14 +0000 (16:59 +0000)]
Initial import of codecs for Japanese language encodings.

21 years agoPackage for GNU grep 2.5.
bouyer [Mon, 14 Oct 2002 16:43:14 +0000 (16:43 +0000)]
Package for GNU grep 2.5.

21 years agoAdded php4-curl-4.2.3 (provided by Harry Waddell in PR#18602)
martti [Mon, 14 Oct 2002 06:40:53 +0000 (06:40 +0000)]
Added php4-curl-4.2.3 (provided by Harry Waddell in PR#18602)

PHP is a programming language designed to be embedded into web pages.
This module provides curl functions for PHP4.

21 years agoinitial import of verilog-mode-3.60
dmcmahill [Mon, 14 Oct 2002 02:28:18 +0000 (02:28 +0000)]
initial import of verilog-mode-3.60

This is a major mode for editing Verilog HDL source code under GNU Emacs or
XEmacs.

21 years agoInitial import of Speex-1.0beta1 (as 0.99.1) into pkgsrc.
wiz [Sun, 13 Oct 2002 16:04:48 +0000 (16:04 +0000)]
Initial import of Speex-1.0beta1 (as 0.99.1) into pkgsrc.

The Speex project aims to build an open-source, patent-free voice
codec.  Unlike other codecs like MP3 and Ogg Vorbis, Speex is
specially designed for compressing voice at low bitrates in the
8-32 kbps/channel range.  Possible applications include Voice over
IP (VoIP), internet audio streaming, archiving of speech data (e.g.
voice mail), and audio books.  In some sense, it is meant to be
complementary to the Ogg Vorbis codec.

21 years agoinitial import of p5-Parallel-Pvm-1.3.0
dmcmahill [Sun, 13 Oct 2002 04:30:05 +0000 (04:30 +0000)]
initial import of p5-Parallel-Pvm-1.3.0

Parallel::Pvm is a perl extension for the parallel virtual machine
(PVM) message-passing system.

21 years agoInitial import of glchess-0.4.6, a 3D OpenGL/gtk chess interface.
rh [Sat, 12 Oct 2002 06:17:15 +0000 (06:17 +0000)]
Initial import of glchess-0.4.6, a 3D OpenGL/gtk chess interface.

21 years agoInitial import of bmf-0.84
mjl [Thu, 10 Oct 2002 11:05:31 +0000 (11:05 +0000)]
Initial import of bmf-0.84

This is a mail filter which uses the Bayes algorithm as explained in Paul
Graham's article "A Plan for Spam". It aims to be faster, smaller, and more
versatile than similar applicatios.

21 years agoAdd files from parent branch HEAD:
branch-fixup [Wed, 9 Oct 2002 14:17:59 +0000 (14:17 +0000)]
Add files from parent branch HEAD:
sysutils/gkrellm/buildlink2.mk

21 years agoinitial import of latex-mk-0.9
dmcmahill [Wed, 9 Oct 2002 05:10:49 +0000 (05:10 +0000)]
initial import of latex-mk-0.9

Latex-Mk is a set of makefile fragments and shell scripts designed
to assist in the management of LaTeX documents.  The user creates
a simple Makefile which sets up a few simple variables and then
includes the latex.mk fragment at the end.

LaTeX-Mk provides easy targets such as 'view', 'pdf', 'print',
and 'clean'.  Additional features such as multiple top level
documents with some shared and some unique dependencies and
draft watermark output are included.

LaTeX-Mk works with BSD make and also with GNU make.

21 years agoImport KOffice 1.1.1 as pkgsrc/misc/koffice11 (for KDE 2.x users).
martti [Tue, 8 Oct 2002 14:07:03 +0000 (14:07 +0000)]
Import KOffice 1.1.1 as pkgsrc/misc/koffice11 (for KDE 2.x users).

21 years agoInitial import of String::CRC32 1.2 into the NetBSD packages collection
cjep [Tue, 8 Oct 2002 05:27:53 +0000 (05:27 +0000)]
Initial import of String::CRC32 1.2 into the NetBSD packages collection
as textproc/p5-String-CRC32.

This package provides a perl module to generate checksums from
strings and from files.  The checksums are the same as those
calculated by ZMODEM, PKZIP, PICCHECK and many others.

Supplied by mishka at terabyte.com.ua in PR#18107. Thanks!

21 years agoInitial import of of kvim-6.1.141 as editors/vim-kde:
jlam [Tue, 8 Oct 2002 00:18:53 +0000 (00:18 +0000)]
Initial import of of kvim-6.1.141 as editors/vim-kde:

Vim is an almost compatible version of the UNIX editor Vi.  Many new features
have been added: multi level undo, syntax highlighting, command line history,
on-line help, filename completion, block operations, etc.

If you are building the package from source you may want to enable some
features such as a perl or python interpreter which are not enabled by
default.

This version also contains a X11 KDE3 GUI. If you don't have X11,
look at the `vim' package instead.

21 years agoInitial import of wm/sawfish-themes. This package includes a rather large
jschauma [Mon, 7 Oct 2002 17:00:45 +0000 (17:00 +0000)]
Initial import of wm/sawfish-themes.  This package includes a rather large
number of themes available for the sawfish window manager.  The user can
specify which themes to install by specifying the distfiles in the
environment variable SAWFISH_THEMES;  per default, about 185 themes from
themes.freshmeat.net are installed.

21 years agoImport of p5-Digest-Nilsimsa, a perl5 extension module for Nilsimsa
heinz [Sun, 6 Oct 2002 03:07:03 +0000 (03:07 +0000)]
Import of p5-Digest-Nilsimsa, a perl5 extension module for Nilsimsa
signatures. A Nilsimsa signature is a statistic of n-gram occurance in
a piece of text. It is a 256 bit value usually represented in hex

21 years agoinitial import of the aquaified theme for sawfish:
mrg [Sat, 5 Oct 2002 22:10:41 +0000 (22:10 +0000)]
initial import of the aquaified theme for sawfish:

Aquaified is another MacOS X theme, with an attempt to make it as
accurate as possible. This theme has accurate mouse-overs, button
order, and function.

21 years agoInitial import of kile version 1.2
markd [Sat, 5 Oct 2002 05:53:59 +0000 (05:53 +0000)]
Initial import of kile version 1.2

Kile is a LaTeX source editor, TeX shell and GnuPlot frontend. It simplifies
the creation and modification of LaTeX source code documents as well as the
use of LaTeX-related programs for users who want to retain control over their
LaTeX documents.

Features:
+ an editor to write your LaTeX source files (syntax highlighting, undo / redo,
  search / replace, spellcheck, etc.);
+ integrated DVI, PS, PDF and HTML viewers;
+ a GnuPlot front end (adapted from Xgfe);
+ wizards for generating LaTeX code (Quick document, Quick letter, tabular and
  array environments);
+ direct insertion of the principal LaTeX tags via the LaTeX, Math and Greek
  menus;
+ one-click insertion of 370 different mathematical symbols;
+ insertion of standard Bibtex entry types in the .bib file;
+ "inverse" and "forward" search with KDVI;
+ automatic launching of LaTeX-related programs via the Tools menu;
+ a "Messages / Log File" frame which provides process information and LaTeX
  compilation log files;
+ Next Latex Error and Previous Latex Error commands for browsing LaTeX errors;
+ clicking line numbers in the log file for jumping to the corresponding line
  in the editor;
+ a "structure view" with links for jumping directly to different parts of the
  document in the "Structure" frame;
+ a Help menu entry featuring extensive LaTeX documentation.

21 years agoImport p5-Cz-Cstools-3.3: Tools for dealing with Czech and Slovak texts in Perl
hubertf [Fri, 4 Oct 2002 16:29:51 +0000 (16:29 +0000)]
Import p5-Cz-Cstools-3.3: Tools for dealing with Czech and Slovak texts in Perl

This package includes modules that are usefull when dealing with Czech (and
Slovak) texts in Perl.

Module Cz::Cstocs:
  Implements object for various charset encodings, used for the Czech language
  -- either as objects, or as direct conversion functions. One of the charsets
  is tex for things like \v{c}.

Program cstocs:
  This version of popular charset reencoding utility uses the above mentioned
  module to convert text between various charsets.

Module Cz::Sort:
  Sorts according to Czech sorting conventions, regardless on locale setting.
  Exports functions czcmp and czsort which can be used in similar way as as
  Perl's internals cmp and sort.

Submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 17943

21 years agoImport pclock-0.13.1: Simple analog clock designed for WindowMaker
hubertf [Fri, 4 Oct 2002 16:10:17 +0000 (16:10 +0000)]
Import pclock-0.13.1: Simple analog clock designed for WindowMaker

pclock is a simple analog clock program designed to run under WindowMaker
window manager (also runs fine on any other window manager which supports
dock apps, such as PWM).  Any 64x64 pixmap may be used as a background.

Submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18008

21 years agoInitial import of mozilla-stable
taya [Fri, 4 Oct 2002 15:47:18 +0000 (15:47 +0000)]
Initial import of mozilla-stable

This is a stable branch of mozilla.
A select group of APIs have been marked "@FROZEN. Mozilla.org intends
to maintain API compatibility for this set until next major release.
This branch is targeted at the developer community and enables
the creation of Internet-based applications.

21 years agoAdd otpCalc-0.96: OTP and S/Key calculator for X
hubertf [Fri, 4 Oct 2002 15:05:05 +0000 (15:05 +0000)]
Add otpCalc-0.96: OTP and S/Key calculator for X

otpCalc is an RFC2289 and RFC1760 compliant one time password
calculator, written to use the GTK+ library for screen I/O.

Contributed by Michael Santos <mike@ethmoid.org> in PR 18527.

21 years agoInitial import of DICTD 1.8.0.
uebayasi [Fri, 4 Oct 2002 09:05:27 +0000 (09:05 +0000)]
Initial import of DICTD 1.8.0.

DICTD is a DICT protocol server.

The Dictionary Server Protocol (DICT), described in RFC 2229, is a TCP
transaction based query/response protocol that allows a client to access
dictionary definitions from a set of natural language dictionary databases.

Some dictionary databases are freely available at dict.org.

21 years agoImport of slightly modified automake-1.4, with new name and fixed
wiz [Thu, 3 Oct 2002 19:26:12 +0000 (19:26 +0000)]
Import of slightly modified automake-1.4, with new name and fixed
to not conflict with the to-be committed automake package.
Package provided by dillo.

21 years agoImport of slightly modified autoconf-2.13, with new name and fixed
wiz [Thu, 3 Oct 2002 19:25:04 +0000 (19:25 +0000)]
Import of slightly modified autoconf-2.13, with new name and fixed
to not conflict with the to-be committed autoconf package.
Package provided by dillo.

21 years agoReimport of the Easy Editor 1.4.5a as editors/easyedit into the NetBSD
cjep [Thu, 3 Oct 2002 07:02:22 +0000 (07:02 +0000)]
Reimport of the Easy Editor 1.4.5a as editors/easyedit into the NetBSD
packages collection (to avoid conflict with graphics/ee).

This is an easy to use text editor, intended to be usable with little or no
instruction. (A version of this editor is found in FreeBSD as ee).

21 years agoInitial import of the Easy Editor 1.4.5a into the NetBSD packages
cjep [Wed, 2 Oct 2002 21:37:41 +0000 (21:37 +0000)]
Initial import of the Easy Editor 1.4.5a into the NetBSD packages
collection as editors/ee.

EE is an easy to use text editor, intended to be usable with little or no
instruction. (A version of this editor is found in FreeBSD).

21 years agooss-3.97d - Open Sound System(TM) soundcard driver
jlam [Wed, 2 Oct 2002 20:33:31 +0000 (20:33 +0000)]
oss-3.97d - Open Sound System(TM) soundcard driver

Open Sound System(TM) (OSS) is the first attempt in unifying the digital
audio architecture for UNIX.  OSS is a set of device drivers that provide a
uniform API across all the major UNIX architectures.  It supports Sound
Blaster or Windows Sound System compatible sound cards which can be plugged
into any UNIX workstation supporting the ISA or PCI bus architecture.  OSS
also supports workstations with on-board digital audio hardware.

The pkgsrc OSS installs the evaluation version of OSS available from
ftp.opensound.com, but allows for updating the license file to a permanent
license.

21 years agoRe-import of pan-0.13.0, a Newsreader for GTK2, as gtk2-pan.
rh [Wed, 2 Oct 2002 03:10:19 +0000 (03:10 +0000)]
Re-import of pan-0.13.0, a Newsreader for GTK2, as gtk2-pan.

21 years agoKnowledge base / FAQ like data collections in Zope
drochner [Tue, 1 Oct 2002 18:03:16 +0000 (18:03 +0000)]
Knowledge base / FAQ like data collections in Zope

21 years agohelper to build navigation bars
drochner [Tue, 1 Oct 2002 18:01:37 +0000 (18:01 +0000)]
helper to build navigation bars

21 years agoa "wiki" implementation in Zope
drochner [Tue, 1 Oct 2002 18:00:42 +0000 (18:00 +0000)]
a "wiki" implementation in Zope

21 years agoanother workgroup / portal building application
drochner [Tue, 1 Oct 2002 17:59:42 +0000 (17:59 +0000)]
another workgroup / portal building application

21 years agomanage tabular data in Zope where SQL would be overkill
drochner [Tue, 1 Oct 2002 17:58:27 +0000 (17:58 +0000)]
manage tabular data in Zope where SQL would be overkill

21 years agofun with Zope: insert fortune(6) cookies
drochner [Tue, 1 Oct 2002 17:55:43 +0000 (17:55 +0000)]
fun with Zope: insert fortune(6) cookies
(XXX doesn't work well with our rot13'd files)

21 years agofun with Zope: insert 'Zippy the Pinhead' quotes
drochner [Tue, 1 Oct 2002 17:53:32 +0000 (17:53 +0000)]
fun with Zope: insert 'Zippy the Pinhead' quotes

21 years agoHelper library and application to access Google's web API (SOAP)
drochner [Tue, 1 Oct 2002 17:23:13 +0000 (17:23 +0000)]
Helper library and application to access Google's web API (SOAP)
from Python.

21 years agoimport SOAP.py from the "Web Services for Python" project, with some fixes
drochner [Tue, 1 Oct 2002 17:21:39 +0000 (17:21 +0000)]
import SOAP.py from the "Web Services for Python" project, with some fixes
to make it work with Python-2.2 (extracted from py-google).
This is the third SOAP implementation in Python I've tried, and the
first which actually works.

21 years agoa german fortune collection, from Debian
drochner [Tue, 1 Oct 2002 10:33:17 +0000 (10:33 +0000)]
a german fortune collection, from Debian

21 years agoThis is src/games/fortune/strfile/* from the main tree
drochner [Tue, 1 Oct 2002 10:31:51 +0000 (10:31 +0000)]
This is src/games/fortune/strfile/* from the main tree
(a HOSTPROG which is not installed).
It is needed to prepare supplementary cookie collections.
(We could turn the HOSTPROG into a regular TOOL, but a pkg version is still
useful for older installations.)

21 years agodistfetch helps you to fetch all the distfiles you need to compile
martti [Mon, 30 Sep 2002 08:37:14 +0000 (08:37 +0000)]
distfetch helps you to fetch all the distfiles you need to compile
your packages. Only the required distfiles are downloaded.

21 years agoInitial import of pfaedit, a postscript font editor.
wiz [Sun, 29 Sep 2002 23:15:10 +0000 (23:15 +0000)]
Initial import of pfaedit, a postscript font editor.

A postscript font editor that lets you create your own postscript,
truetype, opentype, cid-keyed and bitmap (bdf) fonts, or edit
existing ones. Also lets you convert one format to another.

21 years agoInitial import of ImageViewer-0.6.0, a GNUstep image display application.
rh [Sun, 29 Sep 2002 09:29:56 +0000 (09:29 +0000)]
Initial import of ImageViewer-0.6.0, a GNUstep image display application.

21 years agoInitial import of gnustep-preferences-1.2.0, an application for setting
rh [Sun, 29 Sep 2002 09:05:25 +0000 (09:05 +0000)]
Initial import of gnustep-preferences-1.2.0, an application for setting
preferences for the GNUstep system.

21 years agoPackage of the development version of sysutils/cdrecord
lukem [Sun, 29 Sep 2002 08:35:14 +0000 (08:35 +0000)]
Package of the development version of sysutils/cdrecord
The stable version is currently 1.10, this is 1.11a34