1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

PaneKit is a framework which provides various features to build

flexible pane window in any GNUstep or Cocoa applications.
PKPanesController controls the main user interface
and several presentations are available.
Panes can be build in bundle of Nib or programmingly.
They are registered in PKPaneRegistry and displayed by PKPanesController.

PKPreferencesController and PKPreferencesPaneRegistry
are designed to handle preferences.
It includes an NSPreferencePane implementation (following Cocoa API).

It is based on GSSystemPreferences code written by Uli Kusterer.

WWW: http://www.etoile-project.org/
This commit is contained in:
Dirk Meyer 2006-12-23 10:33:42 +00:00
parent 231c1cc37e
commit 6654e71f5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180583
5 changed files with 65 additions and 0 deletions

View File

@ -45,6 +45,7 @@
SUBDIR += etoile-hardware
SUBDIR += etoile-lookandbehavior
SUBDIR += etoile-menuserver
SUBDIR += etoile-panekit
SUBDIR += etoile-preferenceskit
SUBDIR += etoile-servicesbarkit
SUBDIR += etoile-trackerkit

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: etoile-panekit
# Date created: 22 Dec 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= panekit
PORTVERSION= 0.1.${SNAPSHOT}
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://people.freebsd.org/~%%SUBDIR%%/distfiles/
MASTER_SITE_SUBDIR= dinoex
PKGNAMEPREFIX= etoile-
DISTNAME= Etoile-${SNAPSHOT}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Framework which provides flexible pane window in GNUstep
USE_BZIP2= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
DEFAULT_LIBVERSION= 0.1
USE_GNUSTEP_LDCONFIG= ${LOCALLIBDIR}
SNAPSHOT= 20061221
WRKSRC= ${WRKDIR}/Etoile/
USE_GNUSTEP_MAKE_DIRS+= Frameworks/PaneKit
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Etoile-20061221.tar.bz2) = 120ffa8cf06c58ff775f8a218ad91448
SHA256 (Etoile-20061221.tar.bz2) = 7dc8acbf2cb46d9d119c9817204bbbbe72884065f3287877550c400e68f4c992
SIZE (Etoile-20061221.tar.bz2) = 9867481

View File

@ -0,0 +1,14 @@
PaneKit is a framework which provides various features to build
flexible pane window in any GNUstep or Cocoa applications.
PKPanesController controls the main user interface
and several presentations are available.
Panes can be build in bundle of Nib or programmingly.
They are registered in PKPaneRegistry and displayed by PKPanesController.
PKPreferencesController and PKPreferencesPaneRegistry
are designed to handle preferences.
It includes an NSPreferencePane implementation (following Cocoa API).
It is based on GSSystemPreferences code written by Uli Kusterer.
WWW: http://www.etoile-project.org/

View File

@ -0,0 +1,14 @@
Local/Library/Headers/PaneKit/CocoaCompatibility.h
Local/Library/Headers/PaneKit/NSPreferencePane.h
Local/Library/Headers/PaneKit/PKPane.h
Local/Library/Headers/PaneKit/PKPaneRegistry.h
Local/Library/Headers/PaneKit/PKPanesController.h
Local/Library/Headers/PaneKit/PKPreferencePane.h
Local/Library/Headers/PaneKit/PKPreferencePaneRegistry.h
Local/Library/Headers/PaneKit/PKPreferencesController.h
Local/Library/Headers/PaneKit/PKPresentationBuilder.h
Local/Library/Headers/PaneKit/PaneKit.h
Local/Library/Libraries/libPaneKit.so
Local/Library/Libraries/libPaneKit.so.%%MAJORLIBVERSION%%
Local/Library/Libraries/libPaneKit.so.%%LIBVERSION%%
@dirrm Local/Library/Headers/PaneKit