1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net/py-pyicap/Makefile
Danilo G. Baio 798d4541aa Add net/py-pyicap: Lightweight Python framework for writing ICAP services
A Python framework for writing ICAP servers (RFC 3507).

ICAP is a protocol that is used by HTTP proxies to ask a separate service (an
ICAP server) to do modification on HTTP requests and responses it proxies. Such
proxy is an ICAP client.
ICAP can be used to check permissions, scan viruses, place ads or otherwise
modify the headers, content or request URL or HTTP requests and/or responses.
These can be done without modifying the proxy server's code.

The popular proxy software Squid 3.x supports the ICAP protocol, and this
framework was tested with Squid3.

WWW: https://github.com/netom/pyicap

PR:		229827
Submitted by:	Silvio Ap Silva <contato@kanazuchi.com>
2018-07-20 01:07:02 +00:00

21 lines
386 B
Makefile

# $FreeBSD$
PORTNAME= pyicap
DISTVERSION= 1.0b1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= contato@kanazuchi.com
COMMENT= Lightweight Python framework for writing ICAP services
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>