Commit graph

41727 commits

Author SHA1 Message Date
jmmv
8a643f1b54 It's databases, not database in CATEGORIES. 2003-04-25 20:20:34 +00:00
jmmv
d8eb5d1568 s/perl/perl5/ in CATEGORIES, to match all other perl packages. 2003-04-25 20:16:13 +00:00
jmmv
92e726795a Make the PKGVULNDIR variable more generic, so one can choose where to
store the vulnerabilities file.  This variable was already recognized by
audit-packages but not by bsd.pkg.mk which hardcoded DISTDIR.
2003-04-25 20:05:18 +00:00
jmmv
267286d55f Align multiple MASTER_SITES lines properly. 2003-04-25 18:29:22 +00:00
mjl
38456b0ddc Update p5-Spreadsheet-WriteExcel to 0.41
+ Added facility for adding outlines to worksheets. Added
      outline.pl example.
    + Moved write_comment() code into the core modules. It is now
      possible to write cell comments.
    + Added option to return a slice from the sheets() method.
    + Added link to latest Excel97 pre-release.
    ! Changed, once more, the handling of temp files to avoid several
      file closing bugs.
    ! Fixed handling of column sizing for widths less than 1 unit.
    ! Renamed addworksheet() and addformat() to add_worksheet()
      and add_format() for consistency with other method names.
      Older names are supported but deprecated.
    ! Fixed internal sheet indexing in formulas on some platforms.
      This caused multi-sheet workbooks with formulas to crash.
    ! Fixed non-lexical filehandles to prevent problems in
      multi-threaded environments.
    + Added the set_codepage() workbook method. This is mainly to
      prevent a bug that caused Gnumeric to crash but it is also
      useful for people working with non ascii chars on the Macintosh.
    ! Fixed the non-deletion of temporary files. Users of version
      0.38 should probably clean up their tmp dirs manually.
    ! Changed default handling of set_fg_color and set_bg_color from
      what Excel expected to what everyone else expected. Setting the
      fill colour of a cell should now be more intuitive.
    + Replaced the merge_cells() method with the merge_range() method.
      This is mainly to prevent the Excel 97 crashing bug that occurs
      when merge_cells() is used correctly. It also provide a simpler
      interface to the merge feature. Updated merge example programs.
    ! Refactored the error raising mechanism for formulas. The source
      of errors should now be clearer.
    ! Minor internal fixes to Format.pm.
    + Added formula caching to speed up the writing of formulas.
    + Added handling of A:A column notation in formulas and
      applicable worksheet methods.
    + Changed handling of numbers with leading zeroes so that they
      can be treated as strings and the zeroes maintained.
    + Modified $workbook->close() to return the value of the system
      file close.
    + Made file size exceeded a die() error instead of a warning.
    + Added option to hide row with the set_row() method
    + Added more examples: merge4.pl, merge5.pl, sendmail.pl and repeat.pl
    ! Fixed write_url() when handling relative links in the current
      directory.
    ! Fixed handling of multiple AND()'s and OR()'s in formulas.
    ! Fixed bug when creating a very large number of files within a
      single program on Windows.
    ! Added warning about Excel97 crashing bug with merge_cells().
    ! Fixed handling of parentheses in Worksheet names.
    ! Fixed minor bugs in Format.pm. Thanks Johann Hanne.
    ! Fixed File::Temp dependency in Makefile. Thanks to many.
    + Added set_tempdir() method to allow a user defined temp directory.
    + Fixed default format behaviour for formats set via the set_row()
      and set_column() methods.
    + Extended the hide_gridlines() method to allow hiding of screen
      gridlines as well as print gridlines.
    + Added long_string.pl a workaround example for the 255 char
      limit.
    + Added https match to url regex.
    + Added user definable colour palette.
    + Added headers.pl and colors.pl examples.
