Commit graph

68340 commits

Author SHA1 Message Date
wiz
d80505ef70 Note p5-Template-Toolkit update. 2004-10-28 10:21:49 +00:00
wiz
49e178efb3 Update to 2.14. Addresses PR 27589.
#------------------------------------------------------------------------
# Version 2.14 - 4th October 2004
#------------------------------------------------------------------------

* Applied patch from Harald Joerg to prevent ttree from spewing warnings
  when copying files.

* Applied a patch from Paul Orrock to fix a couple of missing errors in
  ttree.

* Commented out line 797 of Template::Directive.pm which serves no
  purpose and generates a warning.

* Applied a patch from Mark Fowler to add support for Unicode to TT.

* Changed the fourth argument to process() to accept named IO layers for
  binmode, e.g. process($in, $vars, $out, binmode => ':utf8');

* Added full range of command line options to tpage.

* Applied patches from Tosh Cooey, Simon Wilcox and Kenny Gatdula to fix
  XML::Simple to allow direct access to XMLin() and XMLout() methods.

* Fixed a bug in the 'callers' list maintained by a template component
  which was failing to remove callers from the list after processing.

* Applied a doc patch from Dave Cash documenting caller and callers.


#------------------------------------------------------------------------
# Version 2.13 - 30th January 2004
#------------------------------------------------------------------------

* Applied patch from Dave Cash to add 'caller' and 'callers' to
  'component', see

* Applied patch from Dylan William Hardison to ttree which prevents
  dependencies from interfering with files that are copied.  See


#------------------------------------------------------------------------
# Version 2.12a - 13th January 2004               ## DEVELOPER RELEASE ##
#------------------------------------------------------------------------

* Fixed the bug in test 25 of t/date.t, hopefully for good this time,
  thanks to the efforts of Steve Peters.

