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

(-)x11-wm/pekwm/Makefile (-7 / +9 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	pekwm
4
PORTNAME=	pekwm
5
PORTVERSION=	0.1.17
5
DISTVERSIONPREFIX=	release-
6
PORTREVISION=	4
6
DISTVERSION=	0.1.17
7
PORTREVISION=	5
7
PORTEPOCH=	1
8
PORTEPOCH=	1
8
CATEGORIES=	x11-wm
9
CATEGORIES=	x11-wm
9
MASTER_SITES=	https://pekwm.org/projects/3/files/
10
MASTER_SITES=	https://pekwm.org/projects/3/files/
Lines 11-26 Link Here
11
MAINTAINER=	natbsd@instinctive.eu
12
MAINTAINER=	natbsd@instinctive.eu
12
COMMENT=	Light, Unobtrusive, and configurable windowmanager
13
COMMENT=	Light, Unobtrusive, and configurable windowmanager
13
14
14
BROKEN=		unfetchable
15
16
LICENSE=	GPLv2
15
LICENSE=	GPLv2
17
LICENSE_FILE=	${WRKSRC}/LICENSE
16
LICENSE_FILE=	${WRKSRC}/LICENSE
18
17
19
LIB_DEPENDS=	libpng.so:graphics/png
18
LIB_DEPENDS=	libpng.so:graphics/png
20
19
21
USES=		compiler gmake iconv:wchar_t jpeg localbase pkgconfig \
20
USES=		autoreconf compiler gmake iconv:wchar_t jpeg \
22
		tar:bzip2 xorg
21
		localbase pkgconfig tar:bzip2 xorg
23
USE_XORG=	xft xpm x11 sm ice xext
22
USE_XORG=	xft xpm x11 sm ice xext xinerama xrandr
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	pekdon
24
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
25
CONFIGURE_ARGS=	--enable-shape --enable-xinerama --enable-xrandr \
26
CONFIGURE_ARGS=	--enable-shape --enable-xinerama --enable-xrandr \
26
		--enable-xft --enable-image-xpm --enable-image-jpeg \
27
		--enable-xft --enable-image-xpm --enable-image-jpeg \
Lines 30-33 Link Here
30
CXXFLAGS_clang=	-Wno-c++11-narrowing
31
CXXFLAGS_clang=	-Wno-c++11-narrowing
31
LDFLAGS+=	${ICONV_LIB}
32
LDFLAGS+=	${ICONV_LIB}
32
33
34
#WRKSRC=	${WRKDIR}/${PORTNAME}-${DISTVERSIONPREFFIX}${DISTVERSION}
33
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)x11-wm/pekwm/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (pekwm-0.1.17.tar.bz2) = 8a1fd3bf9f38e8c7bb2b2864c090f986b60cec2281ecf1bba462d120fb327d00
1
TIMESTAMP = 1585563189
2
SIZE (pekwm-0.1.17.tar.bz2) = 405742
2
SHA256 (pekdon-pekwm-release-0.1.17_GH0.tar.gz) = 7b5a07a377494588e95d68b87a3f4d823f813cb29053618bfad691a00cd8afb6
3
SIZE (pekdon-pekwm-release-0.1.17_GH0.tar.gz) = 429100
(-)x11-wm/pekwm/files/patch-data__scripts__pekwm_screenshot.sh (-5 / +5 lines)
Lines 1-5 Link Here
1
--- ./data/scripts/pekwm_screenshot.sh.orig	2013-05-26 14:01:18.000000000 +0200
1
--- data/scripts/pekwm_screenshot.sh.orig	2013-05-24 19:24:23 UTC
2
+++ ./data/scripts/pekwm_screenshot.sh	2013-06-25 13:38:36.617834517 +0200
2
+++ data/scripts/pekwm_screenshot.sh
3
@@ -1,30 +1,30 @@
3
@@ -1,30 +1,30 @@
4
-#!/usr/bin/env bash
4
-#!/usr/bin/env bash
5
+#!/bin/sh
5
+#!/bin/sh
Lines 37-43 Link Here
37
 {
37
 {
38
     is_in_path "scrot"
38
     is_in_path "scrot"
39
     if test $? -eq 0; then
39
     if test $? -eq 0; then
40
@@ -45,7 +45,7 @@
40
@@ -45,7 +45,7 @@ function detect_command
41
     fi
41
     fi
42
 }
42
 }
43
 
43
 
Lines 46-52 Link Here
46
 {
46
 {
47
     echo "usage: pekwm_screenshot.sh [-c scrot|netpbm|magick] [-d delay] [-o output.png]"
47
     echo "usage: pekwm_screenshot.sh [-c scrot|netpbm|magick] [-d delay] [-o output.png]"
48
     echo ""
48
     echo ""
49
@@ -61,7 +61,7 @@
49
@@ -61,7 +61,7 @@ function usage
50
     exit 0
50
     exit 0
51
 }
51
 }
52
 
52
 
Lines 55-61 Link Here
55
 {
55
 {
56
     echo "Unable to find any supported commands for taking screenshots"
56
     echo "Unable to find any supported commands for taking screenshots"
57
     echo ""
57
     echo ""
58
@@ -74,7 +74,7 @@
58
@@ -74,7 +74,7 @@ function usage_command
59
     exit 1
59
     exit 1
60
 }
60
 }
61
 
61
 

Return to bug 245185