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

View File

@@ -0,0 +1,2 @@
The input pad is a tool to send a character on button to text applications.
This package provides python wrapper for input pad.

View File

@@ -0,0 +1,34 @@
# $NetBSD: Makefile,v 1.26 2013/06/06 12:54:38 wiz Exp $
#
.include "../../inputmethod/input-pad/Makefile.common"
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 9
MAINTAINER= obache@NetBSD.org
COMMENT= Python wrapper for Input Pad
DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
BUILD_DEPENDS+= swig-1.[0-9]*:../../devel/swig
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config intltool msgfmt xgettext msgmerge
PKGCONFIG_OVERRIDE+= input-pad.pc.in
CONFIGURE_ARGS+= --enable-python=yes
BUILD_DIRS= pyinput-pad
post-configure:
${LN} -s ${BUILDLINK_DIR}/lib/libinput-pad.la ${WRKSRC}/input-pad
PY_PATCHPLIST= yes
BUILDLINK_API_DEPENDS.input-pad+= input-pad>=${PKGVERSION_NOREV}
.include "../../inputmethod/input-pad/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,14 @@
@comment $NetBSD: PLIST,v 1.2 2010/11/30 11:39:12 obache Exp $
${PYSITELIB}/input-pad-1.0/_input_pad.la
${PYSITELIB}/input-pad-1.0/_input_pad_group.la
${PYSITELIB}/input-pad-1.0/_input_pad_window_gtk.la
${PYSITELIB}/input-pad-1.0/input_pad.py
${PYSITELIB}/input-pad-1.0/input_pad.pyc
${PYSITELIB}/input-pad-1.0/input_pad.pyo
${PYSITELIB}/input-pad-1.0/input_pad_group.py
${PYSITELIB}/input-pad-1.0/input_pad_group.pyc
${PYSITELIB}/input-pad-1.0/input_pad_group.pyo
${PYSITELIB}/input-pad-1.0/input_pad_window_gtk.py
${PYSITELIB}/input-pad-1.0/input_pad_window_gtk.pyc
${PYSITELIB}/input-pad-1.0/input_pad_window_gtk.pyo
${PYSITELIB}/pyinput_pad.pth