pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/awesome wrong category -> moved to wm/awesome.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1073e372bd67
branches:  trunk
changeset: 534927:1073e372bd67
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 03 17:29:17 2007 +0000

description:
wrong category -> moved to wm/awesome.

diffstat:

 x11/awesome/DESCR            |   2 --
 x11/awesome/MESSAGE          |  10 ----------
 x11/awesome/Makefile         |  23 -----------------------
 x11/awesome/PLIST            |   5 -----
 x11/awesome/distinfo         |   6 ------
 x11/awesome/patches/patch-aa |  27 ---------------------------
 6 files changed, 0 insertions(+), 73 deletions(-)

diffs (97 lines):

diff -r 8c23edec9115 -r 1073e372bd67 x11/awesome/DESCR
--- a/x11/awesome/DESCR Sat Nov 03 17:28:09 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-awesome is a tiling window manager initialy based on a dwm code rewriting.
-It's extremely fast, small, dynamic and awesome.
diff -r 8c23edec9115 -r 1073e372bd67 x11/awesome/MESSAGE
--- a/x11/awesome/MESSAGE       Sat Nov 03 17:28:09 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2007/11/03 15:00:40 rillig Exp $
-
-To use awsome, you need an ~/.awesomerc file. You can use the example:
-
-       ${EGDIR}
-
-You can use the install-user target to install it for the current user.
-
-===========================================================================
diff -r 8c23edec9115 -r 1073e372bd67 x11/awesome/Makefile
--- a/x11/awesome/Makefile      Sat Nov 03 17:28:09 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/11/03 15:00:40 rillig Exp $
-#
-
-DISTNAME=      awesome-1.3
-PKGREVISION=   1
-CATEGORIES=    x11
-MASTER_SITES=  http://awesome.naquadah.org/download/
-
-MAINTAINER=    adam.hoka%gmail.com@localhost
-HOMEPAGE=      http://awesome.naquadah.org/
-COMMENT=       Tiling window manager
-
-EGDIR=         ${PREFIX}/share/examples/awesome/
-
-post-install:
-       ${INSTALL_DATA_DIR} ${EGDIR}
-       ${INSTALL_DATA} ${WRKSRC}/awesomerc ${EGDIR}
-
-.include "../../x11/libXft/buildlink3.mk"
-.include "../../x11/libXrandr/buildlink3.mk"
-.include "../../x11/libXinerama/buildlink3.mk"
-.include "../../devel/libconfig/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 8c23edec9115 -r 1073e372bd67 x11/awesome/PLIST
--- a/x11/awesome/PLIST Sat Nov 03 17:28:09 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/03 15:00:40 rillig Exp $
-bin/awesome
-man/man1/awesome.1
-share/examples/awesome/awesomerc
-@dirrm share/examples/awesome
diff -r 8c23edec9115 -r 1073e372bd67 x11/awesome/distinfo
--- a/x11/awesome/distinfo      Sat Nov 03 17:28:09 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/11/03 15:00:40 rillig Exp $
-
-SHA1 (awesome-1.3.tar.gz) = c8656fda08652cec20217fb369e4a6c7cce0528d
-RMD160 (awesome-1.3.tar.gz) = b640b33a138d57009cdf755e32ea974f52f6d308
-Size (awesome-1.3.tar.gz) = 40012 bytes
-SHA1 (patch-aa) = 78ab8dfa062dea897a4cd2203f829964afc76060
diff -r 8c23edec9115 -r 1073e372bd67 x11/awesome/patches/patch-aa
--- a/x11/awesome/patches/patch-aa      Sat Nov 03 17:28:09 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/11/03 15:00:40 rillig Exp $
-
---- config.mk.orig     2007-10-05 17:07:18.000000000 +0200
-+++ config.mk
-@@ -7,18 +7,17 @@ VERSION = 1.3
- LAYOUTS = layouts/tile.c layouts/floating.c layouts/max.c
- 
- # paths
--PREFIX = /usr/local
--MANPREFIX = ${PREFIX}/share/man
-+MANPREFIX = ${PREFIX}/${PKGMANDIR}
- 
--X11INC = /usr/include/X11
--X11LIB = /usr/lib/X11
-+X11INC = $(X11BASE)/include/X11
-+X11LIB = $(X11BASE)/lib/X11
- 
- # includes and libs
- INCS = -I. -I/usr/include -I${X11INC} `pkg-config --cflags libconfig xft`
- LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 `pkg-config --libs libconfig xft` -lXext -lXrandr -lXinerama
- 
- # flags
--CFLAGS = -fgnu89-inline -std=gnu99 -ggdb3 -pipe -Wall -Wextra -W -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wuninitialized -Winit-self -Wpointer-arith 
-Wredundant-decls -Wno-format-zero-length -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-noreturn -O3 ${INCS} -DVERSION=\"${VERSION}\"
-+CFLAGS += -std=gnu99 -ggdb3 -pipe -Wall -Wextra -W -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wuninitialized -Winit-self -Wpointer-arith 
-Wredundant-decls -Wno-format-zero-length -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-noreturn ${INCS} -DVERSION=\"${VERSION}\"
- LDFLAGS = -ggdb3 ${LIBS}
- 
- # compiler and linker



Home | Main Index | Thread Index | Old Index