Commit graph

11986 commits

Author SHA1 Message Date
rillig
e7ac2c73bf Bumped PKGREVISION of graphics/vtk-data.
- Removed /CVS/ files from the PLIST.
2005-11-10 11:49:11 +00:00
rillig
9dc6a8d49d Bumped PKGREVISION of audio/csound-manual.
- Removed /CVS/ files from the PLIST.
2005-11-10 11:45:27 +00:00
rillig
f619b2875c Updated pkglint to 4.39.
Changes since 4.38:
- Disabled the check on Makefile variable order, as the discussion on
  tech-pkg has not finished yet.
- Improved detection of valid tool names.
- Improved detection of direct use of tool names. (Less false positives.)
- Improved the diagnostics for direct use of tool names.
2005-11-10 11:03:57 +00:00
tonio
3ff345fde7 Updated audio/cplay to 1.49nb1 2005-11-10 09:06:02 +00:00
reed
100ba4b581 Updated devel/bmake to 20051105. 2005-11-10 00:13:45 +00:00
minskim
6d2baf77df Note PKGREVISION bump of teTeX3-bin. 2005-11-09 22:23:46 +00:00
tonio
9723600469 Updated print/tex-jadetex to 3.13nb1
Add teTeX-3 support, by using etex and pdfetex instead of simply tex
2005-11-09 21:53:36 +00:00
tv
11d80510f5 libtool-base, unixodbc PKGREVISION bumps. 2005-11-09 21:21:50 +00:00
reed
df30d62053 Updated converters/latex2rtf to 1.9.16a. 2005-11-09 16:24:23 +00:00
minskim
0e6ce73c58 Note PKGREVISION bump of teTeX3-texmf. 2005-11-09 15:32:42 +00:00
martti
1f10df897e Rename xfce4-gtk2-engines to xfce4-gtk2-engine to match the package name. 2005-11-09 08:50:31 +00:00
martti
23f75ccef1 Fixed typo 2005-11-09 08:43:59 +00:00
grant
700c998a0b note PKGREVISION bump of textproc/lout (zlib dependency) 2005-11-09 06:43:57 +00:00
martti
f70a445016 xfce4-4.2.3.1 2005-11-09 06:43:10 +00:00
minskim
013d7f2009 Note PKGREVISION bump of gmplayer. 2005-11-09 06:24:03 +00:00
taca
9492ff0229 Note update of these packages.
textproc/ruby-rttool:	1.0.1nb1
        www/instiki:		0.9.2nb4
