Commit graph

12095 commits

Author SHA1 Message Date
tron
cd1fc174bf Note update of "samba" package to version 3.0.20.2nb2. 2005-11-15 11:28:50 +00:00
minskim
25d41e7621 Add tex-hlatex. 2005-11-15 07:15:25 +00:00
minskim
4f92334e64 Note PKGREVISION bump of teTeX3-bin. 2005-11-15 07:10:15 +00:00
minskim
501af8d6e1 Add tex-foiltex. 2005-11-15 03:02:52 +00:00
wiz
9003b8bd75 antiword updated to 0.37. 2005-11-14 23:07:38 +00:00
veego
b19bf7f1df Note the bittornado and bittornado-gui update to 0.3.14. 2005-11-14 21:04:07 +00:00
wiz
c01e2ab393 gnutls updated to 1.2.9. 2005-11-14 18:18:27 +00:00
wiz
9a0b765272 Fix pkgsrc path in older horde entry. 2005-11-14 18:15:46 +00:00
wiz
31b4c936c5 devilspie updated to 0.16. 2005-11-14 18:10:49 +00:00
joerg
b6b18bf264 PLIST fix for devel/libgsf. 2005-11-14 17:02:56 +00:00
minskim
762b000ed8 Note PKGREVISION bump of dvipdfmx. 2005-11-14 17:02:29 +00:00
augustss
492296b656 Update comms/birda to 1.3. 2005-11-14 12:38:57 +00:00
rillig
b4f8c1132f Updated pkglint to 4.42.
Changes since 4.41:
- In .mk files, line continuations are properly handled.
- An open bracket is allowed in variable and tool names.
- Added checks for ALTERNATIVES and INSTALL/DEINSTALL files.
- By default, don't check files in ${FILESDIR}.
- Warn about unknown file and directory names.
2005-11-14 11:45:52 +00:00
augustss
1f922dcb5a Updated comms/birda to 1.2. 2005-11-14 10:12:17 +00:00
kleink
b8cd42d248 Note update of mail/mailgraph to 1.12. 2005-11-14 08:29:03 +00:00
jlam
589e903530 Update net/samba to 3.0.20.2 from samba-3.0.20b. Recommended patches
for samba-3.0.20b that are applied as part of this update include:

	http://www.samba.org/samba/patches/print_lprm.patch
	http://www.samba.org/samba/patches/quota.patch
	http://www.samba.org/samba/patches/bug3201_wbinfo.patch

This fixes PRs pkg/31352 and pkg/31991.  Important changes that were
made as part of porting this Samba release to pkgsrc include the
following:

* The new release model for Samba includes distributing patches for
  urgent bug fixes that will be included in the next release of Samba,
  and are available at http://www.samba.org/samba/patches/.  Since
  these patches are rather generically named, we download all DISTFILES
  and PATCHFILES for Samba into a ${DISTNAME}-specific directory.

* The default configuration for the samba package no longer builds the
  "winbind" portions of samba, which are really only useful when
  attempting to unify logons between Unix and Microsoft Windows.  When
  the "winbind" option is specified, we also build the RID and AD idmap
  backends, which allow sharing UIDs/GIDs across Unix machines.

* New package options have been added to the build: "mysql", "pgsql",
  and "xml" allow adding optional support for experimental passdb
  storage backends, and "winbind" allows for optionally building the
  winbindd daemon and associated plugins.

* Two new smb.conf options were added -- "passwd expand gecos" and
  "state directory".  The first describes whether "&" in the GECOS
  field of a passwd db entry is expanded to the login name.  The
  second describes the location where the persistent-state database
  files are stored.

* Luke Mewburn contributed code to allow nss_winbind.so to work properly
  on supported NetBSD systems.  The FreeBSD NSS winbind code should
  probably be replaced with a suitably tweaked version of the NetBSD
  code since the latter is much more complete in the functions that are
  provided, but I'll leave that to freebsd-pkg-people.

