View | Details | Raw Unified | Return to bug 159500
Collapse All | Expand All

(-)x11-wm/pager/Makefile (-19 / +11 lines)
Lines 6-41 Link Here
6
#
6
#
7
7
8
PORTNAME=	pager
8
PORTNAME=	pager
9
PORTVERSION=	0.6
9
PORTVERSION=	0.90.2
10
PORTREVISION=	12
11
CATEGORIES=	x11-wm
10
CATEGORIES=	x11-wm
12
MASTER_SITES=	SF
11
MASTER_SITES=	http://download.tuxfamily.org/sawfishpager/
13
MASTER_SITE_SUBDIR=	sawfish-pager
12
DISTNAME=	sawfish-pager-${PORTVERSION}
14
EXTRACT_SUFX=	.tgz
15
13
16
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
17
COMMENT=	A pager for sawfish without GNOME
15
COMMENT=	A pager for sawfish without GNOME
18
16
19
BROKEN=	does not fetch
20
21
BUILD_DEPENDS=	sawfish:${PORTSDIR}/x11-wm/sawfish
17
BUILD_DEPENDS=	sawfish:${PORTSDIR}/x11-wm/sawfish
22
RUN_DEPENDS=	sawfish:${PORTSDIR}/x11-wm/sawfish
18
RUN_DEPENDS=	sawfish:${PORTSDIR}/x11-wm/sawfish
23
19
24
BROKEN=		does not build
20
USE_XZ=		yes
25
21
USE_GNOME=	gtk20
26
USE_GMAKE=	yes
22
USE_GMAKE=	yes
27
MAKEFILE=	GNUmakefile
23
GNU_CONFIGURE=	yes
28
USE_XORG=	x11
29
30
SAWFISH_VERSION=	`${LOCALBASE}/bin/sawfish --version 2>&1 | \
31
			${SED} 's/^.*version[ ]*\([0-9.]*\).*/\1/'`
32
24
33
PLIST_SUB+=	SAWFISH_VERSION="${SAWFISH_VERSION}"
25
PLIST_FILES=	lib/sawfish/sawfishpager \
26
		share/sawfish/lisp/sawfish/wm/ext/pager.jl \
27
		share/sawfish/lisp/sawfish/wm/ext/pager.jlc
34
28
35
do-install:
29
post-install:
36
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
30
	@${STRIP_CMD} ${PREFIX}/lib/sawfish/sawfishpager	
37
	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jl \
38
		${PREFIX}/share/sawfish/${SAWFISH_VERSION}/lisp/sawfish/wm/ext
39
	@${CAT} ${PKGMESSAGE}
31
	@${CAT} ${PKGMESSAGE}
40
32
41
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)x11-wm/pager/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pager-0.6.tgz) = d60e3788db46461c16411673cc37070ace4cbfab86d2c149e0bf2467e30ccb8c
1
SHA256 (sawfish-pager-0.90.2.tar.xz) = 3d8c884f06f6fdf546ce27cf3ccca67373da4094b890ca018a538096d1178345
2
SIZE (pager-0.6.tgz) = 13624
2
SIZE (sawfish-pager-0.90.2.tar.xz) = 174760
(-)x11-wm/pager/pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
A pager for sawfish without GNOME
1
A pager for sawfish without GNOME
2
2
3
WWW: http://sawfish-pager.sourceforge.net/
3
WWW: http://sawfish.tuxfamily.org/
(-)x11-wm/pager/pkg-message (-1 lines)
Lines 3-8 Link Here
3
your sawfish resource file (e.g. ~/.sawfishrc):
3
your sawfish resource file (e.g. ~/.sawfishrc):
4
4
5
  (require 'sawfish.wm.ext.pager)
5
  (require 'sawfish.wm.ext.pager)
6
  (setq pager-executable "pager")
7
  (add-hook 'after-initialization-hook pager t)
6
  (add-hook 'after-initialization-hook pager t)
8
********************************************************************************
7
********************************************************************************
(-)x11-wm/pager/pkg-plist (-4 lines)
Lines 1-4 Link Here
1
bin/pager
2
share/sawfish/%%SAWFISH_VERSION%%/lisp/sawfish/wm/ext/pager.jl
3
@comment share/sawfish/%%SAWFISH_VERSION%%/lisp/sawfish/wm/ext/pager.jlc
4
@comment doesn't work correct with the compiled .jl file at the moment

Return to bug 159500