head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.01.19;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2011.07.21.12.43.39;	author jlaffaye;	state Exp;
branches;
next	1.7;

1.7
date	2011.03.03.02.27.41;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2009.02.15.14.19.31;	author stas;	state Exp;
branches;
next	1.5;

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

1.4
date	2004.12.21.08.59.42;	author clement;	state Exp;
branches;
next	1.3;

1.3
date	2004.12.11.05.31.21;	author marcus;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Ruby-GPGME
# Date created:		29 September 2003
# Whom:			Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: head/security/ruby-gpgme/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	gpgme
PORTVERSION=	1.0.8
PORTREVISION=	1
CATEGORIES=	security ruby
MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR=	ruby-gpgme
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR=	ruby

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	A Ruby interface to GnuPG Made Easy (GPGME)

LIB_DEPENDS=	gpgme.19:${PORTSDIR}/security/gpgme

USE_RUBY=	yes
USE_RUBY_EXTCONF=	yes
USE_RUBY_RDOC=	yes

INSTALL_TARGET=	site-install

DOCS=		doc
EXAMPLES=	examples/*

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING.LESSER

post-build:
.if !defined(NOPORTDOCS)
	cd ${BUILD_WRKSRC}; ${RUBY_RDOC} lib
.endif

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${RUBY_MODDOCDIR}
	@@(cd ${WRKSRC}/ && ${COPYTREE_SHARE} ${DOCS} ${RUBY_MODDOCDIR}/)

	${MKDIR} ${RUBY_MODEXAMPLESDIR}
.for f in ${EXAMPLES}
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
.endfor
	@@${FIND} -ds ${RUBY_MODDOCDIR} -type f -print | ${SED} -E -e \
		's,^${PREFIX}/?,,' >> ${TMPPLIST}
	@@${FIND} -ds ${RUBY_MODDOCDIR} -type d -print | ${SED} -E -e \
		's,^${PREFIX}/?,@@dirrm ,' >> ${TMPPLIST}
	@@${ECHO_CMD} "@@unexec rmdir %D/share/doc/ruby18/ 2>/dev/null || true" \
		>> ${TMPPLIST}
.endif

.include <bsd.port.mk>
@


1.8
log
@- Chase gpgme shared lib bump.
- Add an entry to UPDATING

Reviewed by:	tabthorpe
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Update to 1.0.8
- This uses the newest GPGME library instead of the ancient security/gpgme03
- Add LICENSE
- Update pkg-descr

PR:		ports/154640
Submitted by:	Jason E dot  Hale <bsdkaffee_AT_gmail dot com>
@
text
@d10 1
d21 1
a21 1
LIB_DEPENDS=	gpgme.18:${PORTSDIR}/security/gpgme
@


1.6
log
@- Fix pkg-plist.
- Ensure correct permissions on installed files.
- Set maintainer to ruby@@.
@
text
@d9 1
a9 2
PORTVERSION=	0.2
PORTREVISION=	1
d11 2
a12 1
MASTER_SITES=	http://deisui.org/~ueno/ruby/ruby-gpgme/
d20 1
a20 1
LIB_DEPENDS=	gpgme03.9:${PORTSDIR}/security/gpgme03
d31 3
@


1.5
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
@d17 1
a17 1
MAINTAINER=	ports@@FreeBSD.org
d39 2
a40 3
.for f in ${DOCS}
	${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
d45 6
@


1.4
log
@- Rework gpgme03 port to avoid conflict with gpgme 1.0
- Make ports depending on it use new layout
- Bump PORTREVISION (except elmo*)

Approved by:	portmgr (marcus)
@
text
@d17 1
a17 1
MAINTAINER=	knu@@FreeBSD.org
@


1.3
log
@Switch gpgme dependency to gpgme03.
@
text
@d10 1
d20 1
a20 1
LIB_DEPENDS=	gpgme.9:${PORTSDIR}/security/gpgme03
@


1.2
log
@Update to 0.2.
@
text
@d19 1
a19 1
LIB_DEPENDS=	gpgme.9:${PORTSDIR}/security/gpgme
@


1.1
log
@Add ruby-gpgme, a Ruby interface to GnuPG Made Easy (GPGME).
@
text
@d9 1
a9 1
PORTVERSION=	0.1
a13 2
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
		${PATCH_RUBY16}
a14 1
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
a24 2
PATCH_RUBY16=	${DISTNAME}-1.6.diff

a29 7
.include <bsd.port.pre.mk>

pre-patch:
.if ${RUBY_VER} == 1.6
	cd ${PATCH_WRKSRC}; ${PATCH} < ${DISTDIR}/${DIST_SUBDIR}/${PATCH_RUBY16}
.endif

d47 1
a47 1
.include <bsd.port.post.mk>
@

