pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
flwm: Remove, used to update wm/flwm
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By: micha
Date: Fri Oct 18 12:45:19 2019 +0200
Changeset: 1120ddebc2fc5054db0b6d1959655d38302e7f72
Removed Files:
flwm/DESCR
flwm/Makefile
flwm/PLIST
flwm/distinfo
flwm/patches/patch-Makefile
flwm/patches/patch-makeinclude.in
Log Message:
flwm: Remove, used to update wm/flwm
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1120ddebc2fc5054db0b6d1959655d38302e7f72
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
flwm/DESCR | 17 -----------------
flwm/Makefile | 23 -----------------------
flwm/PLIST | 3 ---
flwm/distinfo | 8 --------
flwm/patches/patch-Makefile | 18 ------------------
flwm/patches/patch-makeinclude.in | 22 ----------------------
6 files changed, 91 deletions(-)
diffs:
diff --git a/flwm/DESCR b/flwm/DESCR
deleted file mode 100644
index b2f49f5e52..0000000000
--- a/flwm/DESCR
+++ /dev/null
@@ -1,17 +0,0 @@
-Flwm is an attempt to combine the best ideas seen in several window managers.
-The primary influence and code base is from wm2 by Chris Cannam.
-
-Primary features are:
-
- * Nifty sideways titlebars.
- * No icons. You deiconize by picking off a pop-up menu. This means no
- space is wasted by icons.
- * The same pop-up menu controls multiple desktops and lets you launch
- programs.
- * Occupies as little screen space as possible. The border and titles are
- as thin as I could possibly make them. And maximized windows waste
- zero pixels vertically!
- * Independent maximize buttons for width & height.
- * Understands Motif, KDE, and Gnome window manager hints, and works with
- SGI programs that assumme 4DWM.
- * Really small and fast code.
diff --git a/flwm/Makefile b/flwm/Makefile
deleted file mode 100644
index eb9427c419..0000000000
--- a/flwm/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD$
-
-DISTNAME= flwm-1.16
-CATEGORIES= x11 wm
-MASTER_SITES= ${MASTER_SITE_GITHUB:=bbidulock/}
-GITHUB_PROJECT= flwm
-GITHUB_RELEASE= ${PKGVERSION_NOREV}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/bbidulock/flwm
-COMMENT= The Fast, Light Window Manager
-LICENSE= gnu-gpl-v2
-
-USE_LANGUAGES= c c++
-GNU_CONFIGURE= yes
-
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-
-# FLTK version 1.4 is supported too
-#.include "../../x11/fltk/buildlink3.mk"
-.include "../../wip/fltk14-devel/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/flwm/PLIST b/flwm/PLIST
deleted file mode 100644
index 5e71699b09..0000000000
--- a/flwm/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/flwm
-man/man1/flwm.1
diff --git a/flwm/distinfo b/flwm/distinfo
deleted file mode 100644
index 5720a40845..0000000000
--- a/flwm/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD$
-
-SHA1 (flwm-1.16.tgz) = 9d384b27647851652a701df3925c71297b4ade06
-RMD160 (flwm-1.16.tgz) = 4cac5bb4960766aea8f340fa48997f2b6a4bb67e
-SHA512 (flwm-1.16.tgz) = d352e13b0385a017922d636988ba02f20cbe5f8ccd69522f43711a3d3cc04fe876af9f2126d63bd6c862494bace6510a5cda286ce165a54bf58cade1758e1f12
-Size (flwm-1.16.tgz) = 93510 bytes
-SHA1 (patch-Makefile) = a0617f7483c186c398ccc8a0ecce8765e741c2d3
-SHA1 (patch-makeinclude.in) = bde2c26c3c52882082926b48ae9ca8b9a0a3d5c7
diff --git a/flwm/patches/patch-Makefile b/flwm/patches/patch-Makefile
deleted file mode 100644
index feac772dae..0000000000
--- a/flwm/patches/patch-Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD$
-
-Don't strip installed binary.
-Add support for DESTDIR.
-
---- Makefile.orig 2015-12-14 18:43:32.000000000 +0000
-+++ Makefile
-@@ -47,8 +47,8 @@ makedepend:
- -include makedepend
-
- install: $(PROGRAM)
-- $(INSTALL) -s $(PROGRAM) $(bindir)/$(PROGRAM)
-- $(INSTALL) $(PROGRAM).$(MANPAGE) $(mandir)/man$(MANPAGE)/$(PROGRAM).$(MANPAGE)
-+ $(INSTALL) -s $(PROGRAM) ${DESTDIR}$(bindir)/$(PROGRAM)
-+ $(INSTALL) $(PROGRAM).$(MANPAGE) ${DESTDIR}$(mandir)/man$(MANPAGE)/$(PROGRAM).$(MANPAGE)
-
- uninstall:
- -@ rm -f $(bindir)/$(PROGRAM)
diff --git a/flwm/patches/patch-makeinclude.in b/flwm/patches/patch-makeinclude.in
deleted file mode 100644
index 657675bd31..0000000000
--- a/flwm/patches/patch-makeinclude.in
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
-Add CPPFLAGS to CFLAGS and CXXFLAGS.
-
---- makeinclude.in.orig 2015-06-30 09:39:45.000000000 +0000
-+++ makeinclude.in
-@@ -16,10 +16,11 @@ CC =@CC@
- MAKEDEPEND =@MAKEDEPEND@
-
- # flags for C++ compiler:
--CFLAGS =@CFLAGS@
--CFLAGS_D =@CFLAGS_D@
--CXXFLAGS =@CXXFLAGS@
--CXXFLAGS_D =@CXXFLAGS_D@
-+CPPFLAGS =@CPPFLAGS@
-+CFLAGS =@CFLAGS@ $(CPPFLAGS)
-+CFLAGS_D =@CFLAGS_D@ $(CPPFLAGS)
-+CXXFLAGS =@CXXFLAGS@ $(CPPFLAGS)
-+CXXFLAGS_D =@CXXFLAGS_D@ $(CPPFLAGS)
-
- # libraries to link with:
- LDLIBS =@LIBS@ -lX11 -lXext @X_EXTRA_LIBS@ -lm
Home |
Main Index |
Thread Index |
Old Index