Commit graph

47378 commits

Author SHA1 Message Date
jlam
cb52064964 Update security/p5-Digest-SHA1 to 2.04. Changes from version 2.02 include:
Don't assume PerlIO_read() works like fread() even though
   it was documented like that for perl 5.6.  It returns negative
   on read failure.

   Implemented sha1_transform, required to implement NIST FIPS 186-2.

   Make it build on 64-bit platforms with 32-bit longs.

   Sync up with the Digest::MD5 implementation:
      - added clone method
      - addfile croaks if it can't read
      - the sha1*() functions warn if called as method
        or with reference arguments.
2003-09-12 21:22:32 +00:00
tron
a038afcc20 Fix unportable shell code in "configure" which breaks configuration on
systems where the "compfaces" program from the "faces" package is
installed. A dependence on the "faces" package isn't necessary because
the "compfaces" program isn't really used. This fix the first part
of PR pkg/22762 by myself.
2003-09-12 21:02:10 +00:00
dmcmahill
2236b84cf1 note scilab-2.7nb2 and gwave-20030804 updates 2003-09-12 20:48:47 +00:00
dmcmahill
95e3732674 Update to gwave-20030804.
This update is a collection of little improvements and a significant
verhaul of hardcopy plot and export.

Hardcopy and documentation output can now be obtained using either graph
or Gnuplot.  A dialog box allows choosing output formas and a few other
settings.  Additional plot/export filters can be plugged in by writing a
suitable scheme module.

There's a data-export function for extracting and saving a subset of a
datafile as ascii.

The stacking/drawing order of waveforms can be changed.

Selected waveforms are now drawn in a highlighted style.
2003-09-12 20:47:11 +00:00
dmcmahill
e4f52fc813 add a few patch files, actually replacements for part of the distfile,
from the authors to fix some bugs in the scicos blocks.  Bump PKGREV to
produce scilab-2.7nb2
2003-09-12 20:46:47 +00:00
grant
76c54876d1 remove redundant comment about USE_GCC2 and USE_GCC3 until they are
better handled.
2003-09-12 20:10:17 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
2003-09-12 20:07:06 +00:00
tron
fc9eb6dcc4 Note update of "pico" package to version 4.6nb1. 2003-09-12 19:42:37 +00:00
tron
82236b537c Let "pico" use the Pine 4.58 distribution file because older version
have been removed due to security problems. Bump package revision to
reflect this change. This fixes PR pkg/22757 by Jeremy C. Reed.
2003-09-12 19:42:06 +00:00
recht
c34eaa12df gcc.buildlink2.mk is no more. So, include compiler.mk instead.
reported by collver1@
2003-09-12 19:03:58 +00:00
recht
4b077c41a6 gcc.buildlink2.mk is no more. So, include compiler.mk instead.
reported by Matthias Scheler
2003-09-12 18:36:10 +00:00
recht
2596582f25 gcc.buildlink2.mk is no more. So, include compiler.mk instead. 2003-09-12 17:55:51 +00:00
xtraeme
81abe55abc Note update of meta-pkgs/gnome2 to 2.2.6. Add gnome-themes, gnome2-user-docs
and yelp.
2003-09-12 17:49:09 +00:00
xtraeme
8506a3cd12 Bump version to 2.2.6. Add gnome-themes, gnome2-user-docs and yelp.
Ok'ed by jmmv@
2003-09-12 17:45:02 +00:00
xtraeme
2f21eb9307 Note addition of a few packages from pkgsrc-wip:
* gnome-themes 2.2
* gtk-thinice-engine 2.0.2
* gnome2-user-docs 2.0.6
* yelp 2.2.2
2003-09-12 17:40:18 +00:00
xtraeme
bb895d66ec Add and enable gnome2-user-docs and yelp. 2003-09-12 17:31:37 +00:00
xtraeme
141309a3fb Initial import of yelp 2.2.2.
Yelp is the help browser for GNOME2.  It lets you navigate through all
installed documentation.

Reviewed by jmmv@ and wiz@
2003-09-12 17:29:38 +00:00
xtraeme
1bf005d83f Initial import of gnome2-user-docs 2.0.6.
This package provides several GNOME 2 documentation: the GNOME Access Guide,
the Introduction to GNOME document, the System Administration Guide and the
Users Guide.

Reviewed by jmmv@ and wiz@
2003-09-12 17:26:10 +00:00
xtraeme
a1e8e8ccdc Add and enable gnome-themes and gtk-thinice-engine 2003-09-12 17:21:34 +00:00
xtraeme
0bc9872fad Initial import of gtk-thinice-engine 2.0.2.
gtk-thinice-engine is a simple and clean engine for GTK+-2.

Ok'ed by jmmv@ and wiz@
2003-09-12 17:20:02 +00:00
xtraeme
8be1fa9367 Initial import of gnome-themes 2.2.
This package provides several GTK/GNOME 2 themes, including: Crux, Grand
Canyon, High Contrast, High Contrast Large Print, High Contrast Large
Print Inverse, Large Print, Low Contrast Large Print, Mist, Ocean Dream,
Sandwish, Simple, Smokey Blue, Smokey and Traditional.

