pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
awflwm: long dead projects, remove.
Module Name: pkgsrc-wip
Committed By: youri <youri%NetBSD.org@localhost>
Pushed By: youri
Date: Fri May 27 02:03:57 2016 +0200
Changeset: 63cd2799a57db434d60dbae00b1857456ea4962d
Modified Files:
Makefile
Removed Files:
awflwm/DESCR
awflwm/Makefile
awflwm/PLIST
awflwm/TODO
awflwm/distinfo
awflwm/patches/patch-aa
Log Message:
awflwm: long dead projects, remove.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=63cd2799a57db434d60dbae00b1857456ea4962d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
awflwm/DESCR | 15 ---------------
awflwm/Makefile | 25 -------------------------
awflwm/PLIST | 3 ---
awflwm/TODO | 1 -
awflwm/distinfo | 6 ------
awflwm/patches/patch-aa | 20 --------------------
7 files changed, 71 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index f8173ed..cd5f057 100644
--- a/Makefile
+++ b/Makefile
@@ -193,7 +193,6 @@ SUBDIR+= avr-gcc
SUBDIR+= avr-gdb
SUBDIR+= avr-libc
SUBDIR+= avrdude
-SUBDIR+= awflwm
SUBDIR+= axe
SUBDIR+= axel
SUBDIR+= azureus
diff --git a/awflwm/DESCR b/awflwm/DESCR
deleted file mode 100644
index 0710f4f..0000000
--- a/awflwm/DESCR
+++ /dev/null
@@ -1,15 +0,0 @@
-awflwm is an extension of Bill Spitzak's wonderful Fast Light Window Manager
-(flwm). There are a few reasons that this project has been created:
-
- * flwm has not been updated in quite some time.
- * flwm does not compile against the 1.1.x branch of fltk (though
- it is an easy fix).
- * I'd personally like to know what the result of moving the configuration
- options from a compile-time-only scheme to a configuration file (aside
- from a slightly larger executable) would be.
- * Speaking of executable size, it wouldn't add too much to the code if
- guile were embedded into the window manager so that it can be extended
- without having to recompile.
-
-Aside from the above listed items, awflwm is more-or-less exactly like flwm
-(though the newer fltk versions cause it to act slightly differently).
diff --git a/awflwm/Makefile b/awflwm/Makefile
deleted file mode 100644
index a9106c0..0000000
--- a/awflwm/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2012/09/24 16:56:40 asau Exp $
-#
-
-DISTNAME= awflwm-0.0
-PKGREVISION= 2
-CATEGORIES= x11 wm
-MASTER_SITES= http://awflwm.berlios.de/downloads/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= low%ameba6.com@localhost
-HOMEPAGE= http://awflwm.berlios.de/
-COMMENT= Fork of the flwm project
-
-PKG_DESTDIR_SUPPORT= none
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV+= X_LIBS="-lGL"
-MAKE_ENV+= CXXFLAGS=${CXXFLAGS:M*:Q}
-CXXFLAGS+= -DFLTK_1_0_COMPAT
-USE_LANGUAGES= c c++
-
-.include "../../x11/fltk/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/awflwm/PLIST b/awflwm/PLIST
deleted file mode 100644
index 365565e..0000000
--- a/awflwm/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/22 02:44:05 sourceforge_low Exp $
-bin/awflwm
-man/man1/awflwm.1
diff --git a/awflwm/TODO b/awflwm/TODO
deleted file mode 100644
index 7e6e998..0000000
--- a/awflwm/TODO
+++ /dev/null
@@ -1 +0,0 @@
-needs some testing
diff --git a/awflwm/distinfo b/awflwm/distinfo
deleted file mode 100644
index 2b60270..0000000
--- a/awflwm/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2006/02/17 21:39:03 rillig Exp $
-
-SHA1 (awflwm-0.0.tar.bz2) = 82ac9a74d1cc99b1d623ff13251ad43acf565af5
-RMD160 (awflwm-0.0.tar.bz2) = 88d4a34b2958d2679f7b36ced94216c537c3e74e
-Size (awflwm-0.0.tar.bz2) = 80486 bytes
-SHA1 (patch-aa) = f71ebceef3d4f39963113fbf32d3efddcf489c8f
diff --git a/awflwm/patches/patch-aa b/awflwm/patches/patch-aa
deleted file mode 100644
index 877da4d..0000000
--- a/awflwm/patches/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/06/22 02:44:06 sourceforge_low Exp $
-
---- makeinclude.in.orig Sat Jan 9 14:48:33 1999
-+++ makeinclude.in Thu Aug 3 23:43:07 2000
-@@ -15,10 +15,11 @@
- 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