Commit Graph

8726 Commits

Author SHA1 Message Date
espie
fc2ad74c6f Less comments, see bsd.port.mk(5) 2001-01-08 22:09:24 +00:00
avsm
93eeb97752 missed this one (removed .packlist), from Jeff Bachtel <sebastion@irelandmail.com> 2001-01-08 21:45:27 +00:00
espie
91d759113b missed old style dependencies. 2001-01-08 21:36:42 +00:00
avsm
0d1ee47da4 this is clearer; espie@ 2001-01-08 21:28:13 +00:00
espie
4e54f524e3 Partial synch 2001-01-08 21:27:58 +00:00
espie
0bfb0324f1 trim 2001-01-08 21:26:53 +00:00
avsm
4ed14d8877 bye bye .packlist 2001-01-08 21:10:45 +00:00
avsm
3fdc6aad7e cull .packlist from the PLIST 2001-01-08 21:07:39 +00:00
avsm
2020cad499 Do not install .packlist, suggested by espie@ 2001-01-08 20:54:54 +00:00
danh
58790ce796 add RUN_DEPENDS 2001-01-08 20:47:20 +00:00
avsm
849126fd8a - update to gnu indent 2.2.6
- bump NEED_VERSION
- flesh out DESCR a bit more
- COMMENT no longer starts with a capital letter
2001-01-08 20:18:48 +00:00
danh
b27e659bb7 better fix for conflicts; suggested by espie@ 2001-01-08 20:17:33 +00:00
brad
03f57d4e2a better 2001-01-08 20:03:11 +00:00
danh
39c98a97f6 the following directories may not be empty due to other perl modules
being installed.

${PREFIX}/libdata/perl5/site_perl/${ARCH}-openbsd/auto/Net
${PREFIX}/libdata/perl5/site_perl/Net
2001-01-08 19:56:51 +00:00
danh
c5b4f12f38 remove directories if empty. 2001-01-08 19:53:44 +00:00
danh
b48093f72d +p5-Net-DNS 2001-01-08 19:44:07 +00:00
danh
0607021fc9 Net::DNS is a Perl interface to the DNS resolver. It allows the
programmer to perform any type of DNS query from a Perl script.

Submitted by:	Peter Stromberg <home@wilfried.net>
2001-01-08 19:41:55 +00:00
brad
7ac19fe02e upgrade to mrtg 2.9.7 2001-01-08 19:09:15 +00:00
reinhard
d23e59b2c1 +ntl 2001-01-08 16:19:12 +00:00
reinhard
090c1d231e NTL is an object oriented library for number theory, written
by Victor Shoup.  It provides objects and methods for
        - arbitrary length integers
        - finite fields
        - polynomials over fields
        - extensions of fields.
 
NTL's lattice reduction code is also one of the best available anywhere, in
terms of both speed and robustness, and one of the few implementations of block
Korkin-Zolotarev reduction with the Schnorr-Horner pruning heuristic. It has
been used to "crack" several cryptosystems.

MAINTAINER=     Tom Knienieder <tom@knienieder.com>
2001-01-08 16:15:35 +00:00
naddy
71e4c2c6ee Update to 20010106.
Submitted by maintainer Brian Kifiak <bk@rt.fm>.
2001-01-08 12:46:54 +00:00
danh
928935cec0 +pcapmerge 2001-01-08 11:55:52 +00:00
danh
7dc34e76cd Program to merge and extract part of binary capture files implimented
in perl with the help of Net::Pcap

Submitted by:	Brian Caswell <bmc@mitre.org>
2001-01-08 11:53:48 +00:00
danh
395608d5e1 +p5-Net-Pcap 2001-01-08 10:25:01 +00:00
danh
27e802c080 The Net::Pcap module is a Perl binding to the LBL pcap(3) packet
capture library.

Submitted by:	Brian Caswell <bmc@mitre.org>
2001-01-08 10:23:10 +00:00
danh
fc0d1e6d8a - bump NEED_VERSION.
- allow concurrent builds.
- respect CFLAGS.
- no need to set ALL_TARGET or WRKDIST.
- do not override install target, use post-install.
- mkdir -> INSTALL_DATA_DIR.
2001-01-08 09:04:30 +00:00
obecian
f67aecefe1 goof -- there is no WWW / remove reference 2001-01-08 05:36:04 +00:00
obecian
21bd4172ab net/tcpslice added to parent Makefile 2001-01-08 05:26:19 +00:00
obecian
614b4be23f tcpslice-1.1a3 port - tool for extracting/gluing pcap trace files generated with "tcpdump -w" (submitted by Brian Caswell <bmc@mitre.org>) 2001-01-08 05:23:42 +00:00
naddy
999dd2ded6 Fix up FreeBSD repository example file to work with OpenBSD RCS. 2001-01-08 02:17:38 +00:00
avsm
b3adc86e20 + p5-Mail-Alias 2001-01-07 21:59:56 +00:00
avsm
c384652988 initial import of p5-Mail-Alias-1.12
--
This module allows direct manipulation of various types of e-mail
alias files.

