head	1.15;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.15
date	2012.11.17.06.01.03;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.09.10.08.05.25;	author beat;	state Exp;
branches;
next	1.13;

1.13
date	2012.09.04.17.05.43;	author ashish;	state Exp;
branches;
next	1.12;

1.12
date	2012.08.01.16.50.15;	author ashish;	state Exp;
branches;
next	1.11;

1.11
date	2012.02.22.13.31.31;	author ashish;	state Exp;
branches;
next	1.10;

1.10
date	2011.10.17.06.01.30;	author ashish;	state Exp;
branches;
next	1.9;

1.9
date	2011.09.07.20.21.28;	author ashish;	state Exp;
branches;
next	1.8;

1.8
date	2011.08.27.22.22.55;	author ashish;	state Exp;
branches;
next	1.7;

1.7
date	2010.03.28.06.43.17;	author dinoex;	state Exp;
branches;
next	1.6;

1.6
date	2010.02.05.11.43.44;	author dinoex;	state Exp;
branches;
next	1.5;

1.5
date	2010.01.04.02.22.26;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2009.07.31.13.55.38;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2008.08.07.22.51.38;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2008.06.06.14.00.48;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2008.02.26.05.58.58;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.15
log
@Switch exporter over
@
text
@# New ports collection makefile for:   EasyPG
# Date created: 	25 December 2007
# Whom: 		Shota Iwazaki <iwazaki8@@yahoo.co.jp>
#
# $FreeBSD: head/security/easypg/Makefile 304023 2012-09-10 08:05:25Z beat $
#

PORTNAME=	easypg
PORTVERSION=	0.0.16
PORTREVISION=	10
CATEGORIES=	security elisp
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR=	epg/29289
DISTNAME=	epg-${PORTVERSION}

MAINTAINER=	iwazaki8@@yahoo.co.jp
COMMENT=	EasyPG is yet another GnuPG interface for Emacs

RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg1

GNU_CONFIGURE=	yes
USE_EMACS=	yes

.include <bsd.port.pre.mk>

.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
IGNORE=		easyPG has been part of Emacs 23 and Emacs 24
.endif

INFO=	epa
.if !defined(NOPORTDOCS)
PORTDOCS=	ChangeLog NEWS README
.endif

do-install:
	cd ${WRKSRC};\
	${MKDIR} ${PREFIX}/${EMACS_SITE_LISPDIR}/epg;\
	${INSTALL_DATA} *.el *.elc ${PREFIX}/${EMACS_SITE_LISPDIR}/epg
	cd ${WRKSRC};\
	${INSTALL_MAN} epa.info ${PREFIX}/${INFO_PATH}
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR};\
	cd ${WRKSRC};\
	${INSTALL_MAN} ${PORTDOCS} ${DOCSDIR}
.endif

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>
@


1.14
log
@SVN rev 304023 on 2012-09-10 08:05:25Z by beat

- Add Emacs 24 to IGNORE liste

Reported by:	pointyhat
Submitted by:	ashish
Approved by:	maintainer timeout
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@SVN rev 303664 on 2012-09-04 17:05:43Z by ashish

Chase Emacs updates
@
text
@d26 2
a27 2
.if (${EMACS_PORT_NAME} == "emacs23")
IGNORE=		easyPG has been part of Emacs 23
@


1.12
log
@SVN rev 301834 on 2012-08-01 16:50:15Z by ashish

- Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
@
text
@d10 1
a10 1
PORTREVISION=	9
@


1.11
log
@- Chase Emacs updates

PR:		ports/165082
@
text
@d10 1
a10 1
PORTREVISION=	8
@


1.10
log
@- Chase editors/emacs update
@
text
@d10 1
a10 1
PORTREVISION=	7
@


1.9
log
@Chase editors/emacs update
@
text
@d10 1
a10 1
PORTREVISION=	6
@


1.8
log
@Chase editors/emacs update.

PR:		ports/160196
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.7
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.6
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.5
log
@- CATEGORIES += elisp
- mark IGNORE for editors/emacs23

PR:             ports/142072
Submitted by:   maintainer
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.4
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 2
a11 2
PORTREVISION=	1
CATEGORIES=	security
d24 4
a27 4
.if defined(WITH_COMPILED_ELISP)
PLIST_SUB=	COMPILED_ELISP=""
.else
PLIST_SUB=	COMPILED_ELISP="@@comment "
d38 1
a38 5
	${INSTALL_DATA} *.el ${PREFIX}/${EMACS_SITE_LISPDIR}/epg
.if defined(WITH_COMPILED_ELISP)
	cd ${WRKSRC};\
	${INSTALL_DATA} *.elc ${PREFIX}/${EMACS_SITE_LISPDIR}/epg
.endif
d50 1
a50 1
.include <bsd.port.mk>
@


1.3
log
@- Update to 0.0.16

PR:		126279
Submitted by:	Shota Iwazaki <iwazaki8@@yahoo.co.jp> (maintainer)
@
text
@d10 1
@


1.2
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 2
PORTVERSION=	0.0.15
PORTREVISION=	1
d12 1
a12 1
MASTER_SITE_SUBDIR=	epg/27030
@


1.1
log
@EasyPG is an all-in-one GnuPG interface for Emacs. It consists of two
parts: EasyPG Assistant and EasyPG Library.

EasyPG Assistant is a set of convenient tools to use GnuPG from
Emacs. EasyPG Library is a sort of an elisp port of GPGME, a wrapper
library which provides API to access some of the GnuPG functions.

WWW: http://sourceforge.jp/projects/epg/

PR:		ports/119008
Submitted by:	Shota Iwazaki <iwazaki8 at yahoo.co.jp>
@
text
@d10 1
@

