Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
BBrun is a run utility for BlackBox which can be run in the slit
or in withdrawn mode so that it can be bound to a keystroke from bbkeys.
It also features a history list of the most recent commands.
+28
View File
@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.21 2012/10/08 12:42:18 asau Exp $
DISTNAME= bbrun-1.3
PKGREVISION= 5
CATEGORIES= wm x11
MASTER_SITES= http://www.dwave.net/~jking/bbrun/
MAINTAINER= ptiJo@noos.fr
HOMEPAGE= http://www.dwave.net/~jking/bbrun/
COMMENT= Run utility for BlackBox
WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun
USE_TOOLS+= gmake
BUILD_TARGET= bbrun
INSTALLATION_DIRS= bin share/doc/bbrun
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bbrun ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/bbrun
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README ${DESTDIR}${PREFIX}/share/doc/bbrun
.include "../../x11/gtk/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+3
View File
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:18:56 joerg Exp $
bin/bbrun
share/doc/bbrun/README
+6
View File
@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.5 2012/07/03 17:28:30 joerg Exp $
SHA1 (bbrun-1.3.tar.gz) = 719af622334f6c3186f07da7c9246a8b05381f6c
RMD160 (bbrun-1.3.tar.gz) = 7a26b279e5fce1e3476978bd4f4764272a065bb1
Size (bbrun-1.3.tar.gz) = 19423 bytes
SHA1 (patch-.._wmgeneral_list.h) = 8c9d1e5e1b2fd18d6afcdc3740077c72f0e033b0
@@ -0,0 +1,17 @@
$NetBSD: patch-.._wmgeneral_list.h,v 1.1 2012/07/03 17:28:31 joerg Exp $
--- ../wmgeneral/list.h.orig 2012-07-03 11:42:25.000000000 +0000
+++ ../wmgeneral/list.h
@@ -29,11 +29,7 @@ Boston, MA 02111-1307, USA. */
#ifndef __LIST_H_
#define __LIST_H_
-#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
-# define INLINE inline
-#else
-# define INLINE
-#endif
+#define INLINE
typedef struct LinkedList {
void *head;