Commit graph

92963 commits

Author SHA1 Message Date
adam
d2f3dde216 Fix build on FreeBSD 6 (PR-32234) 2006-02-14 21:57:44 +00:00
heinz
8558f31b2a Updated
security/p5-Tie-EncryptedHash to 1.21
Added
  net/mbrowse 0.3.1
2006-02-14 21:53:18 +00:00
heinz
9d2ef21da3 Activated new package 'mbrowse'. 2006-02-14 21:50:03 +00:00
heinz
310c94b1f2 Initial version 0.3.1.
Mbrowse is an SNMP MIB browser based on GTK and net-snmp.
SNMP v1 and v2c are supported.



Pkgsrc changes:
  - The 'pre-configure' target avoids an irritating warning message during
    the configure stage.
  - patch-aa works around an "identifier undeclared" error.
    patch-ab updates the configure script accordingly.
2006-02-14 21:47:41 +00:00
adam
1b11917ba6 Updated games/dopewars to 1.5.12 2006-02-14 21:41:52 +00:00
adam
bf479fc7dd Changes 1.5.12:
This really fixes the potential exploit against
the Windows server, which was not correctly fixed in 1.5.11.

Changes 1.5.11:
This is largely a security bugfix release, fixing a potential exploit against
the Windows server when running as an NT serivce.

Pkgsrc:
Use options.mk to build Curses and/or GTK user interface.
2006-02-14 21:40:44 +00:00
adam
8961db8140 Updated archivers/rzip to 2.1; devel/glibmm to 2.8.4 2006-02-14 21:01:00 +00:00
adam
8de95187c3 Changes 2.8.4:
* OptionGroup: Fix memory leaks
* Documentation: Fix link in reference documentation header
2006-02-14 20:58:50 +00:00
adam
36c4f80123 Changes 2.1:
* Added -L compression level option
* minor portability fixes
* fixed a bug that could cause some files to not be able to be uncompressed
2006-02-14 20:58:18 +00:00
rillig
1b5175365d Added tetrinetx. 2006-02-14 20:41:51 +00:00
schmonz
e5881d0407 Note getmail update. 2006-02-14 18:46:38 +00:00
schmonz
03c199f380 Update to 4.5.3. From the changelog:
* keyfile and certfile parameters to SSL retrievers are now expanded
    for leading "~/" and "~username/" as well as environment
    variables, just like other path parameters. Thanks: Fredrik Steen.
2006-02-14 18:46:24 +00:00
wiz
d2539eb7a3 + dspam-3.6.4, gail-1.8.9, gok-1.0.6, honeyd-1.5, krusader-1.70.0,
mimedefang-2.56, rhythmbox-0.9.3.1, rzip-2.1, sylpheed-2.2.0,
  xterm-209.
2006-02-14 18:09:28 +00:00
rillig
377b70b74e On Solaris, it may be necessary to redefine WRAPPER_SHELL to work around
the buggy /bin/ksh.
2006-02-14 17:10:15 +00:00
rillig
d8bf7b6765 Imported games/tetrinetx-1.13.16 from pkgsrc-wip 2006-02-14 17:04:03 +00:00
rillig
04c133194e Imported tetrinetx from pkgsrc-wip.
TetriNET is an addictive 6 player tetr*s game

What this program does is set up a TetriNET server that ordinary
TetriNET clients can connect to. It attempts to fix some of the
"glaring" holes in the TetriNET protocol that I discovered, and which
I'm sure some people use as cheats, but I now see why it is nearly
impossible to fix ;), without a modification to the client.
I've kept the server as close to the same as the original TetriNET
server, but I've added some extras that I've often wanted, such as
the "/kick" and "/ban" keywords.
Please note this server in no way encompasses the whole game. The clients
are the ones that do most of the work, with the server just passing suitable
packets between each client, and of course adding some of its own.

Author: Brendan Grieve (brg@cheerful.com)

Packaged by David Ferlier.
2006-02-14 17:03:54 +00:00
yyamano
fdaf88784e Make this build on Darwin. Fix PR 32796. 2006-02-14 16:26:38 +00:00
joerg
6c2ede2478 Update xorg-clients to revision 5 to fix a race condition in xdm's
Xsession script.
2006-02-14 16:11:41 +00:00
joerg
4490127acb Fix race condition in xdm's Xsession. From PR 32804. 2006-02-14 16:10:40 +00:00
joerg
151fad3b46 Don't hard-code xorg/bin/xterm, use xterm from PATH in startx, xinit
and xdm.
2006-02-14 15:55:40 +00:00
joerg
a7bb5f0ff3 Don't hard code path to xorg/bin/xterm, just expect it in PATH.
This affects startx, xinitrc and xdm. Bump revision.
2006-02-14 15:54:55 +00:00
rillig
a76e2b5bf3 regen. 2006-02-14 10:16:26 +00:00
rillig
529c1ceea2 Documented the broken /bin/ksh on Solaris (Fixes PR 32826). Compressed some
simple itemizations.
2006-02-14 10:12:39 +00:00
hiramatsu
b33baa294e Note update of p5-CGI-Application. 2006-02-14 01:18:15 +00:00
hiramatsu
0720c15c6d Updated to 4.04.
4.04    Wed Oct 11, 2005
    - No code changes since 4.04_02. Declaring stable.

