Add orion, a window manager written in Scheme.

PR:		ports/69075
Submitted by:	Björn Lindström <bkhl@elektrubadur.se>
This commit is contained in:
Pav Lucistnik 2004-07-17 20:08:20 +00:00
parent c3ef8ffdf6
commit 7bf3009384
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113871
4 changed files with 72 additions and 0 deletions

32
x11-wm/orion/Makefile Normal file
View File

@ -0,0 +1,32 @@
# New ports collection makefile for: orion
# Date created: 14 July 2004
# Whom: bkhl@elektrubadur.se
#
# $FreeBSD$
#
PORTNAME= orion
PORTVERSION= 0.2
CATEGORIES= x11-wm scheme
MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/packages/orion-wm/
MAINTAINER= bkhl@elektrubadur.se
COMMENT= An X11 window manager written in Scheme
RUN_DEPENDS= ${LOCALBASE}/lib/scsh/0.6/module-system:${PORTSDIR}/devel/sunterlib \
${LOCALBASE}/lib/scsh/0.6/scx:${PORTSDIR}/x11-toolkits/scx
USE_X_PREFIX= yes
NO_BUILD= yes
do-install:
(cd ${WRKSRC}; ./install.scm --prefix=${PREFIX})
post-install:
${RM} -rf ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/doc/user.html ${DOCSDIR}
.endif
.include <bsd.port.mk>

2
x11-wm/orion/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (orion-0.2.tar.gz) = 4a328f7509cb4756d61ecc55bf6f0c94
SIZE (orion-0.2.tar.gz) = 40281

15
x11-wm/orion/pkg-descr Normal file
View File

@ -0,0 +1,15 @@
Orion is a window manager for the X11 windowing system. Orion is
written in Scheme and accesses Xlib via the scx library for
scsh. Orion is in fact a family of window managers that can be
nested. This enables great flexibility and efficient handling of X11
applications. Orion currently comes with four child window managers:
* a conventional moving window manager
* a window manager for stacking windows in a frame
* a window manager for splitting windows horizontally and vertically
* a work space manager
Orion also supports saving the window manager layout and programmatic
configuration.
WWW: http://www.scsh.net/resources/graphics.html

23
x11-wm/orion/pkg-plist Normal file
View File

@ -0,0 +1,23 @@
bin/orion
share/orion-0.2/scheme/button.scm
share/orion-0.2/scheme/config.scm
share/orion-0.2/scheme/drag-window.scm
share/orion-0.2/scheme/file-name-completion.scm
share/orion-0.2/scheme/key-grab.scm
share/orion-0.2/scheme/main.scm
share/orion-0.2/scheme/manager.scm
share/orion-0.2/scheme/motif.scm
share/orion-0.2/scheme/move-wm-icon.scm
share/orion-0.2/scheme/move-wm-resizer.scm
share/orion-0.2/scheme/move-wm.scm
share/orion-0.2/scheme/packages.scm
share/orion-0.2/scheme/prompt.scm
share/orion-0.2/scheme/root-manager.scm
share/orion-0.2/scheme/split-wm.scm
share/orion-0.2/scheme/switch-wm.scm
share/orion-0.2/scheme/titlebar.scm
share/orion-0.2/scheme/utils.scm
%%PORTDOCS%%%%DOCSDIR%%/user.html
@dirrm share/orion-0.2/scheme
@dirrm share/orion-0.2
%%PORTDOCS%%@dirrm %%DOCSDIR%%