* Samba dumps all of its files into "lock directory", but some of them
  need to persist across reboots.  We make a distinction between these
  files and the temporary files that are re-created by the Samba
  daemons when they are restarted -- the former are now stored in a
  "state directory" and the latter are stored in the "lock directory".
  This is modeled after the Debian patch to Samba located in:

	packaging/Debian/debian-unstable/patches/fhs.patch

  The "lock directory" default has been moved to ${VARBASE}/run/samba
  to emphasize the temporary status of the files stored in that
  directory.

* Samba persists in using PAM_AUTHTOK_RECOVER_ERR, when there is almost
  universal agreement that PAM_AUTHTOK_RECOVERY_ERR is the right
  constant to use.  Even the Linux-PAM distribution ensures that
  PAM_AUTHTOK_RECOVERY_ERR is correctly defined.  To work around this,
  we define PAM_AUTHTOK_RECOVER_ERR appropriately in all the places
  where it is used.

* The configure script checks for OpenSSL's libcrypto.so by looking
  for the symbol "des_set_key".  However, libcrypto.so might not
  contain that symbol because the DES functions might come from a
  separate library, e.g. libdes.so.  In this case, the configure script
  will think that libcrypto.so is not available, when it actually may
  be.  Instead, look for EVP_des_cbc, which is always provided by
  libcrypto.so.

* Add some missing $(PASSDB_LIBS) references to the Makefile to fix
  compilation problems if the experimental passdb backends are statically
  compiled into the Samba suite programs.

* Fix compilation problems in sam/idmap_rid.c and sam/idmap_ad.c if the
  "rid" and "ad" idmap backends are statically compiled into winbindd.

Changes between version 3.0.14a and 3.0.20b include:

  o Reporting files as read-only instead of returning the correct error
    code of "access denied"
  o File system quota support defects
  o Crash bugs caused by incompatibilities on 64-bit systems.
  o User Manager interoperability problems.
  o Support for several new Win32 rpc pipes.
  o New 'net rpc service' tool for managing Win32 services.
  o Capability to set the owner on new files and directory based on the
    parent's ownership.
  o Experimental, asynchronous IO file serving support.
  o Support for Microsoft Print Migrator.
  o New Winbind IDmap plugin (ad) for retrieving uid and gid from AD
    servers which maintain the SFU user and group attributes.
  o Rewritten support for POSIX pathnames when utilizing the Linux CIFS
    fs client.
  o New asynchronous winbindd.
  o New Windows NT registry file I/O library.
  o New user right (SeTakeOwnershipPrivilege) added.
  o New "net share migrate" options.
2005-11-14 08:05:27 +00:00
minskim
b78de531e8 Note update of adobe-cmaps. 2005-11-14 06:06:20 +00:00
rillig
a83274e10a Updated pkglint to 4.41.
- Documented the --recursive option.
- Added an option -Cmk for checking .mk files besides buildlink3.mk.
- pkglint can handle individual files on the command line, not only
  packages. (experimental)
2005-11-14 04:06:06 +00:00
minskim
94c55d8e91 Add py-mssql. 2005-11-14 03:12:42 +00:00
minskim
fb2545377a Note PKGREVISION update of tex-IEEEtran. 2005-11-14 02:42:44 +00:00
wiz
e56a029574 hylafax updated to 4.2.2. 2005-11-13 22:50:57 +00:00
adrianp
7fe9b05086 Updated chat/ircd-hybrid to 7.1.3 2005-11-13 22:45:03 +00:00
heinz
18c26a8d36 Corrected latest entry for p5-DB_File. 2005-11-13 21:42:31 +00:00
wiz
77ed97ad15 Added pkgtools/p5-pkgsrc-Dewey version 1.0 2005-11-13 19:54:35 +00:00
martti
c03d2254c9 Added xenconsole and squirrelmail-decode 2005-11-13 18:37:49 +00:00
heinz
d369d05ff9 Updated
databases/p5-DB_File to 1.814
  mail/spamassassin to 3.0.4nb2
and added
  misc/esniper 2.14.0
