Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

View File

@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.6 2015/03/13 16:50:37 tnn Exp $
$NetBSD: distinfo,v 1.7 2015/07/04 16:18:40 joerg Exp $
SHA1 (aewm++-1.0.24.tar.bz2) = 366da85a5edf47e3214c772007aebb2daf7d18d0
RMD160 (aewm++-1.0.24.tar.bz2) = 6e37b29343948f469dcceba90732209b4b7324b9
Size (aewm++-1.0.24.tar.bz2) = 36642 bytes
SHA1 (patch-aa) = 9ca0d09a37893c8de049fcaa9eff7e2958c317b8
SHA1 (patch-aa) = 0594007d3da7e03ab41a52103985a8fc68f3b0e3
SHA1 (patch-ab) = fb68b8580de648b9af46f0e994388bb586294644
SHA1 (patch-client.cc) = ab9d467920ecb1d402e33cb3ee429264ab42f9a8
SHA1 (patch-main.cc) = 4cbc321d877543aa1224c8c2548df85335e9b2ef

View File

@@ -1,4 +1,4 @@
$NetBSD: patch-aa,v 1.3 2015/03/13 16:50:37 tnn Exp $
$NetBSD: patch-aa,v 1.4 2015/07/04 16:18:41 joerg Exp $
--- Makefile.orig 2002-11-15 23:28:08.000000000 +0000
+++ Makefile
@@ -12,7 +12,7 @@ $NetBSD: patch-aa,v 1.3 2015/03/13 16:50:37 tnn Exp $
-INCLUDES = -I$(prefix)/include
-LDPATH = -L/usr/X11R6/lib
+prefix = ${PREFIX}
+INCLUDES = -I${X11PREFIX}/include
+INCLUDES = -I${X11BASE}/include
+LDPATH = ${LDFLAGS}
LIBS = -lXext -lX11

7
wm/bbkeys/MESSAGE Normal file
View File

@@ -0,0 +1,7 @@
===========================================================================
$NetBSD: MESSAGE,v 1.1 2015/07/14 03:48:02 dholland Exp $
This version of bbkeys does not work with semi-recent X servers (since
Xorg) unless the compositing extension ("Composite") is disabled in
the server configuration.
===========================================================================

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.23 2013/08/15 20:26:51 rillig Exp $
# $NetBSD: Makefile,v 1.24 2015/07/17 04:53:28 bsiegert Exp $
#
DISTNAME= bbpager-0.3.1
PKGREVISION= 2
PKGREVISION= 3
CATEGORIES= wm x11
MASTER_SITES= http://bbtools.windsofstorm.net/sources/

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.3 2005/02/23 18:43:53 wiz Exp $
$NetBSD: distinfo,v 1.4 2015/07/17 04:53:28 bsiegert Exp $
SHA1 (bbpager-0.3.1.tar.gz) = a0a6708e7badb62d5e8cbbac276ccdc4eb109ea4
RMD160 (bbpager-0.3.1.tar.gz) = 6be45a7150d83de4e078b4feea0ad81b8aa491dd
Size (bbpager-0.3.1.tar.gz) = 81686 bytes
SHA1 (patch-aa) = b82d730bb85d59df9cfc916865935b6f13988bc4
SHA1 (patch-ab) = 0086f41b642bc8770d19995302701748823386c3
SHA1 (patch-resource.cc) = c1b0dd77bfdc57e22cb4bf8d1ffa77c75ccfd555

View File