2003-04-25 17:18:45 +00:00
jmmv
3cc9d02e62 Note update of gaim to 0.62. 2003-04-25 17:17:54 +00:00
jmmv
c90f62c2a2 Update to 0.62:
* Keyboard shortcuts in the buddy list work again (Thanks Joe Clarke).
* Support for Jabber XHTML messages
* Updated a number of translations. Thanks to everyone who submitted
  a translation update.
* Ability to re-request authorization from ICQ and Jabber users by right
  clicking on them in your buddy list.
* Improved Zephyr internationalization.
* Bug causing 'Hide on Send' windows to be lost forever fixed.
* Iconified windows are now raised properly.
* Dates printed for old/offline messages.
* Some assorted crash bugs fixed.

Patch provided by Matthew Luckie in private mail; also closes PR pkg/21318
by Juan RP.
2003-04-25 17:16:52 +00:00
mjl
91c0b6fdae Update p5-Parse-RecDescent to 1.94
- Fixed bug in <reject> handling: failed to reject if $return
	  had been set.
	- Added two useful demos of restructuring nested data
	- Fixed doc bug re use of //
	- Localized filehandles, like a good citizen should
	- Misc doc bug fixes
	- Fixed Text::Balance dependency in Makefile.PL
	- Fixed bug that @itempos wasn't set up if referred to only in
	  an autoaction.
	- Fixed truncation bug in tracing contexts
	- Dramatically improved speed of line counting
	- Made item(s) and item(s /,/) behave consistently wrt %item
	- Added prototype <autorule:...> handling
	- Added outer block markers for <perl_codeblock>
	- Fixed multi-grammar precompilation
	- Fixed numerous snafus in tutorial.html
	- Added nesting level information to traces
	- Fixed resetting of $text after an <uncommit> rule.
	- Updated Text::Balanced to fix various bugs
	- Removed Text::Balanced from distribution (now a prereq only)
	- Fixed fatal error with $tracelevel
	- Replaced 'our' with 'use vars' to reinstate 5.005 compatibility.