2005-11-09 04:42:39 +00:00
uebayasi
18c496fc15 Note removal of cdialog; superseded by dialog (pkgsrc/misc/dialog).
Pointed out by Tomoaki Imamura.
2005-11-09 04:31:16 +00:00
hubertf
7feea2fa2d Update ipv6calc to 0.50. Unknown list of changes, but the package
now works again (which it didn't do before)
2005-11-08 21:52:27 +00:00
tonio
c3634d119b Updated print/tex-IEEEtran to 1.6c 2005-11-08 21:20:17 +00:00
bouyer
850cf4e4e8 Note www/ap-php and www/php4 PKGREVISION bump. Also fix date of previous line
entry (hi reinoud ! :)
2005-11-08 20:37:42 +00:00
reinoud
1eb7013c3d Upgrade udfclient to version 0.5, featuring
SCSI layer rewrite, new CD-MRW and DVD+MRW support, new scsi/atapi format
utility, more support for customer DVD (video) recorder DVDs and lots of
bug fixes. Please do test this version and report strange behaviour 0.4.9
didn't show and report any problems!
2005-11-08 20:30:57 +00:00
rillig
42ee6aebcd Updated Coin to 2.4.4.
Some of the changes since 2.2.0:

  - further improvements to SoOffscreenRenderer performance
  - SoRayPickAction precision improvements
  - Visual Studio project now installs only selected build (including
    static configurations now)
  - misc minor details, build fixes, documentation updates
  - Support for compressed textures
  - Windows: build settings are easier tunable from the Visual Studio
    projects (edit include/setup.h), and also includes static library
    build options now
  - reference doc improvements with file format examples and defaults
    sections for all scene objects.
  - completely Cygwin-less build setup for MS Windows / Visual Studio:
    - Visual Studio 6 project file in build/msvc6/
    - Visual Studio .NET 2003 solution in build/msvc7/
  - some minor API additions for internal optimization purposes
  - new node SoTextureCombine (for multi-texturing)
  - new texture coordinate mapping nodes SoTextureCoordinateCube,
    SoTextureCoordinateCylinder, and SoTextureCoordinateSphere
  - vertex buffer objects support
  - correct "sorted layers blend" transparency mode
  - improved thread safety
2005-11-08 20:10:08 +00:00
joerg
25d30da94c DragonFly support modified PLIST of postgresql74-lib. 2005-11-08 16:42:10 +00:00
tonio
b899ba7f5d Note the addition of audio/cplay, submitted by Geert Hendrickx, in PR 31928
Thanks Geert
2005-11-08 16:00:34 +00:00
tv
21a145f523 Fix missing line terminator. 2005-11-08 13:36:15 +00:00
tv
cf926d5478 devel/sysexits -> 1.1 2005-11-08 13:35:46 +00:00
joerg
357f216e0c Bumped dialog due to stdio abuse. 2005-11-08 13:26:40 +00:00
dan
2148a08eef monotone-viz 0.12 2005-11-08 03:26:35 +00:00
jlam
8e6f1ae3d1 * Add a MESSAGE file with helpful information for NetBSD domain0
installations.

* Modify the package to not install all of the configuration files with
  the execute bit set -- only install the helper scripts that way.

* Update the block-file-nbsd script to not blindly try to configure (and
  often fail to configure) every vnd(4) device until it finds one that
  works.  We now just determine what the next free vnd(4) device is and
  configure it directly.

* Add a netbsd-nbsd script that avoids trying to do all the Linux-specific
  that just filled the log files with garbage on NetBSD.

* Update the vif-bridge-nbsd script to check that the bridge device is
  configured before using it.

* Add clear comments at the top of scripts that can be customized so that
  the user has enough information to know how to do the customization.

* Add a xendomains rc.d script that can be used to start and stop guest
  domains at system boot- or shutdown-time.

Bump the PKGREVISION to 5.
2005-11-08 00:47:35 +00:00
seb
192cf97126 Note update of net/sipcalc to version 1.1.3 [one new feature, manpage
fixes]
2005-11-07 22:02:50 +00:00
tv
36ed3d55a0 devel/check -> 0.9.3 2005-11-07 19:45:43 +00:00
reed
3d06d9c329 Fixed two entries that used "root" as developer user name. 2005-11-07 17:29:09 +00:00
reed
8b4d372665 Updated audio/p5-CDDB_get to 2.25. 2005-11-07 17:27:01 +00:00
joerg
68cc64a5b9 Fix for signal handler in benchmark/bytebench. 2005-11-07 15:48:02 +00:00
martti
f7f45fdd9e Updated devel/p5-POE to 0.3202 2005-11-07 13:51:47 +00:00
martti
8e1aed8e09 p5-Net-SNMP-5.2.0 2005-11-07 13:31:15 +00:00
martti
baaa1e91fb Added some p5-* modules 2005-11-07 11:39:40 +00:00
gdt
356ab50220 note addition of lprof 2005-11-07 01:24:33 +00:00
rillig
7428daea90 Updated pkglint to 4.38.
- PKGNAME is checked for being a valid package name.
- PLIST files should not contain filenames that match */CVS/*.
- Completely rewrote the check for variable ordering. The new code
  operates on a data structure that's easily understandable and
  extendable (see the source for an example). It also generates greatly
  improved diagnostics. As the old code had been enabled only when
  checking with -Wvague or -Wall, it has been seldom used anyway.
2005-11-07 00:45:01 +00:00
joerg
ee096a1028 PLIST fix for audio/xmix. 2005-11-07 00:02:10 +00:00
jlam
1f7c89b5b7 Import netpipes-4.2-export as net/netpipes.
The netpipes package is a collection of utilities that makes TCP/IP
streams usable in shell scripts.
2005-11-06 23:58:34 +00:00
joerg
de67b21eee lighttpd update to 1.4.7. 2005-11-06 16:57:56 +00:00
joerg
4688ef8e69 PLIST fix for nsd. 2005-11-06 16:41:57 +00:00
abs
2cfcd0c3be Update devel/cpuflags to 0.96:
Handle "AMD Athlon(tm) 64" on Linux - from Clayton Smith
2005-11-06 15:32:36 +00:00
minskim
5202192c5d Add geos. 2005-11-06 10:37:52 +00:00
minskim
6506e4f149 Add vtwm. 2005-11-06 00:44:29 +00:00
joerg
deb813e20e Bump nsd for new rc script and other goodies. 2005-11-05 21:28:58 +00:00
minskim
679ca0b974 Note update of ruby-doc-stdlib. 2005-11-05 20:14:12 +00:00
adrianp
a958e2d3f6 Updated graphics/libungif to 4.1.3nb3 2005-11-05 13:34:55 +00:00
wiz
5eef436e44 Updated pkgtools/pkg_install to 20051103 2005-11-05 13:30:52 +00:00
rillig
f3784ff832 Fixed format of my two auto-generated entries. 2005-11-05 08:50:57 +00:00
hubertf
c911d275f6 Update xlockmore to 5.20.1.
XXX someone please test the PAM stuff on >=3


Changes:

"I goofed up the versioning on 5.20... so I wiped it out
and put a new 5.20.1 up "

5.20
  win32 changes from Tim Auckland:
*   Faster starting fix
    general install fix
    flow now uses PolyDraw... making it run faster
    Juggle cleaned up Arc drawing and
    XQueryFont now returns a dummy font (which XDrawString ignores)
    fiberlamp now jiggles
    XTranslateCoordinates fixed, Arc fixes, and  pattern label disabled
    for juggle...
  win32 changes from David Bagley:
*   New bitmaps and pixmaps.  Makefile change so maze uses one.
    shifted text printing in api and on apollonian mode
    polyominoes looks better because I changed the meaning in the Api
      for DrawRectangle.  It now just draws a rectangle outline.
    added julia life life1d swarm tetris
    voters inverted but this uses xbm?
    made FULL_RANDOM the default
    fixed much of xjack (except when it gets to bottom of screen)
    Labeling now on right side and aligned.
    Change the name from xlockmore95.scr to xlock.scr.
    Added a new ico file.
    I added 17 modes on top and took out some warnings.
  Merged with xlockmore95-0.11 with thanks to author Petey Leinonen
    <petey_leinonen AT yahoo.com.au>.  See win32 readme.txt and todo.txt.
    double buffering implemented, transparent background for text,
      XPutImage fixes, XCreateImage added
    Currently, it is not easy to select a specific mode and some modes
    need work.
  Modified life and life1d sizing to be more variable when there
*   is no bitmap.  Also thanks to Tom Schmidt for a non Grelb icon fix.
  voters modified to have proper colors for Democrats and Republicans.
    As a left wing liberal, I just had to add the "Green" bitmap.
    Old commie icon available as compile time option (but will be green).
  New portable method for locking Virtual Terminals (vt). Added to README.
    Thanks to Sergei Golubchik <sergii AT pisem.net>.
  Allow xlockrc to allow passwords of any length (not just 8) thanks to
    <Manuel.Reimer AT gmx.de>  (actually it just ignores characters after
    the 8th character... but now ignores it in a more consistent way).
  make.com modified to use IEEE floats instead of VAX-floats thanks to
    Jouk Jansen.
  Changed default for PAM (since I have got a few mails about it).  Compile
    OD_PAM (sorry did not know what else to call it) if you like the old
    way.  GenToo and (most?) other Linux versions should compile by default.
2005-11-05 06:19:57 +00:00
rillig
8c40834360 Imported sysutils/cvsreport-0.3.5 from pkgsrc-wip 2005-11-05 03:21:35 +00:00
minskim
c7e9aee735 Add py-nevow. 2005-11-05 02:00:28 +00:00
minskim
4913f6ecc9 Add azara. 2005-11-05 01:49:34 +00:00
tonio
d795cf4a2e Note update of lang/kaffe to 1.1.6nb1 2005-11-04 21:27:06 +00:00
rillig
7d28ee370d Imported math/R-VR-7.2.4 from pkgsrc-wip 2005-11-04 21:05:15 +00:00
rillig
75fba3d9e3 Updated pkglint to 4.37.
Changes since 4.36:
- Stricter type checking.
- Added checks for TOOL_* variables.
- Added {pre,do,post}-extract to the list of valid stages.
- Fixed the regular expression for detecting tool names.
- Added a check for invalid syntax in tool names.
- Improved some diagnostics.
2005-11-04 20:43:14 +00:00
rillig
5a3f0f7232 Bumped PKGREVISION of net/bind8 because the ownership of libbind has
changed.
2005-11-04 19:37:18 +00:00
gdt
e3e126b990 Downdate graphics/exiftool to 5.67, the latest 'production' release,
at upstream author's request.

Add CPAN to MASTER_SITES, and clean up perl module variables (from
kuli0020 at umn.edu via pkgsrc-wip).
2005-11-04 19:29:54 +00:00
gdt
914fccbd5e Added graphics/exiftool version 5.72 [gdt 2005-11-04] 2005-11-04 17:18:40 +00:00
jschauma
25ab5a9681 Note update of sysutils/xraidadmin to 1.3.1 2005-11-04 16:41:33 +00:00
rillig
84dc0f88aa Updated pkglint to 4.36.
Implemented checking for enumeration types. Added new types Filemask,
Filename, Language, Option, Pathmask, Pathname, Stage, Varname and
WrksrcSubdirectory. Made the check for URLs stricter. Added some
variables to the makevars.map file.
2005-11-04 13:57:35 +00:00
rillig
4478d43858 Updated pkglint to 4.35.
Removed the -Wworkdir option. Added an --import option that replaces
-Wworkdir. Changed the warning about uncleaned work* directories into an
error. Updated the man page.
2005-11-04 09:32:03 +00:00
rillig
f7acfd5b33 Fixed the categories of the recently added packages. 2005-11-04 09:27:35 +00:00
rillig
027515f11e Imported chat/iip-1.1.0 from pkgsrc-wip 2005-11-04 08:54:31 +00:00
rillig
94c6ecca49 Updated pkglint to 4.34.
Changes since 4.33:
  - Fixed the --autofix handling of category Makefiles.
  - Added an --import option that helps importing packages from pkgsrc-wip.
  - Fixed handling of files ending in a continuation line.
  - Using ${WRKSRC}/.. in a package is considered an error.
2005-11-04 08:42:45 +00:00
rillig
94e9e8e627 Imported math/R-wle-0.7.9 from pkgsrc-wip 2005-11-04 08:19:47 +00:00
rillig
730c750426 Imported math/R-statmod-1.0.6 from pkgsrc-wip 2005-11-04 08:19:28 +00:00
rillig
b978e61c10 Imported math/R-shapefiles-0.3 from pkgsrc-wip 2005-11-04 08:19:16 +00:00
rillig
bc53be2102 Imported math/R-sgeostat-1.0.19 from pkgsrc-wip 2005-11-04 08:18:55 +00:00
rillig
9404c47a13 Imported math/R-pixmap-0.4.1 from pkgsrc-wip 2005-11-04 08:17:35 +00:00
rillig
66b7029a5b Imported math/R-maps-2.0.22 from pkgsrc-wip 2005-11-04 08:17:21 +00:00
rillig
18c6051f26 Imported math/R-mapproj-1.1.6 from pkgsrc-wip 2005-11-04 08:16:14 +00:00
rillig
550862c3bc Imported math/R-lmm-0.3.2 from pkgsrc-wip 2005-11-04 08:15:53 +00:00
rillig
43ce0a32df Imported math/R-hwde-0.3 from pkgsrc-wip 2005-11-04 08:15:30 +00:00
rillig
131d482d87 Imported math/R-httpRequest-0.0.5 from pkgsrc-wip 2005-11-04 08:14:55 +00:00
rillig
b6ffd9ae6c Imported math/R-gstat-0.9.13 from pkgsrc-wip 2005-11-04 08:14:31 +00:00
rillig
0218e6079c Imported math/R-geoR-1.5.5 from pkgsrc-wip 2005-11-04 08:13:55 +00:00
rillig
9c040ec17a Imported math/R-genetics-1.0.4 from pkgsrc-wip 2005-11-04 08:13:26 +00:00
rillig
d2ee60a523 Imported math/R-date-1.2.18 from pkgsrc-wip 2005-11-04 08:12:55 +00:00
rillig
7d03f37f63 Imported math/R-clim.pact-2.1.3 from pkgsrc-wip 2005-11-04 08:12:32 +00:00
rillig
b5062cbcb8 Imported math/R-abind-1.1.0 from pkgsrc-wip 2005-11-04 08:11:48 +00:00
rillig
d2915c80ac Imported math/R-VR-7.2.4 from pkgsrc-wip 2005-11-04 08:11:23 +00:00
rillig
c5b2da4bd1 Imported math/R-Rcmdr-0.9.11 from pkgsrc-wip 2005-11-04 08:10:20 +00:00
rillig
2ef30b413b Imported math/R-RArcInfo-0.4.4 from pkgsrc-wip 2005-11-04 08:09:42 +00:00
rillig
91b948b1bf Imported math/R-R2HTML-1.53 from pkgsrc-wip 2005-11-04 08:09:22 +00:00
rillig
ce89b39390 Imported math/R-PHYLOGR-1.0.3 from pkgsrc-wip 2005-11-04 08:09:03 +00:00
rillig
527f411795 Imported math/R-Matrix-0.8.11 from pkgsrc-wip 2005-11-04 08:08:13 +00:00
rillig
23241212db Imported math/R-ISwR-1.0.3 from pkgsrc-wip 2005-11-04 08:06:26 +00:00
rillig
119ccbd612 Imported math/R-GRASS-0.2.20 from pkgsrc-wip 2005-11-04 08:05:20 +00:00
rillig
66bf635196 Imported math/R-DAAG-0.37 from pkgsrc-wip 2005-11-04 08:04:24 +00:00
rillig
45da94a762 Imported math/R-chron-2.2.31 from pkgsrc-wip 2005-11-04 08:00:09 +00:00
rillig
e21b6a4d0d Imported 4stAttack, Coin and R-CGIwithR from wip. 2005-11-04 07:50:35 +00:00
taca
54c091cd8b Note remove of databases/ruby-dbm package. 2005-11-04 07:06:00 +00:00
minskim
b8d6e759ca Add php-ming. 2005-11-04 04:56:11 +00:00
minskim
284d8b563f Add ruby-ming. 2005-11-04 04:37:24 +00:00
minskim
6ebf24daae Add py-ming. 2005-11-04 04:31:04 +00:00
grant
341ad1906c note update of clamav to 0.87.1. 2005-11-04 03:48:31 +00:00
minskim
49b368a84d Move graphics/ming to multimedia/ming. 2005-11-04 03:01:58 +00:00
minskim
3d52a7c035 Add ming. 2005-11-04 02:54:28 +00:00
minskim
6cc1b81969 Add pdumpfs. 2005-11-04 02:40:06 +00:00
agc
0729e9f1bc Note update of intel-iscsi package to 20040115nb2 to mark the installed
OSD functionality as well as the iSCSI target and test initiator.
2005-11-04 00:00:12 +00:00
epg
4fa3250d78 Note trac 0.9 update. 2005-11-03 23:10:19 +00:00
bouyer
f70e6d2e92 Note openvmps 1.3nb1 2005-11-03 20:07:50 +00:00
martti
8cc9491997 Updated net/proftpd to 1.3.0rc3 2005-11-03 19:10:01 +00:00
salo
7b234c5d93 Note www/libwww PKGREVISION bump: security fix. 2005-11-03 15:52:59 +00:00
salo
8c32c0abac Note net/openvpn security update. 2005-11-03 14:32:28 +00:00
rillig
6030a9b69a Updated pkglint to 4.33.
Changes since 4.32.2:
  - Added checks for CATEGORIES.
  - Modernized checks for DEPENDS and BUILD_DEPENDS.
  - Simplified PLIST directive checks.
2005-11-03 12:35:05 +00:00
agc
45895fa8b7 Note update of intel-iscsi package to 20040115nb1 2005-11-03 10:57:07 +00:00
adrianp
e5828ceadd Note update of mantis to 1.0.0rc3 2005-11-03 09:52:57 +00:00
rh
021a93cd25 Note update of Gorm to 1.0.0 2005-11-03 08:41:33 +00:00
taca
0cebf6ec8b Note removed these packages:
lang/ruby16
	devel/ruby-installpkg
	devel/ruby-optparse
	devel/ruby-strscan
	devel/ruby-testunit
	devel/ruby-textbuf
	devel/ruby-unit
	math/ruby-bigfloat
	net/ruby-drb
	textproc/ruby-erb
	textproc/ruby-rdoc
	textproc/ruby-rexml
	textproc/ruby-syck
	www/ruby-webrick
	converters/ruby16-iconv
	devel/ruby16-racc
	www/ruby16-borges
	devel/ruby16-curses
	devel/ruby16-zlib
	security/ruby16-digest
	security/ruby16-openssl
	x11/ruby16-tcltk
	x11/ruby16-tk
	lang/ruby16-base
	net/ruby-xmlrpc4r
2005-11-03 07:06:45 +00:00
wiz
52e2352d06 Fix typo. 2005-11-03 06:44:58 +00:00
taca
0048a9820a Note update of these packages:
www/ruby-actionwebservice:	0.9.1
        textproc/ruby-redcloth:		3.0.4
2005-11-03 06:05:41 +00:00
taca
bfebaf66fe Note update of these packages:
graphics/ruby-RMagick:		1.9.3
	misc/rubygems:			0.8.11nb1
	net/dtcp:			20050521nb1
	textproc/ruby-html-parser:	19990912p2
	textproc/ruby-rdtool:		0.6.18
	devel/ruby-rd-mode:		0.6.18
	tectproc/ruby-rttool:		1.0.1
	graphics/ruby-opengl:		0.32g
2005-11-03 05:34:57 +00:00
minskim
4d33f55c5e Note PKGREVISION bump of xfce4-quicklauncher-plugin. 2005-11-03 03:10:57 +00:00
minskim
b0effabad1 Note PKGREVISION bump of mydns-*. 2005-11-03 03:04:51 +00:00
minskim
f46385f7bc Note update of wmii. 2005-11-03 02:48:52 +00:00
tv
9192f7c1c5 php4-extensions -> 4.4nb3 2005-11-03 02:00:57 +00:00
tv
a490408ebc +pkgsrc-guide-tools 2005-11-03 01:58:34 +00:00
rillig
f546b6a290 Bumped PKGREVISION of graphics/glitz and graphics/cairo, as they don't
use -lsunmath on Solaris anymore.
2005-11-03 01:56:45 +00:00
abs
d84e98fda1 Update net/skype to 1.2.0.18 (from 1.2.0.11)
25.10.2005 Skype for Linux version 1.2.0.18

    * bugfix: fixed a bug in networking code that made Skype
      vulnerable to remotely induced crash (Skype Security Bulletin
      SKYPE-SB/2005-003)

22.09.2005 Skype for Linux version 1.2.0.17

    * change: New multilingual EULA in Help.Licence
    * change: Call quality improvements
    * change: "Find in chat" engine rewritten
    * change: Refreshing icons on start tab
    * change: Cleaned up RPM packaging
    * bugfix: Menu items not disabled when going offline
    * bugfix: Crash when a new message was received
    * bugfix: Crash when password changed
    * bugfix: Crash when chat search string contained "+331234567"
    * bugfix: Crash when chat search string contained emoticon
    * bugfix: Auth requests from previous user being shown
    * bugfix: Crash while history was loading
    * bugfix: Find crash when searching for empty text
    * bugfix: Auth request remaining on event panel after authorization

Only minimally startup tested as there is a font issue (seen in both old and
new versions) on my NetBSD-3 xorg system...
2005-11-02 20:11:47 +00:00
wiz
a291082c76 Updated net/gofish to 1.1 2005-11-02 19:13:51 +00:00
joerg
8bd356ed0b libtk84.so fix on DragonFly and FreeBSD. 2005-11-02 16:26:21 +00:00
taca
e62cdb4885 Note update of:
databases/ruby-activerecord to 1.12.1
	www/ruby-actionpack to 1.10.1
	mail/ruby-actionmailer to 1.1.1
2005-11-02 15:11:06 +00:00
gendalia
313a456e77 update net/openafs to 1.4.0 2005-11-02 14:44:17 +00:00
taca
f3b9445c5d Note update of:
devel/rake to 0.6.2
	devel/ruby-activesupport to 1.2.1
2005-11-02 14:11:06 +00:00
adrianp
c99dae09ce Note bugzilla bump for PLIST changes 2005-11-02 11:37:08 +00:00
adrianp
e4e41c9af8 Note imap-uw update due to PLISt changes 2005-11-02 11:19:17 +00:00
tron
99cae4c99c Note update of "php4" package to version 4.4.1nb1. 2005-11-02 10:52:12 +00:00
taca
ab162fcce4 Note update of packages with Ruby 1.8.3. 2005-11-02 09:14:33 +00:00
jlam
0972382971 Note addition of chat/gaim-icb, an ICB plugin for GAIM. 2005-11-02 08:35:54 +00:00
minskim
23c12c1d53 Note update of hyperestraier. 2005-11-02 04:15:54 +00:00
seb
5647cd7cad Note update of audio/amarok to version 1.3.5 [the usual load of bug fixes,
some changes and some new features, as usual you will want to update]
2005-11-02 00:22:56 +00:00
jdolecek
53fa8867ed php4 updated to 4.4.1 - critical security update, all 4.[34] users
should update
2005-11-01 23:13:12 +00:00
rillig
61d017f3a0 Updated pkglint to 4.32.2.
Added a check for invalid uses of MASTER_SITE_* variables.
2005-11-01 23:08:42 +00:00
adrianp
48126362e3 Note python21 and python21-pth updates 2005-11-01 21:54:11 +00:00
rillig
cd102c62dc Updated libgrabstat to 0.12.
libstatgrab 0.12 (31 July 2005)
 * More details added to filesystem statistics.
     (Patches provided by Roman Neuhauser)
 * Rework Linux partition detection.
 * Fix compile error in network stats on Linux 2.6.
    (Patches provided by Scott Lampert)
 * Change name of duplex value in network interface stats.
    NOTE: this minor change breaks the API.
 * Manual pages for saidar, statgrab and the other tools.
 * Fix minor typo in statgrab usage output.
 * Support for Solaris 10.
 * Support for FreeBSD 7.
2005-11-01 21:48:39 +00:00
rillig
7024427060 Updated pkglint to 4.32.1.
Added type check for USE_TOOLS. Fixed false warning about direct use of
tools in comments.
2005-11-01 21:39:31 +00:00
wiz
a1db122aea Updated x11/lablgtk2 to 2.6.0 2005-11-01 21:20:15 +00:00
frueauf
4c23020de4 Note update of ethereal to 0.10.13nb1 because of security issue mentioned
at http://secunia.com/advisories/17370/.
2005-11-01 20:34:48 +00:00
adrianp
4eeec723bc Note fetchmailconf nb bump 2005-11-01 19:19:09 +00:00
joerg
fbb1d888fc qt3-psql no longer requires postgres 7.3. 2005-11-01 15:21:58 +00:00
dillo
d243d73f5e Note addition of gtklevel9-4.0, the GTK+ port of the Level 9 text
adventure interpreter.
2005-11-01 14:57:52 +00:00
dillo
f99336daf3 Note update of games/level9 to 4.0 (added bitmap support, not used
in curses port).
2005-11-01 14:41:36 +00:00
wiz
bb04f0e7ef p5-Module-Build updated to 0.2611. 2005-11-01 14:14:34 +00:00
wiz
04a8114a1a mldonkey* updated to 2.6.7. 2005-11-01 13:03:15 +00:00
wiz
b87a6e6379 p5-YAML updated to 0.39. 2005-11-01 12:57:30 +00:00
wiz
8e214ada7f devilspie-0.15 update done. 2005-11-01 12:52:26 +00:00