1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

add py-sgrep

Python wrappers for Sgrep
This commit is contained in:
Ying-Chieh Liao 2001-06-13 18:49:51 +00:00
parent 6e4e5d7a5d
commit 10678a90ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43954
6 changed files with 35 additions and 0 deletions

View File

@ -140,6 +140,7 @@
SUBDIR += py-csv
SUBDIR += py-expat
SUBDIR += py-martel
SUBDIR += py-sgrep
SUBDIR += py-trex
SUBDIR += py-xml
SUBDIR += rand

View File

@ -0,0 +1,27 @@
# ex:ts=8
# New ports collection makefile for: py-sgrep
# Date created: Jun 14, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= sgrep
PORTVERSION= 1.0a
CATEGORIES= textproc python
MASTER_SITES= http://www.rexx.com/~dkuhlman/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pysgrep-${PORTVERSION}
MAINTAINER= ijliao@freebsd.org
USE_PYTHON= yes
GNU_CONFIGURE= yes
do-build:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py build)
do-install:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py install)
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (pysgrep-1.0a.tar.gz) = 106f1321b8e38d0cfbe7199870ff17a9

View File

@ -0,0 +1 @@
Python wrappers for Sgrep

View File

@ -0,0 +1,4 @@
PySgrep is a Python extension module that enables Python code to call and
control the functionality in Sgrep.
WWW: http://www.rexx.com/~dkuhlman/pysgrep.html

View File

@ -0,0 +1 @@
lib/%%PYTHON_VERSION%%/site-packages/sgreplib.so