1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

add winpdb 1.0.8

An advanced Python debugger
This commit is contained in:
Ying-Chieh Liao 2007-02-15 10:07:32 +00:00
parent d8ac3054c6
commit e91ad7f1af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185220
5 changed files with 46 additions and 0 deletions

View File

@ -2089,6 +2089,7 @@
SUBDIR += websvn
SUBDIR += wfut
SUBDIR += wininfo
SUBDIR += winpdb
SUBDIR += wizardkit
SUBDIR += wxGlade
SUBDIR += wxGlade-devel

29
devel/winpdb/Makefile Normal file
View File

@ -0,0 +1,29 @@
# ex:ts=8
# Ports collection makefile for: winpdb
# Date created: Feb 15, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= winpdb
PORTVERSION= 1.0.8
CATEGORIES= devel python
MASTER_SITES= SF
MAINTAINER= python@FreeBSD.org
COMMENT= An advanced Python debugger
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_WX= 2.6
WX_COMPS= python
post-install:
.for file in rpdb2 winpdb
@${MV} -f ${PREFIX}/bin/_${file}.py ${PREFIX}/bin/${file}
.endfor
.include <bsd.port.mk>

3
devel/winpdb/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (winpdb-1.0.8.tar.gz) = f9e0a551e152e6c9dbfca0e59a684f43
SHA256 (winpdb-1.0.8.tar.gz) = 27d4919483f1aafa606f344c44d41da4f3e83fbb007113899bbc498a8d2dc388
SIZE (winpdb-1.0.8.tar.gz) = 81011

5
devel/winpdb/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Winpdb is a GPL python debugger, with support for smart breakpoints, multiple
threads, namespace modification, embedded debugging, password encrypted
communication and speed of up to 20 times that of pdb.
WWW: http://winpdb.sourceforge.net/

8
devel/winpdb/pkg-plist Normal file
View File

@ -0,0 +1,8 @@
bin/rpdb2
bin/winpdb
%%PYTHON_SITELIBDIR%%/rpdb2.py
%%PYTHON_SITELIBDIR%%/rpdb2.pyc
%%PYTHON_SITELIBDIR%%/rpdb2.pyo
%%PYTHON_SITELIBDIR%%/winpdb.py
%%PYTHON_SITELIBDIR%%/winpdb.pyc
%%PYTHON_SITELIBDIR%%/winpdb.pyo