head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2011.10.20.19.29.40;	author cs;	state dead;
branches;
next	1.2;

1.2
date	2011.10.20.13.43.13;	author cs;	state Exp;
branches;
next	1.1;

1.1
date	2011.10.19.20.28.17;	author cs;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove port security/py-arm to rename it

Suggested by:	danfe@@
Approved by:	glarkin@@ (mentor)
@
text
@# ports collection makefile for:	arm
# Date created:				20111019
# Whom:					Carlo Strub
#
# $FreeBSD: ports/security/py-arm/Makefile,v 1.2 2011/10/20 13:43:13 cs Exp $
#

PORTNAME=	arm
DISTVERSION=	1.4.4.0
CATEGORIES=	security net python
MASTER_SITES=	https://archive.torproject.org/arm/ \
		http://www.c-s.li/ports/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	cs@@FreeBSD.org
COMMENT=	A terminal status monitor for Tor

LICENSE=	GPLv3

RUN_DEPENDS=	lsof:${PORTSDIR}/sysutils/lsof \
		tor:${PORTSDIR}/security/tor

MAN1=		arm.1
MANCOMPRESSED=	yes

USE_PYTHON=	yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGVERSION=1.4.4
USE_BZIP2=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}

DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}
PORTDOCS=	armrc.sample

post-patch:
.if defined(NOPORTDOCS)
	@@${REINPLACE_CMD} -e 's,/usr/share/doc/,${WRKSRC}/src,g' \
		${WRKSRC}/setup.py
.else
	@@${REINPLACE_CMD} -e 's,/usr/share/doc,${PREFIX}/share/doc,g' \
		${WRKSRC}/setup.py
.endif

	@@${REINPLACE_CMD} -e 's,/usr/bin,${PREFIX}/bin,g' \
 		${WRKSRC}/arm ${WRKSRC}/setup.py ${WRKSRC}/src/uninstall
	@@${REINPLACE_CMD} -e 's,/usr/share/man/man1,${PREFIX}/man/man1,g' \
		${WRKSRC}/setup.py
	@@${REINPLACE_CMD} -e 's,/usr/share,${PYTHON_SITELIBDIR},g' \
 		${WRKSRC}/arm ${WRKSRC}/setup.py ${WRKSRC}/src/uninstall \
		${WRKSRC}/src/gui/controller.py

.include <bsd.port.mk>
@


1.2
log
@Change maintainer address to my FreeBSD address.

Approved by:	glarkin@@ (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@The anonymizing relay monitor (arm) is a terminal status monitor for Tor,
intended for command-line aficionados, ssh connections, and anyone with a tty
terminal. This works much like top does for system usage, providing real time
statistics for:

  * bandwidth, cpu, and memory usage
  * relay's current configuration
  * logged events
  * connection details (ip, hostname, fingerprint, and consensus data)
  * ... etc

PR:		ports/159017
Approved by:	glarkin@@ (mentor)
@
text
@d15 1
a15 1
MAINTAINER=	c-s@@c-s.li
@

