Import py-windbg 1.4.6:
Winpdb is a platform independent Python debugger. It supports multiple threads, namespace modification, embedded debugging and encrypted communication.
This commit is contained in:
parent
847872ea11
commit
3b86ec6fa6
4 changed files with 36 additions and 0 deletions
3
devel/py-windbg/DESCR
Normal file
3
devel/py-windbg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Winpdb is a platform independent Python debugger. It supports multiple
|
||||||
|
threads, namespace modification, embedded debugging and encrypted
|
||||||
|
communication.
|
19
devel/py-windbg/Makefile
Normal file
19
devel/py-windbg/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1.1.1 2009/12/16 19:10:56 joerg Exp $
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= winpdb-1.4.6
|
||||||
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||||
|
CATEGORIES= devel python
|
||||||
|
MASTER_SITES= http://winpdb.googlecode.com/files/
|
||||||
|
|
||||||
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||||
|
HOMEPAGE= http://winpdb.org
|
||||||
|
COMMENT= Python GUI debugger
|
||||||
|
|
||||||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||||||
|
|
||||||
|
PYDISTUTILSPKG= yes
|
||||||
|
|
||||||
|
.include "../../lang/python/extension.mk"
|
||||||
|
.include "../../x11/py-wxWidgets/buildlink3.mk"
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
9
devel/py-windbg/PLIST
Normal file
9
devel/py-windbg/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
@comment $NetBSD: PLIST,v 1.1.1.1 2009/12/16 19:10:56 joerg Exp $
|
||||||
|
bin/rpdb2
|
||||||
|
bin/winpdb
|
||||||
|
${PYSITELIB}/rpdb2.py
|
||||||
|
${PYSITELIB}/rpdb2.pyc
|
||||||
|
${PYSITELIB}/rpdb2.pyo
|
||||||
|
${PYSITELIB}/winpdb.py
|
||||||
|
${PYSITELIB}/winpdb.pyc
|
||||||
|
${PYSITELIB}/winpdb.pyo
|
5
devel/py-windbg/distinfo
Normal file
5
devel/py-windbg/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
$NetBSD: distinfo,v 1.1.1.1 2009/12/16 19:10:56 joerg Exp $
|
||||||
|
|
||||||
|
SHA1 (winpdb-1.4.6.tar.gz) = ac525f3a396243b908f52a8174dee5e79ae5db3e
|
||||||
|
RMD160 (winpdb-1.4.6.tar.gz) = cf61f452d595fa1d43bd20c5446e4fc0e4dd53b4
|
||||||
|
Size (winpdb-1.4.6.tar.gz) = 143869 bytes
|
Loading…
Reference in a new issue