head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.01.19;	author svnexp;	state Exp;
branches;
next	1.4;

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

1.3
date	2010.12.30.23.11.59;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2010.12.27.15.12.15;	author pgollucci;	state Exp;
branches;
next	1.1;

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


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	camellia-rb
# Date created:		9 August 2008
# Whom:			Yoshisato YANAGISAWA <osho@@pcc-software.org>
#
# $FreeBSD: head/security/ruby-camellia/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	camellia
PORTVERSION=	1.2
CATEGORIES=	security ruby
MASTER_SITES=	http://info.isl.ntt.co.jp/crypt/camellia/dl/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	${PORTNAME}-rb-${PORTVERSION}
DIST_SUBDIR=	ruby

MAINTAINER=	osho@@pcc-software.org
COMMENT=	A Ruby extension library which implements Camellia encryption

USE_RUBY=	yes
USE_RUBY_SETUP=	yes

INSTALL_TARGET=	site-install

DOCS=		README.txt History.txt License.txt
EXAMPLES=	ext/camellia-example.rb

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${RUBY_MODEXAMPLESDIR}
.for f in ${EXAMPLES}
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
.endfor
	${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif

.include <bsd.port.mk>
@


1.4
log
@- Update to 1.2

PR:		153611
Submitted by:	Yoshisato YANAGISAWA <osho@@pcc-software.org> (maintainer)
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Fix a vi typo in the previous commit, line should have never changed.

Reported by:    pointyhat via pav
@
text
@d9 1
a9 1
PORTVERSION=	1.1
@


1.2
log
@- Update to 1.1
- Remove MD5

PR:             ports/153397
Submitted by:   myself (pgollucci)
Approved by:    osho@@pcc-software.org (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
@
text
@d25 1
a25 1
EXAMPLES=	cext/camellia-example.rb
@


1.1
log
@This is a Camellia package for Ruby. Camellia engine is implemented in "C".
Supported key length : 128bit/192bit/256bit
Supported modes of operation : ECB/CFB/CBC

WWW:	http://info.isl.ntt.co.jp/crypt/eng/camellia/index.html

PR:		ports/126390
Submitted by:	Yoshisato YANAGISAWA <osho at pcc-software.org>
@
text
@d9 1
a9 1
PORTVERSION=	1.0
@

