head	1.9;
access;
symbols
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3;
locks; strict;
comment	@# @;


1.9
date	2010.09.08.05.25.12;	author pgollucci;	state dead;
branches;
next	1.8;

1.8
date	2008.07.08.09.23.03;	author pav;	state Exp;
branches;
next	1.7;

1.7
date	2006.11.25.16.46.44;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2004.12.14.17.54.42;	author archie;	state Exp;
branches;
next	1.5;

1.5
date	2004.06.04.16.44.29;	author archie;	state Exp;
branches;
next	1.4;

1.4
date	2003.03.07.06.12.40;	author ade;	state Exp;
branches;
next	1.3;

1.3
date	2002.09.14.00.42.13;	author archie;	state Exp;
branches;
next	1.2;

1.2
date	2002.08.22.04.51.44;	author archie;	state Exp;
branches;
next	1.1;

1.1
date	2002.08.21.23.09.38;	author archie;	state Exp;
branches;
next	;


desc
@@


1.9
log
@audio/audacious-crossfade||2010-09-08|Broken for 6+ months, unmaintained
audio/ecamegapedal||2010-09-08|Has expired: Abandonned since 2004, please use audio/jack-rack or audio/creox instead.
comms/asmodem||2010-09-08|Broken for 6+ months, unmaintained
comms/ltmdm||2010-09-08|Broken for 6+ months, unmaintained
comms/yawmppp||2010-09-08|Broken for 6+ months, unmaintained
devel/p5-ORBit||2010-09-08|Broken for 6+ months, unmaintained
emulators/p-interp||2010-09-08|Broken for 6+ months, unmaintained
graphics/visionegg||2010-09-08|Broken for 6+ months, unmaintained
japanese/okphone||2010-09-08|Broken for 6+ months, unmaintained
java/openjit||2010-09-08|Broken for 6+ months, unmaintained
multimedia/xmps-win32-plugin||2010-09-08|Broken for 6+ months, unmaintained
net-mgmt/tknetmon||2010-09-08|Broken for 6+ months, unmaintained
net/arpd||2010-09-08|Broken for 6+ months, unmaintained
net/vomit||2010-09-08|Broken for 6+ months, unmaintained
sysutils/xwipower||2010-09-08|Broken for 6+ months, unmaintained
www/lws||2010-09-08|Broken for 6+ months, unmaintained

Reported by:    FreeBSD unmaintained ports which are currently marked broken
                monthly reminder
@
text
@# New ports collection makefile for:	lws
# Date created:				21 Aug 2002
# Whom:					Archie Cobbs
#
# $FreeBSD: ports/www/lws/Makefile,v 1.8 2008/07/08 09:23:03 pav Exp $
#

PORTNAME=		lws
PORTVERSION=		0.2.1
CATEGORIES=		www
MASTER_SITES=		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	archie

MAINTAINER=		ports@@FreeBSD.org
COMMENT=	Lightweight threaded HTTP/HTTPS web server based on libpdel(3)

LIB_DEPENDS=		pdel.0:${PORTSDIR}/devel/libpdel

MAN1=			lws.1
MANCOMPRESSED=		yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 800000
BROKEN=		does not compile
.endif

.include <bsd.port.post.mk>
@


1.8
log
@- Mark BROKEN on 8-CURRENT
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Reassign ports from archie@@ back to pool at his request.

Hat:		portmgr
@
text
@d22 7
a28 1
.include <bsd.port.mk>
@


1.6
log
@Update to version 0.2.1.
@
text
@d14 1
a14 1
MAINTAINER=		archie@@freebsd.org
@


1.5
log
@Update to version 0.2.
@
text
@d9 1
a9 1
PORTVERSION=		0.2
@


1.4
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d9 1
a9 1
PORTVERSION=		0.1.2
@


1.3
log
@Update to version 0.1.2.
@
text
@d15 1
@


1.2
log
@Update to version 0.1.1. Fixes build problems on -stable.
@
text
@d9 1
a9 1
PORTVERSION=		0.1.1
@


1.1
log
@LWS is a lightweight web server which uses pthreads(3) for multi-tasking
and libpdel(3) for HTTP, HTTPS, and configurable servlet support.  The
server can be configured via a buit-in admin web interface, or by manu-
ally editing the XML configuration file.

LWS supports multiple HTTP and HTTPS servers, each containing multiple
virtual hosts.  Each virtual host has a configurable list of servlets.
The supported servlets types are file, redirect, and cookieauth.  The
file servlet includes optional support for tmpl(3) HTML templates.

LWS maintains a self-rotating logfile(3) error log, with optional support
for logging via syslog as well.

LWS is intended to demonstrate features of the libpdel(3) library, and to
be a lightweight web server for simple applications.
@
text
@d9 1
a9 1
PORTVERSION=		0.1.0
@

