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


1.3
date	2012.11.17.06.01.08;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.10.20.07.53.53;	author jhale;	state Exp;
branches;
next	1.1;

1.1
date	2012.06.10.09.57.42;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# Created by: Muhammad Moinur Rahman <5u623l20@@gmail.com>
# $FreeBSD: head/security/munge/Makefile 306167 2012-10-20 07:53:53Z jhale $

PORTNAME=	munge
PORTVERSION=	0.5.10
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	5u623l20@@gmail.com
COMMENT=	Authentication service for creating and validating credentials

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_PERL5=	yes
USE_LDCONFIG=	yes
USE_RC_SUBR=	munged

MAN1=		unmunge.1 \
	       	munge.1 \
	       	remunge.1
MAN3=		munge.3 \
		munge_ctx_copy.3 \
	       	munge_ctx_get.3 \
	       	munge_ctx.3 \
	       	munge_enum_int_to_str.3 \
	       	munge_enum_is_valid.3 \
	       	munge_enum_str_to_int.3 \
	       	munge_enum.3
MAN7=		munge.7
MAN8=		munged.8
MLINKS=		munge.3 munge_strerror.3 \
		munge.3 munge_encode.3 \
		munge.3 munge_decode.3 \
	       	munge_ctx.3 munge_ctx_create.3 \
	       	munge_ctx.3 munge_ctx_destroy.3 \
		munge_ctx.3 munge_ctx_set.3 \
		munge_ctx.3 munge_ctx_strerror.3

.include <bsd.port.mk>
@


1.2
log
@SVN rev 306167 on 2012-10-20 07:53:53Z by jhale

- Add upstream patch to fix CPU consumption and termination bug
  http://code.google.com/p/munge/issues/detail?id=18
- Bump PORTREVISION since runtime behavior will change

While here:
- Trim Makefile header
- Remove indefinite article from COMMENT

PR:		ports/172856
Submitted by:	Loic Pefferkorn <loic-freebsd@@loicp.eu>
Approved by:	maintainer
		makc, avilla (mentors, implicit)
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.1
log
@MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating and
validating credentials. It is designed to be highly scalable for use in an HPC
cluster environment. It allows a process to authenticate the UID and GID of
another local or remote process within a group of hosts having common users and
groups. These hosts form a security realm that is defined by a shared
cryptographic key. Clients within this security realm can create and validate
credentials without the use of root privileges, reserved ports, or
platform-specific methods.

WWW:	http://code.google.com/p/munge/

PR:		ports/166386
Submitted by:	Muhammad Moinur Rahman <5u623l20@@gmail.com>
@
text
@d1 1
a1 4
# New ports collection makefile for:	munge
# Date created:		2012-03-18
# Whom:			Muhammad Moinur Rahman <5u623l20@@gmail.com>
#
a2 1
#
d6 1
d11 1
a11 1
COMMENT=	An authentication service for creating and validating credentials
@

