pkgsrc/sysutils
rh bb712b5e4e Update gworkspace to 0.6.3. Notable changes include:
* GWNet
    new subproject
    GWNet is a smb and ftp file viewer.

  * GWorkspace/GWSplitView.m
    -updateDiskSpaceInfo: rewritten.

  * Viewers/IconsViewer/PathIcon.m
    -mouseUp: implemented.

  * GWorkspace/Inspectors/Tools.m
    fixed a bug that crashed the app because a view created in Gorm
    was not retained before releasing its window.

  * applied patch by Matt Rice <ratmice@yahoo.com> that changes the usage of
    setStringValue: on many NSButtons to setTitle.

  * Viewers/IconsViewer/IconsPanel.m
    Viewers/IconsViewer/IconsPath.m
    Viewers/IconsViewer/IconsViewer.m
    Viewers/SmallIconsViewer/SmallIcon.m
    Viewers/SmallIconsViewer/SmallIconsPanel.m
    Viewers/SmallIconsViewer/SmallIconsViewer.m
    applied patch by S.J. Chun <chunsj@embian.com> to not access superviews
    before they are set.

  * added the "GWRemoteFilenamesPboardType" in all the classes
    that implements the DraggingDestination protocol

  * GWLib/FSWatcher.m
    added a NSNotificationQueue.

  * GWorkspace/Fiend/Fiend.m
    GWorkspace/FiendLeaf/FiendLeaf.m
    added DraggingDestination methods to the window.

  * GWorkspace/Recycler/Recycler.m
    the DraggingDestination is now the window.

  * ContentViewers/PdfViewer/PdfViewer.m
    applied a patch (by Charles Philip Chan <cpchan@sympatico.ca>)
    to make the pdf Inspector work with Ghostscript 8.

  * GWorkspace/main.m
    the key equivalent for "Quit" is now "Q".

  * Version 0.6.2

  * GWorkspace/GWorkspace.m
    check the defaults for "NoWarnOnQuit"

  * ClipBook/ClipBookWindow.m
    added the DraggingDestination methods and removed them from the subviews.
    added support for the NSColorPboardType type.

  * ContentViewers/PasteboardViewer/PasteboardViewer.m
    added support for the NSColorPboardType pasteboard type.

  * Version 0.6.1

  * ClipBook
    new subproject.

  * GWorkspace/Resources
    removed some duplicate files.

  * GWorkspace/TShelf/TShelfIconsView.m
    creates pasteboard icons also from dnd.

  * GWorkspace/TShelf/TShelfView.m
    reset the current selection when changing from a pasteboard tab
    to a normal one.

  * GWorkspace/FileOperations/FileOperation.m
    in -doDuplicate changed the suffix "_copy" appended to the file name
    to a prepended string, that is, "copy_of_".

  * All the DraggingSources now consider also the offset in
    -dragImage:at:offset:event:pasteboard:source:slideBack:
    (on GNUstep this does nothing but I need it for osx)

  * GWorkspace/Resources/Icons
    Added some icons for Mac OS X.

  * GWLib/externs.m
    added icons names.

  * GWorkspace/FileOperations/FileOperation.m
    Now works on Mac OS X, too.

  * GWorkspace/Resources/English.lproj
    Modified some .nib files.

  * A new Viewer opened on "/" now saves in the defaults its own shelf
    content and doesn't use anymore the shelf content of the main viewer.

  * Utilities/thumbnailer/thumbnailerInfo.plist
    moved "Make thumbnail(s)" and "Remove thumbnail(s)" in a submenu.
    they are now "Thumbnails/Make thumbnail(s)" and "Thumbnails/Remove
    thumbnail(s)".
    German translation by Martin Brecher <martin@mb-itconsulting.com>.

  * GWorkspace/Resources/German.lproj
    updated German Localized.strings (by Martin Brecher
    <martin@mb-itconsulting.com>)

  * ContentViewers/AppViewer/AppViewer.m
    shows also the extensions.

  * now the miniwindow icons reflect current directory icon
    instead of view type.

  * a new root viewer created has now the same shelf content of the first one.

  * Info->Preferences->Hidden files
    It is now possible to define directories as hidden.

  * ContentViewers/PasteboardViewer/PasteboardViewer.m
    Added a dummy implementation of
    GormNSBrowser, GormNSTableView, GormNSOutlineView, GormNSMenu,
    GormNSPopUpButtonCell and GormNSPopUpButton
    Now the viewer seems to works with all the Gorm objects.

  * ContentViewers/PasteboardViewer/PasteboardViewer.m
    Enabled. Actually it works with many Gorm objects.
    Problems with: NSBrowser, NSTableView, NSOutlineView and NSPopUpMenu.

  * ContentViewers/PasteboardViewer
    New contents viewer inspector.

  * Added support for cut, copy and paste operation to the Tabbed Shelf.

  * GWorkspace/TShelf/TShelfPBIcon.h GWorkspace/TShelf/TShelfPBIcon.m
    New files.

  * GWorkspace/Resources/Icons/
    Added: Pboard.tiff, colorPboard.tiff, filecontsPboard.tiff Files,
    gormPboard.tiff, rtfPboard.tiff, rtfdPboard.tiff, stringPboard.tiff,
    tiffPboard.tiff.

  * GWorkspace/GWorkspace.m
    Added a "Do you really want to quit?" dialog
    in -applicationShouldTerminate:.
    Added some keyEquivalents to the tabbed shelf menues.

  * GWorkspace/TShelf/TShelfWin.m
    Reduced the height of the shelf by 6 pts.

  * GWorkspace/Desktop/DesktopView.m
    GWorkspace/Shelf/Shelf.m
    in -fileSystemDidChange: fixed a bug that leaved a renamed icon locked.

  * GWorkspace/FileOperations/FileOperation.m
    -calculateNumFiles doesn't block anymore.
    the stop button now works and the GWFileSystemDidChangeNotification is
    sent only with the processed files.

  * Viewers/SmallIconsViewer/SmallIconsPanel.m
    in -selectIconWithPath: now the view scroll to show the icon.

  * GWorkspace/Inspectors/Tools.m
    after setting the default application, the applications icons
    are now shown correctly.

  * Version 0.6

  * GWLib/GWProtocol.h and GWorkspace/GWorkspace.m
    -sortedDirectoryContentsAtPath:
    -checkHiddenFiles:atPath:
    -setCachedMax:
    -addWatcherForPath:
    -removeWatcherForPath:
    -lockFiles:inDirectoryAtPath:
    -unLockFiles:inDirectoryAtPath:
    -isLockedPath:
    -existsAndIsDirectoryFileAtPath:
    -typeOfFileAt:
    -isPakageAtPath:
    -sortTypeForDirectoryAtPath:
    -setSortType:forDirectoryAtPath:
    -setDefSortType:
    -defSortType
    -setHideSysFiles:
    -hideSysFiles
    -iconForFile:ofType:
    -smallIconForFile:
    -smallIconForFiles:
    -smallHighlightIcon
    -setUseThumbnails:
    -imageExtensions
    all these methods have been moved in GWLib
