From 3902d6cb07a972d8754f0c828929d2efae2d2db1 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Wed, 20 Oct 1999 08:25:41 +0000 Subject: New port of the manual to py-imaging. PR: 14422 Submitted by: Jose Marques --- graphics/py-imaging-handbook/Makefile | 32 ++++++++++++++++++++++++++++++++ graphics/py-imaging-handbook/distinfo | 27 +++++++++++++++++++++++++++ graphics/py-imaging-handbook/pkg-comment | 1 + graphics/py-imaging-handbook/pkg-descr | 4 ++++ graphics/py-imaging-handbook/pkg-plist | 29 +++++++++++++++++++++++++++++ 5 files changed, 93 insertions(+) create mode 100644 graphics/py-imaging-handbook/Makefile create mode 100644 graphics/py-imaging-handbook/distinfo create mode 100644 graphics/py-imaging-handbook/pkg-comment create mode 100644 graphics/py-imaging-handbook/pkg-descr create mode 100644 graphics/py-imaging-handbook/pkg-plist diff --git a/graphics/py-imaging-handbook/Makefile b/graphics/py-imaging-handbook/Makefile new file mode 100644 index 000000000000..d2801b1ef73e --- /dev/null +++ b/graphics/py-imaging-handbook/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: PIL handbook +# Version required: 1.0 +# Date created: 18th October 1999 +# Whom: Jose Marques +# +# $FreeBSD$ +# + +DISTNAME= py-imaging-handbook-1.0 +CATEGORIES= graphics +MASTER_SITES= http://www.pythonware.com/library/pil/handbook/ +DISTFILES= labdoc.css index.htm overview.htm concepts.htm \ + intro01.htm support.htm license.htm image.htm \ + imagechops.htm imagedraw.htm imageenhance.htm \ + imagefilter.htm imagefileio.htm imagefont.htm \ + imagepalette.htm imagesequence.htm imagestat.htm \ + imagetk.htm imagewin.htm psdraw.htm pilconvert.htm \ + pildriver.htm pilfile.htm pilfont.htm pilprint.htm \ + formats.htm decoder.htm + +MAINTAINER= ports@FreeBSD.org + +DIST_SUBDIR= pil +EXTRACT_ONLY= +NO_BUILD= yes + +do-install: + @${MKDIR} ${PREFIX}/share/doc/PIL/handbook + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.css ${PREFIX}/share/doc/PIL/handbook + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.htm ${PREFIX}/share/doc/PIL/handbook + +.include diff --git a/graphics/py-imaging-handbook/distinfo b/graphics/py-imaging-handbook/distinfo new file mode 100644 index 000000000000..fab5191dc230 --- /dev/null +++ b/graphics/py-imaging-handbook/distinfo @@ -0,0 +1,27 @@ +MD5 (pil/labdoc.css) = 6dfe81cd5838bb2aba073f2d45146fff +MD5 (pil/index.htm) = 3a9236e87bdaa2f4f16c0f8222809bbd +MD5 (pil/overview.htm) = 7a7798997e1d5510b2ef7c10868e6021 +MD5 (pil/concepts.htm) = 21ca6aebcc8bba35097da993eab13d6f +MD5 (pil/intro01.htm) = 51bad93ffc2d376e8f7c39acf0fa037c +MD5 (pil/support.htm) = 5f61a3ee4c6899464fcd574456bd3a38 +MD5 (pil/license.htm) = 46da0e1aa87228f4c7529374faca7fed +MD5 (pil/image.htm) = ce97655f2cecc8173d154b4299862d7f +MD5 (pil/imagechops.htm) = ad88d5219f2d434c034eaa00d3d9a24b +MD5 (pil/imagedraw.htm) = 5fa309d9962ac0f9233a980937c652f4 +MD5 (pil/imageenhance.htm) = 6aaf99832094d778a22694d4dc369c78 +MD5 (pil/imagefilter.htm) = aa2f591e09f5c17c3f6eca18d55ad1f8 +MD5 (pil/imagefileio.htm) = 9bde9cd39ba0e34b0507a3a820860313 +MD5 (pil/imagefont.htm) = bcd2c82e98d32626cc30ab2f57b55c34 +MD5 (pil/imagepalette.htm) = 4d1dfc9465e5c5768b0297737ef9e672 +MD5 (pil/imagesequence.htm) = 2057055a48e3b5d35d159a3af5611837 +MD5 (pil/imagestat.htm) = 1d05f72402ba15dd030d7040147acd6f +MD5 (pil/imagetk.htm) = 1a6e0d19fa224fcd974da6334b8a8f3a +MD5 (pil/imagewin.htm) = 1d9d424a61151cc8fb8bea70aacd6caa +MD5 (pil/psdraw.htm) = 2901a52597e8432fb310cce476b586a1 +MD5 (pil/pilconvert.htm) = 34ab8e14ccafdf319f90b19dd3fae861 +MD5 (pil/pildriver.htm) = c5c02d2ddf3f86ffe048de420d1225ce +MD5 (pil/pilfile.htm) = ac79df4694a3e95bce27474d5b839654 +MD5 (pil/pilfont.htm) = e6e5f0d21a2158a84d1f91a2c0bef4e9 +MD5 (pil/pilprint.htm) = 8e630d6972161083162a262a8512bcb8 +MD5 (pil/formats.htm) = 97232bc839893a3b814a5d9af5ee7d42 +MD5 (pil/decoder.htm) = b64f00170a7160a7197e2de0355d2acb diff --git a/graphics/py-imaging-handbook/pkg-comment b/graphics/py-imaging-handbook/pkg-comment new file mode 100644 index 000000000000..3691c7b5ba0d --- /dev/null +++ b/graphics/py-imaging-handbook/pkg-comment @@ -0,0 +1 @@ +The Python Imaging Library Handbook diff --git a/graphics/py-imaging-handbook/pkg-descr b/graphics/py-imaging-handbook/pkg-descr new file mode 100644 index 000000000000..62f4d6187352 --- /dev/null +++ b/graphics/py-imaging-handbook/pkg-descr @@ -0,0 +1,4 @@ +The handbook for the Python Imaging Library as available from the +following URL: + + http://www.pythonware.com/library/pil/handbook/index.htm diff --git a/graphics/py-imaging-handbook/pkg-plist b/graphics/py-imaging-handbook/pkg-plist new file mode 100644 index 000000000000..e6a5d3e34235 --- /dev/null +++ b/graphics/py-imaging-handbook/pkg-plist @@ -0,0 +1,29 @@ +share/doc/PIL/handbook/labdoc.css +share/doc/PIL/handbook/index.htm +share/doc/PIL/handbook/overview.htm +share/doc/PIL/handbook/concepts.htm +share/doc/PIL/handbook/intro01.htm +share/doc/PIL/handbook/support.htm +share/doc/PIL/handbook/license.htm +share/doc/PIL/handbook/image.htm +share/doc/PIL/handbook/imagechops.htm +share/doc/PIL/handbook/imagedraw.htm +share/doc/PIL/handbook/imageenhance.htm +share/doc/PIL/handbook/imagefilter.htm +share/doc/PIL/handbook/imagefileio.htm +share/doc/PIL/handbook/imagefont.htm +share/doc/PIL/handbook/imagepalette.htm +share/doc/PIL/handbook/imagesequence.htm +share/doc/PIL/handbook/imagestat.htm +share/doc/PIL/handbook/imagetk.htm +share/doc/PIL/handbook/imagewin.htm +share/doc/PIL/handbook/psdraw.htm +share/doc/PIL/handbook/pilconvert.htm +share/doc/PIL/handbook/pildriver.htm +share/doc/PIL/handbook/pilfile.htm +share/doc/PIL/handbook/pilfont.htm +share/doc/PIL/handbook/pilprint.htm +share/doc/PIL/handbook/formats.htm +share/doc/PIL/handbook/decoder.htm +@dirrm share/doc/PIL/handbook +@unexec rmdir %B 2>/dev/null || true -- cgit v1.2.3