Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
jmmv 8894544482 Update to 0.7.2. Doing this during the freeze to close the longstanding
PR pkg/28850.  (Patch applied with multiple changes.)

Version 0.7.2
 * Features:
   - Now if ${HOME}/.ideskrc file don't exist then the default
     ${PREFIX}/share/idesk/dot.ideskrc file is loaded with default options.
   - if ${HOME}/.idesktop files doesn't exist then the default
     ${PREFIX}/share/idesk/default.lnk file is loaded with default options
     but remember you must create the directory .idesktop.
   - New option Background.File for background image (wallpaper) in
     .ideskrc file example Background.File: /path_to_image/background.jpg
   - Optional feature for Background.File is the default folder_home.png
     image in ${PREFIX}/share/idesk directory. If you define Background.File
     option and that image is invalid or it isn't exist then folder_home.png
     file image is loaded.
   - Regroup the new options in .ideskrc file for tooltip
     + ToolTip.FontSize: 11
     + ToolTip.FontName: gothic
     + ToolTip.ForeColor: #0000FF
     + ToolTip.BackColor: #FFFFFF
     + ToolTip.CaptionOnHover: true
     + ToolTip.CaptionPlacement: Right
 * Minor bug fixes:
   - Clean up the code
   - Fixed the init scripts (automake version problems)
   - Now only .lnk type extension for the image files are valid images, any
     other extension is a invalid image and they aren't loaded.

