mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
d897e29fb6
pkipplib is a Python library which can prepare IPP requests with the help of a somewhat high level API. These requests can then be sent to an IPP printer or print server (e.g. CUPS). This library can also parse IPP answers received, and create high level Python objects from them. WWW: http://www.pykota.com/software/pkipplib/
20 lines
400 B
Makefile
20 lines
400 B
Makefile
# Ports collection Makefile for: pkipplib
|
|
# Date created: Jan 19 2009
|
|
# Whom: Rong-En Fan <rafan@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pkipplib
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= print python
|
|
MASTER_SITES= http://www.pykota.com/software/pkipplib/download/tarballs/
|
|
|
|
MAINTAINER= rafan@FreeBSD.org
|
|
COMMENT= Create and parse IPP requests
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|