head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	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.5
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.8
date	2013.03.18.16.26.35;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.17.06.01.19;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2011.05.30.13.01.56;	author wen;	state Exp;
branches;
next	1.5;

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

1.4
date	2005.11.11.01.17.48;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.18.05.33.50;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2002.10.06.21.36.25;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2002.02.20.06.24.20;	author knu;	state Exp;
branches;
next	;


desc
@@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314460
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Akinori MUSHA aka knu <knu@@idaemons.org>
# $FreeBSD: head/security/ruby-hmac/Makefile 314460 2013-03-17 16:44:03Z eadler $

PORTNAME=	hmac
PORTVERSION=	0.4.0
CATEGORIES=	security ruby
MASTER_SITES=	RG
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	ruby-${PORTNAME}-${PORTVERSION}

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	A Ruby library which implements the HMAC algorithm

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes
GEM_NAME=	${DISTNAME}

.include <bsd.port.mk>
@


1.7
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	ruby-hmac
# Date created:		20 February 2002
# Whom:			Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: head/security/ruby-hmac/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d11 1
a11 1
MAINTAINER=	ruby@@freebsd.org
@


1.6
log
@- Update to 0.4.0 [1]
- Reset maintainer to ruby@@

PR:		ports/157388 [1]
Submitted by:	tota@@ [1]
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update to 0.3.2
- Pass maintainership to submitter

PR:		129412
Submitted by:	Wen Heping <wenheping@@gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.3.2
d11 1
a11 1
MASTER_SITES=	RF/ruby-hmac
d15 1
a15 1
MAINTAINER=	wenheping@@gmail.com
d20 1
a22 8
post-install:
	@@${ECHO} ${GEM_CACHE} > ${TMPPLIST}
	@@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST}
	@@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST}
	@@${ECHO} ${GEM_SPEC} >> ${TMPPLIST}
	@@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST}
	@@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST}

@


1.4
log
@With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
@
text
@d9 1
a9 1
PORTVERSION=	0.3
d11 1
a11 1
MASTER_SITES=	http://deisui.org/~ueno/ruby/
a13 1
DIST_SUBDIR=	ruby
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d19 2
d22 7
a28 8
NO_BUILD=	yes

do-install:
	${INSTALL_DATA} ${WRKSRC}/hmac*.rb ${RUBY_SITELIBDIR}/
.if !defined(NOPORTDOCS)
	${MKDIR} ${RUBY_MODEXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/test.rb ${RUBY_MODEXAMPLESDIR}/
.endif
@


1.3
log
@De-pkg-comment.
@
text
@d16 1
a16 1
MAINTAINER=	knu@@FreeBSD.org
@


1.2
log
@Use RUBY_MOD*.
@
text
@d17 1
@


1.1
log
@Add ruby-hmac, a Ruby library which implements the HMAC algorithm.
@
text
@d25 2
a26 2
	${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/test.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/
@

