summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-06-02 10:13:25 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-06-02 10:13:25 +0000
commita957317854509deb76c3cf5a24b62caa21e66770 (patch)
treea0a770719d3cb63687cbbf326e88ef92dd9daf1a /lang
parentActivate keyprint (diff)
New port python-doc-html. As the name suggests: documentation for
the Python language in HTML format. This port includes the necessary files for other formats, like PDF and PS, in a fashion similar to gimp-manual-html.
Notes
Notes: svn path=/head/; revision=19180
Diffstat (limited to 'lang')
-rw-r--r--lang/python-doc-html/Makefile45
-rw-r--r--lang/python-doc-html/distinfo5
-rw-r--r--lang/python-doc-html/pkg-comment1
-rw-r--r--lang/python-doc-html/pkg-descr3
-rw-r--r--lang/python-doc-html/pkg-plist_html605
-rw-r--r--lang/python-doc-html/pkg-plist_pdf-a48
-rw-r--r--lang/python-doc-html/pkg-plist_pdf-letter8
-rw-r--r--lang/python-doc-html/pkg-plist_postscript-a49
-rw-r--r--lang/python-doc-html/pkg-plist_postscript-letter9
9 files changed, 693 insertions, 0 deletions
diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile
new file mode 100644
index 000000000000..8332cf30fd91
--- /dev/null
+++ b/lang/python-doc-html/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for: python-doc
+# Version required: 1.5.2
+# Date created: 12 May 1999
+# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
+#
+# $Id$
+#
+
+DISTNAME= ${DOCFORMAT}-${VERSION}
+PKGNAME= python-doc-${DOCFORMAT}
+CATEGORIES= lang python
+MASTER_SITES= ftp://www.python.org/pub/python/doc/1.5.2/ \
+ ftp://ftp.cwi.nl/pub/python/doc/1.5.2/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= tg@FreeBSD.ORG
+
+DIST_SUBDIR= python
+NO_BUILD= yes
+PLIST= ${PKGDIR}/PLIST_${DOCFORMAT}
+
+VERSION= 1.5.2
+DOCDIR= ${PREFIX}/share/doc/python
+
+DOCFORMAT?= html
+
+.if ${DOCFORMAT} != "html" && ${DOCFORMAT} != "pdf-a4" && ${DOCFORMAT} != "pdf-letter" && ${DOCFORMAT} != "postscript-a4" && ${DOCFORMAT} != "postscript-letter"
+.BEGIN:
+ @${ECHO} "ERROR: invalid value for DOCFORMAT: \"${DOCFORMAT}\""
+ @${ECHO} "Possible values are: html, pdf-a4, pdf-letter,"
+ @${ECHO} "postscript-a4, postscript-letter."
+ @${FALSE}
+.endif
+
+do-extract:
+ @${RM} -rf ${WRKDIR}
+ @${MKDIR} ${WRKDIR}
+
+do-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCDIR}
+ @(cd ${DOCDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTFILES} ${EXTRACT_AFTER_ARGS})
+.endif
+
+.include <bsd.port.mk>
diff --git a/lang/python-doc-html/distinfo b/lang/python-doc-html/distinfo
new file mode 100644
index 000000000000..31a554974a53
--- /dev/null
+++ b/lang/python-doc-html/distinfo
@@ -0,0 +1,5 @@
+MD5 (python/html-1.5.2.tgz) = ca863b3aac948f9c564ce1763a668f06
+MD5 (python/pdf-a4-1.5.2.tgz) = 368879077d6c6bdf751070d455aaf30e
+MD5 (python/pdf-letter-1.5.2.tgz) = f659a46104d56a5589d75c91569227be
+MD5 (python/postscript-a4-1.5.2.tgz) = b64463b9b769ffc23b5e0ac40af75b72
+MD5 (python/postscript-letter-1.5.2.tgz) = b8ba4d3c6bb875a5921fcf1a94b459cf
diff --git a/lang/python-doc-html/pkg-comment b/lang/python-doc-html/pkg-comment
new file mode 100644
index 000000000000..e4d8aa01394a
--- /dev/null
+++ b/lang/python-doc-html/pkg-comment
@@ -0,0 +1 @@
+Documentation for the Python programming language.
diff --git a/lang/python-doc-html/pkg-descr b/lang/python-doc-html/pkg-descr
new file mode 100644
index 000000000000..02b70cc56702
--- /dev/null
+++ b/lang/python-doc-html/pkg-descr
@@ -0,0 +1,3 @@
+Documentation for the Python programming language.
+
+WWW: http://www.python.org/doc/
diff --git a/lang/python-doc-html/pkg-plist_html b/lang/python-doc-html/pkg-plist_html
new file mode 100644
index 000000000000..1590f7a97fde
--- /dev/null
+++ b/lang/python-doc-html/pkg-plist_html
@@ -0,0 +1,605 @@
+share/doc/python/api/about.html
+share/doc/python/api/abstract.html
+share/doc/python/api/api.css
+share/doc/python/api/api.html
+share/doc/python/api/cObjects.html
+share/doc/python/api/complexObjects.html
+share/doc/python/api/concrete.html
+share/doc/python/api/contents.html
+share/doc/python/api/countingRefs.html
+share/doc/python/api/debugging.html
+share/doc/python/api/dictObjects.html
+share/doc/python/api/embedding.html
+share/doc/python/api/exceptionHandling.html
+share/doc/python/api/exceptions.html
+share/doc/python/api/fileObjects.html
+share/doc/python/api/floatObjects.html
+share/doc/python/api/front.html
+share/doc/python/api/fundamental.html
+share/doc/python/api/genindex.html
+share/doc/python/api/importing.html
+share/doc/python/api/includes.html
+share/doc/python/api/index.html
+share/doc/python/api/initialization.html
+share/doc/python/api/intObjects.html
+share/doc/python/api/intro.html
+share/doc/python/api/listObjects.html
+share/doc/python/api/longObjects.html
+share/doc/python/api/mapObjects.html
+share/doc/python/api/mapping.html
+share/doc/python/api/moduleObjects.html
+share/doc/python/api/newTypes.html
+share/doc/python/api/node24.html
+share/doc/python/api/noneObject.html
+share/doc/python/api/number.html
+share/doc/python/api/numericObjects.html
+share/doc/python/api/object.html
+share/doc/python/api/objects.html
+share/doc/python/api/os.html
+share/doc/python/api/otherObjects.html
+share/doc/python/api/processControl.html
+share/doc/python/api/refcountDetails.html
+share/doc/python/api/refcounts.html
+share/doc/python/api/sequence.html
+share/doc/python/api/sequenceObjects.html
+share/doc/python/api/standardExceptions.html
+share/doc/python/api/stringObjects.html
+share/doc/python/api/threads.html
+share/doc/python/api/tupleObjects.html
+share/doc/python/api/typeObjects.html
+share/doc/python/api/types.html
+share/doc/python/api/utilities.html
+share/doc/python/api/veryhigh.html
+share/doc/python/doc/about.html
+share/doc/python/doc/classes.html
+share/doc/python/doc/contents.html
+share/doc/python/doc/discussion.html
+share/doc/python/doc/doc.css
+share/doc/python/doc/doc.html
+share/doc/python/doc/futures.html
+share/doc/python/doc/index.html
+share/doc/python/doc/indexing.html
+share/doc/python/doc/info-units.html
+share/doc/python/doc/latex-primer.html
+share/doc/python/doc/node10.html
+share/doc/python/doc/node11.html
+share/doc/python/doc/node14.html
+share/doc/python/doc/node15.html
+share/doc/python/doc/node16.html
+share/doc/python/doc/node17.html
+share/doc/python/doc/node2.html
+share/doc/python/doc/node3.html
+share/doc/python/doc/node6.html
+share/doc/python/doc/node8.html
+share/doc/python/doc/node9.html
+share/doc/python/doc/references.html
+share/doc/python/doc/structured.html
+share/doc/python/ext/about.html
+share/doc/python/ext/backToExample.html
+share/doc/python/ext/buildValue.html
+share/doc/python/ext/building-on-unix.html
+share/doc/python/ext/building-on-windows.html
+share/doc/python/ext/callingPython.html
+share/doc/python/ext/compilation.html
+share/doc/python/ext/contents.html
+share/doc/python/ext/cplusplus.html
+share/doc/python/ext/custom-interps.html
+share/doc/python/ext/distributing.html
+share/doc/python/ext/dynamic-linking.html
+share/doc/python/ext/embedding.html
+share/doc/python/ext/embeddingInCplusplus.html
+share/doc/python/ext/errors.html
+share/doc/python/ext/ext.css
+share/doc/python/ext/ext.html
+share/doc/python/ext/front.html
+share/doc/python/ext/index.html
+share/doc/python/ext/intro.html
+share/doc/python/ext/methodTable.html
+share/doc/python/ext/module-defn-example.html
+share/doc/python/ext/module-defn-options.html
+share/doc/python/ext/nullPointers.html
+share/doc/python/ext/ownershipRules.html
+share/doc/python/ext/parseTuple.html
+share/doc/python/ext/parseTupleAndKeywords.html
+share/doc/python/ext/refcounts.html
+share/doc/python/ext/refcountsInPython.html
+share/doc/python/ext/simpleExample.html
+share/doc/python/ext/thinIce.html
+share/doc/python/ext/using-cobjects.html
+share/doc/python/ext/win-cookbook.html
+share/doc/python/ext/win-dlls.html
+share/doc/python/icons/blank.gif
+share/doc/python/icons/contents.gif
+share/doc/python/icons/index.gif
+share/doc/python/icons/modules.gif
+share/doc/python/icons/next.gif
+share/doc/python/icons/previous.gif
+share/doc/python/icons/up.gif
+share/doc/python/index.html
+share/doc/python/lib/AST_Errors.html
+share/doc/python/lib/AST_Examples.html
+share/doc/python/lib/AST_Objects.html
+share/doc/python/lib/Cmd-objects.html
+share/doc/python/lib/ConfigParser-objects.html
+share/doc/python/lib/Contents_of_Module_re.html
+share/doc/python/lib/Contents_of_Module_regex.html
+share/doc/python/lib/Converting_ASTs.html
+share/doc/python/lib/Creating_ASTs.html
+share/doc/python/lib/Deterministic_Profiling.html
+share/doc/python/lib/FL_Functions.html
+share/doc/python/lib/Functions_in_cgi_module.html
+share/doc/python/lib/HTTP_Example.html
+share/doc/python/lib/MimeWriter-objects.html
+share/doc/python/lib/MultiFile-objects.html
+share/doc/python/lib/PrettyPrinter_Objects.html
+share/doc/python/lib/Profiler_Changes.html
+share/doc/python/lib/Profiler_Extensions.html
+share/doc/python/lib/Profiler_Introduction.html
+share/doc/python/lib/Querying_ASTs.html
+share/doc/python/lib/QueueObjects.html
+share/doc/python/lib/Repr-objects.html
+share/doc/python/lib/SMTP-example.html
+share/doc/python/lib/SMTP-objects.html
+share/doc/python/lib/Signal_Example.html
+share/doc/python/lib/Socket_Example.html
+share/doc/python/lib/Using_the_cgi_module.html
+share/doc/python/lib/about.html
+share/doc/python/lib/addresslist-objects.html
+share/doc/python/lib/al-config-objects.html
+share/doc/python/lib/al-port-objects.html
+share/doc/python/lib/allos.html
+share/doc/python/lib/audio-device-objects.html
+share/doc/python/lib/binhex-notes.html
+share/doc/python/lib/bisect-example.html
+share/doc/python/lib/bitstring-ops.html
+share/doc/python/lib/bltin-code-objects.html
+share/doc/python/lib/bltin-ellipsis-object.html
+share/doc/python/lib/bltin-file-objects.html
+share/doc/python/lib/bltin-null-object.html
+share/doc/python/lib/bltin-type-objects.html
+share/doc/python/lib/boolean.html
+share/doc/python/lib/bsddb-objects.html
+share/doc/python/lib/built-in-funcs.html
+share/doc/python/lib/builtin.html
+share/doc/python/lib/bytecodes.html
+share/doc/python/lib/cd-parser-objects.html
+share/doc/python/lib/cgi-intro.html
+share/doc/python/lib/comparisons.html
+share/doc/python/lib/condition-objects.html
+share/doc/python/lib/contents.html
+share/doc/python/lib/crypto.html
+share/doc/python/lib/dbhash-objects.html
+share/doc/python/lib/debugger-commands.html
+share/doc/python/lib/embedding-locale.html
+share/doc/python/lib/event-objects.html
+share/doc/python/lib/examples-imp.html
+share/doc/python/lib/form-objects.html
+share/doc/python/lib/formatter-impls.html
+share/doc/python/lib/formatter-interface.html
+share/doc/python/lib/forms-objects.html
+share/doc/python/lib/front.html
+share/doc/python/lib/ftp-objects.html
+share/doc/python/lib/genindex.html
+share/doc/python/lib/imap4-example.html
+share/doc/python/lib/imap4-objects.html
+share/doc/python/lib/img1.gif
+share/doc/python/lib/index.html
+share/doc/python/lib/internet.html
+share/doc/python/lib/intro.html
+share/doc/python/lib/lib.css
+share/doc/python/lib/lib.html
+share/doc/python/lib/lock-objects.html
+share/doc/python/lib/mailbox-objects.html
+share/doc/python/lib/match-objects.html
+share/doc/python/lib/matching-searching.html
+share/doc/python/lib/message-objects.html
+share/doc/python/lib/mh-folder-objects.html
+share/doc/python/lib/mh-message-objects.html
+share/doc/python/lib/mh-objects.html
+share/doc/python/lib/mimetools.Message_Methods.html
+share/doc/python/lib/misc.html
+share/doc/python/lib/mmedia.html
+share/doc/python/lib/modindex.html
+share/doc/python/lib/module-BaseHTTPServer.html
+share/doc/python/lib/module-Bastion.html
+share/doc/python/lib/module-ConfigParser.html
+share/doc/python/lib/module-DEVICE.html
+share/doc/python/lib/module-MimeWriter.html
+share/doc/python/lib/module-Queue.html
+share/doc/python/lib/module-SocketServer.html
+share/doc/python/lib/module-StringIO.html
+share/doc/python/lib/module-TERMIOSuppercase.html
+share/doc/python/lib/module-UserDict.html
+share/doc/python/lib/module-UserList.html
+share/doc/python/lib/module-aifc.html
+share/doc/python/lib/module-al-constants.html
+share/doc/python/lib/module-al.html
+share/doc/python/lib/module-anydbm.html
+share/doc/python/lib/module-array.html
+share/doc/python/lib/module-audioop.html
+share/doc/python/lib/module-base64.html
+share/doc/python/lib/module-binascii.html
+share/doc/python/lib/module-binhex.html
+share/doc/python/lib/module-bisect.html
+share/doc/python/lib/module-bsddb.html
+share/doc/python/lib/module-builtin.html
+share/doc/python/lib/module-cPickle.html
+share/doc/python/lib/module-cStringIO.html
+share/doc/python/lib/module-calendar.html
+share/doc/python/lib/module-cd.html
+share/doc/python/lib/module-cgi.html
+share/doc/python/lib/module-cmath.html
+share/doc/python/lib/module-cmd.html
+share/doc/python/lib/module-code.html
+share/doc/python/lib/module-colorsys.html
+share/doc/python/lib/module-commands.html
+share/doc/python/lib/module-compileall.html
+share/doc/python/lib/module-copy.html
+share/doc/python/lib/module-copyreg.html
+share/doc/python/lib/module-crypt.html
+share/doc/python/lib/module-dbhash.html
+share/doc/python/lib/module-dbm.html
+share/doc/python/lib/module-dis.html
+share/doc/python/lib/module-dumbdbm.html
+share/doc/python/lib/module-errno.html
+share/doc/python/lib/module-exceptions.html
+share/doc/python/lib/module-fcntl.html
+share/doc/python/lib/module-fileinput.html
+share/doc/python/lib/module-fl-constants.html
+share/doc/python/lib/module-fl.html
+share/doc/python/lib/module-flp.html
+share/doc/python/lib/module-fm.html
+share/doc/python/lib/module-fnmatch.html
+share/doc/python/lib/module-formatter.html
+share/doc/python/lib/module-ftplib.html
+share/doc/python/lib/module-gdbm.html
+share/doc/python/lib/module-getopt.html
+share/doc/python/lib/module-getpass.html
+share/doc/python/lib/module-gl-constants.html
+share/doc/python/lib/module-gl.html
+share/doc/python/lib/module-glob.html
+share/doc/python/lib/module-gopherlib.html
+share/doc/python/lib/module-grp.html
+share/doc/python/lib/module-gzip.html
+share/doc/python/lib/module-htmllib.html
+share/doc/python/lib/module-httplib.html
+share/doc/python/lib/module-imageop.html
+share/doc/python/lib/module-imaplib.html
+share/doc/python/lib/module-imgfile.html
+share/doc/python/lib/module-imghdr.html
+share/doc/python/lib/module-imp.html
+share/doc/python/lib/module-jpeg.html
+share/doc/python/lib/module-keyword.html
+share/doc/python/lib/module-locale.html
+share/doc/python/lib/module-mailbox.html
+share/doc/python/lib/module-mailcap.html
+share/doc/python/lib/module-main.html
+share/doc/python/lib/module-marshal.html
+share/doc/python/lib/module-math.html
+share/doc/python/lib/module-md5.html
+share/doc/python/lib/module-mhlib.html
+share/doc/python/lib/module-mimetools.html
+share/doc/python/lib/module-mimetypes.html
+share/doc/python/lib/module-mimify.html
+share/doc/python/lib/module-mpz.html
+share/doc/python/lib/module-msvcrt.html
+share/doc/python/lib/module-multifile.html
+share/doc/python/lib/module-netrc.html
+share/doc/python/lib/module-nntplib.html
+share/doc/python/lib/module-operator.html
+share/doc/python/lib/module-os.html
+share/doc/python/lib/module-os.path.html
+share/doc/python/lib/module-parser.html
+share/doc/python/lib/module-pdb.html
+share/doc/python/lib/module-pickle.html
+share/doc/python/lib/module-popen2.html
+share/doc/python/lib/module-poplib.html
+share/doc/python/lib/module-posix.html
+share/doc/python/lib/module-posixfile.html
+share/doc/python/lib/module-pprint.html
+share/doc/python/lib/module-profile.html
+share/doc/python/lib/module-pwd.html
+share/doc/python/lib/module-pyclbr.html
+share/doc/python/lib/module-pycompile.html
+share/doc/python/lib/module-quopri.html
+share/doc/python/lib/module-random.html
+share/doc/python/lib/module-re.html
+share/doc/python/lib/module-regex.html
+share/doc/python/lib/module-regsub.html
+share/doc/python/lib/module-repr.html
+share/doc/python/lib/module-resource.html
+share/doc/python/lib/module-rexec.html
+share/doc/python/lib/module-rfc822.html
+share/doc/python/lib/module-rgbimg.html
+share/doc/python/lib/module-rotor.html
+share/doc/python/lib/module-select.html
+share/doc/python/lib/module-sgmllib.html
+share/doc/python/lib/module-sha.html
+share/doc/python/lib/module-shelve.html
+share/doc/python/lib/module-shlex.html
+share/doc/python/lib/module-shutil.html
+share/doc/python/lib/module-signal.html
+share/doc/python/lib/module-site.html
+share/doc/python/lib/module-smtplib.html
+share/doc/python/lib/module-sndhdr.html
+share/doc/python/lib/module-socket.html
+share/doc/python/lib/module-stat.html
+share/doc/python/lib/module-string.html
+share/doc/python/lib/module-struct.html
+share/doc/python/lib/module-sunaudiodev.html
+share/doc/python/lib/module-symbol.html
+share/doc/python/lib/module-sys.html
+share/doc/python/lib/module-syslog.html
+share/doc/python/lib/module-telnetlib.html
+share/doc/python/lib/module-tempfile.html
+share/doc/python/lib/module-termios.html
+share/doc/python/lib/module-thread.html
+share/doc/python/lib/module-threading.html
+share/doc/python/lib/module-time.html
+share/doc/python/lib/module-token.html
+share/doc/python/lib/module-tokenize.html
+share/doc/python/lib/module-traceback.html
+share/doc/python/lib/module-types.html
+share/doc/python/lib/module-urllib.html
+share/doc/python/lib/module-urlparse.html
+share/doc/python/lib/module-user.html
+share/doc/python/lib/module-uu.html
+share/doc/python/lib/module-whichdb.html
+share/doc/python/lib/module-whrandom.html
+share/doc/python/lib/module-winsound.html
+share/doc/python/lib/module-xdrlib.html
+share/doc/python/lib/module-xmllib.html
+share/doc/python/lib/module-zlib.html
+share/doc/python/lib/msvcrt-console.html
+share/doc/python/lib/msvcrt-files.html
+share/doc/python/lib/msvcrt-other.html
+share/doc/python/lib/multifile-example.html
+share/doc/python/lib/netdata.html
+share/doc/python/lib/netrc-objects.html
+share/doc/python/lib/nntp-objects.html
+share/doc/python/lib/node124.html
+share/doc/python/lib/node130.html
+share/doc/python/lib/node167.html
+share/doc/python/lib/node168.html
+share/doc/python/lib/node175.html
+share/doc/python/lib/node192.html
+share/doc/python/lib/node194.html
+share/doc/python/lib/node195.html
+share/doc/python/lib/node196.html
+share/doc/python/lib/node197.html
+share/doc/python/lib/node198.html
+share/doc/python/lib/node201.html
+share/doc/python/lib/node265.html
+share/doc/python/lib/node303.html
+share/doc/python/lib/node310.html
+share/doc/python/lib/node311.html
+share/doc/python/lib/node312.html
+share/doc/python/lib/node313.html
+share/doc/python/lib/node314.html
+share/doc/python/lib/node315.html
+share/doc/python/lib/node316.html
+share/doc/python/lib/node51.html
+share/doc/python/lib/node52.html
+share/doc/python/lib/node82.html
+share/doc/python/lib/os-fd-ops.html
+share/doc/python/lib/os-file-dir.html
+share/doc/python/lib/os-newstreams.html
+share/doc/python/lib/os-path.html
+share/doc/python/lib/os-process.html
+share/doc/python/lib/os-procinfo.html
+share/doc/python/lib/player-objects.html
+share/doc/python/lib/pop3-example.html
+share/doc/python/lib/pop3-objects.html
+share/doc/python/lib/popen3-objects.html
+share/doc/python/lib/posix-contents.html
+share/doc/python/lib/posix-large-files.html
+share/doc/python/lib/profile-HotProfile.html
+share/doc/python/lib/profile-calibration.html
+share/doc/python/lib/profile-instant.html
+share/doc/python/lib/profile-limits.html
+share/doc/python/lib/profile-old.html
+share/doc/python/lib/profile-stats.html
+share/doc/python/lib/profile.html
+share/doc/python/lib/pyclbr-class-objects.html
+share/doc/python/lib/python.html
+share/doc/python/lib/re-objects.html
+share/doc/python/lib/re-syntax.html
+share/doc/python/lib/restricted.html
+share/doc/python/lib/rlock-objects.html
+share/doc/python/lib/semaphore-objects.html
+share/doc/python/lib/sgi.html
+share/doc/python/lib/shlex-objects.html
+share/doc/python/lib/shutil-example.html
+share/doc/python/lib/someos.html
+share/doc/python/lib/specialattrs.html
+share/doc/python/lib/strings.html
+share/doc/python/lib/subclassing-reprs.html
+share/doc/python/lib/sunos.html
+share/doc/python/lib/telnet-objects.html
+share/doc/python/lib/termios_Example.html
+share/doc/python/lib/thread-objects.html
+share/doc/python/lib/truth.html
+share/doc/python/lib/types.html
+share/doc/python/lib/typesfunctions.html
+share/doc/python/lib/typesinternal.html
+share/doc/python/lib/typesmapping.html
+share/doc/python/lib/typesmethods.html
+share/doc/python/lib/typesmodules.html
+share/doc/python/lib/typesnumeric.html
+share/doc/python/lib/typesobjects.html
+share/doc/python/lib/typesother.html
+share/doc/python/lib/typesseq-mutable.html
+share/doc/python/lib/typesseq-strings.html
+share/doc/python/lib/typesseq.html
+share/doc/python/lib/undoc.html
+share/doc/python/lib/unix.html
+share/doc/python/lib/writer-impls.html
+share/doc/python/lib/writer-interface.html
+share/doc/python/lib/xdr-exceptions.html
+share/doc/python/lib/xdr-packer-objects.html
+share/doc/python/lib/xdr-unpacker-objects.html
+share/doc/python/lib/xml-namespace.html
+share/doc/python/mac/about.html
+share/doc/python/mac/aeserver-objects.html
+share/doc/python/mac/alias-objects.html
+share/doc/python/mac/application-objects.html
+share/doc/python/mac/connection-object.html
+share/doc/python/mac/contents.html
+share/doc/python/mac/controlswindow-object.html
+share/doc/python/mac/dialogwindow-objects.html
+share/doc/python/mac/dnr-result-object.html
+share/doc/python/mac/finfo-objects.html
+share/doc/python/mac/front.html
+share/doc/python/mac/fsspec-objects.html
+share/doc/python/mac/genindex.html
+share/doc/python/mac/index.html
+share/doc/python/mac/intro.html
+share/doc/python/mac/mac.css
+share/doc/python/mac/mac.html
+share/doc/python/mac/modindex.html
+share/doc/python/mac/module-EasyDialogs.html
+share/doc/python/mac/module-FrameWork.html
+share/doc/python/mac/module-MacOS.html
+share/doc/python/mac/module-MiniAEFrame.html
+share/doc/python/mac/module-ctb.html
+share/doc/python/mac/module-findertools.html
+share/doc/python/mac/module-ic.html
+share/doc/python/mac/module-mac.html
+share/doc/python/mac/module-macconsole.html
+share/doc/python/mac/module-macdnr.html
+share/doc/python/mac/module-macfs.html
+share/doc/python/mac/module-macostools.html
+share/doc/python/mac/module-macpath.html
+share/doc/python/mac/module-macspeech.html
+share/doc/python/mac/module-mactcp.html
+share/doc/python/mac/node10.html
+share/doc/python/mac/node18.html
+share/doc/python/mac/node23.html
+share/doc/python/mac/node24.html
+share/doc/python/mac/node25.html
+share/doc/python/mac/node9.html
+share/doc/python/mac/scrolledwindow-object.html
+share/doc/python/mac/speech-channel-objects.html
+share/doc/python/mac/voice-objects.html
+share/doc/python/mac/window-objects.html
+share/doc/python/modindex.html
+share/doc/python/ref/about.html
+share/doc/python/ref/assert.html
+share/doc/python/ref/assignment.html
+share/doc/python/ref/atom-identifiers.html
+share/doc/python/ref/atom-literals.html
+share/doc/python/ref/atoms.html
+share/doc/python/ref/attribute-access.html
+share/doc/python/ref/attribute-references.html
+share/doc/python/ref/binary.html
+share/doc/python/ref/bitwise.html
+share/doc/python/ref/blank-lines.html
+share/doc/python/ref/break.html
+share/doc/python/ref/callable-types.html
+share/doc/python/ref/calls.html
+share/doc/python/ref/class.html
+share/doc/python/ref/comments.html
+share/doc/python/ref/comparisons.html
+share/doc/python/ref/compound.html
+share/doc/python/ref/contents.html
+share/doc/python/ref/continue.html
+share/doc/python/ref/conversions.html
+share/doc/python/ref/customization.html
+share/doc/python/ref/datamodel.html
+share/doc/python/ref/del.html
+share/doc/python/ref/delimiters.html
+share/doc/python/ref/dict.html
+share/doc/python/ref/exceptions.html
+share/doc/python/ref/exec.html
+share/doc/python/ref/execframes.html
+share/doc/python/ref/execmodel.html
+share/doc/python/ref/explicit-joining.html
+share/doc/python/ref/expression-input.html
+share/doc/python/ref/expressions.html
+share/doc/python/ref/exprlists.html
+share/doc/python/ref/exprstmts.html
+share/doc/python/ref/file-input.html
+share/doc/python/ref/floating.html
+share/doc/python/ref/for.html
+share/doc/python/ref/front.html
+share/doc/python/ref/function.html
+share/doc/python/ref/genindex.html
+share/doc/python/ref/global.html
+share/doc/python/ref/id-classes.html
+share/doc/python/ref/identifiers.html
+share/doc/python/ref/if.html
+share/doc/python/ref/imaginary.html
+share/doc/python/ref/implicit-joining.html
+share/doc/python/ref/import.html
+share/doc/python/ref/indentation.html
+share/doc/python/ref/index.html
+share/doc/python/ref/integers.html
+share/doc/python/ref/interactive.html
+share/doc/python/ref/introduction.html
+share/doc/python/ref/keywords.html
+share/doc/python/ref/lambda.html
+share/doc/python/ref/lexical.html
+share/doc/python/ref/line-structure.html
+share/doc/python/ref/lists.html
+share/doc/python/ref/literals.html
+share/doc/python/ref/logical.html
+share/doc/python/ref/notation.html
+share/doc/python/ref/numbers.html
+share/doc/python/ref/numeric-types.html
+share/doc/python/ref/objects.html
+share/doc/python/ref/operators.html
+share/doc/python/ref/other-tokens.html
+share/doc/python/ref/parenthesized.html
+share/doc/python/ref/pass.html
+share/doc/python/ref/physical.html
+share/doc/python/ref/power.html
+share/doc/python/ref/primaries.html
+share/doc/python/ref/print.html
+share/doc/python/ref/programs.html
+share/doc/python/ref/raise.html
+share/doc/python/ref/ref.css
+share/doc/python/ref/ref.html
+share/doc/python/ref/return.html
+share/doc/python/ref/sequence-methods.html
+share/doc/python/ref/sequence-types.html
+share/doc/python/ref/shifting.html
+share/doc/python/ref/simple.html
+share/doc/python/ref/slicings.html
+share/doc/python/ref/specialnames.html
+share/doc/python/ref/string-catenation.html
+share/doc/python/ref/string-conversions.html
+share/doc/python/ref/strings.html
+share/doc/python/ref/subscriptions.html
+share/doc/python/ref/summary.html
+share/doc/python/ref/top-level.html
+share/doc/python/ref/try.html
+share/doc/python/ref/types.html
+share/doc/python/ref/unary.html
+share/doc/python/ref/while.html
+share/doc/python/ref/whitespace.html
+share/doc/python/tut/index.html
+share/doc/python/tut/node1.html
+share/doc/python/tut/node10.html
+share/doc/python/tut/node11.html
+share/doc/python/tut/node12.html
+share/doc/python/tut/node13.html
+share/doc/python/tut/node14.html
+share/doc/python/tut/node2.html
+share/doc/python/tut/node3.html
+share/doc/python/tut/node4.html
+share/doc/python/tut/node5.html
+share/doc/python/tut/node6.html
+share/doc/python/tut/node7.html
+share/doc/python/tut/node8.html
+share/doc/python/tut/node9.html
+share/doc/python/tut/tut.css
+share/doc/python/tut/tut.html
+@dirrm share/doc/python/tut
+@dirrm share/doc/python/ref
+@dirrm share/doc/python/mac
+@dirrm share/doc/python/lib
+@dirrm share/doc/python/icons
+@dirrm share/doc/python/ext
+@dirrm share/doc/python/doc
+@dirrm share/doc/python/api
+@unexec rmdir share/doc/python 2>/dev/null || true
diff --git a/lang/python-doc-html/pkg-plist_pdf-a4 b/lang/python-doc-html/pkg-plist_pdf-a4
new file mode 100644
index 000000000000..a7c4934d9648
--- /dev/null
+++ b/lang/python-doc-html/pkg-plist_pdf-a4
@@ -0,0 +1,8 @@
+share/doc/python/api.pdf
+share/doc/python/doc.pdf
+share/doc/python/ext.pdf
+share/doc/python/lib.pdf
+share/doc/python/mac.pdf
+share/doc/python/ref.pdf
+share/doc/python/tut.pdf
+@unexec rmdir share/doc/python 2>/dev/null || true
diff --git a/lang/python-doc-html/pkg-plist_pdf-letter b/lang/python-doc-html/pkg-plist_pdf-letter
new file mode 100644
index 000000000000..a7c4934d9648
--- /dev/null
+++ b/lang/python-doc-html/pkg-plist_pdf-letter
@@ -0,0 +1,8 @@
+share/doc/python/api.pdf
+share/doc/python/doc.pdf
+share/doc/python/ext.pdf
+share/doc/python/lib.pdf
+share/doc/python/mac.pdf
+share/doc/python/ref.pdf
+share/doc/python/tut.pdf
+@unexec rmdir share/doc/python 2>/dev/null || true
diff --git a/lang/python-doc-html/pkg-plist_postscript-a4 b/lang/python-doc-html/pkg-plist_postscript-a4
new file mode 100644
index 000000000000..4d745759267a
--- /dev/null
+++ b/lang/python-doc-html/pkg-plist_postscript-a4
@@ -0,0 +1,9 @@
+share/doc/python/api.ps
+share/doc/python/doc.ps
+share/doc/python/ext.ps
+share/doc/python/lib.ps
+share/doc/python/mac.ps
+share/doc/python/ref.ps
+share/doc/python/tut.ps
+share/doc/python/README
+@unexec rmdir share/doc/python 2>/dev/null || true
diff --git a/lang/python-doc-html/pkg-plist_postscript-letter b/lang/python-doc-html/pkg-plist_postscript-letter
new file mode 100644
index 000000000000..4d745759267a
--- /dev/null
+++ b/lang/python-doc-html/pkg-plist_postscript-letter
@@ -0,0 +1,9 @@
+share/doc/python/api.ps
+share/doc/python/doc.ps
+share/doc/python/ext.ps
+share/doc/python/lib.ps
+share/doc/python/mac.ps
+share/doc/python/ref.ps
+share/doc/python/tut.ps
+share/doc/python/README
+@unexec rmdir share/doc/python 2>/dev/null || true