Version 0.7.1
* Minor bug fixes:
   * Fixed the default value for BackColorTip attribute (background color
     for tooltip) in Tooltip (don't see the letters)
   * Fixed the default value for FillStyle attribute. Now is "None" the
     default value instead "FillHLine". Valid values are:
     FillInvert, FillHLine, FillVLine and None.

Version 0.7.0
 * Features:
   - Added the GNU configure and build system for Idesk. Now is easy
     configure, build and install this project.
   - Now Startup Notification is optional (with --enable-libsn option).
     Default is disable.
   - 'FillStyle' attribute. Define the appearance for the icon when the
     user click it.
   - Now is possible define the Font, Size, Foreground and Background
     color for the ToolTip.

 * Bug fixes:

    * Fixed the old bug for transparent effect when the user run idesk and
      others windows were open, Idesk take a "snapshot" from the current screen
      but also take from the others windows, producing that the transparent
      effect wasn't seen good (horrible effect produced).

    * Fix the problem with SnapShadow have the value true.

    * Fix the bug, when restart the program with double middle click.

    * Fix the error of the imlib with color_modifier null.

    * Fix the bug, when the Caption attribute is empty string.
      (Thanks to Rene De La Garza <rene.delagarza@gmail.com>)

Version 0.6.1

Bug fixes. Font problem and idesk restarting.

Version 0.6.0
    Porting from Imlib to Imlib2 ready!!! In addition, better support for mouse
    actions (EnterNotify and LeaveNotify events). The SVG support was remove
    because  not implemented in Imlib2 yet and a few fixes and clean ups here
    and there. Now the application run although it fails in loading some
    configuration files icon. GTK and GDK support isn't necessary now. Startup
    notification support for launch applications!!! but is very experimental and
    under some Window Managers it will not worki ... and more. See the
    Screenshots.

Version 0.5.6
    Bug-fixes and better support for SVG.

Version 0.5.5
    Multiple commands, completely configurable actions, automatic background
    updating with Esetroot, a new option to only show the caption on mouseover,
    and a few fixes and clean ups here and there.

Version 0.5.2.1
    Fixed a few bugs here and there. Took away the need for the SVG: true
    field.and other things that I forgot to list.

Version 0.5.0
    Added SVG support using librsvg. Still rudimentary, need to check for
    bugs andd leaks.

Version ? (maybe .5)
    New idesk mostly coding structure changes. Code was re-written to be more
    object oriented and modular. Added single-click, click-delay, and snapping
    options.
2005-06-09 21:09:39 +00:00
archivers - Patches to address CAN-2005-1228 and CAN-2005-0988 based on FreeBSD SA 2005-06-09 20:23:26 +00:00
audio Convert to options framework. 2005-06-08 13:20:04 +00:00
benchmarks Removed RCS IDs out of the patches. 2005-05-23 08:55:56 +00:00
biology Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
bootstrap Allow --varbase=something (note the '='). Pointed out by rillig@. 2005-05-30 19:03:29 +00:00
cad Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
chat handle legacy PKG_OPTIONS_VAR correctly, with warning 2005-06-06 13:55:30 +00:00
comms Add and enable conserver8. 2005-06-03 20:08:34 +00:00
converters Back out previous and reset the BUILTIN_VERSION.iconv variable instead. 2005-06-06 01:30:56 +00:00
cross Remove mk/autoconf.mk and mk/automake.mk and replace their usage with 2005-06-01 20:07:59 +00:00
crosspkgtools Correct typo in the SITES_ variable. 2005-06-07 07:11:12 +00:00
databases Remove just "A" line. Fix PR pkg/30467 provided by Damon Brodie. 2005-06-08 15:36:16 +00:00
devel Convert to use PKG_OPTIONS_REQUIRED_GROUPS. 2005-06-09 08:08:26 +00:00
distfiles
doc - update gzip-base to nb1 2005-06-09 20:25:31 +00:00
editors Share a Makefile.common between emacs and emacs-nox11. 2005-06-08 14:39:40 +00:00
emulators update PEACE to 0.0.20050609 2005-06-09 14:25:49 +00:00
finance Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
fonts Never use docbook2html to regenerate documentation files. That's too 2005-06-07 19:38:52 +00:00
games Add -lXext to the LIBS part of configure so it picks up GL and GLU ok. 2005-06-07 16:24:27 +00:00
geography Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
graphics NetBSD 2.0 and above pthread doesn't have pthread_set_concurrency. Ifdef 2005-06-07 16:21:41 +00:00
ham Add RMD160 checksum. 2005-05-25 12:25:54 +00:00
inputmethod Shorten redundant COMMENT. 2005-06-04 10:20:22 +00:00
lang SDBM_File/sdbm/sdbm.h explicitly doesn't include perl.h, but fails to 2005-06-08 08:42:33 +00:00
licenses Remove the LICEN[CS]E part again - thanks to some excellent followup from 2005-05-25 16:52:49 +00:00
mail Removed POSTFIX_EXAMPLE_FILES loop as it's no longer used. Noted by 2005-06-09 17:06:47 +00:00
math Set a directory name in PLIST to a correct value on Linux. 2005-06-05 23:20:54 +00:00
mbone No reason to include bsd.prefs.mk, comment it. 2005-06-01 18:23:37 +00:00
meta-pkgs Move swfdec and swfdec-gtk2 from graphics to multimedia. 2005-06-04 10:41:41 +00:00
misc Major upgrade to the 0.3 series due to a structural rebuild of main engine 2005-06-08 22:46:26 +00:00
mk Fixed a typo. 2005-06-09 19:49:48 +00:00
multimedia Legacy option settings belong to PKG_LEGACY_OPTIONS, not PKG_SUGGESTED_OPTIONS. 2005-06-08 16:18:44 +00:00
net Look for "EVP_des_cbc" instead of "des_set_key" in libcrypto.so to 2005-06-08 20:15:20 +00:00
news Update to version 1.11.3 2005-06-09 18:21:23 +00:00
packages
parallel Update clusterit to 2.3.1. Fixes a crash bug while reading the clusterfile. 2005-06-02 20:48:12 +00:00
pkgtools Check for non-normalized dependency lines like package:../package instead 2005-06-07 17:53:08 +00:00
print Security fix for CAN-2004-1377: 2005-06-09 14:53:49 +00:00
regress Fix test to that it's possible to check correctness when 2005-06-09 17:01:11 +00:00
security Require pkg_info with ranges support, bump version to 1.36. 2005-06-09 15:34:52 +00:00
shells Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a 2005-05-31 10:01:36 +00:00
sysutils Update to 0.7.2. Doing this during the freeze to close the longstanding 2005-06-09 21:09:39 +00:00
templates Drop some whitespace. 2005-06-01 19:07:20 +00:00
textproc Update Sablotron to version 1.0.2. Changes from 1.0.1: 2005-06-06 20:14:43 +00:00
time Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
wm Update evilwm to 0.99.18. Changes: 2005-06-07 15:01:09 +00:00
www - Fix build problem with IP Filter prior to 4.0; NetBSD 1.6.2. 2005-06-07 14:19:10 +00:00
x11 Xrender/buildlink3.mk implies x11.buildlink3.mk. 2005-06-09 02:38:43 +00:00
Makefile Add the crosspkgtools category. 2005-06-06 22:30:19 +00:00
Packages.txt This file will be removed after 2005Q2. 2005-05-07 22:53:52 +00:00
pkglocate
README Refer doc/pkgsrc.txt instead of Packages.txt. 2005-05-07 22:16:38 +00:00

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.