summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2005-07-19no-commercial-use describes the license of this version of this softwarewiz1-2/+2
better than shareware.
2005-07-19depends should be ../../<category>/<pkg>grant1-2/+2
2005-07-19Regenerate so that the Mac OS X patch program undestands howkristerw2-13/+7
to apply it.
2005-07-18Removed RCS Id from the patch.rillig2-6/+4
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-2/+2
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam19-44/+38
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Use USE_TOOLS to get a dependency on GNU tar, instead of trying to guess.kristerw1-7/+4
Prevent paths to the build directories from being included in the package. Bump PKGREVISION.
2005-07-15Prevent paths to the build directories from being included in the package.kristerw1-2/+5
Bump PKGREVISION.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam2-4/+4
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-15Avoid functions w/o prototypemartin2-5/+13
2005-07-14Reset maintainer to tech-pkg, since email bounced.wiz1-2/+2
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam5-10/+10
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-13don't hardcode /kern/xen/privcmd in xend startup script.grant2-4/+9
2005-07-13correct HOMEPAGE.grant1-2/+2
2005-07-13fix build on Linux:grant7-74/+45
- add some missing #ifdef __NetBSD__ and restore some Linux #includes - use subst framework instead of hardcoding /kern paths in patches
2005-07-12Update xdu to 3.0nb5. Changes: Add two patches by Nobuyuki Tsuchimura:hubertf3-49/+24
* makes xdu possible to have white spaces in directory names * internationalization, which makes xdu possible to display any character Addresses PR pkg/30709 by soda@NetBSD.org.
2005-07-12use ${NOLOGIN}, not hardcoded /sbin/nologin.grant1-2/+2
2005-07-08Prevent paths to the build directories from being included in the package.kristerw1-1/+4
Bump PKGREVISION.
2005-07-08This package does only work on NetBSD 1.5. Mark it as "unavailable"kristerw1-3/+3
instead of "broken" on other machines.
2005-07-06The actual typo was in the @exec line.cube1-3/+3
2005-07-06Fix typo, closing PR 30676.wiz1-2/+2
2005-07-06Add support for FreeBSD.reed3-7/+26
patch-ah -- only use EAI_ADDRFAMILY or EAI_NODATA if defined. (Check for EAI_NODATA also because it is deprecated by FreeBSD.) patch-am -- add checks for not FreeBSD related to statfs. Okay'd by jmmv.
2005-07-02Use /bin/sh as the default shell, not whatever the SHELL environmentepg3-3/+18
variable contains during the build (/usr/pkgsrc/sysutils/xapply/work/.tools/bin/sh).
2005-06-30Changes 0.11.55:adam3-15/+14
* Added "Require Source Selection" (and Destination ditto) flag in the "Before&After" options for external command rows. This prevents commands from running if there is no selection, which is handy to avoid making programs read from stdin. Added after issue report by C. H. Block. * Brought Copyright in About window and man page into 2005. :) * Added (commented-out) sample row in gentoogtkrc.in to show how to set color of non-used pane rows (not reachable by gentoo's File Style system). * Fixed broken g_snprintf() formatting specifier in the overwrite dialog that caused it to crash on Solaris. Reported (possibly among others) by N. Antic. * Added option to let window manager position dialogs. Suggested by "Martinko". This is the new default behavior, too. * Added a SelectShell command, that makes select/unselect/toggle decisions based on running shell commands. Suggested by me. :) See docs/scratch/command_args.txt, or use the GUI. Modified the default button layout to put SelectRE/SelectShell together.
2005-06-30Update kdirstat to version 2.4.3markd3-8/+22
Changes: * Added "Open with" cleanup upon request by Jarl Friis * Migration to KIO slave trash:/ for "move to trash" cleanup (querying KDE version >= 3.4 at runtime) * Added configuration update for safer transition from old-style fixed "*/Trash" paths to "%t" placeholder * Fixed lots of KDE libs "deprecated" warnings * Reimported admin/ subdir from a recent KDE version (3.3.0) * Fixed KPacMan rendering in toolbar (thanks to Coolo) * Updated German translation * Added Italian translation by Giuliano Colla * Applied i18n patch by Toyohiro Asukai * Updated Japanese translation by Toyohiro Asukai * Fixed treemap context menu popup location * Added Hungarian translation contributed by Marcel Hilzinger
2005-06-24Update to 2.01.01a01 (pkgsrc version 2.01.1.34 to keep ordering increasing):wiz3-23/+23
* Thu Jun 16 2004 - Release of a GPL compliant 2.01.01a01-ossdvd patch. The ossdvd patch is migrated to work with cdrtools-2.01.01a01.tar.bz2, and is cdrtools-2.01.01a01-ossdvd.patch. The latest efforts from Warly at http://people.mandrakesoft.com/~warly/files/cdrtools/ have been merged. Quite of number of unnecessary CDB: error messages have been removed. Functionality of this release covers : DVD-R, DVD-RW, DVD+RW and DVD+R DL. DVD+R burns ok, but lead-in and/or lead-out is not ok. This release should work with any 2.6.x kernel.
2005-06-24Change the CONFIGURE_ENV to use the variables users are supposed to set,kristerw1-2/+2
rather than the autoconf cache variables.
2005-06-24Add and enable p5-File-NCopy.wiz1-1/+2
2005-06-24Initial import of p5-File-NCopy-0.34:wiz4-0/+37
File::NCopy::copy copies files to directories, or a single file to another file. You can also use a reference to a file handle if you wish whem doing a file to file copy. The functionality is very similar to cp. If the argument is a directory to directory copy and the recursive flag is set then it is done recursively like cp -R. In fact it behaves like cp on Unix for the most part. If called in array context, an array of successful copies is returned, otherwise the number of succesful copies is returned. If passed a file handle, it's difficult to make sure the file we are copying isn't the same that we are copying to, since by opening the file in write mode it gets pooched. To avoid this use file names instead, if at all possible, especially for the to file. If passed a file handle, it is not closed when copy returns, files opened by copy are closed.
2005-06-24Use HOMEPAGE that is not version-specific.wiz1-2/+2
2005-06-24Change the CONFIGURE_ENV to use the variables users are supposed to set,kristerw1-2/+2
rather than the autoconf cache variables.
2005-06-24Change the CONFIGURE_ENV to use the variables users are supposed to set,kristerw1-3/+3
rather than the autoconf cache variables.
2005-06-24Prevent paths to the build directories from being included in the package.kristerw1-2/+5
Bump PKGREVISION.
2005-06-23Prevent paths to the build directories from being included in the package.kristerw1-3/+5
Bump PKGREVISION.
2005-06-23Update to latest pre4 snapshot:wiz2-7/+7
- Fixed X11 connection handling.
2005-06-23Updated xfce4-systemload-plugin to 0.3.6martti3-9/+8
* bug fixes
2005-06-23Updated xfce4-netload-plugin to 0.3.2martti4-10/+14
* bug fixes
2005-06-20Prevent paths to the build directories from being included in the package.kristerw1-3/+4
Bump PKGREVISION.
2005-06-20mention native fstat for netbsddan1-2/+2
2005-06-19Add missing RCS Id tags to patch-a[efghijk].hira8-8/+22
2005-06-19Use tab instead of space.minskim1-2/+2
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam3-6/+6
${PREFIX}.
2005-06-17Create directories before installing files into them.jlam58-60/+160
2005-06-16- Remove old PLIST which is no longer neededadrianp1-42/+0
2005-06-16- Add distinfo update for new patch-ak for yesterdays bumpadrianp1-1/+2
2005-06-15- Fix writing for cdrdaoadrianp2-2/+14
- Reported by Mathieu in PR# 30438, thanks for the PR and the patch. - Bump to nb2
2005-06-09Update to 0.7.2. Doing this during the freeze to close the longstandingjmmv4-30/+26
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-09Update to the latest firmware release from Intel. This release containsskrll3-14/+18
a monitor mode firmware, but requires driver changes.
2005-06-06Remove empty HOMEPAGE line which pkglint does not like.wiz1-2/+1
2005-06-06- Add missing RCS Id tags to patch-a[abc].hira5-12/+12
- Remove duplicated diff headers from patch-a[abc]. - Use ${MV} instead of mv.