diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/etoile-login/Makefile | 27 | ||||
-rw-r--r-- | x11-wm/etoile-login/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/etoile-login/pkg-descr | 9 | ||||
-rw-r--r-- | x11-wm/etoile-login/pkg-plist | 38 |
5 files changed, 78 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 2dca29e8858e..f3b5400d56bb 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -51,6 +51,7 @@ SUBDIR += etoile-azalea SUBDIR += etoile-azdock SUBDIR += etoile-azswitch + SUBDIR += etoile-login SUBDIR += evilwm SUBDIR += expocity SUBDIR += fbcmd diff --git a/x11-wm/etoile-login/Makefile b/x11-wm/etoile-login/Makefile new file mode 100644 index 000000000000..4b00a16c273b --- /dev/null +++ b/x11-wm/etoile-login/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: etoile-login +# Date created: 07 May 2008 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= login +PORTVERSION= 0.2 +CATEGORIES= x11-wm gnustep +MASTER_SITES= http://download.gna.org/etoile/ +PKGNAMEPREFIX= etoile- +DISTNAME= etoile-${PORTVERSION} + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Etoile Project GDM Greeter plugin + +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes + +WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} +USE_GNUSTEP_MAKE_DIRS+= Services/Private/Login + +.include <bsd.port.mk> diff --git a/x11-wm/etoile-login/distinfo b/x11-wm/etoile-login/distinfo new file mode 100644 index 000000000000..2ac1ee4891af --- /dev/null +++ b/x11-wm/etoile-login/distinfo @@ -0,0 +1,3 @@ +MD5 (etoile-0.2.tar.gz) = cc1b54ba2e4ba371c5eda45c756bece9 +SHA256 (etoile-0.2.tar.gz) = 293cb9e5c50b27a8e38f16374c17595f20c5950ba44d00ffac3fb17ddd852d2c +SIZE (etoile-0.2.tar.gz) = 21373391 diff --git a/x11-wm/etoile-login/pkg-descr b/x11-wm/etoile-login/pkg-descr new file mode 100644 index 000000000000..a7a406eaa7b4 --- /dev/null +++ b/x11-wm/etoile-login/pkg-descr @@ -0,0 +1,9 @@ +This Login.app is a simple "greeter" program you can use for XDM sessions. +It is NOT a standalone XDM-like implementation, rather it takes advantage of +the modularity of GDM. GDM use special clients (gdmlogin or gdmgreater), +called "greeter" clients, to do the graphical part of a login. +The authentication, etc., is still done by the GDM daemon. +GDM communicates through pipes and a simple protocol with the clients +(check the GDMClient class and the list of opcodes to have a better idea). + +WWW: http://www.etoile-project.org/ diff --git a/x11-wm/etoile-login/pkg-plist b/x11-wm/etoile-login/pkg-plist new file mode 100644 index 000000000000..4971d30181df --- /dev/null +++ b/x11-wm/etoile-login/pkg-plist @@ -0,0 +1,38 @@ +System/Applications/Login.app/Login +System/Applications/Login.app/Resources/2560x1920.jpg +System/Applications/Login.app/Resources/English.lproj/login.gorm/Toolbar-LogIn-Green.png +System/Applications/Login.app/Resources/English.lproj/login.gorm/Toolbar-LogIn.png +System/Applications/Login.app/Resources/English.lproj/login.gorm/Toolbar-Restart.png +System/Applications/Login.app/Resources/English.lproj/login.gorm/Toolbar-ShutDown.png +System/Applications/Login.app/Resources/English.lproj/login.gorm/data.classes +System/Applications/Login.app/Resources/English.lproj/login.gorm/data.info +System/Applications/Login.app/Resources/English.lproj/login.gorm/logo.png +System/Applications/Login.app/Resources/English.lproj/login.gorm/objects.gorm +System/Applications/Login.app/Resources/Info-gnustep.plist +System/Applications/Login.app/Resources/Loader01.tif +System/Applications/Login.app/Resources/Loader02.tif +System/Applications/Login.app/Resources/Loader03.tif +System/Applications/Login.app/Resources/Loader04.tif +System/Applications/Login.app/Resources/Loader05.tif +System/Applications/Login.app/Resources/Loader06.tif +System/Applications/Login.app/Resources/Loader07.tif +System/Applications/Login.app/Resources/Loader08.tif +System/Applications/Login.app/Resources/Loader09.tif +System/Applications/Login.app/Resources/Loader10.tif +System/Applications/Login.app/Resources/Loader11.tif +System/Applications/Login.app/Resources/Loader12.tif +System/Applications/Login.app/Resources/Loader13.tif +System/Applications/Login.app/Resources/Loader14.tif +System/Applications/Login.app/Resources/Loader15.tif +System/Applications/Login.app/Resources/Loader16.tif +System/Applications/Login.app/Resources/Login.desktop +System/Applications/Login.app/Resources/Toolbar-LogIn-Green.png +System/Applications/Login.app/Resources/Toolbar-LogIn.png +System/Applications/Login.app/Resources/Toolbar-Restart.png +System/Applications/Login.app/Resources/Toolbar-ShutDown.png +System/Applications/Login.app/stamp.make +System/Tools/Login +@dirrm System/Applications/Login.app/Resources/English.lproj/login.gorm +@dirrm System/Applications/Login.app/Resources/English.lproj +@dirrm System/Applications/Login.app/Resources +@dirrm System/Applications/Login.app |