diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-23 10:33:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-23 10:33:42 +0000 |
commit | 6654e71f5e8df63b53ef7e162a3a3906db73bb33 (patch) | |
tree | cf67569d597875f450025d2bb21cfca6c002f507 /deskutils/etoile-panekit | |
parent | 231c1cc37e74851a921bc767a27eeb2589fc4fd8 (diff) | |
download | ports-6654e71f5e8df63b53ef7e162a3a3906db73bb33.tar.gz ports-6654e71f5e8df63b53ef7e162a3a3906db73bb33.zip |
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/
Notes
Notes:
svn path=/head/; revision=180583
Diffstat (limited to 'deskutils/etoile-panekit')
-rw-r--r-- | deskutils/etoile-panekit/Makefile | 33 | ||||
-rw-r--r-- | deskutils/etoile-panekit/distinfo | 3 | ||||
-rw-r--r-- | deskutils/etoile-panekit/pkg-descr | 14 | ||||
-rw-r--r-- | deskutils/etoile-panekit/pkg-plist | 14 |
4 files changed, 64 insertions, 0 deletions
diff --git a/deskutils/etoile-panekit/Makefile b/deskutils/etoile-panekit/Makefile new file mode 100644 index 000000000000..0080cb948fbf --- /dev/null +++ b/deskutils/etoile-panekit/Makefile @@ -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> diff --git a/deskutils/etoile-panekit/distinfo b/deskutils/etoile-panekit/distinfo new file mode 100644 index 000000000000..545ac18e8091 --- /dev/null +++ b/deskutils/etoile-panekit/distinfo @@ -0,0 +1,3 @@ +MD5 (Etoile-20061221.tar.bz2) = 120ffa8cf06c58ff775f8a218ad91448 +SHA256 (Etoile-20061221.tar.bz2) = 7dc8acbf2cb46d9d119c9817204bbbbe72884065f3287877550c400e68f4c992 +SIZE (Etoile-20061221.tar.bz2) = 9867481 diff --git a/deskutils/etoile-panekit/pkg-descr b/deskutils/etoile-panekit/pkg-descr new file mode 100644 index 000000000000..8959b8c3ec6e --- /dev/null +++ b/deskutils/etoile-panekit/pkg-descr @@ -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/ diff --git a/deskutils/etoile-panekit/pkg-plist b/deskutils/etoile-panekit/pkg-plist new file mode 100644 index 000000000000..4662361c2d8f --- /dev/null +++ b/deskutils/etoile-panekit/pkg-plist @@ -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 |