Commit graph

66244 commits

Author SHA1 Message Date
grant
d9cd8b4348 COMMENT tweak 2004-09-04 07:53:20 +00:00
reed
e5d8db87e9 Suggested package update for pptp. New website is at
http://pptpclient.sourceforge.net/.

This was suggested by Dennis den Brok in PR pkg/26842.
2004-09-04 00:08:03 +00:00
taca
78829e9f22 Note update of www/squid pacakge to 2.5.6nb1. 2004-09-03 22:59:21 +00:00
taca
203efe1571 Update squid package, applying official patches.
* 2004-09-01 13:59 (Minor)
    Squid does not recognise Content-Disposition header

* 2004-09-01 13:09 (Cosmetic)
    cachemge config dumps mixed up Range and Request-Range headers

* 2004-09-01 12:25 (Minor)
    acl time fails to parse multiple time specifications correctly

* 2004-08-28 22:46 (Minor)
    Segfault in CvtBin / authenticateDigestHandleReply

* 2004-08-25 21:11 (Minor)
    assertion failed: comm.c:430: "n_ufs_dirs <= Config.cacheSwap.n_configured"

* 2004-08-25 20:30 (Minor)
    Temporary NTLM memory leak with challenge reuse enabled

* 2004-08-25 20:30 (Medium)
    Memory leaks when using NTLM authentication without challenge reuse

Bump PKGREVISION.
2004-09-03 22:58:19 +00:00
reed
69424d86cd Added notes to submit pullups (for stable branch) for security
issues.

TODO: reorganize Packages.txt because it has a lot of repeated information.

TODO: explain stable branches and how to use.
2004-09-03 17:22:42 +00:00
jmmv
5c64de2d8d Add 'yo' locale, initially used by gnome-desktop-2.7.92. 2004-09-03 13:58:07 +00:00
jmmv
09304dcadc Note update of libwnck to 2.6.2.1. 2004-09-03 13:07:02 +00:00
jmmv
eac9eb7366 Update to 2.6.2.1:
Fixes
 - Activate window in workspace switcher only if its on the current workspace
   (Elijah Newren)
 - Use timestamp with _NET_CLOSE_WINDOW (Anders Carlsson)

 Translators
 - John C Barstow (mi)
 - Laurent Dhima (sq)
2004-09-03 13:06:25 +00:00
jmmv
d6b6002c88 Note update of start-notification to 0.7. 2004-09-03 12:53:38 +00:00
jmmv
421a4e33b2 Update to 0.7:
- Implement timestamp support (Elijah Newren)
2004-09-03 12:53:10 +00:00
jmmv
242ad074ce Note update of gnome2-user-docs to 2.6.0.1. 2004-09-03 12:49:30 +00:00
jmmv
2d56307807 Update to 2.6.0.1: some minor fixes and the "Introduction to GNOME" document
has been removed.
2004-09-03 12:48:41 +00:00
dmcmahill
8fa98ae5e9 Turn off the "fixed" module for now as it won't compile with the toolchain
in NetBSD-current.  It may not be too hard for a c++ programmer to fix.
Should address recently noted bulk build failures.
2004-09-03 11:58:48 +00:00
abs
797098bfe4 Update pkg_chk to 1.51:
Rather than leaving -- as the only argument and checking for one argument,
shift it away and check for zero remaining arguments.
2004-09-03 10:19:17 +00:00
grant
ff6a56915a tweak COMMENT: uppercase UNIX, s/macro-processor/macro language processor/ 2004-09-03 09:47:05 +00:00
xtraeme
6bc2f326a6 Update wm/fluxbox to 0.9.10.
Changes:

    * Old styles should look like they used to
    * New actions:
      * directional focus movement:
        FocusUp, FocusDown, FocusLeft, FocusRight
      * other:
        RaiseLayer, LowerLayer, Exit
    * Added apps file matching on WM_WINDOW_ROLE
      * use "role=string". Particularly useful for gaim+gimp windows
       [app] (role=buddy_list) ...
    * Window menu file
      * new resource:
        * session.screen<num>.windowMenu: <filename>
      * The menu file format is the same as the normal ~/.fluxbox/menu
        but with some special menu items:
        [iconify], [maximize], [shade], [close], [extramenus]
        [layer], [sendto]
        + the all the other menu items that you can use in the normal
        root menu (i.e [exec] (aterm) {aterm})
        The [extramenus] will add  "remember" menu
        example: session.screen0.windowMenu: ~/.fluxbox/windowmenu
        [begin]
          [exec] (aterm) {aterm}
          [maximize]
          [shade]
          [close]
        [end]
    * Added [wallpapers|wallpapermenu|rootcommands] to possible
      menuitems
      * [wallpapers] (directory) {rootcommand}
        creates a submenu in the menu to click on the wallpaper one
        wants. default rootcommand is fbsetbg
    * Improved menu transparent rendering speed and the
      text is not transparent anymore so you are able
      to see the text even if you have 100% transparency
    * New menu theme items:
      * menu.titleHeight: <integer>
      * menu.itemHeight: <integer>
      The height of the item/title will be the biggest of
      font height + bevel and the specified height, so the
      text will always fit.
    * Added icons in menu and improved menu loading speed
      * New option for menu file:
       [key] (label) {argument to key} <the icon filename>
       example:
       [exec] (aterm) {aterm} <terminal.xpm>
    * Improve rendering speed of toolbar
    * Supports _NET_WM_WINDOW_TYPE_DESKTOP
      * eg nautilus desktop windows are on the bottom, not tabable, etc
    * Added some new options font loading:
      *.font:  fontname-size:option,specoption1:key=val;key2=val2 etc
      eg:
      *.font: Verdana-10:bold,shadow:offsetx=2;offsety=4;color=green
      *.font: Verdana-10:halo:color=blue
      possible specoptions atm:
      halo:
        color=colorname
      shadow:
        color=colorname
        offsetx=number  (negative allowed)
        offsety=number  (negative allowed)
    * Fixed so one can use to use this in the apps-file:
      [Layer] {number | literal}
      ex:
          [Layer] {BOTTOM}
      while literal is one of
      DESKTOP BOTTOM NORMAL TOP DOCK ABOVEDOCK MENU
    * fluxbox-generate_menu:
      * Preliminary basic support for icons in fluxbox-generate_menu
        put a <progname>.xpm into ~/.fluxbox/icons. e.g. Eterm.xpm
