pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(x11/libs-gui) New package hopefull replacement of gnustep-gui



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Mon Sep 21 13:01:51 2020 +0900
Changeset:	02aae608838603f88d9e72d4f134b3942c35c44d

Added Files:
	libs-gui/DESCR
	libs-gui/Makefile
	libs-gui/PLIST
	libs-gui/distinfo

Log Message:
(x11/libs-gui) New package hopefull replacement of gnustep-gui

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=02aae608838603f88d9e72d4f134b3942c35c44d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libs-gui/DESCR    |  21 ++
 libs-gui/Makefile |  27 +++
 libs-gui/PLIST    | 589 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 libs-gui/distinfo |   6 +
 4 files changed, 643 insertions(+)

diffs:
diff --git a/libs-gui/DESCR b/libs-gui/DESCR
new file mode 100644
index 0000000000..8ae0b1aad0
--- /dev/null
+++ b/libs-gui/DESCR
@@ -0,0 +1,21 @@
+1 README
+********
+
+The GNUstep gui library is a library of graphical user interface classes
+written completely in the Objective-C language; the classes are based
+upon Apple's Cocoa framwork (which came from the OpenStep
+specification).  These classes include graphical objects such as
+buttons, text fields, popup lists, browser lists, and windows; there are
+also many associated classes for handling events, colors, fonts,
+pasteboards and images.
+
+1.1 Initial reading
+===================
+
+   * The file 'ANNOUNCE' contains a very brief overview of the library.
+     It also tells you where to get the most recent version.
+
+   * The file 'NEWS' has the library's feature history.
+
+   * The file 'INSTALL' gives instructions for installing the library.
+...
diff --git a/libs-gui/Makefile b/libs-gui/Makefile
new file mode 100644
index 0000000000..915ba1ffdc
--- /dev/null
+++ b/libs-gui/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	libs-gui
+GITHUB_TAG=	gui-0_28_0
+DISTNAME=	gui-0_28_0
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	x11
+MASTER_SITES=	${MASTER_SITE_GITHUB:=gnustep/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/gnustep/libs-gui/
+COMMENT=	Replacement of x11/gnustep-gui
+LICENSE=	gnu-lgpl-v2.1 OR gnu-gpl-v3
+
+WRKSRC=			${WRKDIR}/libs-gui-gui-0_28_0
+USE_TOOLS+=		gmake
+USE_LANGUAGES=		objc
+GNU_CONFIGURE=		yes
+CONFIGURE_ARGS+=	--exec-prefix=${PREFIX}/libexec/GNUstep
+MAKE_FILE=		GNUmakefile
+
+.include "../../devel/gnustep-base/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/libs-gui/PLIST b/libs-gui/PLIST
new file mode 100644
index 0000000000..e9e1a7406a
--- /dev/null
+++ b/libs-gui/PLIST
@@ -0,0 +1,589 @@
+@comment $NetBSD$
+bin/gclose
+bin/gcloseall
+bin/gopen
+bin/make_services
+bin/set_show_service
+include/AppKit/AppKit.h
+include/AppKit/AppKitDefines.h
+include/AppKit/AppKitExceptions.h
+include/AppKit/DPSOperators.h
+include/AppKit/GMAppKit.h
+include/AppKit/GMArchiver.h
+include/AppKit/GSAnimator.h
+include/AppKit/GSDisplayServer.h
+include/AppKit/GSDragView.h
+include/AppKit/GSEPSPrintOperation.h
+include/AppKit/GSFontInfo.h
+include/AppKit/GSGormLoading.h
+include/AppKit/GSHbox.h
+include/AppKit/GSHelpAttachment.h
+include/AppKit/GSHelpManagerPanel.h
+include/AppKit/GSHorizontalTypesetter.h
+include/AppKit/GSImageMagickImageRep.h
+include/AppKit/GSInfoPanel.h
+include/AppKit/GSInstantiator.h
+include/AppKit/GSLayoutManager.h
+include/AppKit/GSLayoutManager_internal.h
+include/AppKit/GSMemoryPanel.h
+include/AppKit/GSMethodTable.h
+include/AppKit/GSModelLoaderFactory.h
+include/AppKit/GSNibContainer.h
+include/AppKit/GSNibLoading.h
+include/AppKit/GSPDFPrintOperation.h
+include/AppKit/GSPasteboardServer.h
+include/AppKit/GSPrintOperation.h
+include/AppKit/GSPrinting.h
+include/AppKit/GSServicesManager.h
+include/AppKit/GSSoundSink.h
+include/AppKit/GSSoundSource.h
+include/AppKit/GSTable.h
+include/AppKit/GSTextConverter.h
+include/AppKit/GSTheme.h
+include/AppKit/GSTitleView.h
+include/AppKit/GSToolbarView.h
+include/AppKit/GSTrackingRect.h
+include/AppKit/GSTypesetter.h
+include/AppKit/GSVbox.h
+include/AppKit/GSVersion.h
+include/AppKit/GSWindowDecorationView.h
+include/AppKit/GSXibElement.h
+include/AppKit/GSXibKeyedUnarchiver.h
+include/AppKit/GSXibLoading.h
+include/AppKit/GSXibObjectContainer.h
+include/AppKit/IMConnectors.h
+include/AppKit/IMCustomObject.h
+include/AppKit/IMLoading.h
+include/AppKit/NSAccessibility.h
+include/AppKit/NSAccessibilityConstants.h
+include/AppKit/NSActionCell.h
+include/AppKit/NSAffineTransform.h
+include/AppKit/NSAlert.h
+include/AppKit/NSAnimation.h
+include/AppKit/NSAnimationContext.h
+include/AppKit/NSAppearance.h
+include/AppKit/NSApplication.h
+include/AppKit/NSArrayController.h
+include/AppKit/NSAttributedString.h
+include/AppKit/NSBezierPath.h
+include/AppKit/NSBitmapImageRep.h
+include/AppKit/NSBox.h
+include/AppKit/NSBrowser.h
+include/AppKit/NSBrowserCell.h
+include/AppKit/NSButton.h
+include/AppKit/NSButtonCell.h
+include/AppKit/NSButtonTouchBarItem.h
+include/AppKit/NSCIImageRep.h
+include/AppKit/NSCachedImageRep.h
+include/AppKit/NSCandidateListTouchBarItem.h
+include/AppKit/NSCell.h
+include/AppKit/NSClickGestureRecognizer.h
+include/AppKit/NSClipView.h
+include/AppKit/NSCollectionView.h
+include/AppKit/NSCollectionViewItem.h
+include/AppKit/NSColor.h
+include/AppKit/NSColorList.h
+include/AppKit/NSColorPanel.h
+include/AppKit/NSColorPicker.h
+include/AppKit/NSColorPickerTouchBarItem.h
+include/AppKit/NSColorPicking.h
+include/AppKit/NSColorSampler.h
+include/AppKit/NSColorSpace.h
+include/AppKit/NSColorWell.h
+include/AppKit/NSComboBox.h
+include/AppKit/NSComboBoxCell.h
+include/AppKit/NSControl.h
+include/AppKit/NSController.h
+include/AppKit/NSCursor.h
+include/AppKit/NSCustomImageRep.h
+include/AppKit/NSCustomTouchBarItem.h
+include/AppKit/NSDataAsset.h
+include/AppKit/NSDataLink.h
+include/AppKit/NSDataLinkManager.h
+include/AppKit/NSDataLinkPanel.h
+include/AppKit/NSDatePicker.h
+include/AppKit/NSDatePickerCell.h
+include/AppKit/NSDockTile.h
+include/AppKit/NSDocument.h
+include/AppKit/NSDocumentController.h
+include/AppKit/NSDragging.h
+include/AppKit/NSDrawer.h
+include/AppKit/NSEPSImageRep.h
+include/AppKit/NSErrors.h
+include/AppKit/NSEvent.h
+include/AppKit/NSFileWrapper.h
+include/AppKit/NSFileWrapperExtensions.h
+include/AppKit/NSFont.h
+include/AppKit/NSFontCollection.h
+include/AppKit/NSFontDescriptor.h
+include/AppKit/NSFontManager.h
+include/AppKit/NSFontPanel.h
+include/AppKit/NSForm.h
+include/AppKit/NSFormCell.h
+include/AppKit/NSGestureRecognizer.h
+include/AppKit/NSGlyphGenerator.h
+include/AppKit/NSGradient.h
+include/AppKit/NSGraphics.h
+include/AppKit/NSGraphicsContext.h
+include/AppKit/NSGroupTouchBarItem.h
+include/AppKit/NSHelpManager.h
+include/AppKit/NSHelpPanel.h
+include/AppKit/NSImage.h
+include/AppKit/NSImageCell.h
+include/AppKit/NSImageRep.h
+include/AppKit/NSImageView.h
+include/AppKit/NSInputManager.h
+include/AppKit/NSInputServer.h
+include/AppKit/NSInterfaceStyle.h
+include/AppKit/NSKeyValueBinding.h
+include/AppKit/NSLayoutManager.h
+include/AppKit/NSLevelIndicator.h
+include/AppKit/NSLevelIndicatorCell.h
+include/AppKit/NSMagnificationGestureRecognizer.h
+include/AppKit/NSMatrix.h
+include/AppKit/NSMenu.h
+include/AppKit/NSMenuItem.h
+include/AppKit/NSMenuItemCell.h
+include/AppKit/NSMenuView.h
+include/AppKit/NSMovie.h
+include/AppKit/NSMovieView.h
+include/AppKit/NSNib.h
+include/AppKit/NSNibConnector.h
+include/AppKit/NSNibControlConnector.h
+include/AppKit/NSNibDeclarations.h
+include/AppKit/NSNibLoading.h
+include/AppKit/NSNibOutletConnector.h
+include/AppKit/NSObjectController.h
+include/AppKit/NSOpenGL.h
+include/AppKit/NSOpenGLView.h
+include/AppKit/NSOpenPanel.h
+include/AppKit/NSOutlineView.h
+include/AppKit/NSPDFImageRep.h
+include/AppKit/NSPDFInfo.h
+include/AppKit/NSPDFPanel.h
+include/AppKit/NSPICTImageRep.h
+include/AppKit/NSPageLayout.h
+include/AppKit/NSPanGestureRecognizer.h
+include/AppKit/NSPanel.h
+include/AppKit/NSParagraphStyle.h
+include/AppKit/NSPasteboard.h
+include/AppKit/NSPasteboardItem.h
+include/AppKit/NSPickerTouchBarItem.h
+include/AppKit/NSPopUpButton.h
+include/AppKit/NSPopUpButtonCell.h
+include/AppKit/NSPopover.h
+include/AppKit/NSPopoverTouchBarItem.h
+include/AppKit/NSPredicateEditor.h
+include/AppKit/NSPredicateEditorRowTemplate.h
+include/AppKit/NSPressGestureRecognizer.h
+include/AppKit/NSPrintInfo.h
+include/AppKit/NSPrintOperation.h
+include/AppKit/NSPrintPanel.h
+include/AppKit/NSPrinter.h
+include/AppKit/NSProgressIndicator.h
+include/AppKit/NSResponder.h
+include/AppKit/NSRotationGestureRecognizer.h
+include/AppKit/NSRuleEditor.h
+include/AppKit/NSRulerMarker.h
+include/AppKit/NSRulerView.h
+include/AppKit/NSRunningApplication.h
+include/AppKit/NSSavePanel.h
+include/AppKit/NSScreen.h
+include/AppKit/NSScrollView.h
+include/AppKit/NSScroller.h
+include/AppKit/NSSearchField.h
+include/AppKit/NSSearchFieldCell.h
+include/AppKit/NSSecureTextField.h
+include/AppKit/NSSegmentedCell.h
+include/AppKit/NSSegmentedControl.h
+include/AppKit/NSSelection.h
+include/AppKit/NSShadow.h
+include/AppKit/NSSharingService.h
+include/AppKit/NSSharingServicePickerTouchBarItem.h
+include/AppKit/NSSlider.h
+include/AppKit/NSSliderCell.h
+include/AppKit/NSSliderTouchBarItem.h
+include/AppKit/NSSound.h
+include/AppKit/NSSpeechRecognizer.h
+include/AppKit/NSSpeechSynthesizer.h
+include/AppKit/NSSpellChecker.h
+include/AppKit/NSSpellProtocol.h
+include/AppKit/NSSpellServer.h
+include/AppKit/NSSplitView.h
+include/AppKit/NSStatusBar.h
+include/AppKit/NSStatusItem.h
+include/AppKit/NSStepper.h
+include/AppKit/NSStepperCell.h
+include/AppKit/NSStepperTouchBarItem.h
+include/AppKit/NSStringDrawing.h
+include/AppKit/NSTabView.h
+include/AppKit/NSTabViewItem.h
+include/AppKit/NSTableColumn.h
+include/AppKit/NSTableHeaderCell.h
+include/AppKit/NSTableHeaderView.h
+include/AppKit/NSTableView.h
+include/AppKit/NSText.h
+include/AppKit/NSTextAlternatives.h
+include/AppKit/NSTextAttachment.h
+include/AppKit/NSTextContainer.h
+include/AppKit/NSTextField.h
+include/AppKit/NSTextFieldCell.h
+include/AppKit/NSTextList.h
+include/AppKit/NSTextStorage.h
+include/AppKit/NSTextTable.h
+include/AppKit/NSTextView.h
+include/AppKit/NSTokenField.h
+include/AppKit/NSTokenFieldCell.h
+include/AppKit/NSToolbar.h
+include/AppKit/NSToolbarItem.h
+include/AppKit/NSToolbarItemGroup.h
+include/AppKit/NSTouch.h
+include/AppKit/NSTouchBar.h
+include/AppKit/NSTouchBarItem.h
+include/AppKit/NSTrackingArea.h
+include/AppKit/NSTreeController.h
+include/AppKit/NSTreeNode.h
+include/AppKit/NSUserDefaultsController.h
+include/AppKit/NSUserInterfaceItemIdentification.h
+include/AppKit/NSUserInterfaceLayout.h
+include/AppKit/NSUserInterfaceValidation.h
+include/AppKit/NSView.h
+include/AppKit/NSViewController.h
+include/AppKit/NSVisualEffectView.h
+include/AppKit/NSWindow.h
+include/AppKit/NSWindowController.h
+include/AppKit/NSWorkspace.h
+include/AppKit/PSOperators.h
+include/Cocoa/Cocoa.h
+include/GNUstepGUI/GMAppKit.h
+include/GNUstepGUI/GMArchiver.h
+include/GNUstepGUI/GSAnimator.h
+include/GNUstepGUI/GSDisplayServer.h
+include/GNUstepGUI/GSDragView.h
+include/GNUstepGUI/GSEPSPrintOperation.h
+include/GNUstepGUI/GSFontInfo.h
+include/GNUstepGUI/GSGormLoading.h
+include/GNUstepGUI/GSHbox.h
+include/GNUstepGUI/GSHelpAttachment.h
+include/GNUstepGUI/GSHelpManagerPanel.h
+include/GNUstepGUI/GSHorizontalTypesetter.h
+include/GNUstepGUI/GSImageMagickImageRep.h
+include/GNUstepGUI/GSInfoPanel.h
+include/GNUstepGUI/GSInstantiator.h
+include/GNUstepGUI/GSLayoutManager.h
+include/GNUstepGUI/GSLayoutManager_internal.h
+include/GNUstepGUI/GSMemoryPanel.h
+include/GNUstepGUI/GSMethodTable.h
+include/GNUstepGUI/GSModelLoaderFactory.h
+include/GNUstepGUI/GSNibContainer.h
+include/GNUstepGUI/GSNibLoading.h
+include/GNUstepGUI/GSPDFPrintOperation.h
+include/GNUstepGUI/GSPasteboardServer.h
+include/GNUstepGUI/GSPrintOperation.h
+include/GNUstepGUI/GSPrinting.h
+include/GNUstepGUI/GSServicesManager.h
+include/GNUstepGUI/GSSoundSink.h
+include/GNUstepGUI/GSSoundSource.h
+include/GNUstepGUI/GSTable.h
+include/GNUstepGUI/GSTextConverter.h
+include/GNUstepGUI/GSTheme.h
+include/GNUstepGUI/GSTitleView.h
+include/GNUstepGUI/GSToolbarView.h
+include/GNUstepGUI/GSTrackingRect.h
+include/GNUstepGUI/GSTypesetter.h
+include/GNUstepGUI/GSVbox.h
+include/GNUstepGUI/GSVersion.h
+include/GNUstepGUI/GSWindowDecorationView.h
+include/GNUstepGUI/GSXibElement.h
+include/GNUstepGUI/GSXibKeyedUnarchiver.h
+include/GNUstepGUI/GSXibLoading.h
+include/GNUstepGUI/GSXibObjectContainer.h
+include/GNUstepGUI/IMConnectors.h
+include/GNUstepGUI/IMCustomObject.h
+include/GNUstepGUI/IMLoading.h
+include/gnustep/gui/GMAppKit.h
+include/gnustep/gui/GMArchiver.h
+include/gnustep/gui/GSAnimator.h
+include/gnustep/gui/GSDisplayServer.h
+include/gnustep/gui/GSDragView.h
+include/gnustep/gui/GSEPSPrintOperation.h
+include/gnustep/gui/GSFontInfo.h
+include/gnustep/gui/GSGormLoading.h
+include/gnustep/gui/GSHbox.h
+include/gnustep/gui/GSHelpAttachment.h
+include/gnustep/gui/GSHelpManagerPanel.h
+include/gnustep/gui/GSHorizontalTypesetter.h
+include/gnustep/gui/GSImageMagickImageRep.h
+include/gnustep/gui/GSInfoPanel.h
+include/gnustep/gui/GSInstantiator.h
+include/gnustep/gui/GSLayoutManager.h
+include/gnustep/gui/GSLayoutManager_internal.h
+include/gnustep/gui/GSMemoryPanel.h
+include/gnustep/gui/GSMethodTable.h
+include/gnustep/gui/GSModelLoaderFactory.h
+include/gnustep/gui/GSNibContainer.h
+include/gnustep/gui/GSNibLoading.h
+include/gnustep/gui/GSPDFPrintOperation.h
+include/gnustep/gui/GSPasteboardServer.h
+include/gnustep/gui/GSPrintOperation.h
+include/gnustep/gui/GSPrinting.h
+include/gnustep/gui/GSServicesManager.h
+include/gnustep/gui/GSSoundSink.h
+include/gnustep/gui/GSSoundSource.h
+include/gnustep/gui/GSTable.h
+include/gnustep/gui/GSTextConverter.h
+include/gnustep/gui/GSTheme.h
+include/gnustep/gui/GSTitleView.h
+include/gnustep/gui/GSToolbarView.h
+include/gnustep/gui/GSTrackingRect.h
+include/gnustep/gui/GSTypesetter.h
+include/gnustep/gui/GSVbox.h
+include/gnustep/gui/GSVersion.h
+include/gnustep/gui/GSWindowDecorationView.h
+include/gnustep/gui/GSXibElement.h
+include/gnustep/gui/GSXibKeyedUnarchiver.h
+include/gnustep/gui/GSXibLoading.h
+include/gnustep/gui/GSXibObjectContainer.h
+include/gnustep/gui/IMConnectors.h
+include/gnustep/gui/IMCustomObject.h
+include/gnustep/gui/IMLoading.h
+lib/GNUstep/Bundles/GSPrinting/GSLPR.bundle/GSLPR
+lib/GNUstep/Bundles/GSPrinting/GSLPR.bundle/Resources/Info-gnustep.plist
+lib/GNUstep/Bundles/GSPrinting/GSLPR.bundle/stamp.make
+lib/GNUstep/Bundles/TextConverters/RTFConverter.bundle/RTFConverter
+lib/GNUstep/Bundles/TextConverters/RTFConverter.bundle/Resources/Info-gnustep.plist
+lib/GNUstep/Bundles/TextConverters/RTFConverter.bundle/stamp.make
+lib/GNUstep/Bundles/libgmodel.bundle/Resources/Info-gnustep.plist
+lib/GNUstep/Bundles/libgmodel.bundle/libgmodel
+lib/GNUstep/Bundles/libgmodel.bundle/stamp.make
+lib/GNUstep/ColorPickers/NamedPicker.bundle/NamedPicker
+lib/GNUstep/ColorPickers/NamedPicker.bundle/Resources/GSNamedColorPicker.tiff
+lib/GNUstep/ColorPickers/NamedPicker.bundle/Resources/Info-gnustep.plist
+lib/GNUstep/ColorPickers/NamedPicker.bundle/stamp.make
+lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/English.lproj/StandardPicker.strings
+lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/French.lproj/StandardPicker.strings
+lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/GSCMYKColorPicker.tiff
+lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/GSGrayColorPicker.tiff
+lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/GSHSBColorPicker.tiff
+lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/GSRGBColorPicker.tiff
+lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/Info-gnustep.plist
+lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/Spanish.lproj/StandardPicker.strings
+lib/GNUstep/ColorPickers/StandardPicker.bundle/Resources/Swedish.lproj/StandardPicker.strings
+lib/GNUstep/ColorPickers/StandardPicker.bundle/StandardPicker
+lib/GNUstep/ColorPickers/StandardPicker.bundle/stamp.make
+lib/GNUstep/ColorPickers/WheelPicker.bundle/Resources/GSWheelColorPicker.tiff
+lib/GNUstep/ColorPickers/WheelPicker.bundle/Resources/Info-gnustep.plist
+lib/GNUstep/ColorPickers/WheelPicker.bundle/WheelPicker
+lib/GNUstep/ColorPickers/WheelPicker.bundle/stamp.make
+lib/GNUstep/Images/GNUstep.tiff
+lib/GNUstep/Images/GNUstepMenuImage.tiff
+lib/GNUstep/Images/GSContextualMenuCursor.tiff
+lib/GNUstep/Images/GSDisappearingItemCursor.tiff
+lib/GNUstep/Images/GSDragCopyCursor.tiff
+lib/GNUstep/Images/GSDragLinkCursor.tiff
+lib/GNUstep/Images/GSGreenArrowCursor.tiff
+lib/GNUstep/Images/GSOperationNotAllowedCursor.tiff
+lib/GNUstep/Images/GSSearch.tiff
+lib/GNUstep/Images/GSStop.tiff
+lib/GNUstep/Images/LogoGNUstep.tiff
+lib/GNUstep/Images/MagnifyGlass.tiff
+lib/GNUstep/Images/NSAddTemplate.tiff
+lib/GNUstep/Images/NSAdvanced.tiff
+lib/GNUstep/Images/NSCaution.tiff
+lib/GNUstep/Images/NSColorPanel.tiff
+lib/GNUstep/Images/NSComboArrow.tiff
+lib/GNUstep/Images/NSFontPanel.tiff
+lib/GNUstep/Images/NSInfo.tiff
+lib/GNUstep/Images/NSPreferencesGeneral.tiff
+lib/GNUstep/Images/NSRatingLevelIndicator.tiff
+lib/GNUstep/Images/NSRemoveTemplate.tiff
+lib/GNUstep/Images/NSUserAccounts.tiff
+lib/GNUstep/Images/common_2DCheckMark.tiff
+lib/GNUstep/Images/common_2DDash.tiff
+lib/GNUstep/Images/common_3DArrowDown.tiff
+lib/GNUstep/Images/common_3DArrowLeft.tiff
+lib/GNUstep/Images/common_3DArrowRight.tiff
+lib/GNUstep/Images/common_3DArrowRightH.tiff
+lib/GNUstep/Images/common_3DArrowUp.tiff
+lib/GNUstep/Images/common_ApplicationFolder.tiff
+lib/GNUstep/Images/common_ArrowDown.tiff
+lib/GNUstep/Images/common_ArrowDownH.tiff
+lib/GNUstep/Images/common_ArrowLeft.tiff
+lib/GNUstep/Images/common_ArrowLeftH.tiff
+lib/GNUstep/Images/common_ArrowRight.tiff
+lib/GNUstep/Images/common_ArrowRightH.tiff
+lib/GNUstep/Images/common_ArrowUp.tiff
+lib/GNUstep/Images/common_ArrowUpH.tiff
+lib/GNUstep/Images/common_CenterTabStop.tiff
+lib/GNUstep/Images/common_Close.tiff
+lib/GNUstep/Images/common_CloseBroken.tiff
+lib/GNUstep/Images/common_CloseBrokenH.tiff
+lib/GNUstep/Images/common_CloseH.tiff
+lib/GNUstep/Images/common_ClosedHandCursor.tiff
+lib/GNUstep/Images/common_ColorSwatch.tiff
+lib/GNUstep/Images/common_ComboBoxEllipsis.tiff
+lib/GNUstep/Images/common_DecimalTabStop.tiff
+lib/GNUstep/Images/common_Desktop.tiff
+lib/GNUstep/Images/common_Diamond.tiff
+lib/GNUstep/Images/common_Dimple.tiff
+lib/GNUstep/Images/common_DimpleHoriz.tiff
+lib/GNUstep/Images/common_DocsFolder.tiff
+lib/GNUstep/Images/common_DownArrowSmall.tiff
+lib/GNUstep/Images/common_DownloadFolder.tiff
+lib/GNUstep/Images/common_Folder.tiff
+lib/GNUstep/Images/common_GSFolder.tiff
+lib/GNUstep/Images/common_HelpCursor.tiff
+lib/GNUstep/Images/common_HelpLink.tiff
+lib/GNUstep/Images/common_Home.tiff
+lib/GNUstep/Images/common_HomeDirectory.tiff
+lib/GNUstep/Images/common_ImageFolder.tiff
+lib/GNUstep/Images/common_Info.tiff
+lib/GNUstep/Images/common_LeftTabStop.tiff
+lib/GNUstep/Images/common_LibraryFolder.tiff
+lib/GNUstep/Images/common_MiniWindowTile.tiff
+lib/GNUstep/Images/common_Miniaturize.tiff
+lib/GNUstep/Images/common_MiniaturizeH.tiff
+lib/GNUstep/Images/common_Mount.tiff
+lib/GNUstep/Images/common_MultipleSelection.tiff
+lib/GNUstep/Images/common_MusicFolder.tiff
+lib/GNUstep/Images/common_Nibble.tiff
+lib/GNUstep/Images/common_OpenHandCursor.tiff
+lib/GNUstep/Images/common_Printer.tiff
+lib/GNUstep/Images/common_ProgressIndeterminate_1.tiff
+lib/GNUstep/Images/common_ProgressIndeterminate_2.tiff
+lib/GNUstep/Images/common_ProgressIndeterminate_3.tiff
+lib/GNUstep/Images/common_ProgressIndeterminate_4.tiff
+lib/GNUstep/Images/common_ProgressIndeterminate_5.tiff
+lib/GNUstep/Images/common_ProgressIndeterminate_6.tiff
+lib/GNUstep/Images/common_ProgressSpinning_1.tiff
+lib/GNUstep/Images/common_ProgressSpinning_2.tiff
+lib/GNUstep/Images/common_ProgressSpinning_3.tiff
+lib/GNUstep/Images/common_ProgressSpinning_4.tiff
+lib/GNUstep/Images/common_ProgressSpinning_5.tiff
+lib/GNUstep/Images/common_ProgressSpinning_6.tiff
+lib/GNUstep/Images/common_ProgressSpinning_7.tiff
+lib/GNUstep/Images/common_ProgressSpinning_8.tiff
+lib/GNUstep/Images/common_RadioOff.tiff
+lib/GNUstep/Images/common_RadioOn.tiff
+lib/GNUstep/Images/common_RecyclerEmpty.tiff
+lib/GNUstep/Images/common_RecyclerFull.tiff
+lib/GNUstep/Images/common_Right.tiff
+lib/GNUstep/Images/common_RightH.tiff
+lib/GNUstep/Images/common_RightTabStop.tiff
+lib/GNUstep/Images/common_Root_Apple.tiff
+lib/GNUstep/Images/common_Root_PC.tiff
+lib/GNUstep/Images/common_Root_SGI.tiff
+lib/GNUstep/Images/common_Root_Sparc.tiff
+lib/GNUstep/Images/common_Root_Sparc2.tiff
+lib/GNUstep/Images/common_SliderHoriz.tiff
+lib/GNUstep/Images/common_SliderVert.tiff
+lib/GNUstep/Images/common_StepperDown.tiff
+lib/GNUstep/Images/common_StepperDownHighlighted.tiff
+lib/GNUstep/Images/common_StepperUp.tiff
+lib/GNUstep/Images/common_StepperUpHighlighted.tiff
+lib/GNUstep/Images/common_SwitchOff.tiff
+lib/GNUstep/Images/common_SwitchOn.tiff
+lib/GNUstep/Images/common_TabDownSelectedLeft.tiff
+lib/GNUstep/Images/common_TabDownSelectedRight.tiff
+lib/GNUstep/Images/common_TabDownSelectedToUnSelectedJunction.tiff
+lib/GNUstep/Images/common_TabDownUnSelectedJunction.tiff
+lib/GNUstep/Images/common_TabDownUnSelectedLeft.tiff
+lib/GNUstep/Images/common_TabDownUnSelectedRight.tiff
+lib/GNUstep/Images/common_TabDownUnSelectedToSelectedJunction.tiff
+lib/GNUstep/Images/common_TabSelectedLeft.tiff
+lib/GNUstep/Images/common_TabSelectedRight.tiff
+lib/GNUstep/Images/common_TabSelectedToUnSelectedJunction.tiff
+lib/GNUstep/Images/common_TabUnSelectedJunction.tiff
+lib/GNUstep/Images/common_TabUnSelectedLeft.tiff
+lib/GNUstep/Images/common_TabUnSelectedRight.tiff
+lib/GNUstep/Images/common_TabUnSelectedToSelectedJunction.tiff
+lib/GNUstep/Images/common_Tile.tiff
+lib/GNUstep/Images/common_ToolbarClippedItemsMark.tiff
+lib/GNUstep/Images/common_ToolbarCustomizeToolbarItem.tiff
+lib/GNUstep/Images/common_ToolbarSeparatorItem.tiff
+lib/GNUstep/Images/common_ToolbarShowColorsItem.tiff
+lib/GNUstep/Images/common_ToolbarShowFontsItem.tiff
+lib/GNUstep/Images/common_ToolbarSpaceItem.tiff
+lib/GNUstep/Images/common_Unknown.tiff
+lib/GNUstep/Images/common_UnknownApplication.tiff
+lib/GNUstep/Images/common_UnknownTool.tiff
+lib/GNUstep/Images/common_Unmount.tiff
+lib/GNUstep/Images/common_UpAndDownArrowSmall.tiff
+lib/GNUstep/Images/common_VideoFolder.tiff
+lib/GNUstep/Images/common_copyCursor.tiff
+lib/GNUstep/Images/common_linkCursor.tiff
+lib/GNUstep/Images/common_noCursor.tiff
+lib/GNUstep/Images/common_outlineCollapsed.tiff
+lib/GNUstep/Images/common_outlineExpanded.tiff
+lib/GNUstep/Images/common_outlineUnexpandable.tiff
+lib/GNUstep/Images/common_ret.tiff
+lib/GNUstep/Images/common_retH.tiff
+lib/GNUstep/Images/nsmapping.strings
+lib/GNUstep/Images/page_landscape.tiff
+lib/GNUstep/Images/page_portrait.tiff
+lib/GNUstep/KeyBindings/DefaultKeyBindings.dict
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/English.lproj/GSDataLinkPanel.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/English.lproj/GSDataLinkPanel.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/English.lproj/GSDataLinkPanel.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/English.lproj/GSFindPanel.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/English.lproj/GSFindPanel.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/English.lproj/GSFindPanel.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/English.lproj/GSPageLayout.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/English.lproj/GSPageLayout.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/English.lproj/GSPageLayout.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/English.lproj/GSPrintPanel.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/English.lproj/GSPrintPanel.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/English.lproj/GSPrintPanel.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/English.lproj/GSSpellPanel.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/English.lproj/GSSpellPanel.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/English.lproj/GSToolbarCustomizationPalette.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/English.lproj/GSToolbarCustomizationPalette.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/English.lproj/GSToolbarCustomizationPalette.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/English.lproj/Localizable.strings
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Esperanto.lproj/Localizable.strings
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/French.lproj/Localizable.strings
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/German.lproj/Localizable.strings
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Info-gnustep.plist
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Italian.lproj/Localizable.strings
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Japanese.lproj/Localizable.strings
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Korean.lproj/Localizable.strings
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Lojban.lproj/Localizable.strings
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Polish.lproj/Localizable.strings
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Spanish.lproj/GSDataLinkPanel.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Spanish.lproj/GSDataLinkPanel.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Spanish.lproj/GSDataLinkPanel.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Spanish.lproj/GSFindPanel.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Spanish.lproj/GSFindPanel.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Spanish.lproj/GSFindPanel.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Spanish.lproj/GSPageLayout.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Spanish.lproj/GSPageLayout.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Spanish.lproj/GSPageLayout.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Spanish.lproj/GSPrintPanel.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Spanish.lproj/GSPrintPanel.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Spanish.lproj/GSPrintPanel.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Spanish.lproj/GSSpellPanel.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Spanish.lproj/GSSpellPanel.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Spanish.lproj/GSSpellPanel.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Spanish.lproj/GSToolbarCustomizationPalette.gorm/data.classes
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Spanish.lproj/GSToolbarCustomizationPalette.gorm/data.info
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Spanish.lproj/GSToolbarCustomizationPalette.gorm/objects.gorm
+lib/GNUstep/Libraries/gnustep-gui/Versions/0.28/Resources/Spanish.lproj/Localizable.strings
+lib/GNUstep/PostScript/GSProlog.ps
+lib/GNUstep/PostScript/PPD/English.lproj/Generic-PostScript_Printer-Postscript.ppd
+lib/GNUstep/Services/GSspell.service/GSspell
+lib/GNUstep/Services/GSspell.service/Resources/Info-gnustep.plist
+lib/GNUstep/Sounds/Basso.wav
+lib/GNUstep/Sounds/Blow.wav
+lib/GNUstep/Sounds/Bottle.wav
+lib/GNUstep/Sounds/Frog.wav
+lib/GNUstep/Sounds/Glass.wav
+lib/GNUstep/Sounds/Hero.wav
+lib/GNUstep/Sounds/Ping.wav
+lib/GNUstep/Sounds/Pop.wav
+lib/GNUstep/Sounds/Sosumi.wav
+lib/GNUstep/Sounds/Submarine.wav
+lib/GNUstep/Sounds/Tink.wav
+lib/libgnustep-gui.so
+lib/libgnustep-gui.so.0.28.0
+share/GNUstep/Makefiles/Additional/gui.make
+@pkgdir lib/GNUstep/Themes
diff --git a/libs-gui/distinfo b/libs-gui/distinfo
new file mode 100644
index 0000000000..1531f291ce
--- /dev/null
+++ b/libs-gui/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libs-gui/gui-0_28_0.tar.gz) = 32496c4ebc5260358b65e3b02f422ad20b9915b3
+RMD160 (libs-gui/gui-0_28_0.tar.gz) = 53106237f12251b3f5d62c1acc503abb5c23ee75
+SHA512 (libs-gui/gui-0_28_0.tar.gz) = ccef19bbdf7bf51b992b941ed1bbd2e1aeabe83e2fd040a75b9fbfd77c90722f80de416e61ac37ee5d6eb5ced26efe0a1aeec49374db9c8c4237bc5b59182371
+Size (libs-gui/gui-0_28_0.tar.gz) = 2933423 bytes


Home | Main Index | Thread Index | Old Index