From 516a86644a602f6afe41535546309b1cad39b09e Mon Sep 17 00:00:00 2001 From: perky Date: Fri, 19 Jul 2002 02:34:48 +0000 Subject: Add py-px 0.6.8, a Python Interface to Perforce p4(1) --- devel/Makefile | 1 + devel/py-px/Makefile | 20 ++++++++++++++++++++ devel/py-px/distinfo | 1 + devel/py-px/pkg-comment | 1 + devel/py-px/pkg-descr | 10 ++++++++++ devel/py-px/pkg-plist | 4 ++++ 6 files changed, 37 insertions(+) create mode 100644 devel/py-px/Makefile create mode 100644 devel/py-px/distinfo create mode 100644 devel/py-px/pkg-comment create mode 100644 devel/py-px/pkg-descr create mode 100644 devel/py-px/pkg-plist (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index 2b4ecbd..2f484fa 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-px/Makefile b/devel/py-px/Makefile new file mode 100644 index 0000000..32d081f --- /dev/null +++ b/devel/py-px/Makefile @@ -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 diff --git a/devel/py-px/distinfo b/devel/py-px/distinfo new file mode 100644 index 0000000..1b45598 --- /dev/null +++ b/devel/py-px/distinfo @@ -0,0 +1 @@ +MD5 (python/px-0.6.8.tar.gz) = 83ac34aba20ca4a4499bdf279523a755 diff --git a/devel/py-px/pkg-comment b/devel/py-px/pkg-comment new file mode 100644 index 0000000..dd5abbd --- /dev/null +++ b/devel/py-px/pkg-comment @@ -0,0 +1 @@ +Perforce p4 wrapper and Python Perforce interface diff --git a/devel/py-px/pkg-descr b/devel/py-px/pkg-descr new file mode 100644 index 0000000..a5907dd --- /dev/null +++ b/devel/py-px/pkg-descr @@ -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/ diff --git a/devel/py-px/pkg-plist b/devel/py-px/pkg-plist new file mode 100644 index 0000000..b15aa64 --- /dev/null +++ b/devel/py-px/pkg-plist @@ -0,0 +1,4 @@ +bin/px +%%PYTHON_SITELIBDIR%%/p4lib.py +%%PYTHON_SITELIBDIR%%/p4lib.pyc +%%PYTHON_SITELIBDIR%%/p4lib.pyo -- cgit v1.1