4.04_02 Thu Sep 8, 2005
    - Add support for templates stored in file handles and scalarrefs to load_tmpl().
      (Jason Purdy)

4.04_01 Wed Aug 31, 2005
    -  move load_tmpl hook to after we build $tmpl_file so it will always have a
      (probably) valid file to work with.

    - initial support for a default template name in load_tmpl(). That means
      you can now do this:

      my $t = $self->load_tmpl();

      And it will default to a file named after the current run mode with a
      .html extension.

4.03  Thu Aug 04, 2005
    - Fixed important bug introduced in 4.02 in which a mode_param
      set in a sub-class would have been ignored. A new automated test
      was added to prevent this regression in the future.

4.02  Sat Jul 30, 2005

    - Documented existence of CGI::Application::Plugin::FillInForm.

    - path_info option to mode_param now supports negative index numbers
      to grab the run mode name from the other end of the PATH_INFO.
      (Thilo Planz)

    - Altered how "start_mode" default is set, allowing it to be set
      through the hook system in the 'init' phase. Existing applications
      should be unaffected.

    - Return value of run_modes() was documented.

    - Integrate more examples of using plugins into the documentation.

    - 'error' hook was added, which is executed just before error_mode() might
      be called. An example use of this would be a logging plugin that wants to
      log that the application died. Although it's unlikely to change, it is marked
      as experimental for now.

4.01 Tue Jun 14, 2005

    NOTE: This release has an important incompatibility from the 4.0 release
    two days ago. The 'load_tmpl' hook which was just introduced has had it's
    interface changed. The change allows plug-in authors to affect the parameters
    passed to the 'new' constructor of the template object, instead of just adding
    parameters later.

4.0 Fri Jun 10, 2005
    This release adds a major new feature of special interest to plugin
    authors: 'hooks'. This concept helps to create plugins that are more powerful
    and simpler to use for end users. See the documentation on writing plugins for
    details.

    Special thanks to Cees Hek and Michael Graham for their effort to develop
    and refine the hook system.

    Since the last major release, there has been an explosion of new plugins
    developed. This is an incomplete list of modules below the
    'CGI::Application::Plugin' namespace. Expect more to be added and updated soon
    with the advent of the hook system:

      ::AnyTemplate - Use any templating system with a unified interface
      ::Apache - Use Apache::* modules without interference
      ::AutoRunmode - Automatically register runmodes
      ::ConfigAuto - Integration with Config::Auto
      ::Config::Context - Integration with Config::Context
      ::Config::General - Integration with Config::General
      ::Config::Simple - Integration with Config::Simple
      ::CompressGzip - Add Gzip compression
      ::DBH - Integration with DBI
      ::LogDispatch - Integration with Log::Dispatch
      ::Session - Integration with CGI::Session
      ::Stream - Help stream files to the browser
      ::TT - Use Template::Toolkit as an alternative to HTML::Template
      ::ValidateRM - Integration with Data::FormValidator and HTML::FillInForm

    The following additional changes are also present in this release:

    - Enhanced tests and documentation for error_mode(). (Rob Kinyon).
    - Clarified Plug-in documentation (Timothy Appnel)
    - Avoid some warnings when getting run mode from PATH_INFO (Emanuele Zeppieri)
    - Use query() object to get PATH_INFO, to workaround bug in IIS web server. (Mark Stosberg)
    - Documented return value of header_props()
2006-02-14 01:14:51 +00:00
rillig
4e7f179dff Fixed ISO C90 violation. 2006-02-14 01:13:32 +00:00
rillig
68da0ffdec Replaced ${PKGNAME} with ${PKGNAME_NOREV} to match the PLIST. Bumped
PKGREVISION.
2006-02-14 01:09:07 +00:00
rillig
ecc788c565 Perl is needed for the configure script. 2006-02-14 01:04:32 +00:00
rillig
961eecf2d1 PKGNAME in PLIST corresponds to PKGNAME_NOREV in Makefile. Fixed. Also
fixed all pkglint warnings. Bumped PKGREVISION.
2006-02-14 01:01:17 +00:00
rillig
604efaba71 Added btpd. 2006-02-14 00:51:01 +00:00
rillig
6721b019ed Imported net/btpd-0.8 from PR 21821 2006-02-14 00:49:32 +00:00
rillig
6ed73739cb Imported btpd from PR 21821.
btpd is a bittorrent client consisting of a daemon and client commands,
which can be used to read and/or manipulate the daemon state. The daemon
is capable of running several torrents simultaneously and only uses one
tcp port. It's fairly low on resource usage and should be perfect for a
torrent distribution site. Efficient downloads and ease of use makes this
client a good choice for the casual user as well.