* Added the FILE_INFO option to Template::Parser.  Enabled by default,
  this can be set to 0 to prevent the parser from adding file and line
  info to the generated Perl file.  Don't ask me why - Autrijus wanted
  it (which probably means he's up to something twisted again :-).


#------------------------------------------------------------------------
# Version 2.12 - 12th January 2004
#------------------------------------------------------------------------

* Added the module_version() method to Template::Base to report the
  version number of a module.  Added some tests to t/base.t.

* Added the --template_module option to ttree, to allow the user to
  specify a template processing module other than the default 'Template'
  to be used.  Also changed various print statements to send all
  verbose output to stdout, whereas previously it was split across stdout
  and stderr.


#------------------------------------------------------------------------
# Version 2.11b - 7th January 2004                ## DEVELOPER RELEASE ##
#------------------------------------------------------------------------

* Applied patch from Myk Melez to ensure the 'component' variable
  remains correctly set to the current templates.


#------------------------------------------------------------------------
# Version 2.11a - 6th January 2004                ## DEVELOPER RELEASE ##
#------------------------------------------------------------------------

* Fixed bug in t/date.t and corrected version number of
  Template::Grammar.


#------------------------------------------------------------------------
# Version 2.11 - 6th January 2004
#------------------------------------------------------------------------

* Bumped version number and updated documentation for release.


#------------------------------------------------------------------------
# Version 2.10b - 2nd December 2003               ## DEVELOPER RELEASE ##
#------------------------------------------------------------------------

* Changed the Template::Document process() method to pass itself
  to the context visit() method when it calls it.  Similarly, changed
  the context visit() method to expect it.  This is useful when
  subclassing the context but shouldn't have any other effect.

* Modified parser to add the file name and line number of the source
  template to generated Perl code.  This provides useful information
  when warnings and errors are generated by Perl at runtime.  Added
  the t/fileline.t script to test it.


#------------------------------------------------------------------------
# Version 2.10a - 9th October 2003                ## DEVELOPER RELEASE ##
#------------------------------------------------------------------------

* Applied two patches from Axel Gerstmair to fix bugs in Makefile.PL
  and t/date.t.

* Applied patch from Jim Cromie to t/autoform.t to skip tests on all
  versions of Perl from 5.8.0 onwards.

* Changed $OUTPUT in Template::Directive to be a package variable,
  allowing it to be re-defined to permit a flushed output hack.

* Applied a patch from Darren to the 'item' hash vmethod to protect
  against accessing private variables (prefixed '.' or '_')

* Applied a patch from Ivan Adzhubey to template/splash/frame.

* Applied a patch from Bryce Harrington to add the absolute and
  relative options to ttree.  Also applied a patch from Mark Anderson
  to add the 'template_debug'.  Removed the old debug option which was
  as good as useless.

* Applied another patch from Mark to push files named on the command
  line through the process_file() sub to ensure that various options
  like accept checking, pemission preserving and copy processing (but
  not modification time) are applied.

* Applied a variation of yet another ttree patch from Mark to add the
  'suffix' option for changing the suffix of output files created.

* Applied a variation of a patch from Dylan William Hardison which
  adds the 'depend' and 'depend_file' options to ttree.
2004-10-28 10:20:57 +00:00
adrianp
91d049a05f - Do a PERL_REPLACE on cgi/configure.pl.in not configure.pl.in
- dspam.conf can contain sensitive information such as SQL
  username/password accounts.  So change ownership to root:dspam and mode to
  0640.
- The cgi template cgi/templates/nav_performance.html contains a
  @yourdomain.com which should be customised on install.
  Added an extra BUILD_DEFS called DSPAM_DOMAIN to allow users to do this.

ok'ed xtraeme@
2004-10-28 10:12:47 +00:00
wiz
c3f7f45921 Fix path to CPAN on cloud9. 2004-10-28 09:53:44 +00:00
wiz
c588a4e332 Remove double empty line. 2004-10-28 08:59:45 +00:00
cjep
4caacfde0f note update of mail/nail to 11.13 2004-10-28 08:38:37 +00:00
cjep
e9242a8613 Update of mail/nail to 11.13. Release notes.
[11.13] released 10/27/04
* Backslashes outside a quoted command argument are now handled properly.
* For junk mail detection, the characters '_', '#', '&', and '%' are now
  considered as word constituents. Also the '/' character is kept if it
  occurs between digits, and the ';' character if a '&' was previously
  encountered within the same word.
* For junk mail detection, fields of MIME part headers are now handled like
  fields of the main header.
* For junk mail detection, most HTML tags are now ignored, similar to the
  proposal in Paul Graham's 'Better Bayesian Filtering'. Also, the top and
  bottom probabilities are now adjusted to the number of messages used for
  building the database.
* When the junk mail database is updated, it is now truncated beyond the
  last byte just written. Previously, stale data could have remained after
  this point, which was no problem for nail itself, but could make zcat(1)
  fail on the file.
* In the junk mail database, hashes of 56 bits are now used to represent
  words. A side-effect is that it is possible to test for occurences of
  given words with a higher certainty.
* To take advantage of the changes to the junk mail recognition method,
  you have to delete your junk mail database and have to create it again.
* The new 'probability' command prints the junk statistics for given words.
* The 'answered', 'classify, 'draft', 'flag', 'good', 'junk', 'undraft',
  'unflag', and 'unkill' command now make their argument the current
  message. This is now also done by the 'score' command unless the new
  score of the message is negative.
* Very old versions of OpenSSL are now detected by the configuration script.
  OpenSSL code will not be included if the version is too old (Bugreport by
  Thomas Voegtle).
2004-10-28 08:37:40 +00:00
jklos
ac07533a57 Make sure that STATIC_PERL is set to no on PowerPC platforms so that
it compiles properly on 2.0 and current systems. PowerPC processors
have lots of registers, so this isn't even a loss at all.
2004-10-28 08:22:48 +00:00
cube
533f02971b Remove useless command that breaks on read-only pkgsrc trees. I wonder
what was the point of this in the first place...

Closes PR#27529.
2004-10-28 06:36:51 +00:00
xtraeme
6023604429 Permissions for ${DSPAM_HOME} should be 0775 not 0770 (needed to use
the CGI frontend), regen distinfo for patch-ab missed in previous.
2004-10-28 06:03:18 +00:00
itojun
af7b2df0ad mail/cue 2004-10-28 03:18:19 +00:00
itojun
a9131e579b upgrade to 20041025. hide sender ID fields (as discussed in MARID IETF wg) 2004-10-28 03:17:41 +00:00
xtraeme
ed2410fcea Fix BUILDLINK_PKGSRCDIR. 2004-10-28 01:45:19 +00:00
xtraeme
164467f2a4 Use subst.mk instead of using sed(1)/mv(1)/rm(1). 2004-10-28 01:34:27 +00:00
xtraeme
84583bc2e7 Note mysql* movement. 2004-10-28 01:22:30 +00:00
xtraeme
2a9a2b7231 s/mysql/mysql3/ for Makefile.common and buildlink3.mk files. 2004-10-28 01:17:33 +00:00
xtraeme
2031439052 + mysql3-{client,server} 2004-10-28 01:14:58 +00:00
xtraeme
209642c76f Update mysql4-{client,server} to 4.1.7 (latest production release).
MySQL version 4.1 offers dozens of important product enhancements
and new features, including support for:

    * Subqueries and derived tables -- allowing users to search
      complex data sets with greater ease and efficiency;
    * A significantly faster and more flexible client-server protocol
      with support for prepared statements, providing optimized query
      execution and improved warning information;
    * New GUI installer and configuration wizards for Linux and Windows,
      making it easier for developers to set up and optimize their
      MySQL databases;
    * Encrypted client-server communication using OpenSSL (GPL),
      greatly increasing security against malicious intrusion and
      unauthorized access.
    * A more highly-optimized MySQL server library with a smaller
      memory footprint that performs significantly faster when embedded
      in third-party software.
    * Extensive Unicode support through the utf8 and ucs2 international
      character sets for applications that require the use of local
      languages;
    * Industry-standard GIS spatial types for storing and managing
      geographic data;
    * Improved full text search and Help features.
2004-10-28 01:12:44 +00:00
xtraeme
2f3c7164bf Update mysql-{client,server} to 4.0.21 (previously mysql4-*). 2004-10-28 01:08:15 +00:00
xtraeme
e17b95083a Import mysql-server-3.23.58 into databases/mysql3-server. 2004-10-28 01:02:15 +00:00
xtraeme
ec30fc9ddf Import mysql-client-3.23.58 into databases/mysql3-client. 2004-10-28 01:01:31 +00:00
tv
616fc7544b whitespace alignment nit 2004-10-28 00:59:18 +00:00
xtraeme
be1126acff Add missing OWN_DIRS_PERMS for DSPAM_LOGDIR. 2004-10-27 23:31:57 +00:00
xtraeme
008533d825 Apply patch from dspam CVS to fix some errors when using MySQL-4.1.x.
Bump PKGREVISION.
2004-10-27 23:27:00 +00:00
wiz
13f5384762 pv updated to 0.8.6. 2004-10-27 22:46:11 +00:00
wiz
e425e44568 Update to 0.8.6:
0.8.6 - 29 June 2004  [0.8.6 notes]
        * use uu_lock() for terminal locking on FreeBSD

0.8.5 - 2 May 2004
        * cursor positioning (-c) reliability improved on systems with IPC
        * minor fix: made test 005 more reliable
        * new option --height (-H)

0.8.2 - 24 April 2004
        * allow k,m,g,t suffixes on numbers
        * added "srpm" and "release" Makefile targets

0.8.1 - 19 April 2004
        * bugfix in cursor positioning (-c)

0.8.0 - 12 February 2004
        * replaced GNU getopt with my library code
        * replaced GNU gettext with my very minimal replacement
        * use DESTDIR instead of RPM_BUILD_ROOT for optional installation prefix
        * looked for flaws using RATS, cleaned up code

0.7.0 - 8 February 2004 [0.7.0 notes]
        * display buffer management fixes (thanks Cédric Delfosse)
        * replaced --enable-debug with --enable-debugging and --enable-profiling

0.6.4 - 14 January 2004
        * fixed minor bug in RPM installation
        * bugfix in "make index" (only of interest to developers)

0.6.3 - 22 December 2003
        * fixed transient bug that reported "resource unavailable" occasionally

0.6.2 - 6 August 2003
        * block devices now have their size read correctly, so "pv /dev/hda1" works
        * minor code cleanups (mainly removal of CVS "Id" tags)

0.6.0 - 3 August 2003
        * doing ^Z then "bg" then "fg" now continues displaying

0.5.9 - 23 July 2003
        * fix for test 007 when not in C locale
        * fix for build process to use CPPFLAGS
        * fix for build process to use correct i18n libraries
        * fix for build process - more portable sed in dependency generator
        * fix for install process - remember to mkinstalldirs before installing
        * fixes for building on Mac OS X

0.5.3 - 4 May 2003
        * added Polish translation thanks to Bartosz Feñski <fenio@o2.pl> and Krystian Zubel
        * moved doc/debian to ./debian at insistence of common sense
        * minor Solaris 8 compatibility fixes
        * seems to compile and test OK on Mac OS X

0.5.0 - 15 April 2003
        * added French translation thanks to Stéphane Lacasse <tecknojunky@tecknojunky.com>
        * added German translation thanks to Marcos Kreinacke <m.kreinacke@nettec-systeme.net>
        * switched LGPL reference from "Library" to "Lesser"

0.4.9 - 18 February 2003
        * support for >2GB files added where available (Debian bug #180986)
        * added doc/debian dir (from Cédric Delfosse)
        * added "make rpm" and "make deb" targets to build RPM and Debian packages
        * added a "make pv-static" rule to build a statically linked version
2004-10-27 22:45:43 +00:00
recht
b83ac5ddfa - Allow CXXFLAGS to be set on a per-OS basis (read added to OPSYSVARS).
- Set CXXFLAGS in the MAKE_ENV (if defined).
2004-10-27 21:45:53 +00:00
drochner
4c8677a37b update to xine-lib-1-rc6a
New Features:
- Added support for Annodex bitsream format. The Annodex bitstream
  format is a subset of the Ogg encapsulation format: it"s basically
  Ogg with extra timing information, so that time-based stream
- Added support for VobSub-in-Matroska (Vobsub is raw subtitle
  stream from a DVD. This patch enables support for VobSub
- Added support for 44100Hz DTS in .wav files
- Added experimental time stretching plugin: play stream faster or
 slower than original speed, optionally preserving pitch
 - Added configure option for building xine with external ffmpeg
		       library
- Added api for finer playback speed control (requires frontend
                      support)
- Added support for QuickTime 6.3 DLLs
- Added support for mp3 audio in mp4 files
- Added support for using utf-8 for matroska subtitles
2004-10-27 20:31:33 +00:00
drochner
5cd812982e update to 0.2.26
Version-0.2.26
        * Improved performance of redrawing thumbnail view.
	* Improved preference of "fit image size to window" feature.
	  (Thanks! > Brent Baccala <baccala@users.sourceforge.net>)
	* Fixed bugs on 64bit envirponment.
	  (Thanks! > Tomoya TAKA <tomoya@olive.plala.or.jp>)
	* Enabled to open EXIF view from image window.
	* Added image scale preferences for slideshow.
	* Removed obsolete summary modes of thumbnail view.
	  ("List" and "Thumbnail" mode)
	* Fixed compile time error on Gtk+-2.4
	* Other minor fixes and improvements.
Version-0.2.25
      * Adapt to latest MPlayer.
      * Xienerama support.
      * "270" orientation label is changed to "-90".
      * Some minor usabilty fix of comment view.
2004-10-27 20:14:20 +00:00
drochner
3a998113e5 update to 0.1.12
bug fixes
2004-10-27 20:03:45 +00:00
drochner
f4af05c146 oops - commit the rest 2004-10-27 19:46:47 +00:00
drochner
adc396cc40 update to 0.6.9
compiles with libexef-0.6.x now
2004-10-27 19:43:25 +00:00
drochner
54572db76f update to 0.3.5
works with libexif-0.6.x now
2004-10-27 19:40:48 +00:00
drochner
90b7d68a80 add a patch for a libexif 0.6.x API change and depend on libexif-0.6.x
explicitely
(refrain from bumping PKGREVISION - the pkg was just updated so
ride on it)
2004-10-27 19:33:37 +00:00
drochner
25b7c0b707 update to 0.6.11
There is a major step between 0.5.x and 0.6.x; I couldn't find a
useful changelog.
2004-10-27 19:30:23 +00:00
drochner
fe41ec8d7f improve performance for local displays by enabling the XShm extension
(I did measurements using pkgsrc/time/glclock some weeks ago; can't find
the numbers anymore. There was a significant improvement. The result was
still worse than the Mesa-5.x which comes with xfree86, which doesn't
deploy xshm as built in our tree.)
2004-10-27 19:20:33 +00:00
adrianp
fe9dd727f7 - Note update of p5-xmltv to 0.5.36 2004-10-27 17:59:58 +00:00
adrianp
5422c02d94 - Update to xmltv-0.5.36
- Documentation fixes
- Bug fixes
- More channels added
2004-10-27 17:58:33 +00:00
wiz
558add95bc Add some possible updates found by imil's script (and some manual
help work); more to come.

+ cabextract-1.1, cmp3-2.0pre6, cpio-2.5.90, daapd-0.2.3, dar-2.1.5,
  file-roller-2.8.3, gkrellm-volume-2.1.13, gkrellm1-xmms-0.5.8,
  gmpc-0.11.2, gst-plugins-0.8.5, hydrogen-0.9.0, ices-2.0.0,
  id3v2-0.1.11, jamjar-0.7.1, lcab-1.011, libao{,-arts,-esound}-0.8.5,
  libcdaudio-0.99.12, libcomprex-0.3.3, libhydrogen-0.9.0,
  libopendaap-0.2.3, makeself-2.1.3, mikmod-3.2.1, nulib2-2.0.3,
  p5-Archive-Zip-1.14, p5-Compress-Bzip2-1.02, p7zip-4.10, rar-3.4.0,
  rar-linux-3.4.0, unrar-3.4.3, upx-1.25, zziplib-0.13.37.

Add freepats to suggested packages (free GUS patches set).
2004-10-27 17:54:48 +00:00
wiz
a4282f690a Moved to sourceforge. 2004-10-27 17:23:45 +00:00
wiz
3f32f93e66 Add ftp master site. 2004-10-27 17:02:00 +00:00
wiz
09efe94435 Update homepage and master site (even though master site only has newer version). 2004-10-27 16:48:56 +00:00
wiz
cc250cae43 Master site vanished. Get distfile from a different site; tarball has
3 byte diff to previous one (in the tar header), so set DIST_SUBDIR.
cmp -l output (old - new):
     5 164 206
     6 312 226
     7 246 247
2004-10-27 16:45:49 +00:00
wiz
31204b3d07 Note mtr and mtr-gtk updates, and bump date for previous change (it was today). 2004-10-27 16:21:04 +00:00
wiz
a22b7de337 Update to 0.65, based on PR 27562 by Andreas Wrede.
Changes since 0.54:
  v0.65 Dancer Vesperman noted that mtr no longer traces past
        a section of non-responding hosts. Apparently I added
        a line in net.c that didn't make sense in mtr-0.56. I
        can't find the reason for adding that line, so someone
        who thinks (s)he needs it, should holler.

  v0.64 Philippe suggests to do the time_t thingy before socket.h.
        Apparently, MAC OS X doesn't compile socket.h otherwise.

  v0.63 Suggestion by RCW: Add -lm at line 70 of Configure.in.
        On my system no ill effects ensued, so this version released
        so that he can test if it still works on his sytem.

        Let me add that it's stupid that I have to specify that this
        this program now requires Automake version 1.5 to build, where
        Automake was intended to make software independent of different
        versions of build software!

        For those concerned about the above statement: If you're just
        trying to compile and use MTR, there is no need for automake.
        Just when you're messing with the configure and build system of
        mtr is automake a tool you need.

  v0.62 Apparently someone changed gethostbyname into gethostbyname2
        in mtr.c in an attempt to add IPV6 support. For systems without
        ipv6 support, the old gethostbyname should be used! Linux
        has the call even if you don't enable IPV6. Thanks Gary (rsub)

  v0.61 Attempt to get/print the local IP address. Now shows as
        0.0.0.0 :-( Hints and tips appreciated! -- REW
        Lots of blank space reformatting.
        moved the interface address setting to net.c (where it
        belongs).

  v0.60 John Thacker submitted a surprisingly simple patch to
        enable linking against GTK2.  (up to 2.4.0)

  v0.59 Josh Martin suggested to add some bounds checking to
        the dynamic field code. This caused me to delve in, and
        rewrite some things. Now 50 lines of code less, but cleaner
        code. :-)

  v0.58 I don't remember. Fogot to update this. :-( Check the
        patch.

  v0.57 Lots of whitespace cleanups. And a DNS fix: Don't do DNS
        lookups in raw mode with -n specified.

  v0.56 Fixed compile warnings. Now compiles with -Wall. If your
        compiler finds things mine didn't feel free to shout.

  v0.55 Cleanup patch. I'm going to do some maintenance on MTR,
        but I want to be able to say: Can you see which version
        fixed/broke things for you, so you're going to see a
        bunch of new releases soon.
2004-10-27 16:18:31 +00:00
wiz
4ad10f8b3d + ap2-perl-1.99.17, bins-1.1.27, dillo-0.8.3, dopewars-1.5.10,
galeon-1.3.18, gtkballs-3.1.4, koffice-1.3.4, mkvtoolnix-0.9.7,
  openssl-0.9.7e, p5-libapreq2-2.04.03, svk-0.24, windowmaker-0.91.0
  [pkg/27474], xmltv-0.5.36.
2004-10-27 14:27:29 +00:00
xtraeme
74a7c427dd Update chat/jabberd2 to 2.0s4.
Changes:

* Fixed race condition allowing c2s to be killed, Stephen Marquard
* Fixed off-by-one bug in s2s/main.c leading to segfault on startup
  in some environmentsp
* Fixed memory leak in sm, Michal Kera
* Fixed problem relating to SSL connections not being closed
  correctly, Nathan Christiansen
* Fixed 3 problems in mod_announce: (a) NAD freed before use, (b)
  struct tm not initialised correctly on some platforms, and (c)
  time not initialised for broadcast motd messages delivered to
  online users, Stephen Marquard
* Fixed insertion of extra namespace in element in some types of
  messages retrieved from offline queue, which causes a parse
  error in the router, Matthew Buckett
* Fixed off-by-one bug in PLAIN SASL authentication code. May also
  resolve a number of other bugs relating to c2s authentication,
  Robert Theisen
* Fixed return value of jid_new() in pkt.c to avoid sm segfault
  from dereferencing NULL pointer, triggered by a message with a
  to JID of the form "@some.server@", Stephen Marquard
* Avoided adding nads to the cache that are created through
  nad_copy(), Stephen Marquard
* Fixed bug in retrieving hash values, Stephen Marquard
* Improved performance of pool cleanup function, Stephen Marquard
* Corrected handling of EMAIL, TEL and ADR/CTRY elements in vcards
  for JEP-0054 compliance, Stephen Marquard
* Optimised sm algorithm for announcing presence to skip presence
  announcements and probes for users on the same server who are
  not online, Stephen Marquard
* Checked that storage drivers are initialised correctly; if not,
  abort, Stephen Marquard
* Fixed file descriptor leak in storage_fs
* Allowed c2s to supply a certificate chain to clients, Iain
  MacDonnell
2004-10-27 13:54:40 +00:00
tv
28cb3985eb Don't chmod shlibs that are symlinks; fixes issue noted by <grant@netbsd.org>.
Also don't do the ldd-REQUIRES dance unless SHLIB_HANDLING=YES (because you
don't want to run a native ldd on a foreign binary).
2004-10-27 13:47:41 +00:00
grant
91c3a1ad95 whitespace police and tidyup of PLIST_SUBST. no functional change. 2004-10-27 10:41:43 +00:00
grant
c98b0f7011 Mesa has optimisations for SunPro so use them when SPARC_TARGET_ARCH
is set appropriately (sparcv7, sparcv8, sparcv9).
2004-10-27 10:30:38 +00:00