Reviewed by jmmv@ and wiz@
2003-09-12 17:15:11 +00:00
drochner
9e75c1c1f6 update to 1.2.4
didn't find a useful changelog, assuming a bugfix release;
add a patch to make it compile with g++3
2003-09-12 16:19:50 +00:00
drochner
3070b67721 update to 1.4.2
didn't find a useful changelog, most likely it is a bugfix release only;
I'm only touching it because newer gnomemm/gnome-- want it, and
gnomemm/gnome-- needs to be fixed to compile with gcc3
2003-09-12 16:12:01 +00:00
grant
b04786501a move a SunPro tweak to compiler.mk. 2003-09-12 16:07:09 +00:00
grant
ada56b5a0b tidy up handling of LDFLAGS wrt USE_GCC_SHLIB a little. 2003-09-12 15:54:40 +00:00
tron
3020833522 Avoid error messages on systems where the "gcc3" package is not yet
installed.
2003-09-12 15:28:54 +00:00
abs
02c6291208 Update rconfig to 0.17nb1
Add missing DEPEND on p5-Text-Substitute
2003-09-12 15:12:56 +00:00
abs
d29e840cd3 Update rconfig to 0.17nb1
Add missing DEPEND on p5-Text-Substitute
2003-09-12 15:12:12 +00:00
tron
64228c6fd2 Note update of "pine" package to version 4.58. 2003-09-12 13:56:27 +00:00
tron
5b1b249182 Update "pine" package to version 4.58. Changes since version 4.56:
- Fixed crash when processing subjects containing "[Fwd: ...]"
- Work around a problem with the Netscape Collabra NNTP server
  implementation of the OVER command
- Try to correct for mail clients that wrongly use RFC 2047 instead
  of RFC 2231 to encode their attachment filename parameters, which
  confuses attachment saving and viewing of filenames of non-ASCII
  character sets.
- Fixed potential security problems caused by maliciously-formed RFC
  2231 attachment parameters
- Index lines displayed incorrectly for messages with empty subject
  lines in threads
- Command-line argument -create_lu was broken in versions 4.55 and
  4.56
- Delivery Status Notifications were broken when attempting to do
  SMTP over TLS
- Pine hangs when adding an Extra Header in rules with BdyText line
  at top of screen
- Possible crash if quell-content-id feature is on and a message
  with more than one attachment is rejected by the SMTP server
- When an attached filetype was set by matching the extension, the
  MIME charset wasn't being set
- predict-nntp-server didn't preserve flagged options for
  nntp-server such as /ssl or /user
- PC-Pine disconnected mailbox icon stays yellow even after
  reconnecting
- PC-Pine with the Microsoft SSL bug was crashing when doing bounce,
  save, and full headers, which can now be prevented by setting the
  quell-ssl-largeblocks feature
- PC-Pine with the Microsoft SSL bug was crashing when doing bounce,
  save, and full headers, which can now be prevented by setting the
  quell-ssl-largeblocks feature
2003-09-12 13:53:47 +00:00
seb
4167694355 NetBSD/sparc64 1.6.1_STABLE's f771 -at least- leaves a nice coredump
in directory conftest during configire run.
So then 'rmdir conftest' fails, then all 'cc -o conftest ...' tests fail,
then ...

So clean up a bit before rmdir'ing conftest hence fix compilation
on said platform.
2003-09-12 13:52:02 +00:00
salo
83dbd690de Typos/punctuation/caps. 2003-09-12 13:35:28 +00:00
grant
31cec1a9d5 -net-snmp (thanks, uebayasi!) 2003-09-12 13:30:34 +00:00
taca
909054d1f4 Remove stray ) as net/samba package. 2003-09-12 13:30:22 +00:00
grant
0c6b7c9f3e note fetchmail PKGREVISION bump 2003-09-12 13:12:56 +00:00
grant
4bac1f45bf bump PKGREVISION after PLIST change (hi, jlam!) 2003-09-12 13:11:56 +00:00
grant
c934b0c4e0 start of improved compiler handling, mostly derived from the existing
gcc buildlink2.mk files and splitting the non-buildlink2.mk bits out
into compiler.mk.

