mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
Etoile intends to be an innovative GNUstep based user environnement built
from the ground up on highly modular and light components with project and document orientation in mind, in order to allow users to create their own workflow by reshaping or recombining provided Services (aka Applications), Components etc. Flexibility and modularity on both User Interface and code level should allow us to scale from PDA to computer environment. This package installs the BookmarkKit framework. WWW: http://www.etoile-project.org/
This commit is contained in:
parent
7f95e396ff
commit
e7a570e1eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177603
@ -123,6 +123,7 @@
|
||||
SUBDIR += epiphany
|
||||
SUBDIR += epiphany-extensions
|
||||
SUBDIR += erwn
|
||||
SUBDIR += etoile-bookmarkkit
|
||||
SUBDIR += etoile-grr
|
||||
SUBDIR += etoile-rsskit
|
||||
SUBDIR += eventum
|
||||
|
33
www/etoile-bookmarkkit/Makefile
Normal file
33
www/etoile-bookmarkkit/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: etoile-bookmarkkit
|
||||
# Date created: 18 Nov 2006
|
||||
# Whom: dirk.meyer@dinoex.sub.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bookmarkkit
|
||||
PORTVERSION= 0.1.${SNAPSHOT}
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://florida.ethz.ch/ports/distfiles/
|
||||
PKGNAMEPREFIX= etoile-
|
||||
DISTNAME= etoile_0+${SNAPSHOT}+dfsg.orig
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Etoile Project BookmarkKit framework
|
||||
|
||||
SNAPSHOT= 20060917
|
||||
WRKSRC= ${WRKDIR}/etoile-0+${SNAPSHOT}+dfsg/Etoile/
|
||||
USE_GMAKE= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_PREFIX= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
NO_FILTER_SHLIBS= yes
|
||||
USE_GNUSTEP_SYSTEM_LIBS+= TrackerKit:${TRACKERKIT_PORT}
|
||||
USE_GNUSTEP_MAKE_DIRS+= Frameworks/BookmarkKit
|
||||
|
||||
TRACKERKIT_PORT?= deskutils/etoile-trackerkit
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/etoile-bookmarkkit/distinfo
Normal file
3
www/etoile-bookmarkkit/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (etoile_0+20060917+dfsg.orig.tar.gz) = bc96dcaba7ac66abb1320d5cfc98f05e
|
||||
SHA256 (etoile_0+20060917+dfsg.orig.tar.gz) = de7cb026ccebdbb72d115ca800a13910cd51c9df27f5578ad7059b13f88eb334
|
||||
SIZE (etoile_0+20060917+dfsg.orig.tar.gz) = 10478850
|
10
www/etoile-bookmarkkit/pkg-descr
Normal file
10
www/etoile-bookmarkkit/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
Etoile intends to be an innovative GNUstep based user environnement built
|
||||
from the ground up on highly modular and light components with project and
|
||||
document orientation in mind, in order to allow users to create their own
|
||||
workflow by reshaping or recombining provided Services (aka Applications),
|
||||
Components etc. Flexibility and modularity on both User Interface and code
|
||||
level should allow us to scale from PDA to computer environment.
|
||||
|
||||
This package installs the BookmarkKit framework.
|
||||
|
||||
WWW: http://www.etoile-project.org/
|
8
www/etoile-bookmarkkit/pkg-plist
Normal file
8
www/etoile-bookmarkkit/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
System/Library/Headers/BookmarkKit/BKBookmark.h
|
||||
System/Library/Headers/BookmarkKit/BKBookmarkQuery.h
|
||||
System/Library/Headers/BookmarkKit/BKBookmarkSearchResult.h
|
||||
System/Library/Headers/BookmarkKit/BKBookmarkStore.h
|
||||
System/Library/Libraries/libBookmarkKit.so
|
||||
System/Library/Libraries/libBookmarkKit.so.%%MAJORLIBVERSION%%
|
||||
System/Library/Libraries/libBookmarkKit.so.%%MAJORLIBVERSION%%.1
|
||||
@dirrm System/Library/Headers/BookmarkKit
|
Loading…
Reference in New Issue
Block a user