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
sysutils/tpb/DESCR Normal file
View File

@@ -0,0 +1,3 @@
This program enables the IBM Thinkpad(tm) special keys. It is possible to bind
a program to the ThinkPad button. It has a on-screen display (OSD) to show
volume, mute and brightness of the LCD.

37
sysutils/tpb/Makefile Normal file
View File

@@ -0,0 +1,37 @@
# $NetBSD: Makefile,v 1.21 2013/06/01 12:18:23 shattered Exp $
#
DISTNAME= tpb-0.6.4
#KGREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= http://savannah.nongnu.org/download/tpb/
MAINTAINER= soren@NetBSD.org
HOMEPAGE= http://www.nongnu.org/tpb/
COMMENT= Utility to enable the IBM ThinkPad(tm) special keys
ONLY_FOR_PLATFORM= *-*-i386
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
EGDIR= ${PREFIX}/share/examples/tpb
CONF_FILES= ${EGDIR}/tpbrc ${PKG_SYSCONFDIR}/tpbrc
INSTALLATION_DIRS+= share/doc/tpb
post-install:
.for f in callback_example.sh nvram.txt
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DESTDIR}${PREFIX}/share/doc/tpb
.endfor
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/xosd/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

9
sysutils/tpb/PLIST Normal file
View File

@@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:16:15 joerg Exp $
bin/tpb
man/man1/tpb.1
share/doc/tpb/callback_example.sh
share/doc/tpb/nvram.txt
share/examples/tpb/tpbrc
share/locale/da/LC_MESSAGES/tpb.mo
share/locale/de/LC_MESSAGES/tpb.mo
share/locale/ru/LC_MESSAGES/tpb.mo

7
sysutils/tpb/distinfo Normal file
View File

@@ -0,0 +1,7 @@
$NetBSD: distinfo,v 1.4 2013/06/01 12:18:23 shattered Exp $
SHA1 (tpb-0.6.4.tar.gz) = 481894d8289c75d821f50568f9c2d0005486e0e8
RMD160 (tpb-0.6.4.tar.gz) = 09cf46ed1933d568ced7756f85fef35b23c1ded2
Size (tpb-0.6.4.tar.gz) = 280316 bytes
SHA1 (patch-aa) = 9bef74177f7754bea5f38df6de113eef8fec905d
SHA1 (patch-ac) = f7089dea19846fccf90065eda210029080f1abb2

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-aa,v 1.2 2004/02/02 17:42:10 wiz Exp $
--- src/Makefile.in.orig 2004-02-02 16:45:59.000000000 +0100
+++ src/Makefile.in 2004-02-02 16:46:29.000000000 +0100
@@ -182,7 +182,7 @@
tpb: $(tpb_OBJECTS) $(tpb_DEPENDENCIES)
@rm -f tpb
- $(LINK) $(tpb_LDFLAGS) $(tpb_OBJECTS) $(tpb_LDADD) $(LIBS)
+ $(LINK) $(tpb_LDFLAGS) $(tpb_OBJECTS) $(tpb_LDADD) $(LIBS) -R${LOCALBASE}/lib -R${X11BASE}/lib -lintl -lossaudio
tags: TAGS

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-ac,v 1.1 2004/02/19 17:49:57 jmmv Exp $
--- doc/Makefile.in.orig 2004-02-19 18:43:01.000000000 +0100
+++ doc/Makefile.in
@@ -23,7 +23,7 @@ bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
-sysconfdir = @sysconfdir@
+sysconfdir = @datadir@/examples/@PACKAGE@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@