summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-04-11Convert to buildlink3.snj8-19/+38
2004-04-11Note update of pkg_install to 20040411rh1-1/+2
2004-04-11Convert to buildlink3.snj1-2/+2
2004-04-11Update pkg_install to 20040411, pulling up the changes in the NetBSD sourcerh6-20/+64
tree: Make pkg_add recognise binary packages built with ignored recommendations (IGNORE_RECOMMENDED set in the presence of RECOMMENDED pre-requisites). This change is fully backward-compatible: binary packages have set the corresponding BUILD_INFO since RECOMMENDED was implemented. Packages built before that time will install as before. Bump PKGTOOLS_VERSION to 20040411. This closes PR pkg/24712 by Thomas Klausner.
2004-04-11Convert to buildlink3.snj18-56/+52
2004-04-11Convert to buildlink3.snj7-18/+38
2004-04-11Fix WMP9 playback time limit by not sending a Content-Length header.kim3-3/+17
2004-04-11Convert to buildlink3.snj4-9/+9
2004-04-11No longer used.snj1-35/+0
2004-04-11Bah. Forgot to remove unnecessary includes.snj1-5/+1
2004-04-11Finish bl3ification.snj1-0/+22
2004-04-11No longer used.snj1-36/+0
2004-04-11Convert to buildlink3.snj2-10/+10
2004-04-11Convert to buildlink3.snj1-4/+4
2004-04-11Convert to buildlink3.snj3-7/+7
2004-04-11No longer used.snj1-20/+0
2004-04-11Convert to buildlink3.snj1-4/+4
2004-04-11Add a buildlink3.mk.snj1-0/+18
2004-04-11fix a header file bug which caused problems when compiling kdegraphics3.dmcmahill2-1/+13
2004-04-11Convert to buildlink3 and correct a spelling error in DESCR.snj2-4/+4
2004-04-11Convert to buildlink3.snj5-11/+11
2004-04-11Convert to buildlink3 and correct a spelling error in DESCR.snj2-3/+3
2004-04-11Convert to buildlink3.snj6-12/+12
2004-04-11Convert to buildlink3.snj3-12/+11
2004-04-11Note update of gnustep to 1.9.1rh2-3/+3
2004-04-11Update gnustep meta package to 1.9.1.rh1-11/+14
2004-04-11- Use buildlink framework.minskim1-1/+8
- NO_CONFIGURE=yes - Enable pkgviews installation.
2004-04-11Note update of gworkspace to 0.6.3rh1-1/+2
2004-04-11Update gworkspace to 0.6.3. Notable changes include:rh6-454/+301
* 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-11Note update of GWLib to 0.6.3rh1-1/+2
2004-04-11Add support for UnixWareheinz1-1/+18
2004-04-11Update GWLib to 0.6.3. Notable changes include:rh3-17/+37
in -unselectNameEditor redraw the editor rect only if nameEditor exists in the subviews. -concludeRemoteFilesDragOperation: new method. added a NSNotificationQueue. added icons names. -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 + (id)workspaceApp new method. in cutFileLabelText() new algo used.
2004-04-11Enable pkgviews installation.minskim1-1/+3
2004-04-11Ksh on Unixware has problems with IFS in sub shells, so put theheinz1-2/+7
splitting of PATH on a separate line. Use 'uname -v' instead of 'uname -r' on Unixware. The release number of UNIX SYSV (ie, R5) is less important to us than the version (7.x.y).
2004-04-11Update liteamp to 0.2.4.2.minskim4-21/+7
Changes since 0.2.4.1: - Build with GTK+ 2.4.
2004-04-11Convert to buildlink3.snj1-2/+2
2004-04-11This defines NO_BUILD, so USE_BUILDLINK2 is not necessary.snj1-2/+1
2004-04-11Enable pkgviews installation.minskim1-1/+3
2004-04-11Sort.snj1-2/+2
2004-04-11Added lsdvd-0.10.snj1-1/+2
2004-04-11+lsdvd.snj1-1/+2
2004-04-11Initial import of lsdvd-0.10.snj4-0/+32
lsdvd is an application that reads the contents of a DVD and prints them to your terminal. lsdvd will tell you the following: * The name of the disc * The number of tracks * The length, format, and aspect of each track * The format, language, number of channels, contents, etc. of each audio track * The language and contents of each subtitle * The longest track Based on the package in pkgsrc-wip.
2004-04-11Make this compile on 2.x as well (as NETBSD1).kim2-5/+14
2004-04-11Convert to buildlink3.snj4-15/+15
2004-04-11Include libiconv's buildlink3.mk (fixes build on 1.6-vintage systems).schmonz1-1/+2
2004-04-11Convert to buildlink3.snj1-3/+3
2004-04-11Updated xlog to 0.9.1nb1: Removed -DGTK_DISABLE_DEPRECATED compile optionwulf1-1/+2
that prevented xlog from building under gtk-2.4.0
2004-04-11Removed -DGTK_DISABLE_DEPRECATED compile switch that prevented xlog towulf2-1/+16
build with gtk-2.4.0
2004-04-11Add and enable Renaissancerh1-1/+2
2004-04-11Note addition of Renaissance-0.7.0rh1-1/+2