Commit graph

19638 commits

Author SHA1 Message Date
dmcmahill
dc4e707a40 add and enable cdpack 2001-04-27 18:17:21 +00:00
dmcmahill
3dd01e2422 initial import of cdpack-1.0
cdpack is a small utility for creating ISO 9660 images for
a multi-CD binary package collection.  The utility creates
ISO 9660 images for all the binary packages in a specified
directory.  A choice of two algorithms is available for how
the packages are grouped.  The "no duplication" algorithm
arranges the packages so any package on CD number `n' will
have all of its dependencies on CD numbers 1 through `n'.
The "no inter-CD depends" algorithm will place certain
packages on more than one CD to ensure that each CD is self
contained (all package dependencies are satisfied within
the single CD).
2001-04-27 18:16:41 +00:00
wiz
3e3f919615 Update to 2.30, supplied by Nathan Ahlstrom in pkg/12629.
Changes:
- Get rid of ContentStash global. Not that big a deal looking it up
  everytime and gets rid of a potential threading problem.
- Switch to shareable library version of expat from sourceforge
  (i.e. no longer include expat source and require that libexpat
  be installed)
- Bob Tribit <btribit@traffic.com> demonstrated a fix for problems
  in compiling under perl 5.6.0 with 5.005 threading.
- Matt Sergeant <matt@sergeant.org> discovered a typo ('IO::Handler'
  instead of 'IO::Handle') in Expat.pm that caused IO::Handle objects
  to be treated as strings instead of handles.
- Matt Sergeant also provided a patch to allow tied handles to work
  properly in calls to parse.
- Eric Bohlman <ebohlman@netcom.com> reported a failure when
  incremental parsing and external parsing were used together.
  Need to give explicit package when calling Do_External_Parse
  from externalEntityRef  otherwise fails when called through ExpatNB.
2001-04-27 17:49:43 +00:00
wiz
37bca17726 add and enable csound-bath 2001-04-27 17:18:20 +00:00
wiz
7ac64e1e05 Initial import of csound-bath, supplied by Ben Collver in pkg/11758.
Similar to csound, but the 'original' bath version.
2001-04-27 17:17:16 +00:00
zuntum
7920f13847 add & enable mdfrm 2001-04-27 16:54:41 +00:00
zuntum
dc9590b594 Oops, forgot to define USE_PERL5 2001-04-27 16:53:14 +00:00
zuntum
f3cd628f38 Initial import of mdfrm
This perl scipt prints a summary of mail in Maildir waiting to be read.
When no path to Maildir is specified, it defaults to ~/Maildir
2001-04-27 16:51:07 +00:00
wiz
c1d180f672 Update to 1.10, requested by zuntum.
Changes are bugfixes and support for more languages and zones.
2001-04-27 16:28:12 +00:00
abs
0a30ac1a66 Hardcode in PREFIX/bin/perl rather than using /usr/bin/env, as NetBSD does not
have /usr/pkg/bin in the default path for cron etc. ick.
2001-04-27 16:10:36 +00:00
zuntum
db3d3c64ed Actually it's perl script, not program. 2001-04-27 15:49:37 +00:00
zuntum
92e5e34917 add & enable qmHandle 2001-04-27 15:48:02 +00:00
zuntum
80034e1e3f Initial import of qmHandle-0.4.1
qmHandle is a simple perl script which allows you to view and manage the qmail
message queue.

The key features of qmHandle are:

* Freeware and open source, under the GNU General Public License
* You can read the qmail queue, like you do with the qmail-qread program.
  However, the output of this program is improved over qmail-qread,
  with the output of the message subjects and color capabilities
* You can print queue statistics, like qmail-qstat with color capabilities
* You can view a message in the queue
* You can remove a message from the queue
2001-04-27 15:46:03 +00:00
hubertf
65c971851d Add description how to get pkgsrc via CVS, contributed by
Mipam <mipam@ibb.net>, with some editing from me.
2001-04-27 15:40:47 +00:00
agc
69a2f3c5b0 Add and enable ularn 2001-04-27 15:28:26 +00:00
agc
dc08309f80 Initial import of ularn-6.12.92 into the packages collection.
Provided in PR 12072 by Ben Collver (collver@linuxfreemail.com).

Ularn is a fantasy games in which your child has contracted a strange dis-
ease, and none of your home remedies seem to have any effect.  You set
out to find a remedy in a limited amount of time, and to collect gold
along the way of course!

Ularn is based on larn, and adds the concept of character classes.
2001-04-27 15:27:30 +00:00
zuntum
f03393a168 Update fvwm2-current package to 2.3.31
ChangeLog too long to include here, available in ChangeLog file in DISTFILE.

