SystemConfig is a framework which provides various a common way to set system
specific preferences by interfacing with the host system. Host system means the following combo: * operating sytem * additional abstraction support (sound, network etc.) * display/window server Versatile and flexible devices support is often done through an extra abstraction layer/library on top of the kernel. This is what 'additional abstraction support' means. GNOME System tools backend is an example of such library that allows to set various settings (like network related ones) without having to pay attention on which operating system Etoile is used. WWW: http://www.etoile-project.org/
This commit is contained in:
parent
f731526503
commit
31aa31cccc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180587
@ -48,6 +48,7 @@
|
||||
SUBDIR += etoile-panekit
|
||||
SUBDIR += etoile-preferenceskit
|
||||
SUBDIR += etoile-servicesbarkit
|
||||
SUBDIR += etoile-systemconfig
|
||||
SUBDIR += etoile-trackerkit
|
||||
SUBDIR += etoile-ui
|
||||
SUBDIR += etoile-workspaceswitcher
|
||||
|
33
deskutils/etoile-systemconfig/Makefile
Normal file
33
deskutils/etoile-systemconfig/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: etoile-systemconfig
|
||||
# Date created: 22 Dec 2006
|
||||
# Whom: dirk.meyer@dinoex.sub.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= systemconfig
|
||||
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 a way to set system preferences
|
||||
|
||||
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/SystemConfig
|
||||
|
||||
.include <bsd.port.mk>
|
3
deskutils/etoile-systemconfig/distinfo
Normal file
3
deskutils/etoile-systemconfig/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Etoile-20061221.tar.bz2) = 120ffa8cf06c58ff775f8a218ad91448
|
||||
SHA256 (Etoile-20061221.tar.bz2) = 7dc8acbf2cb46d9d119c9817204bbbbe72884065f3287877550c400e68f4c992
|
||||
SIZE (Etoile-20061221.tar.bz2) = 9867481
|
13
deskutils/etoile-systemconfig/pkg-descr
Normal file
13
deskutils/etoile-systemconfig/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
SystemConfig is a framework which provides various a common way to set system
|
||||
specific preferences by interfacing with the host system. Host system means the
|
||||
following combo:
|
||||
* operating sytem
|
||||
* additional abstraction support (sound, network etc.)
|
||||
* display/window server
|
||||
Versatile and flexible devices support is often done through an extra
|
||||
abstraction layer/library on top of the kernel. This is what 'additional
|
||||
abstraction support' means. GNOME System tools backend is an example of such
|
||||
library that allows to set various settings (like network related ones) without
|
||||
having to pay attention on which operating system Etoile is used.
|
||||
|
||||
WWW: http://www.etoile-project.org/
|
8
deskutils/etoile-systemconfig/pkg-plist
Normal file
8
deskutils/etoile-systemconfig/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
Local/Library/Headers/libSystemConfig/SCKeyboard.h
|
||||
Local/Library/Headers/libSystemConfig/SCMonitor.h
|
||||
Local/Library/Headers/libSystemConfig/SCMouse.h
|
||||
Local/Library/Headers/libSystemConfig/SCSound.h
|
||||
Local/Library/Libraries/libSystemConfig.so
|
||||
Local/Library/Libraries/libSystemConfig.so.%%MAJORLIBVERSION%%
|
||||
Local/Library/Libraries/libSystemConfig.so.%%LIBVERSION%%
|
||||
@dirrm Local/Library/Headers/libSystemConfig
|
Loading…
Reference in New Issue
Block a user