1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Add py-px 0.6.8, a Python Interface to Perforce p4(1)

This commit is contained in:
Hye-Shik Chang 2002-07-19 02:34:48 +00:00
parent 1e807601e1
commit 4eda703f5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63222
6 changed files with 37 additions and 0 deletions

View File

@ -615,6 +615,7 @@
SUBDIR += py-period
SUBDIR += py-plex
SUBDIR += py-pqueue
SUBDIR += py-px
SUBDIR += py-repl
SUBDIR += py-reverse
SUBDIR += py-ro

20
devel/py-px/Makefile Normal file
View File

@ -0,0 +1,20 @@
# New ports collection makefile for: py-px
# Date created: 19 July 2002
# Whom: Hye-Shik Chang
#
# $FreeBSD$
PORTNAME= px
PORTVERSION= 0.6.8
CATEGORIES= devel python
MASTER_SITES= http://starship.python.net/~tmick/downloads/px/${PORTVERSION}/linux/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= python
MAINTAINER= perky@FreeBSD.org
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
.include <bsd.port.mk>

1
devel/py-px/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (python/px-0.6.8.tar.gz) = 83ac34aba20ca4a4499bdf279523a755

1
devel/py-px/pkg-comment Normal file
View File

@ -0,0 +1 @@
Perforce p4 wrapper and Python Perforce interface

10
devel/py-px/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
px is a wrapper around p4. It provides all the functionality of p4
(defering work to it) plus it extends some standard p4 commands and
adds a few new ones. If you are a Perforce user you might find these
extensions useful.
px uses p4lib.py, a Python interface to the Perforce client application.
If you are a Python programmer and script Perforce you might find this
module helpful. Currently, most common commands are supported.
WWW: http://starship.python.net/~tmick/

4
devel/py-px/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/px
%%PYTHON_SITELIBDIR%%/p4lib.py
%%PYTHON_SITELIBDIR%%/p4lib.pyc
%%PYTHON_SITELIBDIR%%/p4lib.pyo