The primary use of Mail::Alias is for manipulating alias files in
the SENDMAIL alias file format. Additionally it is possible to read
some other formats and to convert between various alias file formats.

The following actions are available:

o Set the name of the current aliases file being accessed
o Verify the presence of aliases
o Retrieve an alias line from the file
o Add aliases
o Change the addresses for aliases
o Delete aliases
2001-01-07 21:58:35 +00:00
avsm
3522769e1e - update to p5-Mail-Tools-1.15
- add a patch to correct some man page typos (fed back to author)

Note that Mail::Alias is no longer part of this package, and is now a
separate CPAN module.
2001-01-07 21:55:13 +00:00
avsm
f16547aeb1 Add a couple of patches from venaas@php.net to allow PHP-4.0.4 to work
with OpenSSL 0.9.5a, instead of requiring only OpenSSL 0.9.6
These patches detect the revelant version and use the additional return
values in 0.9.6 only if present.

This also unbreaks the SNMP flavor on 2.8-stable, which requires SSL
support, since our UCD-SNMP daemon has OpenSSL compiled into it
(wierd, but thats how the PHP snmp-config.m4 works)

- Add OpenSSL patches
- Add note crypt.c patch that its now in 4.0.5-dev and can be removed soon
- Add --with-openssl to the standard set of configure options
2001-01-07 21:08:11 +00:00
avsm
6c5aa773bd Clarify the DESCR regarding which DTDs are installed with the port. 2001-01-07 10:42:21 +00:00
naddy
35de57cf2e +bbdate
+bbkeys
2001-01-07 00:02:41 +00:00
naddy
6ddba4a2f9 Import of bbkeys-0.3.5.
Submitted by William Yodlowsky <bsd@openbsd.rutgers.edu>.

bbkeys is a general X Window System keygrabber, meant to be a working
example of a better window-hinting scheme with the blackbox window
manager.
2001-01-06 23:58:06 +00:00
naddy
9b4b8a47af Import of bbdate-0.2.1.
Submitted by William Yodlowsky <bsd@openbsd.rutgers.edu>.

bbdate displays the current date in a window resembling the toolbar,
and is smart enough to pick up settings from the Blackbox style-file.
2001-01-06 23:38:40 +00:00
naddy
7160b77743 asclock supports an impossible number of flavors. Just default to the
"classic english" one, as there is no telling what users like.
2001-01-06 16:46:14 +00:00
naddy
dbbbe3968d Update to 2.0.12; requested and tested by Joshua Stein <jcs@rt.fm>.
- Docks under WindowMaker.
- The port now supports three themes with 19 localizations each, plus
  five fixed themes, for a total of 62 different flavors.
2001-01-06 16:43:44 +00:00
kevlo
b351e70950 Add p5-Crypt-Blowfish and p5-Crypt-Twofish 2001-01-06 15:59:31 +00:00
kevlo
36dd7b707a Initial import of Crypt-Twofish-1.0
This module to implement the Twofish cipher
2001-01-06 15:58:22 +00:00
kevlo
9cc7a45224 Initial import of Crypt-Blowfish-2.06
This interface to the Blowfish encryption alogorithm
2001-01-06 15:57:15 +00:00
kevlo
7561a41cc5 Add p5-Class-MethodMaker 2001-01-06 15:53:12 +00:00
kevlo
abfd44786b Initial import of Class-MethodMaker-1.01
This module for creating generic methods
2001-01-06 15:52:19 +00:00
avsm
2503bc1ec2 Add a curl FLAVOR (for the Client URL library) to retrieve stuff via
gopher, dict, ldap, telnet, http(s), etc
2001-01-06 14:17:33 +00:00
naddy
f6d290a9a9 Update to 1.104.1.59.
- Put a text field on each directory view that allows users to jump
  directly to an arbitrary module, which can be specified either
  by a full module/file path or by a module alias.
- Don't rely on perl's $ENV{PATH} search.  Search commands for
  itself and specify them by full paths
- Miscellaneous fixes.
2001-01-06 13:29:24 +00:00
obecian
c66756107c update to nemesis 1.2 and change of maintainership 2001-01-06 12:09:06 +00:00
avsm
f770298716 new MASTER_SITES 2001-01-06 11:18:33 +00:00
avsm
181f3d7cdf - update to libmcrypt-2.4.8
- our patch has been incorporated into source; removed from here
- new MASTER_SITE, bump NEED_VERSION
2001-01-06 11:17:36 +00:00