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:
parent
6e4e5d7a5d
commit
10678a90ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43954
@ -140,6 +140,7 @@
|
||||
SUBDIR += py-csv
|
||||
SUBDIR += py-expat
|
||||
SUBDIR += py-martel
|
||||
SUBDIR += py-sgrep
|
||||
SUBDIR += py-trex
|
||||
SUBDIR += py-xml
|
||||
SUBDIR += rand
|
||||
|
27
textproc/py-sgrep/Makefile
Normal file
27
textproc/py-sgrep/Makefile
Normal 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>
|
1
textproc/py-sgrep/distinfo
Normal file
1
textproc/py-sgrep/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pysgrep-1.0a.tar.gz) = 106f1321b8e38d0cfbe7199870ff17a9
|
1
textproc/py-sgrep/pkg-comment
Normal file
1
textproc/py-sgrep/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Python wrappers for Sgrep
|
4
textproc/py-sgrep/pkg-descr
Normal file
4
textproc/py-sgrep/pkg-descr
Normal 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
|
1
textproc/py-sgrep/pkg-plist
Normal file
1
textproc/py-sgrep/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
lib/%%PYTHON_VERSION%%/site-packages/sgreplib.so
|
Loading…
Reference in New Issue
Block a user