Fixes pkg/12588 by Martti Kuparinen <martti.kuparinen@iki.fi>
2001-04-27 15:14:58 +00:00
wiz
4c5fe5e3a7 Move HOMEPAGE from DESCR to Makefile. 2001-04-27 14:59:42 +00:00
agc
4ff99aad0b Add and enable x48 2001-04-27 14:57:25 +00:00
agc
aac9d2d5b6 Initial import of x48-0.4.1 into the packages collection.
Provided in PR 12134 by Jens A Nilsson <jens@subzero.campus.luth.se>

This emulator is capable of providing a faithful replication of the
HP48. In order to do so, it requires a copy of the ROM software
from YOUR calculator. In order to avoid breaking copyright laws,
and upsetting HP, you MUST BE THE PROUD OWNER OF AN HP48 before
running this program. Of course you can run this program without a
copy of the ROM software in order to write trivial machine code
programs but you will not be able to access any of the calculator
functionality.

WWW: http://home.earthlink.net/~rmmlgetz/
2001-04-27 14:56:27 +00:00
agc
4558064fb4 Add and enable gpsim 2001-04-27 14:44:50 +00:00
agc
c447c64513 Initial import of gpsim into the packages collection.
Provided in PR 12490 by Shelby <snoonan@dragonfly.tbearsiberians.com>
Minor modifications by myself.

gpsim is a PIC simulator that supports X, stimulii, and modules
2001-04-27 14:43:55 +00:00
hubertf
28b9afe670 Make this pkg build with sun-jre/jdk: it comes with a include/linux dir,
so we need to set -I to get the headers there. (There's some
-I.../include/netbsd already, i guess that's for a NetBSD-native JDK or
something, not touching that one).

Adresses PR 12571 by Omar Asfour <oasfour@email.com>
2001-04-27 14:22:18 +00:00
agc
5ddce61d27 Add and enable eXdbm 2001-04-27 14:15:04 +00:00
agc
e34985f8b5 Initial import of eXdbm-1.0b1 into the NetBSD packages collection.
This package was provided by Shelby <snoonan@vmlabs.com> in PR 12489.
Modified slightly by myself to put the documentation in the correct
directory, and to use mkdep, ignoring any errors.

eXdbm provides configuration database routines for the eXode environment
2001-04-27 14:13:53 +00:00
wiz
494c91efed Add paragraph for new deliver variable. 2001-04-27 14:10:18 +00:00
wiz
1b379b51af add and enable deliver 2001-04-27 14:07:56 +00:00
wiz
2705e5091e Initial import of deliver-2.1.14, provided by Jim Bernard in pkg/9317.
Extract from DESCR:
Deliver allows any user to write a shell script that processes all
incoming mail messages for that user.  The system administrator may
also install scripts that process all messages.
The output of a script is a list of mail addresses, files and programs
that should receive the message.  It has access to each message as it
is processed, so the action can be content dependent.  The script may
also generate automatic replies, like the "vacation" program, or pass
along a modified version of the original message.
2001-04-27 14:06:05 +00:00
itojun
27dbc84921 add missing manapge paths. 2001-04-27 14:01:14 +00:00
abs
86ed51ea59 Install the README & INSTALL doc 2001-04-27 13:52:18 +00:00
itojun
5f1e96250f upgrade to 1.4. plugs memory leaks.
2001-04-27 12:34  dillema

	* www6to4_forward.conf (1.6; tags: www6to4-1-4): removed SOCKS
	config entries

	* www6to4.h (1.8; tags: www6to4-1-4): bumpee version number

	* Makefile (1.7; tags: www6to4-1-4), loaders.c (1.6; tags:
	www6to4-1-4), parsers.c (1.5; tags: www6to4-1-4), socket.c (1.12;
	tags: www6to4-1-4), www6to4.c (1.26; tags: www6to4-1-4), www6to4.h
	(1.7): fixed several memory leaks
2001-04-27 13:40:34 +00:00
agc
c25d3f9ed4 Put some other entries into alphabetical order whilst I'm here. 2001-04-27 13:37:01 +00:00
agc
11fdeaa938 Add and enable wmphoto 2001-04-27 13:36:06 +00:00
zuntum
315fb0cae1 add & enable imwheel 2001-04-27 13:35:16 +00:00
agc
09cd085b00 Initial import of wmphoto-0.3a into the packages collection.
Provided by Thomas Runge (runge@rostock.zgdv.de) in PR 12491.

