new port of kahakai, a scriptable window manager based on waimea
PR: 64094 Submitted by: Greg J.
This commit is contained in:
parent
e3b5951c44
commit
b43ae84ecc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103661
@ -51,6 +51,7 @@
|
||||
SUBDIR += icewm
|
||||
SUBDIR += ion
|
||||
SUBDIR += jewel
|
||||
SUBDIR += kahakai
|
||||
SUBDIR += kappdock
|
||||
SUBDIR += kdeartwork3
|
||||
SUBDIR += kwin_flatcurve
|
||||
|
43
x11-wm/kahakai/Makefile
Normal file
43
x11-wm/kahakai/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# New ports collection makefile for: kahakai
|
||||
# Date created: 10 March 2004
|
||||
# Whom: Greg J. <xcas@cox.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kahakai
|
||||
PORTVERSION= 0.6.2
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= xcas@cox.net
|
||||
COMMENT= Kahakai window manager
|
||||
|
||||
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 \
|
||||
${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost
|
||||
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 \
|
||||
Xft.2:${PORTSDIR}/x11-fonts/Xft
|
||||
RUN_DEPENDS= \
|
||||
${X11BASE}/lib/X11/fonts/artwiz-fonts:${PORTSDIR}/x11-fonts/artwiz-fonts
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_PYTHON= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
MAN1= kahakai.1
|
||||
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
|
||||
CFLAGS=${PTHREAD_CFLAGS} \
|
||||
LDFLAGS=-L${X11BASE}/lib \
|
||||
LIBS=${PTHREAD_LIBS}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/tmp/ktest|${X11BASE}|' \
|
||||
${WRKSRC}/data/styles/Default.kastyle.in
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-wm/kahakai/distinfo
Normal file
2
x11-wm/kahakai/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (kahakai-0.6.2.tar.bz2) = 84f1501035d1fbab7eb46121a47b0dd8
|
||||
SIZE (kahakai-0.6.2.tar.bz2) = 697492
|
4
x11-wm/kahakai/pkg-descr
Normal file
4
x11-wm/kahakai/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Kahakai is a fork of the Waimea window manager. It can be scripted
|
||||
in Python.
|
||||
|
||||
WWW: http://kahakai.sourceforge.net
|
44
x11-wm/kahakai/pkg-plist
Normal file
44
x11-wm/kahakai/pkg-plist
Normal file
@ -0,0 +1,44 @@
|
||||
bin/hsetroot
|
||||
bin/kahakai
|
||||
lib/kahakai/libkahakai_swig_python.a
|
||||
lib/kahakai/libkahakai_swig_python.la
|
||||
lib/kahakai/libkahakai_swig_python.so
|
||||
lib/kahakai/libkahakai_swig_python.so.0
|
||||
%%DOCSDIR%%/AUTHORS
|
||||
%%DOCSDIR%%/COPYING
|
||||
%%DOCSDIR%%/NEWS
|
||||
%%DOCSDIR%%/README
|
||||
%%DOCSDIR%%/kastyleformat.txt
|
||||
%%DOCSDIR%%/userconfig-migration-0.5
|
||||
share/kahakai/cmd.gdb
|
||||
share/kahakai/config
|
||||
share/kahakai/home_autostart
|
||||
share/kahakai/home_config
|
||||
share/kahakai/home_userconfig.py
|
||||
share/kahakai/menu
|
||||
share/kahakai/scripts/actions.py
|
||||
share/kahakai/scripts/actions.pyc
|
||||
share/kahakai/scripts/actions.pyo
|
||||
share/kahakai/scripts/configparser.py
|
||||
share/kahakai/scripts/configparser.pyc
|
||||
share/kahakai/scripts/configparser.pyo
|
||||
share/kahakai/scripts/events.py
|
||||
share/kahakai/scripts/events.pyc
|
||||
share/kahakai/scripts/events.pyo
|
||||
share/kahakai/scripts/filelist.pl
|
||||
share/kahakai/scripts/kahakai.py
|
||||
share/kahakai/scripts/kahakai.pyc
|
||||
share/kahakai/scripts/kahakai.pyo
|
||||
share/kahakai/scripts/macros.py
|
||||
share/kahakai/scripts/macros.pyc
|
||||
share/kahakai/scripts/macros.pyo
|
||||
share/kahakai/scripts/procinfo.pl
|
||||
share/kahakai/scripts/styles.py
|
||||
share/kahakai/scripts/stylesdir.pl
|
||||
share/kahakai/styles/Default.kastyle
|
||||
share/kahakai/styles/Default.png
|
||||
@dirrm lib/kahakai
|
||||
@dirrm %%DOCSDIR%%
|
||||
@dirrm share/kahakai/scripts
|
||||
@dirrm share/kahakai/styles
|
||||
@dirrm share/kahakai
|
Loading…
Reference in New Issue
Block a user