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

(-)wmfs/Makefile (-10 / +4 lines)
Lines 6-24 Link Here
6
#
6
#
7
7
8
PORTNAME=	wmfs
8
PORTNAME=	wmfs
9
DISTVERSION=	0.1rc4
9
DISTVERSION=	201001
10
PORTREVISION=	2
10
PORTREVISION=	3
11
CATEGORIES=	x11-wm
11
CATEGORIES=	x11-wm
12
MASTER_SITES=	http://wmfs.info/files/ \
12
MASTER_SITES=	http://www.wmfs.info/static/dl/
13
		http://mirror.mcx2.org/
14
13
15
MAINTAINER=	dhn@FreeBSD.org
14
MAINTAINER=	dhn@FreeBSD.org
16
COMMENT=	A floating and tiling Window Manager From Scratch
15
COMMENT=	A floating and tiling Window Manager From Scratch
17
16
18
BUILD_DEPENDS+=	asciidoc:${PORTSDIR}/textproc/asciidoc \
17
LIB_DEPENDS+=	freetype.9:${PORTSDIR}/print/freetype2
19
		xmlto:${PORTSDIR}/textproc/xmlto
20
LIB_DEPENDS+=	freetype.9:${PORTSDIR}/print/freetype2 \
21
		confuse.0:${PORTSDIR}/devel/libconfuse
22
18
23
USE_GNOME=	pkgconfig
19
USE_GNOME=	pkgconfig
24
USE_CMAKE=	yes
20
USE_CMAKE=	yes
Lines 31-37 Link Here
31
		etc/xdg/wmfs/wmfsrc \
27
		etc/xdg/wmfs/wmfsrc \
32
		%%DOCSDIR%%/TODO \
28
		%%DOCSDIR%%/TODO \
33
		%%DOCSDIR%%/README \
29
		%%DOCSDIR%%/README \
34
		%%DOCSDIR%%/CHANGELOG \
35
		%%DOCSDIR%%/wmfsrc
30
		%%DOCSDIR%%/wmfsrc
36
PLIST_DIRS=	%%DOCSDIR%% etc/xdg/wmfs etc/xdg
31
PLIST_DIRS=	%%DOCSDIR%% etc/xdg/wmfs etc/xdg
37
32
Lines 48-54 Link Here
48
	@${MKDIR} ${DOCSDIR}
43
	@${MKDIR} ${DOCSDIR}
49
	${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR}/TODO
44
	${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR}/TODO
50
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
45
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
51
	${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${DOCSDIR}/CHANGELOG
52
	${INSTALL_DATA} ${WRKSRC}/wmfsrc ${DOCSDIR}/wmfsrc
46
	${INSTALL_DATA} ${WRKSRC}/wmfsrc ${DOCSDIR}/wmfsrc
53
.endif
47
.endif
54
48
(-)wmfs/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (wmfs-0.1rc4.tar.gz) = 93a8f77ad3f48c118f62d225a4d8b8fc
1
MD5 (wmfs-201001.tar.gz) = c9c911c11450dc145a2ccbb66e8d0034
2
SHA256 (wmfs-0.1rc4.tar.gz) = 41da6311ad708132c4c18fd1ce3e57221570d816346092a04b07d23406d7e57a
2
SHA256 (wmfs-201001.tar.gz) = 5c8d71f20d6e981172c8a954bf1d05f4159e4c4e63db11b05482e411e85e0f5c
3
SIZE (wmfs-0.1rc4.tar.gz) = 42814
3
SIZE (wmfs-201001.tar.gz) = 102502
(-)wmfs/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
file (made with LibConfuse), it supports Xft (FreeType) fonts
3
file (made with LibConfuse), it supports Xft (FreeType) fonts
4
and EWMH hints wm standards.
4
and EWMH hints wm standards.
5
5
6
WWW:	http://wmfs.info/
6
WWW:	http://www.wmfs.info/
(-)wmfs/pkg-message (-1 / +1 lines)
Lines 3-8 Link Here
3
3
4
A default wmfsrc has been installed to:
4
A default wmfsrc has been installed to:
5
 PREFIX/share/doc/wmfs/wmfsrc
5
 PREFIX/share/doc/wmfs/wmfsrc
6
Copy it to ~/ and modify it.
6
Copy it to ~/.config/wmfs/ and modify it.
7
7
8
##########################################
8
##########################################

Return to bug 143015