2005-11-13 17:58:16 +00:00
shannonjr
7b90171b80 Added entry for updating gdbada 2005-11-13 14:19:19 +00:00
minskim
a7eccba17a Add nload. 2005-11-13 08:33:25 +00:00
minskim
21921fb67a Add tex-passivetex. 2005-11-13 06:37:02 +00:00
minskim
2ed8a8b43a Add tex-xmltex. 2005-11-13 06:16:37 +00:00
minskim
1bb90ea8c9 Note PKGREVISION bump of packages that switched to use teTeX/module.mk. 2005-11-13 05:32:36 +00:00
minskim
97ba8e5080 Note PKGREVISION bump of tex-prosper. 2005-11-13 04:20:01 +00:00
minskim
e49e95162d Note PKGREVISION bump of tex-ucs. 2005-11-13 04:15:52 +00:00
minskim
6549b51287 Note PKGREVISION update of tex-IEEEtran. 2005-11-13 04:04:25 +00:00
minskim
bc1050f84a Add mpop. 2005-11-13 03:11:14 +00:00
tv
a051026e06 Removed www/navigator3 2005-11-13 01:17:53 +00:00
tonio
276b33d0fc Update chat/bitlbee to 0.99, and take maintainership 2005-11-12 19:54:26 +00:00
minskim
059a373776 Note PKGREVISION bump of esmtp. 2005-11-12 17:56:30 +00:00
tonio
3de73d3d10 Updated databases/lbdb to 0.31
Remove from TODO
2005-11-12 17:45:26 +00:00
adrianp
e35f24d674 Updated mail/dspam to 3.6.1 2005-11-12 16:54:35 +00:00
chris
6427a5b55e Note update of sylpheed to 2.0.4. 2005-11-12 16:48:01 +00:00
itohy
33a7d93832 Note update of graphics/xfig to 3.2.5alpha5. 2005-11-12 16:09:59 +00:00
adrianp
8d1f6c1991 Updated security/sudo to sudo-1.6.8pl9nb2 2005-11-12 14:19:19 +00:00
wiz
8a4cff6573 Added textproc/libxml++2 version 2.10.0 2005-11-12 12:37:15 +00:00
xtraeme
a94cc52d8c Updated mail/sylpheed-devel to 2.1.6 2005-11-12 07:41:42 +00:00
jlam
e1e278fb23 On NetBSD, recognize ld(4) disk devices attached to HW raid controllers,
e.g. aac(4), amr(4), twe(4), etc., so that we can install grub onto
them.  Bump PKGREVISION of sysutils/grub to 0.97nb3.
2005-11-12 06:35:24 +00:00
minskim
524e3a3755 Add esmtp. 2005-11-12 04:15:12 +00:00
wiz
af4e91a3b0 Mention vlc PKGREVISION bump (reenabled libcd* support). 2005-11-11 23:40:55 +00:00
joerg
d548fea625 Note update of psycopg to 1.1.21. 2005-11-11 23:10:52 +00:00
wiz
a36b17b1ce Mention bacula-client rename to bacula-clientonly. 2005-11-11 21:35:20 +00:00
wiz
e9a8588cc6 gofish PKGREVISION bump. 2005-11-11 21:15:24 +00:00
wiz
49bdccbf60 vlc PKGREVISION bump. 2005-11-11 19:26:13 +00:00
joerg
ab0b8b248f Bump mad123 revision to annoate different default options. 2005-11-11 18:59:26 +00:00
joerg
e65c78d933 Bump icecast1 due to broken errno usage. 2005-11-11 17:22:53 +00:00
minskim
dfe43ba713 Note update of mathomatic. 2005-11-11 16:31:26 +00:00
wiz
0bf39f0b02 Updated bacula* to 1.38.0. 2005-11-11 07:26:09 +00:00
wiz
f33ce9ad5c TeXmacs updated to 1.0.5.12. 2005-11-10 21:13:02 +00:00
rillig
aab1b5c441 Updated pkgtools/pkglint to 4.40.
- Removed references to ${PKGSRCDIR}, so that the binary packages are
  independent from the directory they have been built in. Fixes PR 32006.
2005-11-10 16:27:18 +00:00
itohy
b1240d10df Note update of print/transfig to 3.2.5alpha7. 2005-11-10 14:30:29 +00:00
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