2003-04-25 17:11:04 +00:00
mjl
820713ef2e Update p5-Text-Balanced to 1.94
- Fixed subtle bug in gen_extract_tagged
	- Doc fix: removed suggestion that extract_tagged defaults
	  to matching HTML tags
	- Doc fix: clarified general matching behaviour
	- Fixed bug in parsing /.../ after a (
	- Doc fix: documented extract_variable
	- Fixed extract_variable handling of $h{qr}, $h{tr}, etc.
	- Fixed incorrect handling of $::var
	- Fixed error count on t/extract_variable.t
	- Fixed bug in extract_codelike when non-standard delimiters used
2003-04-25 17:07:18 +00:00
jmmv
3a77850e7b s/SILIENT/SILENT/ 2003-04-25 15:36:43 +00:00
jmmv
4784ad8f69 Add the locale/es_MX directory, used by lmule. 2003-04-25 15:27:50 +00:00
jschauma
0a165d51aa Improve explanation.
Mark ncurses as working fine on IRIX and Linux.
2003-04-25 13:54:57 +00:00
rh
1eb9f6ae82 remove gnumeric 2003-04-25 13:07:54 +00:00
rh
47a7606814 Note update of gnumeric to 1.0.13 2003-04-25 13:07:28 +00:00
rh
db7204277d Update gnumeric to 1.0.13. Notable changes include:
* lotus-123 : fix incorrect import of logarithmic functions
            log -> log instead of log10
            ln -> ln   instead of log
        * XL95 export : Use unquoted names in externsheets
        * Fix a problem with the euro/yen/pound symbols
          http://bugzilla.gnome.org/show_bug.cgi?id=103571
        * Back port fix
        * Backport morten's fix for latex export problem
        * Use even blunter instrument on xml importer.
2003-04-25 13:06:04 +00:00
jmmv
30257e8f93 Note that this package needs a threaded X Window. 2003-04-25 12:22:55 +00:00
kent
f7ce35d11c Recent w32api change broke the package. Mark this broken temporaliry. 2003-04-25 11:33:46 +00:00
rh
c91dd7041d Remove comment about the message composer not working. This hasn't been
true for a long time now.
2003-04-25 10:39:01 +00:00
rh
8e96cf5dff Note update of eel2 to 2.2.3.1 2003-04-25 08:14:19 +00:00
rh
42fa95453a Update eel2 to 2.2.3.1
Major changes since 2.2.2 were:
    * New function eel_filename_get_rename_region
    * Accessibility updates
    * New eel-canvas that fixes zoom tearing
    * New functions for slave glade prefs widgets
    * Draw EelEditableLable frame even when text is empty

Major changes since 2.2.1 were:
    * New widget EelInputEventBox
    * Added canvas a11y support
    * CanvasGroup move redraw fixes
2003-04-25 08:13:29 +00:00
rh
dac35f06f9 Note addition of gnome-2.2 2003-04-25 06:40:31 +00:00
rh
eab0204b8b Add and enable gnome2 2003-04-25 06:39:57 +00:00
rh
3481b5dbe7 Initial import of gnome-2.2 as gnome2, a meta-package for the GNU Network
Object Model Environment
2003-04-25 06:39:19 +00:00
rh
839b3477ac Note update of ggv2 to 2.0.0 2003-04-25 06:34:39 +00:00
rh
b35add79b1 Update ggv2 to 2.0.0. Changes include bugfixes and localisation updates. 2003-04-25 06:34:01 +00:00
rh
042e4ef784 remove glade2 2003-04-25 06:01:49 +00:00
rh
1dba002cbe Note update of glade2 to 2.0.0 2003-04-25 06:01:32 +00:00
rh
3c976aea1b Update glade2 to 2.0.0. Notable changes include:
Glade 2.0.0	(Apr 11 2003)
===========

 o Hide GNOME widgets and stock items in GTK+ projects.
 o Made stock icon code more robust, hopefully fixing bug #105694.
 o Updated for newer GnomeDB.
 o Updated example text editor application for GTK+ 2.
 o Bug fixes, including a few crashers.


Glade 1.1.3	(Nov 2 2002)
===========

 o The widget tree now has icons & popup menus again.
 o Removed dependancy on gnome-common for generated apps.
 o Stopped generating any deprecated code.
 o Updated GnomeDB support.
 o Updated the generated signal callback argument names.
 o A few keynav improvements, including global accelerators like Ctrl+S.
 o Disabled support for typing in labels while hovering over widgets, as
   it is a bit too error-prone.
 o Added 'New' button back to toolbar in GNOME version!
 o A few bug fixes.
2003-04-25 06:00:26 +00:00
rh
42bd16c589 Note addition of gnome-media-2.2.1.1 as gnome2-media 2003-04-25 04:51:13 +00:00
rh
fbe0b8c625 Add and enable gnome2-media 2003-04-25 04:50:29 +00:00
rh
f6c634387b Initial import of gnome-media-2.2.1.1 as gnome2-media, a set of
audio/multimedia applications for GNOME2.
2003-04-25 04:49:42 +00:00
rh
92b0a4ed20 Note addition of gst-plugins-0.6.1 2003-04-25 04:44:58 +00:00
rh
aa71b27818 Add and enable gst-plugins 2003-04-25 04:44:47 +00:00
rh
2a3b180c6f Initial import of gst-plugins-0.6.1, set of a gstreamer plugins. 2003-04-25 04:43:50 +00:00
rh
66343c5f52 Note addition of gstreamer-0.6.1 2003-04-25 04:41:38 +00:00
rh
96198d4ccd Add and enable gstreamer 2003-04-25 04:40:46 +00:00
rh
8d2c7af87f Initial import of gstreamer-0.6.1, a multimedia streamer library for GNOME2 2003-04-25 04:39:55 +00:00
martti
27d251b0fb Updated libxml to 1.8.17nb1 2003-04-25 03:10:11 +00:00
martti
fa5f3482ef Updated libxml to 1.8.17nb1
Add a patch from the official libxml CVS repository:

1.28 veillard "2001-04-18 11:10"

- entities.h: andrew@ugh.net.au detected a double declaration
2003-04-25 03:09:08 +00:00
hubertf
08d5853501 Add licq-core-1.2.6, licq-gui-qt-1.2.6 licq-gui-console-1.2.6
Licq-core is a multi-threaded ICQ clone written mostly in C++. It
uses an extensive plugin system to manage many different functions.
The main gui is written using the Qt widget set. Licq is distributed
under GPL with some special QPL exceptions for Qt.

Several GUI plugins for console, Qt etc. are available as seperate
packages, licq-gui-console and licq-gui-qt.
2003-04-25 00:06:24 +00:00
hubertf
8a6229e34e add & enable licq-core, licq-gui-console, licq-gui-qt 2003-04-25 00:03:09 +00:00
hubertf
1b39de27b4 Add licq-core-1.2.6, licq-gui-qt-1.2.6 licq-gui-console-1.2.6
Licq-core is a multi-threaded ICQ clone written mostly in C++. It
uses an extensive plugin system to manage many different functions.
The main gui is written using the Qt widget set. Licq is distributed
under GPL with some special QPL exceptions for Qt.

Several GUI plugins for console, Qt etc. are available as seperate
packages, licq-gui-console and licq-gui-qt.
2003-04-24 23:57:36 +00:00
jmc
1b7292f8cc Rework to not do configure/patch rules if NO_CONFIGURE or NO_BUILD is set 2003-04-24 22:14:36 +00:00
heinz
2b6c920ce1 update of p5-razor-agents to 2.22 2003-04-24 21:48:21 +00:00
heinz
773311f231 Update to current Razor2 release.
======== Changes since v 2.14 =========================================

2.22 (Nov 21 2002)
    *   Turned off verbose logging in ehash that was left on by mistake.
        [vipul]

    *   Some user contributed additions to the FAQ.

2.21 (Nov 19 2002)
    *   Ephemeral Hash reverts to the entire content when both sections are
        composed of whitespace. This makes a certain type of false positives
        go away. [vipul]

    *   Razor2::Client::Core skips whitespace only message parts. [vipul]

    *   DebugLevel 15 prints out the content after preprocessing, just
        before the signatures are computed. [vipul]

2.20 (Oct 15, 2002) (First Stable Version)
    *   If log file isn't writable for whatever reason, we write logs to
        /dev/null. [vipul]

    *   We look for stray "\r"'s in the split_mime function. Thanks to Jim
        <jim@ironchicken.org> for pointing this out. [vipul]

    *   Added a significantly faster XS version of deHTML code. [vipul]

    *   Made ::Agent taint friendly. [vipul]

    *   Added support for passing an already open filehandle to
        "::Agent::checkit()" and "::Agent::parse_mbox()" [vipul]

    *   Made logic_method 4 the default. [vipul]

    *   Added Razor2::Syslog to the package. [vipul]
2003-04-24 21:42:42 +00:00
jmmv
eb459d9ad3 Hmm... I should not "fix" things when I'm tired... there is no need to add
conflicts between packages with the same basename! (thanks wiz, as usual ;).
2003-04-24 21:18:49 +00:00
jmmv
7d64ddfc21 Make this work with xpkgwedge properly, as reported in PR pkg/21310 by
Jonathan Perkin.
2003-04-24 21:15:17 +00:00
jmmv
6e752037f0 gaim-gtk1's package basename is the same as gaim's one; adjust CONFLICTS
accordingly.
2003-04-24 20:46:36 +00:00
jmmv
46761534c4 Note revision bump for mini_sendmail, to 2. 2003-04-24 19:50:23 +00:00
jmmv
bc13ffc6eb Move the example mailer.conf file to the examples tree and bump PKGREVISION
to 2.  Ok'ed by is@.
2003-04-24 19:49:24 +00:00