wmphoto is a dock-app that can show you a photo and execute a command
related to that photo.  You can have many photos.
2001-04-27 13:35:09 +00:00
zuntum
558503eba4 Initial import of imwheel-0.9.9
This is a not so short little ditty that does the simple conversion of mouse
button presses into key presses.  By grabbing only the 4th and 5th mouse
buttons the program is able to receive input from the Intellimouse series
mice.  The wheel button can always be used as middle button, this program
does not affect how the XServer reacts towards it.  A mouse with a wheel
button is a 3 button mouse, and should be configured as such!

Note that other wheeled mice such as the Logitech MouseMan+ or TrackMan+ are
Intellimouse compatible and can be used with this as well.  For more
information on setting up your wheeled mouse to work with X, see either the
imwheel man page or the FAQ.

Fixes pkg/12515 by Philipp Huber <uebs@gmx.at>
2001-04-27 13:32:01 +00:00
agc
0e371d104e Add and enable troffcvt 2001-04-27 12:28:00 +00:00
agc
3dbb7fb714 Initial import of troffcvt-1.04 into the packages collection.
Provided in PR 12584 by Ben Collver (collver@linuxfreemail.com).

troffcvt  is  a translator that turns troff input into a form that can
be  more  easily  processed.  The  troffcvt  distribution  comes  with
postprocessors  that  turn  troffcvt  into various destination formats
such  as  HTML  (Hypertext Markup Language), RTF (Rich Text Format) or
plain text.
2001-04-27 12:27:06 +00:00
agc
f0dad842b7 Add and enable rtf-tools 2001-04-27 12:20:17 +00:00
agc
350d05c45e Initial import of rtf-tools-1.10 into the packages collection.
Provided in PR 12583 by Ben Collver (collver@linuxfreemail.com).

This distribution contains source and documentation for an RTF (Rich
Text Format) translation tool.  Translators exist to produce plaintext
and troff output.
2001-04-27 12:18:33 +00:00
agc
34d764ed10 Add and enable libmemmgr 2001-04-27 12:11:28 +00:00
agc
00251c6491 Initial import of libmemmgr-1.04 into the packages collection.
Provided in PR 12581 by Ben Collver (collver@linuxfreemail.com)

MemMgr is a fairly trivial memory management library.  There
is little it does that cannot be done using routines in  the
C library.  (In fact, allocation and disposal is implemented
using C library routines.)  The purposes of MemMgr are  two-
fold.

(i)  Minimize  configuration  burden  on  applications  that
     dynamically allocate memory.  For instance, malloc() on
     some  systems  returns  a  char  pointer;  on others it
     returns a void pointer.  The  MemMgr  library  routines
     encapsulate  system-specific  configuration differences
     and exports a fixed interface which is  system-indepen-
     dent.  Once you compile and install it, you just use it
     without thinking about whether your UNIX is System V or
     BSD inspired.

(ii) Provide  two parallel sets of allocation routines which
     either return NULL  (for  applications  which  want  to
     check)  or panic (for applications which simply want to
     die) on allocation failures.  Panicking is  implemented
     using the ETM library, which introduces a dependency on
     the ETM distribution.  So be it.  I use ETM for all  my
     programs anyway
2001-04-27 12:10:40 +00:00
agc
d3eba7ea49 Add and enable libetm 2001-04-27 12:03:47 +00:00
agc
5138c9df84 Initial import of libetm-1.09 into the packages collection.
Provided in PR 12580 by Ben Collver (collver@linuxfreemail.com)

Exception and Termination Manager (ETM), a simple(-minded) library to manage
exceptional conditions that arise during program execution, and to provide
for orderly program shutdown.
2001-04-27 12:02:56 +00:00
zuntum
7f90247dde add & enable netramet 2001-04-27 11:59:15 +00:00
agc
f3c907b842 Add and enable libportlib 2001-04-27 11:55:50 +00:00
agc
48b55a0402 Initial import of libportlib-1.01 into the packages collection.
Provided in PR 12582 by Ben Collver (collver@linuxfreemail.com).

This library provides a consistent interface across systems to
operations that tend to vary in ugly ways for different UNIX systems,
such as file locking and directory reading.
2001-04-27 11:54:52 +00:00
zuntum
28052f7f30 Initial import of netramet-4.4.8
Network Traffic Meter - the implementation of the
Internet Accounting Architecture (RFC 2063 and RFC 2064).

Fixes pkg/12647 by Dave Burgess <burgess@neonramp.com>
2001-04-27 11:54:14 +00:00
agc
3112443ece Add and enable libts 2001-04-27 11:48:22 +00:00
agc
78d0b2f006 Initial import of libts-1.08 into the packages collectino.
Provided in PR 12579 by Ben Collver (collver@linuxfreemail.com)

libts provides source and documentation for a library implementing a
simple token scanner.
2001-04-27 11:47:12 +00:00