Commit graph

140919 commits

Author SHA1 Message Date
Renato Botelho
6f7c0dce29 - Update to 0.9.40
PR:		ports/90775
Submitted by:	maintainer
2005-12-22 10:31:18 +00:00
Renato Botelho
4d939e717d - Update to 2.6.11
PR:		ports/90774
Submitted by:	maintainer
2005-12-22 10:10:28 +00:00
Renato Botelho
af6a248e78 - Update to 3.11
Changes:

o Correctly initialize supplementary group list for systems w/o login
  classes.
o Author finished support cnupm, now cnupm supported by support@openbsd.ru

PR:		ports/90787
Submitted by:	maintainer
2005-12-22 10:09:14 +00:00
Renato Botelho
7ae09659e8 Add openvpn-admin 1.9.2, GUI frontend to openvpn.
PR:		ports/90176
Submitted by:	Remington Lang <MrL0Lz@gmail.com>
2005-12-22 09:58:44 +00:00
Renato Botelho
b655781482 - Add a patch to reverted execve command used when running make to
system( "make" ) so entire environment may be passed when building
  apache22.
- Bump PORTREVISION

PR:		ports/90790
Submitted by:	maintainer
2005-12-22 09:53:42 +00:00
Ying-Chieh Liao
3c3e126e73 upgrade to 2.1.1.7 2005-12-22 09:41:09 +00:00
Erwin Lansing
b063cb837c This is not C-code interface (like `Digest::MD5') but a Perl-only
implementation of MD4 (like `Digest::Perl::MD5'). Because of this, it is
slow but avoids platform specific complications. For efficiency you
should use `Digest::MD4' instead of this module if it is available.

WWW: http://search.cpan.org/dist/Digest-Perl-MD4

PR:		ports/90771
Submitted by:	Gabor Kovesdan
2005-12-22 09:27:37 +00:00
Erwin Lansing
22d628b6be Digest::SHA::PurePerl is a complete implementation of the NIST
Secure Hash Standard.  It gives Perl programmers a convenient way
to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message
digests.  The module can handle all types of input, including
partial-byte data.
Digest::SHA::PurePerl is written entirely in Perl.  If your platform
has a C compiler, you should install the functionally-equivalent
(but much faster) Digest::SHA module.

WWW: http://search.cpan.org/dist/Digest-SHA-PurePerl

PR:		ports/90773
Submitted by:	Gabor Kovesdan
2005-12-22 09:25:34 +00:00
Erwin Lansing
b4c79d2622 This is not an interface (like "Digest::MD5") but a Perl implementation
of MD5. It is written in perl only and because of this it is slow but it
works without C-Code. You should use "Digest::MD5" instead of this
module if it is available. This module is only usefull for
computers where you cannot install "Digest::MD5" (e.g. lack of a
C-Compiler).

WWW: http://search.cpan.org/dist/Digest-Perl-MD5

PR:		ports/90772
Submitted by:	Gabor Kovesdan
2005-12-22 09:24:33 +00:00
Renato Botelho
89620ec805 - Fix MASTER_SITES
- Add SHA256 hash

PR:		ports/90779
Submitted by:	maintainer
2005-12-22 09:23:55 +00:00
Erwin Lansing
9d15acf68c Digest::Pearson::PurePerl is an implementation of Peter K. Pearson's hash
algorithm presented in "Fast Hashing of Variable Length Text Strings"
- ACM 1990. This hashing technique yields good distribution of hashed results
for variable length input strings on the range 0-255, and thus, it is well
suited for data load balancing.
If you prefer a fast implementation, you might want to
consider Digest::Pearson instead.

WWW: http://search.cpan.org/dist/Digest-Pearson-PurePerl

PR:		ports/90770
Submitted by:	Gabor Kovesdan
2005-12-22 09:19:54 +00:00
Vanilla I. Shu
b869248d6f Fixed WWW.
PR:		ports/90758
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-12-22 05:31:19 +00:00
Cheng-Lung Sung
18e39883cf - add SHA256 2005-12-22 02:20:51 +00:00
Cheng-Lung Sung
65c199e19f - update to 1.8
- add SHA256
2005-12-22 02:19:19 +00:00
Gerald Pfeifer
f369fc50b4 Update to the 20051215 snapshot of GCC 4.0.3.
Install the .info files of the lang/gcc40 port in a port-specific
subdirectory, and move include/mf-runtime.h into a version specific
directory.   This allows us to remove the conflicts with lang/gcc33,
lang/gcc41 and lang/gcc42.

Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead
of hardcoding the version number 40.
2005-12-22 00:47:46 +00:00
Pav Lucistnik
31ab3571c9 - Typo fix
Submitted by:	Gregg Cooper <bsdcrank@squbes.com>
2005-12-22 00:44:57 +00:00
Pav Lucistnik
1251e5ff2a - Update to 1.3
PR:		ports/90768
Submitted by:	Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
2005-12-22 00:20:03 +00:00
Pav Lucistnik
762aa1d96a - Fix patch from previous revision
PR:		ports/90778
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-12-21 23:46:31 +00:00
Gerald Pfeifer
f8ca4b20a3 Update to the 20051220 snapshot of GCC 3.4.6.
Install the .info files of the lang/gcc34 port in a port-specific
subdirectory, which allows us to remove the conflicts with lang/gcc40
and lang/gcc41 and also removes the hidden conflict with lang/gcc33.

Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead
of hardcoding the version number 34.
2005-12-21 22:38:26 +00:00
Erwin Lansing
a62c2bc163 - Update to 0.4.0
- Assign maintainership to submitter

PR:		90767
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-12-21 22:25:55 +00:00
Pav Lucistnik
a5136c5d65 - add slirp speedup patch by Paul Brook (avoiding host -> guest packet loss)
PR:		ports/90763
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-12-21 22:12:46 +00:00
Erwin Lansing
63b0c272a1 - Update to 0.17
- Mark for perl 5.8.0 and higher
2005-12-21 21:53:25 +00:00
Gerald Pfeifer
10290a3326 Install the .info files of the lang/gcc42 port in a port-specific
subdirectory, which allows us to remove the conflicts with lang/gcc33
and lang/gcc34.

Dedicated to:	obrien
2005-12-21 21:14:08 +00:00
Erwin Lansing
0848f66751 Update to 1.06 2005-12-21 21:11:59 +00:00
Erwin Lansing
749c43c2d4 - Update to 2.27 [1]
- Assign maintainership to submitter [1]
- Mark for perl 5.6.0 and higher only.

PR:		90764 [1]
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-12-21 21:00:25 +00:00
Herve Quiroz
cfaaf7bff8 - Update to 2.1.17
- Add support for OpenSSL
- Handle resin2_flags to pass JVM options in rc(8)
- Fix the port so that it may be built (and cleaned) correctly as a user

PR:		90489
Submitted by:	maintainer
2005-12-21 20:55:50 +00:00
Pav Lucistnik
a7ba6c0568 - Update to 0.12
- Claim maintainership

PR:		ports/90765
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-12-21 20:52:12 +00:00
Erwin Lansing
63aae2fafb - Update to 0.3
New version new mastersite new maincoder

PR:		90592
Submitted by:	Soeren Straarup <xride@x12.dk> (maintainer)
2005-12-21 20:51:09 +00:00
Erwin Lansing
96f8628b6c Update to 0.12
PR:		90762
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-21 20:44:55 +00:00
Erwin Lansing
43301fa997 Update to 0.10
PR:		90761
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-21 20:41:44 +00:00
Andrey Slusar
9900fb990e xemacs-devel-mule 21.5.b23 --> 21.5.b24.
Approved by:	sem(mentor)
2005-12-21 20:40:42 +00:00
Andrey Slusar
c5f363880d * Update to 21.5.b24 "dandelion".
* Added -DWITH_XFT - build XEmacs with xft support.

Approved by:	sem(mentor)
2005-12-21 20:38:39 +00:00
Pav Lucistnik
00cffa5982 - Optionalize MySQL/PgSQL support
PR:		ports/90110
Submitted by:	James O'Gorman <james@netinertia.co.uk>
Approved by:	John Oxley <john@yoafrica.com> (maintainer)
2005-12-21 20:36:10 +00:00
Erwin Lansing
6a514685ea - Update to 1.04
- Mark for perl 5.6.0 and higher
2005-12-21 20:35:22 +00:00
Pav Lucistnik
7926116710 - Update to 1.1.8
PR:		ports/90750
Submitted by:	Dan Pelleg <daniel+hunch@pelleg.org> (maintainer)
2005-12-21 20:08:15 +00:00
Pav Lucistnik
b8c7d38d8e - Update to 1.77
- Claim maintainership

PR:		ports/90749
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-12-21 20:04:53 +00:00
Emanuel Haupt
f8ebe371f6 Add mping. Mping is a system for collecting packet delay and loss
statistics in a TCP/IP network using ICMP echo.

Mping is based on original ping(8) with following new features:

- Ability to ping multiple hosts simultaneously
- Prints 10/50/90-percentile as well as min/avg/max.

PR:		90653
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2005-12-21 20:02:54 +00:00
Emanuel Haupt
2196ce4482 - Update to 1.1
- Remove two patches

PR:		90723
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
2005-12-21 19:49:43 +00:00
Joe Marcus Clarke
2953a3d9bf Update to 0.0.23. 2005-12-21 19:35:38 +00:00
Erwin Lansing
ab0a43d945 - Fixed mastersite to fix fetch problem. The tarball was unfetchable since 2004.
PR:		90754
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-12-21 19:15:41 +00:00
Joe Marcus Clarke
788f961eaa Fix WWW.
PR:		90757
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-12-21 19:13:28 +00:00
Christian Brueffer
cd1a229088 Fix typos. 2005-12-21 19:03:37 +00:00
Joseph Koshy
f910f03bc9 - Upgrade to v300. This DrScheme release offers Unicode support,
a foreign function interface, anti-aliased text, and many other
  extensions and improvements.

- Add a port knob 'CAIRO' to conditionally allow compilation with
  the Cairo graphics library.
2005-12-21 18:53:06 +00:00
Erwin Lansing
2292797b8f - Fixed MASTER_SITES to fix fetch problem on mpeg_lib.
- Removed unfetchable sites to download gimp tarball and replaced by new site.

PR:		90753
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-12-21 18:15:18 +00:00
Michael Nottebrock
9ff5167613 The latest doxygen update seems to feature a funky bug that makes it create
some dir__2Ffull_2Fpath_2Fto_2F${WRKSRC}_2F.html files.

Since there is no sensible way to put these into pkg-plist and they seem
to be just copies of the dir_<number>.html files anyway, delete them pre-
install.
2005-12-21 18:00:59 +00:00
Erwin Lansing
71120f4bb8 TEA is a 64-bit symmetric block cipher with a 128-bit key and a variable number
of rounds (32 is recommended). It has a low setup time, and depends on a
large number of rounds for security, rather than a complex algorithm. It was
developed by David J. Wheeler and Roger M. Needham, and is described at
http://www.ftp.cl.cam.ac.uk/ftp/papers/djw-rmn/djw-rmn-tea.html .

WWW: http://search.cpan.org/dist/Crypt-TEA

PR:		ports/90717
Submitted by:	Gabor Kovesdan
2005-12-21 17:39:06 +00:00
Erwin Lansing
c7db2c962c Crypt::X509 parses X.509 certificates. Methods are provided for accessing most
certificate elements. It is based on the generic ASN.1 module by Graham Barr,
on the x509decode example by Norbert Klasen and contributions on the
perl-ldap-dev-Mailinglist by Chriss Ridd.

WWW: http://search.cpan.org/dist/Crypt-X509

PR:		ports/90716
Submitted by:	Gabor Kovesdan
2005-12-21 17:38:15 +00:00
Erwin Lansing
e9e4afbce5 The Crypt::SaltedHash module provides an object oriented interface to create
salted (or seeded) hashes of clear text data. The original formalization of
this concept comes from RFC-3112 and is extended by the use of different
digital agorithms.

WWW: http://search.cpan.org/dist/Crypt-SaltedHash

PR:		ports/90698
Submitted by:	Gabor Kovesdan
2005-12-21 16:37:19 +00:00
Erwin Lansing
e67874664b Shark is 64-bit block cipher that accepts a 128-bit key. It was
designed by Vincent Rijmen, Joan Daemen, Bart Preneel, Antoon
Bosselaers, and Erik De Win.

WWW: http://search.cpan.org/dist/Crypt-Shark

PR:		ports/90699
Submitted by:	Gabor Kovesdan
2005-12-21 16:35:33 +00:00
Erwin Lansing
01308ef90f The single exported subroutine in this module is for generating a salt
suitable for being fed to crypt() and other similar functions.

WWW: http://search.cpan.org/dist/Crypt-Salt

PR:		ports/90696
Submitted by:	Gabor Kovesdan
2005-12-21 16:31:51 +00:00