Commit graph

16924 commits

Author SHA1 Message Date
jtb
388cd5f69a Typo. 2001-01-27 00:00:58 +00:00
jtb
a605e72c5d Add and enable ntl. 2001-01-26 23:48:34 +00:00
jtb
ee4bf34d01 Initial import of new "ntl" package:
C++ library for doing number theory

NTL is a high-performance, portable C++ library providing data
structures and algorithms for arbitrary length integers; for vectors,
matrices, and polynomials over the integers and over finite fields;
and for arbitrary precision floating point arithmetic.

NTL provides high quality implementations of state-of-the-art algorithms for:

   o arbitrary length integer arithmetic and arbitrary precision
     floating point arithmetic;
   o polynomial arithmetic over the integers and finite fields
     including basic arithmetic, polynomial factorization,
     irreducibility testing, computation of minimal polynomials,
     traces, norms, and more;
   o lattice basis reduction, including very robust and fast
     implementations of Schnorr-Euchner, block Korkin-Zolotarev
     reduction, and the new Schnorr-Horner pruning heuristic for block
     Korkin-Zolotarev;
   o basic linear algebra over the integers, finite fields, and
     arbitrary precision floating point numbers.

NTL is free software, and may be used according to the terms of the
GNU General Public License.
2001-01-26 23:46:21 +00:00
veego
3fea7dd56f Move the include of mk/bsd.pkg.mk to the end so post-patch doesn't cause
make warnings and change the way EGCS_VERSION is defined.
2001-01-26 22:54:00 +00:00
jtb
1589014857 Tidied up the Makefiles. 2001-01-26 22:19:35 +00:00
soren
5980bb207e Update to version 1.3:
pchar-1.3 ("Year of the Snake" release): New analysis types, support
for ICMP and ICMPv6 probe packets, "tiny traceroute" mode, outgoing
interface selection, bugfixes.

Disable SNMP support as it is not yet fully integrated.
2001-01-26 22:03:57 +00:00
jtb
33230b8c8d Add and enable etach. 2001-01-26 21:47:15 +00:00
jtb
89ba0f05d1 Initial import of "etach":
Emacs Lisp package for dealing with MIME email attachments
2001-01-26 21:45:00 +00:00
veego
a058a4a4b8 Fix the path on the MASTER_SITES. stable/ was missing. 2001-01-26 21:38:36 +00:00
hubertf
652746d842 After discussion with Michael Graff, disable threads until we get a
in-tree threads implementation. Benefit of this is that the pkg now
works on all platforms (Tested: 1.5/sparc).
2001-01-26 21:12:02 +00:00
christos
61d648d40b fix typos. 2001-01-26 20:59:30 +00:00
abs
bbeec6148d Enable tscp 2001-01-26 18:25:28 +00:00
abs
7c7e8edc70 Import Tom Kerrigan's Simple Chess Program 1.71
TSCP is intended for people who want to learn about chess programming. Its
source code is designed to be very easy to understand.

The TSCP "package" includes this README file, the TSCP source code, and a copy
of TSCP for Windows 95/98/NT. The executable was made with Visual C++ 6.0
(optimizations set to Maximize Speed).

To use TSCP, run the executable and type "help" at the prompt. It's very
straightforward.

There is a page for TSCP benchmarks: http://ucsu.colorado.edu/~kerrigat/bench/
2001-01-26 18:24:53 +00:00
hubertf
77e2d45720 Make sure lib/html2ps dir exists. If not, the install procedure asks,
stalling bulk builds.
2001-01-26 18:20:27 +00:00
hubertf
0f2ae5483a Add gone-1.3.1:
Terminal locking utility with many improvements over lock(1)

Gone is a utility that locks a terminal  with  a  password
chosen by the user.  Gone will prompt the user for a pass-
word (unless the -p option is given, then gone will use the system
password), then print the gone banner, then drop into the gone
shell.  From this shell, only a restricted set of commands
can be run.  Gone will also disallow messages by  removing
permissions  on  the parent tty.  After the timeout period
(10 minutes by default), gone will automatically  log  the
user out.

Submitted by Tomasz Luchowski <zuntum@eik.pl> in PR 11980
2001-01-26 18:06:37 +00:00
manu
4806950845 Added httptunnel package 2001-01-26 18:05:50 +00:00
manu
dd26ed75ef Imported new httptunnel package 2001-01-26 18:03:56 +00:00
tsutsui
91b95f4cc1 Use $CC_FOR_BUILD on checking system types in config.guess. 2001-01-26 17:33:26 +00:00
skrll
e88e90d76d Look for the latest libtool. 2001-01-26 16:48:17 +00:00
skrll
3e9ab94d03 Improve argument checking for -version-info. Bump to nb11. 2001-01-26 16:42:44 +00:00
wiz
24c5b7ebe2 Update to 2.35: Note deprecated LIBTOOL_OVERRIDE. 2001-01-26 13:16:52 +00:00
wiz
da7df966af regen 2001-01-26 10:47:11 +00:00
wiz
bb33ca9ce1 Regen. 2001-01-26 10:46:41 +00:00
abs
99cc15b9de Update to 0.9
Changes since 0.5:

0.9   8 Aug 2000
        - Fixed up test suite to work under 5.6.0.

0.8  26 Jul 2000
        - Made SmallProf -w-clean (at least so far as I can tell :-)