2004-09-02 21:56:32 +00:00
adrianp
c2e18332da options.mk fixes for this package including:
- Option handling was ignoring old USE_* statements
- Don't try and compile sendmail with SASLv1 _and_ SASLv2 support
- Add missing migration option for USE_STARTTLS
2004-09-02 21:09:17 +00:00
recht
53c7ed7b14 Note the addition of:
- suse91_expat-9.1
- suse91_libtiff-9.1
- suse91_fontconfig-9.1
- suse91_gtk2-9.1
- suse91_locale-9.1
2004-09-02 20:46:17 +00:00
recht
70db6b70b1 Add and enable:
- suse91_expat
- suse91_libtiff
- suse91_fontconfig
- suse91_gtk2
- suse91_locale
2004-09-02 20:42:26 +00:00
recht
194fafaf09 initial import of suse91_locale
Linux compatibility package based on the SuSE Linux distribution, take a
look at "http://www.suse.com/" for more information about it.

This package includes the glibc locale files.
2004-09-02 20:39:34 +00:00
recht
fc5f74e4c8 initial import of suse91_gtk2
Linux compatibility package based on the SuSE Linux distribution, take a
look at "http://www.suse.com/" for more information about it.

This package supports running ELF binaries linked with glibc2 which require
GTK2 shared libraries.
2004-09-02 20:34:08 +00:00
recht
63cff74fca initial import of suse91_fontconfig
Linux compatibility package based on the SuSE Linux distribution, take a
look at "http://www.suse.com/" for more information about it.

This package supports running ELF binaries linked with glibc2 which require
fontconfig shared libraries.
2004-09-02 20:32:03 +00:00
recht
72b85af1da initial import of suse91_libtiff
Linux compatibility package based on the SuSE Linux distribution, take a
look at "http://www.suse.com/" for more information about it.

This package supports running ELF binaries linked with tiff shared libraries.
2004-09-02 20:29:55 +00:00
recht
af3d729e19 initial import suse91_expat
Linux compatibility package based on the SuSE Linux distribution, take a
look at "http://www.suse.com/" for more information about it.

This package supports running ELF binaries linked with glibc2 which require
expat shared libraries.
2004-09-02 20:28:17 +00:00
wiz
95c9bae13b glade2 updated to 2.6.0nb2. 2004-09-02 19:25:10 +00:00
wiz
e43afec72b Revert previous: libgail-gnome pulls in too many dependencies and it
is not really needed. However, add a MESSAGE recommending its installation
(the shared library is dynamically loaded if it exists, so it can be
installed after glade2 has been installed).

Bump PKGREVISION to 2.

Ok'd by jmmv.
2004-09-02 19:24:15 +00:00
schmonz
0106882d74 Include zlib's buildlink3.mk. 2004-09-02 16:53:20 +00:00
jmmv
4f186f5137 Note update of libglade2 to 2.4.0. 2004-09-02 12:15:25 +00:00
jmmv
aa99bc3546 Update to 2.4.0: the code has been marked as stable and some cleanups have
been done.
2004-09-02 12:14:29 +00:00
recht
b5d2660775 note tla-1.2.1nb2 2004-09-02 12:05:38 +00:00
recht
da6179bc89 Fix a typo in CONFIGURE_ARGS and set diff3 for the diff3 program and
not diff. This fixes the build on Darwin.
Patch by Clément MATHIEU in PR 26831

