Import netwmpager 1.9
Netwmpager is a really small pager with a few knobs that is fully EWMH compliant. As such it will behave perfectly with window managers such as Openbox. From Pierre-Yves Ritschard <pierre-yves@spootnik.org>
This commit is contained in:
parent
2e5f4dd397
commit
0dd2e9b783
29
x11/netwmpager/Makefile
Normal file
29
x11/netwmpager/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/04/22 23:44:40 alek Exp $
|
||||
|
||||
COMMENT= "small EWMH compliant pager"
|
||||
|
||||
DISTNAME= netwmpager-1.9
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://onion.dynserv.net/~timo/netwmpager.html
|
||||
|
||||
MAINTAINER= Pierre-Yves Ritschard <pierre-yves@spootnik.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= X11 Xext Xft Xrender c m fontconfig freetype
|
||||
|
||||
MASTER_SITES= http://onion.dynserv.net/~timo/files/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
||||
|
||||
CONFIGURE_STYLE=simple
|
||||
|
||||
USE_GMAKE= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
4
x11/netwmpager/distinfo
Normal file
4
x11/netwmpager/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (netwmpager-1.9.tar.bz2) = 050dc1008b0d12fa9c0b8a6e23468624
|
||||
RMD160 (netwmpager-1.9.tar.bz2) = 37a00f8d474a21fdf33170f1f84f8d79859686d6
|
||||
SHA1 (netwmpager-1.9.tar.bz2) = ed4fde07cb35cad21767e7e7946aade0425c415d
|
||||
SIZE (netwmpager-1.9.tar.bz2) = 37190
|
15
x11/netwmpager/patches/patch-configure
Normal file
15
x11/netwmpager/patches/patch-configure
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2006/04/22 23:44:40 alek Exp $
|
||||
--- configure.orig Fri Apr 7 15:10:16 2006
|
||||
+++ configure Sun Apr 23 03:10:59 2006
|
||||
@@ -8,11 +8,6 @@ check_cflags()
|
||||
|
||||
check_cc_flag -std=gnu99 -pipe -Wall -Wshadow -Wcast-align -Wpointer-arith \
|
||||
-Wundef -Wmissing-prototypes -Wredundant-decls
|
||||
-
|
||||
- for i in -Wdeclaration-after-statement -Wold-style-definition -Wno-pointer-sign
|
||||
- do
|
||||
- check_cc_flag $i
|
||||
- done
|
||||
}
|
||||
|
||||
check_xft()
|
12
x11/netwmpager/patches/patch-sconf_c
Normal file
12
x11/netwmpager/patches/patch-sconf_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-sconf_c,v 1.1.1.1 2006/04/22 23:44:40 alek Exp $
|
||||
--- sconf.c.orig Fri Apr 7 15:10:16 2006
|
||||
+++ sconf.c Sun Apr 23 03:10:59 2006
|
||||
@@ -250,7 +250,7 @@ void sconf_load(void)
|
||||
}
|
||||
|
||||
if (file_for_each_line(config_filename, handle_line, NULL))
|
||||
- die("error loading config file `%s': %s", config_filename, strerror(errno));
|
||||
+ die("error loading config file `%s': %s\n", config_filename, strerror(errno));
|
||||
}
|
||||
|
||||
void sconf_free(void)
|
3
x11/netwmpager/pkg/DESCR
Normal file
3
x11/netwmpager/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Netwmpager is a really small pager with a few knobs that is fully EWMH
|
||||
compliant. As such it will behave perfectly with window managers such
|
||||
as Openbox.
|
4
x11/netwmpager/pkg/PLIST
Normal file
4
x11/netwmpager/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/04/22 23:44:40 alek Exp $
|
||||
bin/netwmpager
|
||||
share/netwmpager/
|
||||
share/netwmpager/config-example
|
Loading…
Reference in New Issue
Block a user