Commit graph

92941 commits

Author SHA1 Message Date
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
adam
20cbd632ed Changes 1.6.8:
This release fixes a bug i(crash on startup) that was exposed by gcc 4.
It also adds detection of the recently released OpenBabel 2.0 and the ability
to use Openbabel for exporting to foreign file formats. Subscript encoding in
the SVG export was tweaked again to work around current limitations in the SVG
support of Firefox 1.5 and Konqueror 3.x.
2006-02-13 19:20:53 +00:00
wiz
dfc555d7aa Update to 0.10.3:
Changes since 0.10.2:
      * typefind improvements
      * Ogg decoding and encoding fixes
      * Improved audio and video sink classes
      * Bug and leak fixes
      * Improved video scaling
      * On-the-fly visualisation switching
      * Subtitle support

Bugs fixed since 0.10.2:
      * 330244 : gsttextoverlay.c:895: 'struct _GstCollectData' has no mem...
      * 324000 : [playbin] post error or message on unknown input
      * 153004 : [typefind] can't identify mp3 file with one single mpeg f...
      * 323874 : [playbin] leaks sinks and threads when using gconfaudiosink
      * 324626 : ffmpegcolorspace support for fourcc " UYVY "
      * 326447 : check that all elements in -base pass queries they can't ...
      * 328263 : Fix build with gcc 2.95
      * 328279 : [decodebin] timeout issue when pre-rolling
      * 329326 : Fix oggmux removing pads from collect pads
2006-02-13 19:19:44 +00:00
wiz
78a376a8db Update to 0.10.3:
This is GStreamer 0.10.3, "Like a virgin"
Changes since 0.10.2:
      * Documentation updates
      * Bug fixes
      * Base class improvements
      * Extra utility API
      * More elements ported from 0.8
      * Fixes for win32 build.
2006-02-13 19:18:56 +00:00
wiz
300ae0bc1f Update to 2.14.0:
Version 2.14.0

* New stock_person icon
  -- bug #311844 (Jakub Steiner)
* Update names for shuffle and repeat icons (Jakub Steiner)
* No longer install to hicolor (Rodney Dawes)

Version 2.13.4

* Do not use Scalable as the type for bitmap icons (Rodney Dawes)
* New saved search icon (Jakub Steiner)
* New translations [te]

Changes since 2.13.2

* Removed specific video mime type icons (Rodney Dawes)
* Fixups for generic image mime type icon (Jakub Steiner)

Changes since 2.13.0

* Removed specific image mime type icons (Rodney Dawes)
* Added ruby mime type icon
  -- bug #317102
* Updated translations [sk]
2006-02-13 19:17:59 +00:00
wiz
0d6d64385d + freesci-0.3.5, gnomeicu-0.99.9, mplayer-plugin-firefox-3.21,
mrtg-2.13.2 [pkg/32811], nut-11.3, rox-session-0.27, ups-nut-2.0.3
  [pkg/32820], ysm-2.9.8.
2006-02-13 19:17:21 +00:00
wiz
1224e932b5 gtk2 updated to 2.8.12. 2006-02-13 19:14:25 +00:00
wiz
46a7c82b09 Update to 2.8.12:
Overview of Changes from GTK+ 2.8.10 to GTK+ 2.8.11
===================================================

* Avoid memory overruns in the pixbuf theme engine
  with nonsensical gradient specifications.  [Matthias]

* Bugs fixed:
 326003 Cursor doesn't move as expected [Evert Verhellen]
 326806 Segfault from combination of gtk_container_set_resize_mode()
        and GtkComboBox [Sebastien Bacher]
 327751 segfault in update_cursor on amd64 [Ryan Lovett]
 327538 eog crashes at launch under AIX [Christophe Belle]
 153213 "~" should bring up the location dialog [Dan Winship]
 327934 gtk_text_layout_get_cursor_locations() chokes on
        layout=0x0 [Christian Kirbach]

* Documentation improvements [Federico Mena Quintero]

* Translation updates (es,pt_BR,zh_HK,zh_TW)
2006-02-13 19:14:04 +00:00
adam
ab1b1145fa Updated archivers/p7zip to 4.33 2006-02-13 18:48:48 +00:00
adam
c262fef38b Changes 4.33:
- From Windows version of 7-zip 4.33:
    - Compressing speed and Memory requirements were increased.
      Default dictionary size was increased: Fastest: 64 KB, Fast: 1 MB,
      Normal: 4 MB, Max: 16 MB, Ultra: 64 MB.
    - 64-bit version now supports 1 GB dictionary
    - 7z/LZMA now can use only these match finders: HC4, BT2, BT3, BT4
    - Compression ratio in Zip/GZip/Deflate in Ultra mode was increased
    - Some bugs were fixed

  - fix "Bugs item 1407358" : Passwords entered are not visible on command line
    if the target has the system function "getpass".

  - fix "BCJ2" : now p7zip uses the "BCJ2" filter when the file has execute permission
    (7-zip uses the "BCJ2" filter when the filename ends with ".dll", ".exe", ".ocx", ".sfx" or ".sys")

  - patch 1390722: no new line at end of file

  - patch 1390716: allow compiling with gcc-4.1

  - patch 1425862: allow other make programs than GNU make

  - Testing framework added ("make test" and "make test_7z")

  - fix 'lstat': p7zip can compile if 'lstat' is not available
2006-02-13 18:45:32 +00:00
rillig
055eed4044 Oops. The last change modified the behavior of an if-then-elsif chain in a
way that I didn't intend. Fixed.
2006-02-13 17:50:40 +00:00
rillig
2017a2481e Added ja-trac. 2006-02-13 17:46:36 +00:00
reed
7b322f7847 Add buildlink3.mk file. Needed by Aleksandar Simic
for his ne7ssh package. As discussed on pkgsrc-wip-discuss
list.
2006-02-13 17:19:42 +00:00
rillig
b6b9c82135 Added kcc. 2006-02-13 16:09:54 +00:00
rillig
b61c6ea237 - Including "options.mk" does not qualify to using common Makefiles, which
would suppress the variable order checking.
- Added an additional debugging statement to the variable ordering.
2006-02-13 15:37:49 +00:00
rillig
eb2b18657c Fixed a typo. 2006-02-13 15:32:31 +00:00
rillig
2775ee66e7 Removed pornview-gtk2, which has been superseded by pornview with
default options.
2006-02-13 15:25:39 +00:00
rillig
37dcefb1ee This file is not needed anymore. 2006-02-13 15:23:54 +00:00
taca
8f6a3924ae Merge rdversion.mk into buildlink3.mk and obsolete it. 2006-02-13 15:23:28 +00:00
rillig
03b9fc9f7a Converted the package to the options framework. The only supported
option is "gtk1" (disabled by default). This makes the pornview-gtk2
package obsolete. Bumped PKGREVISION.
2006-02-13 15:23:03 +00:00
rillig
cf3ce2644e - Even if the type of a variable is guessed based on its name, report it
as untyped when in --debug mode. This allows the --debug mode to be used
  for detecting spelling mistakes.
2006-02-13 15:20:22 +00:00
tv
45a8c68be4 mail/perdition -> 1.17nb2 2006-02-13 15:19:01 +00:00
tv
e5f155987d Fix localstatedir (should be /var, not /var/run), and add rc.d scripts.
Bump PKGREVISION.
2006-02-13 15:18:32 +00:00