Bump PKGREVISION to 2.
2004-09-02 11:54:56 +00:00
jmmv
b5920de134 Add some PRINT_PLIST_AWK magic for directories shared with GConf 1.x. 2004-09-02 11:50:24 +00:00
jmmv
ef3c79882c Some PRINT_PLIST_AWK magic for share/sgml and share/xml. 2004-09-02 11:38:07 +00:00
jmmv
2fe164303f Note update of libxslt to 1.1.10. 2004-09-02 11:19:01 +00:00
jmmv
57ea08857a Update to 1.1.10:
- build fix: NUL in c file blocking compilation on Solaris, Windows build
    (Igor Zlatkovic)
   - fix: key initialization problem (William Brack)
   - documentation: fixed missing man page description for --path
2004-09-02 11:18:10 +00:00
jmmv
ae1f5a9f25 Note update of libxml2 to 2.6.13. 2004-09-02 11:14:24 +00:00
jmmv
2f2215198a Update to 2.6.13:
- build fixes: Windows and zlib (Igor Zlatkovic), -O flag with gcc,
    Solaris compiler warning, fixing RPM BuildRequires,
   - fixes: DTD loading on Windows (Igor), Schemas error reports APIs
    (Kasimier Buchcik), Schemas validation crash, xmlCheckUTF8 (William Brack
    and Julius Mittenzwei), Schemas facet check (Kasimier), default namespace
    problem (William), Schemas hexbinary empty values, encoding error could
    genrate a serialization loop.
   - Improvements: Schemas validity improvements (Kasimier), added --path
    and --load-trace options to xmllint
   - documentation: tutorial update (John Fleck)
2004-09-02 11:13:27 +00:00
jmmv
cb03a8dffe Note update of libIDL to 0.8.4. 2004-09-02 10:59:14 +00:00
jmmv
4e0e4977df Update to 0.8.4:
* Fix aclocal quotation issue (Tomasz K³oczko)
2004-09-02 10:58:33 +00:00
grant
3187b3280f add optional db2 support via PKG_OPTIONS.cucipop=db2. fix some bugs in
db2 code using hints from debian's fix.

makevpopdb works now, but there are still bugs lurking in the virtual
domain code.

no PKGREVISION bump as db2 is not enabled by default.
2004-09-02 10:39:04 +00:00
grant
80a06f2cc2 the man pages installed are not gzip'd. 2004-09-02 09:49:03 +00:00
grant
ad4d9cfad5 remove bogus stuff about enabling in inetd - it's already in the MESSAGE. 2004-09-02 09:46:12 +00:00
grant
cdf36e8f62 whitespace nits 2004-09-02 09:39:26 +00:00
schmonz
eb8c17ec5d Note djbdns-run update. 2004-09-02 08:24:55 +00:00
schmonz
90b4aa8f81 Note in DESCR and in README.pkgsrc that {dnscache,tinydns}-showctl
are useful only for services configured in the standard way (with
{dnscache,tinydns}-conf(8)).

On second thought, don't use the G prefix for the account names.
It makes the dnscache account longer than 8 characters, which in
turn makes noise in the nightly report. (Also, it looks a little
funny.) Since this is already a heavily customized way of running
djbdns services, it's just a little more customized now.

Bump version.
2004-09-02 08:23:02 +00:00
grant
b0bef53ef5 many kernel-grovelling tools in Linux need /proc mounted to do
anything useful.

make it so.
2004-09-02 07:04:54 +00:00
cjs
936129f770 Downgrade from xlhtml.0.5.1 to xlhtml-0.5, since version 0.5.1 seems not
to be on the sourceforge site. Mysterious.
2004-09-02 05:03:23 +00:00
schmonz
b158f96c4e Note updates of memtester and getmail. 2004-09-02 02:37:53 +00:00
schmonz
982d622f9f Update to 4.1.4. From the changelog:
-change failure of a message filter to produce at least as many mail headers
  as it was provided from a non-fatal error to warning.  If your filter strips
  headers, getmail will now warn you about it, but will not consider it an
  error.
  -documentation additions.
2004-09-02 02:35:58 +00:00
schmonz
c39142b84e Update to 4.0.4. From the changelog:
-make memtester's exit code meaningful.  See the manpage for its meaning.
  Thanks to Wurzel Parsons-Keir, who sent a patch for the code, so I only had
  to document it.
2004-09-02 02:30:19 +00:00