0.7  28 Jul 1999
        - Some cleanup on sub profiling and locales
        - fixed up and added some tests

0.6  11 Jul 1999
        - Cleanup on part4.t and part1.t (Thanks!)
        - Removed special Win32 support as Time::HiRes now works on Win32
        - Fixed a bug in sub sub where $1 and $2 were getting clobbered.
        - Increased size of execution count column
        - Added CPU times
2001-01-26 09:54:37 +00:00
abs
2a57f033ca Update to 1.20
1.20  Wed Feb 24 21:30 1999
        - make our usleep and ualarm substitutes into hrt_usleep
          and hrt_ualarm. This helps static links of Perl with other
          packages that also have usleep, etc. From
          Ilya Zakharevich <ilya@math.ohio-state.edu>
        - add C API stuff. From Joshua Pritikin
          <joshua.pritikin@db.com>
        - VMS Makefile.PL fun.  From pvhp@forte.com (Peter Prymmer)
        - hopefully correct "-lc" fix for SCO.
        - add PPD stuff
2001-01-26 09:53:50 +00:00
wiz
bc8b3f6168 Fix tcl wildcard so that it matches version currently in pkgsrc. 2001-01-26 09:47:23 +00:00
wiz
27fc848bf8 add and enable scigraphica, and sort. 2001-01-26 09:40:02 +00:00
wiz
ebe66c5338 add and enable manedit 2001-01-26 09:36:17 +00:00
wiz
c9a1d9d73b This file is obsolete (patch integrated). 2001-01-26 09:32:42 +00:00
skrll
82700cffcd Remove reference to LIBTOOL_OVERRIDE. It no longer exists. 2001-01-26 09:17:55 +00:00
hubertf
1791cbecbb etc/rc.d cleanup: rename *.sh -> * 2001-01-26 05:21:43 +00:00
hubertf
794d140414 etc/rc.d: fidogate.sh -> fidogate 2001-01-26 05:00:49 +00:00
hubertf
f0c60e6670 etc/rc.d: rplayd.sh -> rplayd 2001-01-26 04:58:57 +00:00
hubertf
a3cd4f3b8c etc/rc.d: squid.sh -> squid 2001-01-26 04:56:13 +00:00
hubertf
6da53c0321 etc/rc.d: upclient.sh -> upclient 2001-01-26 04:45:33 +00:00
hubertf
0633c8a40b snmpd tries to use librpm to give a list of installed software
via the swinst table. Disable for a number of reasons.

Patch sent in by "Greg A. Woods" <woods@planix.com> in private mail.
2001-01-26 04:38:04 +00:00
hubertf
290e682e75 Add a startup script 2001-01-26 04:25:36 +00:00
hubertf
7d8e82eb8c * Fix rc.d scripts
* support HOST-RESOURCES MIB

Patch submitted by Greg A. Woods <woods@weird.com> in PR 12043
2001-01-26 02:02:34 +00:00
hubertf
24ab6baea9 Update djbdns to 1.04. Changes:
* tinydns now automatically returns a random set of 8 addresses from
  a cluster of any size. It also supports client differentiation. There's no
  longer any reason to use pickdns. dnstracesort prints glue information that
  reveals all sorts of interesting inconsistencies.

  * minor pkg's Makefile improvements

Update submitted by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-01-26 01:33:21 +00:00
jlam
9f86496eea Update xbattbar to 1.4.1. No list of changes from version 1.4. Improve
description somewhat to explain why xbattbar is cooler than the other
X11 battery status indicators.
2001-01-26 01:28:26 +00:00
jlam
2d34aa0e57 Add and enable imap-uw-utils 2001-01-25 23:01:27 +00:00
jlam
88bbb2324a imap-uw-utils: UW IMAP mailbox utilities 2001-01-25 23:00:53 +00:00
tv
d76b0dfff3 Set MAINTAINER to packages@netbsd.org. 2001-01-25 21:43:58 +00:00
agc
71d2649a63 Don't use a Dewey decimal relational operator when matching package names
in the "show-downlevel" target, since a number of package names do not
correspond to Dewey decimal version numbers (e.g. 2.4.1p1)

Instead, use pkg_info(1) to retrieve the installed package name, and
compare that against ${PKGNAME}.

Fixes PR 12041, from Bernd Ernesti
2001-01-25 21:20:05 +00:00
fredb
ccee4c25aa Don't let afterstepdoc call netscape with "-remote <url>", since packaged
netscape is now really ns-open.
2001-01-25 18:55:07 +00:00
jlam
aa13832479 Update dependency on php4 to 4.0.4.1nb1 since SquirrelMail requires gettext
support.
2001-01-25 17:52:51 +00:00
jlam
c3e8df992f libintl.a is now a part of NetBSD, so build the gettext module by default.
This bumps the version number to 4.0.4.1nb1.  Also, build the php CGI
binary by statically linking against the helper library libphp4.la so we
aren't forced to install a shared library used solely by one program.
2001-01-25 17:18:07 +00:00
jlam
c4527c3354 Makefile uses GNU make-isms ... define USE_GMAKE. 2001-01-25 15:57:25 +00:00
jlam
416458621b Make this conflict with perl-5.00* so we can't install both perl-5.00404
and perl-base-5.6.0.
2001-01-25 14:40:10 +00:00
taca
b84530c910 Add kakasi-config to PLIST. 2001-01-25 13:39:20 +00:00