@@ -0,0 +1,20 @@
$NetBSD: patch-resource.cc,v 1.1 2015/07/17 04:53:28 bsiegert Exp $
--- resource.cc.orig 2015-07-17 04:49:35.000000000 +0000
+++ resource.cc
@@ -148,6 +148,7 @@ void Resource::SizeAndPosition() {
columns=1;
else {
position.vertical=True;
+ position.horizontal=False;
if (columns==0) columns=1;
}
}
@@ -159,6 +160,7 @@ void Resource::SizeAndPosition() {
if (sscanf(value.addr, "%u", &rows) != 1)
rows=1;
else {
+ position.vertical=False;
position.horizontal=True;
if (rows==0) rows=1;
}

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2015/06/15 09:22:59 joerg Exp $
# $NetBSD: Makefile,v 1.4 2015/09/06 18:32:10 wiedi Exp $
DISTNAME= bspwm-0.9
CATEGORIES= wm
@@ -13,6 +13,8 @@ LICENSE= 2-clause-bsd
USE_TOOLS+= gmake bash:run
REPLACE_BASH+= contrib/freedesktop/bspwm-session
LDFLAGS.SunOS+= -lsocket -lnsl
EXAMPLESDIR= ${PREFIX}/share/examples/bspwm
INSTALLATION_DIRS= share/examples/bspwm

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1 2015/06/05 22:48:18 youri Exp $
$NetBSD: distinfo,v 1.2 2015/09/06 18:32:10 wiedi Exp $
SHA1 (bspwm-0.9.tar.gz) = df3c31d603c8fe19d8a3c897bd16a12cb7bcf21a
RMD160 (bspwm-0.9.tar.gz) = 21a27e64cf576e4ab1505476609f19cc7c97e853
Size (bspwm-0.9.tar.gz) = 62798 bytes
SHA1 (patch-Makefile) = d15f3435444cec825c99582a9fabcf40a9787793

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-Makefile,v 1.1 2015/09/06 18:32:10 wiedi Exp $
make cp portable
--- Makefile.orig 2015-09-06 15:46:55.165764871 +0000
+++ Makefile
@@ -49,7 +49,7 @@ install:
cp -p contrib/freedesktop/bspwm-session "$(DESTDIR)$(BINPREFIX)"
mkdir -p "$(DESTDIR)$(MANPREFIX)"/man1
cp -p doc/bspwm.1 "$(DESTDIR)$(MANPREFIX)"/man1
- cp -Pp doc/bspc.1 "$(DESTDIR)$(MANPREFIX)"/man1
+ cp -p doc/bspc.1 "$(DESTDIR)$(MANPREFIX)"/man1
mkdir -p "$(DESTDIR)$(BASHCPL)"
cp -p contrib/bash_completion "$(DESTDIR)$(BASHCPL)"/bspc
mkdir -p "$(DESTDIR)$(ZSHCPL)"

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2013/04/06 14:58:21 rodent Exp $
# $NetBSD: Makefile,v 1.23 2015/09/12 16:54:03 joerg Exp $
DISTNAME= ethemes-0.1
PKGREVISION= 3
@@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://e.themes.org/
COMMENT= Themes for the window manager Enlightenment
DEPENDS+= enlightenment>=0.16.2:../../wm/enlightenment
DEPENDS+= enlightenment>=0.16.2<0.17:../../wm/enlightenment
DIST_SUBDIR= ethemes
NO_BUILD= yes

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.33 2012/10/23 10:24:13 wiz Exp $
# $NetBSD: Makefile,v 1.34 2015/07/29 17:12:31 youri Exp $
#
DISTNAME= evilwm-1.1.0
DISTNAME= evilwm-1.1.1
CATEGORIES= wm x11
MASTER_SITES= http://www.6809.org.uk/evilwm/

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.21 2011/11/18 19:52:52 sketch Exp $
$NetBSD: distinfo,v 1.22 2015/07/29 17:12:31 youri Exp $
SHA1 (evilwm-1.1.0.tar.gz) = e56beaed55d48768115f6b972063a14c2e489ac8
RMD160 (evilwm-1.1.0.tar.gz) = a38f0f3a605b34409337fc82db336565ef6524e4
Size (evilwm-1.1.0.tar.gz) = 40309 bytes
SHA1 (evilwm-1.1.1.tar.gz) = 108d9521b15f23663d4d6e26c82a671adf6d9650
RMD160 (evilwm-1.1.1.tar.gz) = 22961bdb4408f57faee3901f8553d43dc86cd179
Size (evilwm-1.1.1.tar.gz) = 40150 bytes

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:47 wiz Exp $
# $NetBSD: Makefile,v 1.13 2015/07/04 16:18:41 joerg Exp $
#
DISTNAME= fvwm-themes-${THEM_VER}
@@ -20,7 +20,6 @@ THEM_VER= 0.6.2
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
USE_TOOLS+= perl:run
USE_X11BASE= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-ft-datadir=${PREFIX}/share/fvwm2

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.31 2015/06/12 10:51:47 wiz Exp $
# $NetBSD: Makefile,v 1.32 2015/07/04 16:18:41 joerg Exp $
DISTNAME= fvwm-${FVWM_VER}
PKGREVISION= 6
@@ -18,7 +18,6 @@ CONFLICTS= fvwm1-[0-9]* fvwm2-[0-9]* metisse-[0-9]* xpmroot-[0-9]*
EXTRACT_ONLY= ${DISTNAME}.tar.gz
FVWM_VER= 2.6.5
USE_X11BASE= YES
GNU_CONFIGURE= YES
USE_TOOLS+= perl:run tar

View File

@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.11 2015/06/12 10:51:47 wiz Exp $
# $NetBSD: Makefile,v 1.12 2015/08/15 11:55:26 nros Exp $
#
DISTNAME= i3-4.10.2
PKGREVISION= 1
DISTNAME= i3-4.10.3
CATEGORIES= wm
MASTER_SITES= http://i3wm.org/downloads/
EXTRACT_SUFX= .tar.bz2

View File

@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.6 2015/04/28 18:15:54 nros Exp $
$NetBSD: distinfo,v 1.7 2015/08/15 11:55:26 nros Exp $
SHA1 (i3-4.10.2.tar.bz2) = dc50d112645b9838d05e5864dc09a160c4cec8a1
RMD160 (i3-4.10.2.tar.bz2) = 952f2a6a9fad4432065ac6435ac6cfb07affbf78
Size (i3-4.10.2.tar.bz2) = 942759 bytes
SHA1 (i3-4.10.3.tar.bz2) = 5f3a21d024e4adea0a9b23841019cfa9d563700e
RMD160 (i3-4.10.3.tar.bz2) = 8d5ac4ba8225a90c7b98531a438d23983e834535
Size (i3-4.10.3.tar.bz2) = 941295 bytes
SHA1 (patch-Makefile) = 919f0e87efa951bde531b9172b74589d3e1c474a
SHA1 (patch-src_log.c) = 75ac4d0681d114e0343ddb015292c6c8ee81c1ae
SHA1 (patch-src_main.c) = c03fcb12d404fcdfd14c1892b771ee0c7a86b39d

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2012/10/08 12:42:21 asau Exp $
# $NetBSD: Makefile,v 1.19 2015/07/04 16:18:41 joerg Exp $
DISTNAME= icewmconf-2.1.0
PKGREVISION= 2
@@ -22,7 +22,7 @@ post-extract:
post-patch:
${MV} ${FILENAME} ${FILENAME}.orig
${SED} 's#PREFIX#${X11PREFIX}#g' \
${SED} 's#PREFIX#${PREFIX}#g' \
< ${FILENAME}.orig > ${FILENAME}
do-install:

View File

@@ -1,9 +1,8 @@
$NetBSD: distinfo,v 1.10 2015/06/14 21:02:46 wiz Exp $
$NetBSD: distinfo,v 1.11 2015/07/21 10:40:47 wiz Exp $
SHA1 (notion-3-2015061300.tar.gz) = 66962dcb6462bf9f2c621530ac845716fafe6a98
RMD160 (notion-3-2015061300.tar.gz) = 7a894c523b39cc7c20f85779187c95480e5eac8f
Size (notion-3-2015061300.tar.gz) = 797057 bytes
SHA1 (patch-build_lua-detect.mk) = e0de2ef82151a5a0cfb3709116667ef6c5362f2e
SHA1 (patch-build_rules.mk) = f8321cea75a1dfb6187ce5229f85cfea7dc5c9a7
SHA1 (patch-libtu_output.c) = e9e9e77f0c1ff196fefa887a51f647f0dee7df89
SHA1 (patch-mod__xrandr_Makefile) = 9299bebbd6a1f043a4095abfa19c917e4229456f

View File

@@ -1,28 +0,0 @@
$NetBSD: patch-build_lua-detect.mk,v 1.2 2015/06/14 21:02:46 wiz Exp $
--- build/lua-detect.mk.orig 2015-06-13 14:37:26.000000000 +0000
+++ build/lua-detect.mk
@@ -15,20 +15,12 @@
LUA_VERSIONS_CANDIDATES = $(or $(LUA_VERSION),5.2 5.1 5.0)
-LUA_PKG := $(firstword $(foreach ver,$(LUA_VERSIONS_CANDIDATES),$(shell \
- ($(PKG_CONFIG) --exists lua-$(ver) && echo lua-$(ver)) \
- || ($(PKG_CONFIG) --exists lua$(ver:5.0=) && echo lua$(ver:5.0=)))))
-
-ifeq ($(LUA_PKG),)
- $(error Could not find $(or $(LUA_VERSION),any) lua version. (Did you install the -dev package?))
-endif
-
LUA_VERSION ?= $(or $(shell $(PKG_CONFIG) --variable=V $(LUA_PKG)),5.0)
# prior to 5.1 the lib didn't include version in name.
-LUA_SUFFIX := $(if $(findstring $(LUA_VERSION),5.0),,$(LUA_VERSION))
+LUA_SUFFIX :=
-LUA_LIBS := $(or $(shell $(PKG_CONFIG) --libs $(LUA_PKG)), $(error "pkg-config couldn't find linker flags for lua$(LUA_SUFFIX)!"))
-LUA_INCLUDES := $(shell $(PKG_CONFIG) --cflags $(LUA_PKG))
+LUA_LIBS := $(or $(shell $(PKG_CONFIG) --libs lua), $(error "pkg-config couldn't find linker flags for lua!"))
+LUA_INCLUDES := $(shell $(PKG_CONFIG) --cflags lua)
LUA := $(or $(shell which lua$(LUA_SUFFIX)), $(shell which lua), $(error No lua$(LUA_SUFFIX) interpreter found!))
LUAC := $(or $(shell which luac$(LUA_SUFFIX)), $(shell which luac), $(error No lua$(LUA_SUFFIX) compiler found!))

View File

@@ -1,14 +1,15 @@
# $NetBSD: Makefile,v 1.40 2015/06/12 10:51:47 wiz Exp $
# $NetBSD: Makefile,v 1.41 2015/07/12 08:40:48 wiz Exp $
#
DISTNAME= ratpoison-1.4.5
PKGREVISION= 8
DISTNAME= ratpoison-1.4.8
CATEGORIES= wm
MASTER_SITES= http://savannah.nongnu.org/download/ratpoison/
EXTRACT_SUFX= .tar.xz
MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://www.nongnu.org/ratpoison/
COMMENT= Simple window manager with no fat library dependencies
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= YES
INFO_FILES= yes

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.9 2009/06/14 18:19:01 joerg Exp $
@comment $NetBSD: PLIST,v 1.10 2015/07/12 08:40:48 wiz Exp $
bin/ratpoison
bin/rpws
info/ratpoison.info
@@ -8,10 +8,11 @@ share/doc/ratpoison/COPYING
share/doc/ratpoison/ChangeLog
share/doc/ratpoison/NEWS
share/doc/ratpoison/README
share/emacs/site-lisp/ratpoison.el
share/ratpoison/allwindows.sh
share/ratpoison/clickframe.pl
share/ratpoison/genrpbindings
share/ratpoison/ratpoison.el
share/ratpoison/ratdate.sh
share/ratpoison/rpshowall.sh
share/ratpoison/rpws
share/ratpoison/sloppy.c

View File

@@ -1,7 +1,5 @@
$NetBSD: distinfo,v 1.15 2009/09/01 18:19:15 tonio Exp $
$NetBSD: distinfo,v 1.16 2015/07/12 08:40:48 wiz Exp $
SHA1 (ratpoison-1.4.5.tar.gz) = e32430de49c4ab5d501653c03dd19dfb623cb08b
RMD160 (ratpoison-1.4.5.tar.gz) = ae2fc0cd7ef561944cf7aea0623875a7148771ce
Size (ratpoison-1.4.5.tar.gz) = 427366 bytes
SHA1 (patch-aa) = d59e993da5ed8408665592df898b07a7c0edba13
SHA1 (patch-ab) = 1e747e6b792fe627ba9699f1c6ce84d3d9842522
SHA1 (ratpoison-1.4.8.tar.xz) = 9adc4f0e89be41982d6b37dbd3ff4ffecae16394
RMD160 (ratpoison-1.4.8.tar.xz) = 5092d9e042167225dd7d5d8acf34590261ba0d23
Size (ratpoison-1.4.8.tar.xz) = 364700 bytes

View File

@@ -1,15 +0,0 @@
$NetBSD: patch-aa,v 1.5 2009/09/01 18:19:15 tonio Exp $
Check for getline
--- configure.in.orig 2009-07-12 23:01:04.000000000 +0200
+++ configure.in
@@ -146,7 +146,7 @@ AC_CHECK_HEADERS(unistd.h stdarg.h)
dnl Checks for typedefs, structures, and compiler characteristics.
dnl Checks for library functions.
-AC_CHECK_FUNCS(getopt getopt_long setsid setpgid setpgrp putenv vsnprintf usleep)
+AC_CHECK_FUNCS(getopt getopt_long setsid setpgid setpgrp putenv vsnprintf usleep getline)
AC_TYPE_SIGNAL

View File

@@ -1,16 +0,0 @@
$NetBSD: patch-ab,v 1.1 2009/09/01 18:19:15 tonio Exp $
Check for getline
--- src/config.h.in.orig 2009-07-12 14:07:02.000000000 +0200
+++ src/config.h.in
@@ -3,6 +3,9 @@
/* Define this to enable debugging messages */
#undef DEBUG
+/* Define to 1 if you have the `getline' function. */
+#undef HAVE_GETLINE
+
/* Define to 1 if you have the `getopt' function. */
#undef HAVE_GETOPT

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2015/01/14 08:30:41 wiz Exp $
# $NetBSD: Makefile,v 1.8 2015/07/04 16:18:41 joerg Exp $
DISTNAME= spectrwm-2.5.1
CATEGORIES= wm
@@ -25,8 +25,8 @@ MAKE_FLAGS+= MANINSTALL=maninstall
CFLAGS+= -DSWM_LIB=\"${PREFIX}/lib/libswmhack.so.0.0\"
.else
USE_TOOLS+= gmake
CFLAGS+= -I${X11PREFIX}/include
LDFLAGS+= -L${X11PREFIX}/lib ${COMPILER_RPATH_FLAG}${X11PREFIX}/lib
CFLAGS+= -I${PREFIX}/include
LDFLAGS+= -L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib
MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
. if ${OPSYS} == "Darwin"
BUILD_DIRS= osx

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2012/10/23 10:24:16 wiz Exp $
# $NetBSD: Makefile,v 1.23 2015/07/04 16:18:41 joerg Exp $
DISTNAME= wm2-4
PKGNAME= wm2-4.0
@@ -14,7 +14,6 @@ BUILD_TARGET= depend wm2
USE_TOOLS+= makedepend
USE_LANGUAGES= c c++
USE_X11BASE= YES
MAKE_ENV+= CCC=${CXX:Q}
INSTALLATION_DIRS= bin share/doc/wm2

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.76 2015/06/12 10:51:47 wiz Exp $
# $NetBSD: Makefile,v 1.77 2015/07/04 16:18:41 joerg Exp $
DISTNAME= wmakerconf-2.11
PKGREVISION= 40
@@ -11,7 +11,6 @@ COMMENT= Gtk+ based configuration tool for Window Maker
LICENSE= gnu-gpl-v2
USE_PKGLOCALEDIR= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gzip tar perl:run pkg-config msgfmt

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 2012/10/08 12:42:25 asau Exp $
# $NetBSD: Makefile,v 1.17 2015/07/04 16:18:41 joerg Exp $
#
DISTNAME= WindowMaker-extra-0.1
@@ -13,7 +13,6 @@ COMMENT= Extras for Window Maker window manager
DEPENDS+= windowmaker>=0.80.0nb1:../../wm/windowmaker
USE_X11BASE= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.24 2014/10/09 14:07:09 wiz Exp $
# $NetBSD: Makefile.common,v 1.25 2015/07/04 16:18:41 joerg Exp $
#
# used by wm/wmx/Makefile
# used by wm/wmx-gnome/Makefile
@@ -14,7 +14,6 @@ HOMEPAGE= http://www.all-day-breakfast.com/wmx/
CONFLICTS+= wmx-[0-9]* wmx-gnome-[0-9]*
USE_LANGUAGES= c c++
USE_X11BASE= yes
GNU_CONFIGURE= yes
BUILD_TARGET= depend all

View File

@@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.54 2015/04/25 14:25:00 tnn Exp $
# $NetBSD: Makefile,v 1.55 2015/06/29 10:35:18 youri Exp $
PKGREVISION= 1
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= xfwm4-4.12.2
PKGNAME= xfce4-wm-4.12.2
DISTNAME= xfwm4-4.12.3
PKGNAME= xfce4-wm-4.12.3
CATEGORIES= wm
MASTER_SITES+= http://archive.xfce.org/src/xfce/xfwm4/4.12/

View File

@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.21 2015/04/21 08:56:42 jperkin Exp $
$NetBSD: distinfo,v 1.22 2015/06/29 10:35:18 youri Exp $
SHA1 (xfwm4-4.12.2.tar.bz2) = fb9e9bd6f8a5e1838933355565b92cd40941b90b
RMD160 (xfwm4-4.12.2.tar.bz2) = 961090a4fda5e3ce090d4425b7f0aac0d2cb6a16
Size (xfwm4-4.12.2.tar.bz2) = 1191635 bytes
SHA1 (xfwm4-4.12.3.tar.bz2) = 9f7688bd444ff0517c72c5ed86c2de80d9bf6f2a
RMD160 (xfwm4-4.12.3.tar.bz2) = e2325527e9af1d5e99829e8e4b96d9b5d785e8cb
Size (xfwm4-4.12.3.tar.bz2) = 1191929 bytes
SHA1 (patch-defaults_defaults) = 288fd242357739e238cca9195ee2a99a093d57d3