2004-04-11 03:20:34 +00:00
..
acpi-iasl Update acpi-iasl to 2004311. 2004-03-23 07:53:10 +00:00
acpidump Initial import of Portable ACPI dumper (acpidump-20020711). 2004-02-29 05:57:44 +00:00
adjustkernel Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
amanda s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
amanda-client s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
amanda-common CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will 2004-02-14 15:29:15 +00:00
amanda-dev These don't really need X after all -- they can be useful on headless 2003-06-04 18:21:48 +00:00
amanda-dev-client Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
amanda-dev-common s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
amanda-dev-plot Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
amanda-dev-server replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
amanda-plot s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
amanda-server replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
apcupsd replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
aperture Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
apotheke PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
asapm s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
atitvout Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
bbsload s/avarage/average/ 2004-02-21 07:36:31 +00:00
bchunk Add NetBSD RCS tags 2003-09-01 10:17:35 +00:00
bkpupsd Convert to the bsd.pkg.install.mk framework: 2003-07-31 11:07:30 +00:00
c++rt0 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
cdbkup Depend on GNU Tar (archivers/gtar) if we are running NetBSD 1.6K or above, 2002-12-22 22:24:56 +00:00
cdrdao + USE_LANGUAGES=c c++ 2004-02-04 22:23:46 +00:00
cdrecord USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
cdrecord-xcdroast replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
cdrtools-ossdvd Some lines in the generated +DISPLAY were too long. So made 2004-02-03 05:17:43 +00:00
cfengine s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
cfengine2 PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
cfengine2-doc Remove info files entries from PLIST. 2004-03-10 01:08:35 +00:00
checkpassword COMMENT should start with a capital letter. 2003-07-21 17:24:10 +00:00
coreutils update to 5.2.1 2004-03-29 09:22:50 +00:00
cpogm Fix installation on Solaris. From Jonathan Perkin in PR 22906. 2003-09-23 13:29:25 +00:00
cpuburn Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
cpuid s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
crashme Rather than a direct assignation to the signal mask, use sigemptyset(3), 2004-02-08 23:37:13 +00:00
daemontools s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
depot Make this package compile with gcc3. 2003-12-15 16:19:43 +00:00
dmesg2gif Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
dog replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
dptutil Make this package compile with GCC 3. 2003-12-09 19:41:26 +00:00
dvd+rw-tools Allow cdrtools-ossdvd as cdrecord too. 2004-03-31 08:50:25 +00:00
dvdrecord remove commented PKGREVISION from update to 0.1.5, fix COMMENT, 2004-02-08 13:18:13 +00:00
e2fsprogs Remove info files entries from PLIST. 2004-03-10 01:08:35 +00:00
easydiskpasswd Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
etcupdate Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
extipl replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
fakeroot LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs 2004-02-14 17:21:49 +00:00
fam Add "USE_LANGUAGES=c c++" since fam uses c++. 2004-04-04 09:24:58 +00:00
fastfs Initial import of fastfs into the NetBSD packages collection. 2004-01-21 05:03:18 +00:00
fdgw COMMENT should start with a capital letter. 2003-07-21 17:24:10 +00:00
file file uses libz.so. So add buildlink3.mk for zlib. 2004-02-05 02:10:39 +00:00
findutils Remove info files entries from PLIST. 2004-03-10 01:08:35 +00:00
fix4SA110rev2 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
free Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
fsviewer bl3ify 2004-02-25 23:15:44 +00:00
gcdmaster Handle some shared directories by depending on (or updating dependancies to 2004-03-08 19:40:36 +00:00
gcombust Handle some shared directories by depending on (or updating dependancies to 2004-03-08 19:40:36 +00:00
genpasswd NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
gentoo Changes 0.11.46: 2004-03-02 15:22:39 +00:00
gkrellm Honor BINOWN and BINGRP. 2004-04-10 03:59:50 +00:00
gkrellm-server Add explicit dependency on pkgconfig. 2004-03-07 03:46:30 +00:00
gkrellm-share Initial import of gkrellm-share into the NetBSD Package Collection, from 2004-02-24 22:27:27 +00:00
gkrellm1 Change dependency constraint to 'gkrellm<2.0' so that gkrellm1 plugins 2004-03-18 15:28:27 +00:00
gkx86info Build against gkrellm1. From Noud de Brouwer in PR 24827. 2004-03-21 02:59:48 +00:00
gmc PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
gnome-acme Bump PKGREVISION to 6 due to multiple updates of GNOME libraries to the 2004-04-01 18:53:27 +00:00
gnome-pkgview PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
gnome-vfs Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
gnome-vfs2 Update to 2.6.0. Changes since the 2.4.x branch: 2004-04-01 18:21:20 +00:00
gnome2-system-monitor Fix paths to libgtop and libgtop2, which now live in sysutils. 2004-04-02 12:18:09 +00:00
gnometoaster s/Cd/CD/, s/Gtk/GTK+/ in COMMENT. 2004-02-08 14:35:11 +00:00
gpart Update gpart to 0.1h, provided by ISIHARA Takanori in PR pkg/24263. 2004-01-31 22:56:11 +00:00
grub Remove info files entries from PLIST. 2004-03-10 01:25:23 +00:00
grun replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
gst-plugins-gnomevfs Drop dynamic generation of DESCR files for gst-plugins-* packages, as it 2004-04-07 11:32:08 +00:00
gtk-send-pr PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
gtop Fix paths to libgtop and libgtop2, which now live in sysutils. 2004-04-02 12:18:09 +00:00
GWLib Update GWLib to 0.6.3. Notable changes include: 2004-04-11 03:16:36 +00:00
gworkspace Update gworkspace to 0.6.3. Notable changes include: 2004-04-11 03:20:34 +00:00
hfsutils s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
i2ocfg Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions. 2004-03-22 03:22:01 +00:00
idesk replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
isapnptools replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
kdirstat PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
koncd PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
lambd COMMENT should start with a capital letter. 2003-07-21 17:24:16 +00:00
lavaps Enable tk84 and replace x11/tk with x11/tk83. Packages compatible 2004-03-08 20:27:13 +00:00
libgtop Julio M. Merino Vidal is now the maintainer of this package. 2004-04-05 09:07:56 +00:00
libgtop2 Change the permission of libgtop_server2 only when it is installed. 2004-04-09 03:47:39 +00:00
libirman s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
libol Fix wip reference. (hi minskim!) 2004-04-07 13:19:45 +00:00
logrot s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
lsof Use configuration for NetBSD 1.6* under 2.0* to fix build under 2004-04-01 20:15:54 +00:00
mbmon Add a patch from the program's auther. 2004-04-07 13:59:40 +00:00
mc replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
medusa Bump package revisions for tiff update. 2004-01-03 18:49:33 +00:00
memconf Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
memtest86 Update memtest86 to version 3.1a. Notable changes since 2.9: 2004-04-08 13:01:18 +00:00
mgm Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
mklivecd Drop trailing whitespace. 2004-03-04 12:29:40 +00:00
mksunbootcd trailing / 2003-10-18 12:43:00 +00:00
mktemp s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
mtools Remove info files entries from PLIST. 2004-03-10 01:27:26 +00:00
mtoolsfm PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
nautilus Update to 2.6.0. Changes since previous stable branch (2.4.x): 2004-04-01 18:38:03 +00:00
nautilus-cd-burner Initial import of nautilus-cd-burner, version 2.6.0: 2004-04-01 19:07:11 +00:00
osname Fix installation on Solaris. From Jonathan Perkin in PR 22908. 2003-09-23 13:39:40 +00:00
p5-Sys-Hostname-Long Do not assume "patch" programs on all platforms save the original file 2004-04-05 20:53:20 +00:00
p5-Unix-Syslog COMMENT should start with a capital letter. 2003-07-21 17:24:16 +00:00
pciutils replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
pcvt-utils Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
pear-Log Updated pear-Log to 1.8.4, changes since previously packaged 1.8.1: 2004-04-02 22:00:50 +00:00
pflogsumm Upgrade to 1.1.0: 2004-01-24 18:15:32 +00:00
psmisc USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
pstree Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
pv Remove info files entries from PLIST. 2004-03-10 01:27:26 +00:00
pwgen COMMENT should start with a capital letter. 2003-07-21 17:24:16 +00:00
qlogtools COMMENT should start with a capital letter. 2003-07-21 17:24:16 +00:00
rconfig Update rconfig to 0.27: 2003-11-11 16:44:16 +00:00
rdiff-backup Update to 0.12.6, from Soren Jacobsen in PR pkg/23730. 2003-12-12 21:58:58 +00:00
roller Update to 1.15: 2004-02-09 01:28:33 +00:00
rox Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA. 2004-01-23 21:50:42 +00:00
rox-archive Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
rox-base s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
rox-edit Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
rox-lib Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
rox-memo Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
rox-session Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA. 2004-01-23 21:50:42 +00:00
rox-system Fix paths to libgtop and libgtop2, which now live in sysutils. 2004-04-02 12:18:09 +00:00
rox-wallpaper Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
rox-wrappers Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
rtty Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
ruby-quota - Update MASTER_SITES for sourceforge sites. 2004-03-17 14:38:02 +00:00
safetynet Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
sarah s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
screentest s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
scsiinfo COMMENT should start with a capital letter. 2003-07-21 17:24:16 +00:00
service-config s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
setquota Don't use NULL as 0. Fix compile error on gcc 3.X. 2004-03-20 14:42:56 +00:00
shmux Use buildlink2 for this package. 2003-06-24 11:15:52 +00:00
skill Add HOMEPAGE, and make compile on non-NetBSD. 2003-09-23 13:58:36 +00:00
socket COMMENT should start with a capital letter. 2003-07-21 17:24:16 +00:00
sredird Sredird is a serial port redirector that is compliant with the RFC 2217 2004-03-29 19:44:15 +00:00
sshsh COMMENT should start with a capital letter. 2003-07-21 17:24:16 +00:00
storage-manager Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
stow Remove info files entries from PLIST. 2004-03-10 01:27:26 +00:00
su2 s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
sux COMMENT should start with a capital letter. 2003-07-21 17:24:16 +00:00
sysbuild Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
sysgen Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
sysinfo Add TEST_TARGET. 2003-07-24 12:10:29 +00:00
tcx Change MAINTAINER to "tech-pkg" instead of the previous "packages". 2003-12-03 22:14:45 +00:00
tdir Fix installation on Solaris. Install man page. Bump PKGREVISION. 2003-09-23 13:23:25 +00:00
tits Update tits to version 1.1.1, after a nudge from Steve Woodford. 2003-09-26 08:16:17 +00:00
tkcron Enable tk84 and replace x11/tk with x11/tk83. Packages compatible 2004-03-08 20:27:13 +00:00
tkdesk Enable tk84 and replace x11/tk with x11/tk83. Packages compatible 2004-03-08 20:27:13 +00:00
tload Check for __linux__ instead of linux. 2003-09-23 08:49:16 +00:00
tob COMMENT should start with a capital letter. 2003-07-21 17:24:16 +00:00
top remove artificial restriction building top if /usr/bin/top exists. 2004-02-22 07:32:36 +00:00
toshutils s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
tpb Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1. 2004-02-19 17:49:57 +00:00
ups-nut Convert to buildlink3. 2004-04-11 01:54:20 +00:00
ups-nut-cgi Convert to buildlink3. 2004-04-11 01:54:20 +00:00
usbutil
user Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
user_darwin This implements a subset of useradd(8)/groupadd(8) functionality on 2004-04-01 02:58:32 +00:00
vcdimager Remove info files entries from PLIST. 2004-03-10 01:27:26 +00:00
vcdimager-devel - bl3ify 2004-04-09 10:34:52 +00:00
vidc-tools Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
vifm replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
vobcopy import vobcopy-0.5.13, a tool to copy DVD .vob files to harddisk 2004-04-08 14:17:57 +00:00
whowatch Back out last change related to moving ncurses/buildlink2.mk to 2003-09-28 09:13:55 +00:00
wmcpuload COMMENT should start with a capital letter. 2003-07-21 17:24:16 +00:00
wmmemmon Initial import of wmmemmon, version 1.0.0: 2003-03-09 10:53:50 +00:00
wtail Back out last change related to moving ncurses/buildlink2.mk to 2003-09-28 09:13:55 +00:00
xbatt Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
xbattbar Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
xcdroast bl3ify 2004-03-15 15:19:52 +00:00
xdu Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
xfce4-diskperf-plugin Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
xfce4-fm Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
xfce4-fm-icons Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
xfce4-minicmd-plugin Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
xfce4-netload-plugin Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
xfce4-showdesktop-plugin Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
xfce4-systemload-plugin Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
xfce4-systray Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
xfe Remove a non-existent file and bl3ify, fixes the problem seen in agc@'s 2004-03-20 15:35:38 +00:00
xfm Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
xhfs Enable tk84 and replace x11/tk with x11/tk83. Packages compatible 2004-03-08 20:27:13 +00:00
xmbmon Add a patch from the program's auther. 2004-04-07 13:59:40 +00:00
xmeter Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
xnc Handle some shared directories by depending on (or updating dependancies to 2004-03-08 19:40:36 +00:00
xosview + USE_LANGUAGES=c c++ 2004-02-04 22:23:46 +00:00
xps replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
xuvmstat Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
Makefile +vobcopy 2004-04-08 14:19:17 +00:00