From 806f49e1ea59d4db188ca27b80cd3cc33aa809aa Mon Sep 17 00:00:00 2001 From: thorpej Date: Tue, 18 Jun 2002 06:37:37 +0000 Subject: A package for SWILL, the Simple Web Interface Link Library. --- www/swill/DESCR | 5 +++++ www/swill/Makefile | 15 +++++++++++++++ www/swill/PLIST | 3 +++ www/swill/distinfo | 4 ++++ 4 files changed, 27 insertions(+) create mode 100644 www/swill/DESCR create mode 100644 www/swill/Makefile create mode 100644 www/swill/PLIST create mode 100644 www/swill/distinfo (limited to 'www/swill') diff --git a/www/swill/DESCR b/www/swill/DESCR new file mode 100644 index 00000000000..88af90a4f85 --- /dev/null +++ b/www/swill/DESCR @@ -0,0 +1,5 @@ +SWILL (Simple Web Interface Link Library) is a web server library +that makes it easy to add a web interface capability to existing +programs. Its intended use is to provide web access to applications +that don't normally fit the standard model of a standard "Internet" +application. diff --git a/www/swill/Makefile b/www/swill/Makefile new file mode 100644 index 00000000000..0bf8a23fb51 --- /dev/null +++ b/www/swill/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/18 06:37:37 thorpej Exp $ + +DISTNAME= swill-0.1 +CATEGORIES= www devel +MASTER_SITES= http://systems.cs.uchicago.edu/swill/ + +MAINTAINER= thorpej@netbsd.org +HOMEPAGE= http://systems.cs.uchicago.edu/swill/ +COMMENT= The Simple Web Interface Link Library + +GNU_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/SWILL-0.1 + +.include "../../mk/bsd.pkg.mk" diff --git a/www/swill/PLIST b/www/swill/PLIST new file mode 100644 index 00000000000..58b1ec9da66 --- /dev/null +++ b/www/swill/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/18 06:37:37 thorpej Exp $ +include/swill.h +lib/libswill.a diff --git a/www/swill/distinfo b/www/swill/distinfo new file mode 100644 index 00000000000..35a0988740a --- /dev/null +++ b/www/swill/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/18 06:37:37 thorpej Exp $ + +SHA1 (swill-0.1.tar.gz) = bfdc0e8fc49532aa656b166eeeedbdb6c378ef07 +Size (swill-0.1.tar.gz) = 119170 bytes -- cgit v1.2.3