From d897e29fb692a828cbc0a513104a73dd7949cb17 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Mon, 19 Jan 2009 13:52:42 +0000 Subject: Add pkipplib which is a prerequisite of pykota. 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/ --- print/pkipplib/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 print/pkipplib/Makefile (limited to 'print/pkipplib/Makefile') diff --git a/print/pkipplib/Makefile b/print/pkipplib/Makefile new file mode 100644 index 000000000000..bd70cf509aa9 --- /dev/null +++ b/print/pkipplib/Makefile @@ -0,0 +1,19 @@ +# Ports collection Makefile for: pkipplib +# Date created: Jan 19 2009 +# Whom: Rong-En Fan +# +# $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 -- cgit v1.2.3