head	1.7;
access;
symbols
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2011.10.09.02.47.50;	author dougb;	state dead;
branches;
next	1.6;

1.6
date	2011.08.02.17.03.42;	author bapt;	state Exp;
branches;
next	1.5;

1.5
date	2009.07.11.15.52.02;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2009.02.14.22.41.32;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2008.09.07.09.57.55;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2008.09.07.00.18.43;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2007.06.22.15.53.20;	author sat;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove ports maintainted by ports@@ which have passed their EXPIRATION_DATE

astro/gkrellsun		Abandonware
astro/xrmap		No more distfiles
audio/midimountain	Abandonware
audio/gkrellmss		Abandonware
audio/gnapster		Abandonware
databases/xbase		No more public distfiles
databases/xbsql		No more public distfiles
games/gtkabale		No more public distfiles
games/battleball	No more public distfiles, does not compile on ia64 or sparc64
games/race		No more public distfiles
games/stvef-paks	No more public distfiles
games/stvef-server	No more public distfiles
games/tome		No more public distfiles
games/qkmj		No more public distfiles
games/oilwar		No more public distfiles
games/xbaby		No more public distfiles
games/xword		Abandonware
games/kslide		No more public distfiles
graphics/xmrm		No more public distfiles, does not compile on amd64 or sparc64
graphics/giftrans	Upstream disappeared and distfile is not available
graphics/wildmagic	BROKEN for more than 6 months, does not fetch
irc/ircd-rusnet		No more public distfiles
irc/tkirc		No more public distfiles
korean/mizifont		No more public distfiles
lang/freetxl		No more public distfiles
math/nsc2ke		No more public distfiles
misc/mgp-mode.el	No more public distfiles
multimedia/p5-RIFF-Info	No more public distfiles
net/p5-Net-OpenDHT	No more public distfiles
net/mudix		No more public distfiles
net-im/newsbot		No more public distfiles
net-im/libicq2000	Abandonware
net-im/gossip		No longer maintain by upstream, use net-im/empathy instead
net-im/ickle		Abandonware
net-mgmt/nipper		BROKEN for more than 6 month, does not fetch
net-p2p/mldonkey-serverspy	No more public distfiles
news/p5-Gateway		No more public distfiles
print/epsmerge		No more public distfiles
science/at		No more public distfiles
science/pyvox		No more public distfiles
security/p5-Email-Obfuscate	No more public distfiles
security/libparanoia	No more public distfiles
security/execwrap	No more public distfiles
@
text
@# New ports collection makefile for:	execwrap
# Date created:		22 June 2007
# Whom:			Andrew Pantyukhin <infofarmer@@FreeBSD.org>
#
# $FreeBSD: ports/security/execwrap/Makefile,v 1.6 2011/08/02 17:03:42 bapt Exp $
#

PORTNAME=	execwrap
PORTVERSION=	0.5
CATEGORIES=	security
MASTER_SITES=	http://freebsd.unixfreunde.de/sources/
DISTNAME=	ExecWrap-${DISTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Super-user exec wrapper

DEPRECATED=	No more public distfiles
EXPIRATION_DATE=	2011-09-01

NO_WRKSUBDIR=	yes
PORTDOCS=	README
PLIST_FILES=	bin/${PORTNAME}
EXECWRAP_VARS=	PARENT_UID TARGET_MIN_UID TARGET_MIN_GID \
		TARGET_PATH_PREFIX DEFAULT_UID DEFAULT_GID
EXECWRAP_TARGET_PATH_PREFIX?=	"${WWWDIR:S|/${PORTNAME}$||}"
.for _var in ${EXECWRAP_VARS}
.	ifdef EXECWRAP_${_var}
_SED_LINE+=	s|${_var}.*|${_var} ${EXECWRAP_${_var}}|;
.	endif
.endfor

post-patch:
	@@${REINPLACE_CMD} -e '${_SED_LINE}' ${WRKSRC}/execwrap_config.h

pre-build:
	@@${ECHO_CMD} "============================================"
	@@${ECHO_CMD} "You can use the following variables to tweak"
	@@${ECHO_CMD} "compile-time options:"
	@@for opt in ${EXECWRAP_VARS:S|^|EXECWRAP_|};do ${ECHO_MSG} "  $$opt";done
	@@${ECHO_CMD} "============================================"

do-build:
	@@cd ${WRKSRC}/ && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c

do-install:
	@@${INSTALL_PROGRAM} -m 4511 ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.ifndef NOPORTDOCS
	@@${INSTALL} -d ${DOCSDIR}/
	@@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}/
.endif

.include <bsd.port.mk>
@


1.6
log
@Deprecate some ports where I can't find distfiles and upstream
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Drop maintainership
@
text
@d18 3
@


1.4
log
@- Fix fetch

Reported by:	pavbot
@
text
@d15 1
a15 1
MAINTAINER=	miwi@@FreeBSD.org
@


1.3
log
@- Update to 0.5
- Take maintainership
@
text
@d11 1
a11 1
MASTER_SITES=	http://cyanite.org/execwrap/ CENKES
@


1.2
log
@Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:	portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.4
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.1
log
@Add port security/execwrap:

ExecWrap is a super-user exec wrapper for the lighttpd web-server, but
it can be used in any environment as long as arguments can be passed
from the server to its children via the environment.

WWW: http://cyanite.org/execwrap/
Author: Sune Foldager <cryo@@cyanite.org>
@
text
@d15 1
a15 1
MAINTAINER=	infofarmer@@FreeBSD.org
@