Packaged by Richard Nyberg.
2006-02-14 00:49:23 +00:00
simonb
3f618192d0 Note update of www/adzap to version 20060203.
Fixes DoS reported in http://secunia.com/advisories/18771/.
More ad pattern updates as well.
2006-02-13 23:44:25 +00:00
simonb
ba2efa68c4 Update to version 20060203.
Fixes DoS reported in http://secunia.com/advisories/18771/.
More ad pattern updates as well.
2006-02-13 23:44:21 +00:00
minskim
2401864a55 Note update of mathomatic. 2006-02-13 23:22:41 +00:00
joerg
0a02de0d83 exim3 now uses pkgsrc PCRE, addresses security problems in old PCRE
versions.
2006-02-13 23:21:40 +00:00
minskim
150211834a Update mathomatic to 12.5.8.
Changes:
- Doubled the default max expression size.  Display current size on
  startup.
- Made solve_sub() return -1 for an identity.
- Speedup of the simplify command.
2006-02-13 23:21:25 +00:00
joerg
e9bec00a5b Don't use shiped PCRE version, since it is very old and most likely
vulnerable. Bump revision.
2006-02-13 23:20:32 +00:00
wiz
03bb2f7deb Allow nb versions of openssl-0.9.7i too. 2006-02-13 21:52:10 +00:00
wiz
017354df44 PKGREVISION bump for gtkglext BUILDLINK_DEPENDS change. 2006-02-13 21:12:55 +00:00
wiz
9f8c27274c Bump BUILDLINK_DEPENDS for MesaLib bl3.mk removal. 2006-02-13 21:11:13 +00:00
adam
afa8e07fb0 Updated graphics/gtkglext to 1.2.0 2006-02-13 20:57:44 +00:00
adam
1d85d52f3b Changes 1.2.0:
* This is the first stable release of GtkGLExt 1.0 since maintainership changed
  to Tim Shead, tshead@k-3d.com
2006-02-13 20:56:15 +00:00
adam
c25fa36693 Updated print/dvipng to 1.7 2006-02-13 20:32:56 +00:00
adam
178a929044 Changes 1.7:
* fixes a font-handling bug and some build issues.
2006-02-13 20:31:43 +00:00
wiz
a864acc72b p5-HTML-Parser updated to 3.49. 2006-02-13 19:27:41 +00:00
wiz
75015e3a87 Update to 3.49:
2006-01-08   Gisle Aas

     Release 3.49

     Events could sometimes still fire after a handler has signaled eof.

     Marked_sections with text ending in square bracket parsed wrong.
     <http://rt.cpan.org/Ticket/Display.html?id=16749>
2006-02-13 19:27:11 +00:00
wiz
93be2284e1 Note updates of gnome-icon-themes, gstreamer0.10, gst-plugins0.10-base,
and gst-plugins0.10-good.
2006-02-13 19:24:02 +00:00
wiz
0fec9be09a Update to 0.10.2:
This is GStreamer Good Plug-ins 0.10.2, "Papa was a rolling stone".

Changes since 0.10.1:
      * New libcdio based CDDA reading element
      * APE tag reader ported
      * ID3 tag reading fixes
      * Sun Audio Sink fixes
      * GOOM and gconf element fixes
      * lots of bug and leak fixes

Bugs fixed since 0.10.1:
      * 328336 : silence warings which make dvdec / dvdemux unusable
      * 315557 : Internal event problem with MP3s from vgmix.com
      * 323327 : [cdio] port cddasrc to 0.10
      * 325148 : Bugs in G711 RTP packetization logic
      * 325649 : apetag plugin needs porting to 0.10
      * 326446 : check that all elements in -good pass queries they can't ...
      * 326602 : id3demux is not compiling without ZLIB
      * 326683 : build problem caused by AS_LIBTOOL_TAGS([CXX])
      * 326736 : gconf(audio|video)sink response to key changes
      * 326864 : [wavparse] time to bytes format conversion broken
      * 327009 : [esdsink] won't compile with includes in non-standard prefix
      * 327765 : [sunaudio] fixes for mixer and stuttering mp3 playback
      * 327825 : [matroskamux]  Matroska muxer deadlock
      * 327871 : [videobox] crash when cropping
      * 328241 : id3demux emits NULL date for year tags
      * 328264 : Fix build with gcc 2.95
      * 328531 : [matroskamux] doesn't send newsegment event, critical war...
      * 329181 : totem crash when using goom effect
      * 329810 : Fails to read ID3 tag
      * 330005 : Please use the autodetect sinks by default
      * 317658 : [cdio] support for cd-text and cd-g
2006-02-13 19:22:33 +00:00
adam
bd6bc84a3d Updated biology/chemtool to 1.6.8 2006-02-13 19:22:06 +00:00