diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 12:23:44 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 12:23:44 +0800 |
commit | 725919132fe0a21ed5ec7bdaee8c364427e95b70 (patch) | |
tree | ab3078dcaf00f2885c4c9869b3d1577fda422086 /x11-wm | |
parent | 5f66a3f6e368bd02ab17e67193cf240ba0a53e11 (diff) | |
download | marcuscom-ports-725919132fe0a21ed5ec7bdaee8c364427e95b70.tar marcuscom-ports-725919132fe0a21ed5ec7bdaee8c364427e95b70.tar.gz marcuscom-ports-725919132fe0a21ed5ec7bdaee8c364427e95b70.tar.bz2 marcuscom-ports-725919132fe0a21ed5ec7bdaee8c364427e95b70.tar.lz marcuscom-ports-725919132fe0a21ed5ec7bdaee8c364427e95b70.tar.xz marcuscom-ports-725919132fe0a21ed5ec7bdaee8c364427e95b70.tar.zst marcuscom-ports-725919132fe0a21ed5ec7bdaee8c364427e95b70.zip |
-USE_X_PREFIX -> USE_XLIB, chase sawfish's new home.
-Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7394 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/pager/Makefile | 37 | ||||
-rw-r--r-- | x11-wm/pager/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/pager/pkg-descr | 3 | ||||
-rw-r--r-- | x11-wm/pager/pkg-message | 8 | ||||
-rw-r--r-- | x11-wm/pager/pkg-plist | 4 |
5 files changed, 55 insertions, 0 deletions
diff --git a/x11-wm/pager/Makefile b/x11-wm/pager/Makefile new file mode 100644 index 000000000..e78b7ab4a --- /dev/null +++ b/x11-wm/pager/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: pager +# Date created: November 20 2002 +# Whom: Michael Ebert <ebert@informatik.unibw-muenchen.de> +# +# $FreeBSD$ +# + +PORTNAME= pager +PORTVERSION= 0.6 +PORTREVISION= 6 +CATEGORIES= x11-wm +MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ + http://mirror2.unixfreunde.de/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ebert@informatik.unibw-muenchen.de +COMMENT= A pager for sawfish without GNOME + +BUILD_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish +RUN_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish + +USE_GMAKE= yes +MAKEFILE= GNUmakefile +USE_XLIB= yes + +SAWFISH_VERSION= `${X11BASE}/bin/sawfish --version 2>&1 | \ + ${SED} 's/^.*version[ ]*\([0-9.]*\).*/\1/'` + +PLIST_SUB+= SAWFISH_VERSION="${SAWFISH_VERSION}" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jl \ + ${PREFIX}/share/sawfish/${SAWFISH_VERSION}/lisp/sawfish/wm/ext + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/x11-wm/pager/distinfo b/x11-wm/pager/distinfo new file mode 100644 index 000000000..53a5751e1 --- /dev/null +++ b/x11-wm/pager/distinfo @@ -0,0 +1,3 @@ +MD5 (pager-0.6.tgz) = 5fd117abec6e4af3f89aefbd60cd9ad0 +SHA256 (pager-0.6.tgz) = d60e3788db46461c16411673cc37070ace4cbfab86d2c149e0bf2467e30ccb8c +SIZE (pager-0.6.tgz) = 13624 diff --git a/x11-wm/pager/pkg-descr b/x11-wm/pager/pkg-descr new file mode 100644 index 000000000..5e0bc6bb9 --- /dev/null +++ b/x11-wm/pager/pkg-descr @@ -0,0 +1,3 @@ +A pager for sawfish without GNOME + +WWW: http://dapfy.bei.t-online.de/sawfish/pager/ diff --git a/x11-wm/pager/pkg-message b/x11-wm/pager/pkg-message new file mode 100644 index 000000000..3f5364f38 --- /dev/null +++ b/x11-wm/pager/pkg-message @@ -0,0 +1,8 @@ +******************************************************************************** +To start the pager at the startup of sawfish add the following to +your sawfish resource file (e.g. ~/.sawfishrc): + + (require 'sawfish.wm.ext.pager) + (setq pager-executable "pager") + (add-hook 'after-initialization-hook pager t) +******************************************************************************** diff --git a/x11-wm/pager/pkg-plist b/x11-wm/pager/pkg-plist new file mode 100644 index 000000000..42fb50fc9 --- /dev/null +++ b/x11-wm/pager/pkg-plist @@ -0,0 +1,4 @@ +bin/pager +share/sawfish/%%SAWFISH_VERSION%%/lisp/sawfish/wm/ext/pager.jl +@comment share/sawfish/%%SAWFISH_VERSION%%/lisp/sawfish/wm/ext/pager.jlc +@comment doesn't work correct with the compiled .jl file at the moment |