From d6d0173b12ee82de85cd3b470809718356d1d51d Mon Sep 17 00:00:00 2001 From: branch-fixup Date: Tue, 5 Feb 2002 19:44:53 +0000 Subject: [PATCH] Add files from parent branch HEAD: www/py-HTMLgen/DESCR www/py-HTMLgen/PLIST www/py-HTMLgen/patches/patch-aa --- www/py-HTMLgen/DESCR | 9 +++++++++ www/py-HTMLgen/PLIST | 31 +++++++++++++++++++++++++++++++ www/py-HTMLgen/patches/patch-aa | 17 +++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 www/py-HTMLgen/DESCR create mode 100644 www/py-HTMLgen/PLIST create mode 100644 www/py-HTMLgen/patches/patch-aa diff --git a/www/py-HTMLgen/DESCR b/www/py-HTMLgen/DESCR new file mode 100644 index 000000000000..7018c9dc1e7f --- /dev/null +++ b/www/py-HTMLgen/DESCR @@ -0,0 +1,9 @@ +HTMLgen is a class library for the generation of HTML documents with Python +scripts. It's used when you want to create HTML pages containing information +which changes from time to time. For example, you might want to have a page +which provides an overall system summary of data collected nightly. Or maybe +you have a catalog of data and images that you would like formed into a spiffy +set of web pages for the world to browse. Python is a great scripting language +for these tasks and with HTMLgen it's very straightforward to construct objects +which are rendered out into consistently structured web pages. Of course, CGI +scripts written in Python can take advantage of these classes as well. diff --git a/www/py-HTMLgen/PLIST b/www/py-HTMLgen/PLIST new file mode 100644 index 000000000000..96071a9bebfe --- /dev/null +++ b/www/py-HTMLgen/PLIST @@ -0,0 +1,31 @@ +@comment $NetBSD$ +${PYSITELIB}/Formtools.py +${PYSITELIB}/Formtools.pyc +${PYSITELIB}/GifImagePluginH.py +${PYSITELIB}/GifImagePluginH.pyc +${PYSITELIB}/HTMLcalendar.py +${PYSITELIB}/HTMLcalendar.pyc +${PYSITELIB}/HTMLcolors.py +${PYSITELIB}/HTMLcolors.pyc +${PYSITELIB}/HTMLgen.py +${PYSITELIB}/HTMLgen.pyc +${PYSITELIB}/HTMLutil.py +${PYSITELIB}/HTMLutil.pyc +${PYSITELIB}/ImageFileH.py +${PYSITELIB}/ImageFileH.pyc +${PYSITELIB}/ImageH.py +${PYSITELIB}/ImageH.pyc +${PYSITELIB}/ImagePaletteH.py +${PYSITELIB}/ImagePaletteH.pyc +${PYSITELIB}/JpegImagePluginH.py +${PYSITELIB}/JpegImagePluginH.pyc +${PYSITELIB}/NavLinks.py +${PYSITELIB}/NavLinks.pyc +${PYSITELIB}/PngImagePluginH.py +${PYSITELIB}/PngImagePluginH.pyc +${PYSITELIB}/barchart.py +${PYSITELIB}/barchart.pyc +${PYSITELIB}/colorcube.py +${PYSITELIB}/colorcube.pyc +${PYSITELIB}/imgsize.py +${PYSITELIB}/imgsize.pyc diff --git a/www/py-HTMLgen/patches/patch-aa b/www/py-HTMLgen/patches/patch-aa new file mode 100644 index 000000000000..5b1b71016928 --- /dev/null +++ b/www/py-HTMLgen/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD$ + +--- Makefile.orig Tue Feb 5 19:25:20 2002 ++++ Makefile Tue Feb 5 19:40:08 2002 +@@ -56,10 +56,10 @@ + python HTMLutil.py -s + + compileall: +- python -c "import compileall; compileall.compile_dir('.',0)" ++ ${PYTHONBIN} -c "import compileall; compileall.compile_dir('.',0)" + + install: compileall +- python installp.py -f $(MODULES) $(MODULESC) $(PIL) $(PILC) ++ ${PYTHONBIN} installp.py -f $(MODULES) $(MODULESC) $(PIL) $(PILC) + @echo Installation of $(PACKAGE) done. + + checkin: -- 2.41.0