this allows USE_GCC2 and USE_GCC3 to work with non-buildlink2 packages
again.
2003-09-12 13:03:38 +00:00
seb
2083c8a0ce Note update of security/audit-packages to version 1.21. [dependency on
digest package].
2003-09-12 13:00:26 +00:00
seb
336d68c05a Update to version 1.21.
download-vulnerability-list(8) now needs digest(1).
Hence put digest package as a runtime dependency of audit-packages
package.
2003-09-12 12:57:10 +00:00
minoura
500636beeb Correct XEmacs support.
Avoid dependency on the build environment; leim-list.el is installed
only when leim is installed.
2003-09-12 12:53:44 +00:00
grant
ab50b3bf90 this pkg needs gcc shared libs. 2003-09-12 12:41:47 +00:00
jmmv
de881bfb6f Note revision bump for ijb to 1. 2003-09-12 12:41:41 +00:00
jmmv
ffd98b41c2 Install all .ini files in the examples directory. Keep CFLAGS' value while
building.  Bump PKGREVISION to 1.  Closes PR pkg/21862 by Todd Vierling.
2003-09-12 12:40:57 +00:00
uebayasi
2f652f2fef net-snmp-5.0.9; many changes including security fixes. 2003-09-12 12:08:25 +00:00
uebayasi
0a8aa3e783 Update to 5.0.9. PR19939 by Greg A. Woods.
Changes from NEWS file:
--------8<--------8<--------8<--------8<--------8<--------8<--------8<
*5.0.9*

 SECURITY:
    - An existing user/community could get access to data in MIB
      objects that were explicitly excluded from their view.

 Fixes:
    - Perl build environment should better under Windows
    - Misc kerberos support fixes.
    - Improvements on various manual pages.
    - A annoying bug with SETs being passed to pass scripts was fixed.
    - The often talked about VACM optimization improvement was fixed again.
    - mib2c handles augmentation tables better now.
    - Various 64 bit issues have been addressed.

*5.0.8*
 New:
    - No new features will be added to the 5.0.x line.

 Ports:
    - Update libtool to version 1.4.3, for the benefit of Darwin
    - diskio support for Darwin
    - Updates for OpenBSD 3.
    - Updates to solaris README

 Fixes:
    - find libwrap w/nsl on RedHat
    - fix for openssl 0.9.7
    - Fix some AgentX memory leaks
    - use macro for inline function prototypes
    - Attempt to find unused port before running tests
    - Use SNMP_SLEEP environment variable when running tests
    - calculate a proper ifSpeed under linux when possible
    - better daemonization of snmpd
    - close and reopen snmptrapd log files on HUP
    - support for 16 bit reuqest ids
    - Recognize new 't' code in display hints
    - misc other fixes

*5.0.7*
 New:
    - VACM (access control) optimizations which will greatly benefit
      people who wish to exclude large portions of the MIB tree from
      some people.  Previously this was a large resource drain.
    - Add command line option to snmpd to set syslog facility
    - Reverse DISPLAY-HINT processing, i.e. it allows you to input data
      formatted like a DISPLAY-HINT prescribes
    - Support setting of sysDescr and sysObjectID via snmpd.conf
      configuration directives
    - New output option to force display of strings as hex
    - Persistent directory can be specified at runtime
    - Add support for Linux virtual interfaces in the ipAddressTable.
    - implemented the mteEventTable and the mteEventNotificationTable
      form the DISMAN-EVENT-MIB.

 Fixes:
    - AgentX no longer flagged as experimental
    - A few memory leak fixes for the table_iterator agent API.
    - Processed flag cleared before each pass of a set request
    - Remove snmpd pid file on exit
    - Restore default behaviour of building shared libraries
    - misc other fixes
--------8<--------8<--------8<--------8<--------8<--------8<--------8<
2003-09-12 12:07:18 +00:00
salo
1f4a96b3cc I am working on pure-ftpd update. 2003-09-12 12:06:59 +00:00
wiz
b58a265008 + Mesa-5.0.2, TeXmacs-1.0.1.22, atari800-1.3.1, bins-1.1.23,
easytag-0.30, ethereal-0.9.15, gnome-core-2.4, gtkhtml-1.1.10,
  jwhois-3.2.2 [pkg/22741], kbiff-3.7, latd-1.18 [pkg/22735],
  libxml-2.5.11, lilypond-1.8.2, mhonarc-2.6.8 [pkg/22753],
  p5-Apache-Gallery-0.7, p5-Net-DNS-0.40 [pkg/22750], sml-nj-110.43,
  sylpheed-claws-0.9.5, tcl-expect-5.39.0, transcode-0.6.10,
  tuxpaint-0.9.12, wine-20030911, xdaliclock-2.20,
- geda-20030901 (thanks, dan!)
2003-09-12 11:56:45 +00:00
jlam
efc1b569dc Create two new variables:
DEFAULT_VIEW.${PKGBASE}      default view for ${PKGBASE}
VIEWBASE                     base location of files at run-time

The first is meant to be set by package Makefiles or in /etc/mk.conf, while
the latter is meant to read/used only.  VIEWBASE is either ${LOCALBASE} or
or ${LOCALBASE}/${DEFAULT_VIEW.${PKGBASE}} depending on whether the first
variable is the empty string or not.
2003-09-12 10:54:49 +00:00
jlam
b49af05cee Move the default settings for USE_BUILDLINK[23] from bsd.pkg.mk into
bsd.prefs.mk so that they may be tested/used in buildlink[23].mk files.
2003-09-12 10:49:28 +00:00
itojun
f1ac219093 apache-1.3.28 done 2003-09-12 10:02:47 +00:00