head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	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.3
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


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

1.7
date	2011.10.24.03.33.14;	author stas;	state Exp;
branches;
next	1.6;

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

1.5
date	2011.04.05.22.23.32;	author stas;	state Exp;
branches;
next	1.4;

1.4
date	2007.05.19.20.22.45;	author flz;	state Exp;
branches;
next	1.3;

1.3
date	2007.03.27.22.12.01;	author stas;	state Exp;
branches;
next	1.2;

1.2
date	2007.03.14.04.12.26;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.04.16.25.22;	author itetcu;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ocaml-cryptgps
# Date created:		2006-08-01
# Whom:			Stanislav Sedov <ssedov@@mbsd.msk.ru>
#
# $MBSDlabs$
# $FreeBSD: head/security/ocaml-cryptgps/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	cryptgps
PORTVERSION=	0.2.1
PORTREVISION=	2
CATEGORIES=	security
MASTER_SITES=	http://download.camlcity.org/download/
PKGNAMEPREFIX=	ocaml-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Symmetric cryptographic algorithms package for OCaml

LICENSE=	MIT

WRKSRC=		${WRKDIR}/${PORTNAME}
USE_GMAKE=	yes
USE_OCAML=	yes
USE_OCAML_FINDLIB=yes

ALL_TARGET=	all opt
MASTERPORT=	${PORTSDIR}/devel/ocaml-camlidl

.if !defined(NOPORTDOCS)
PORTDOCS=	*
DOCSDIR=	${PREFIX}/share/doc/ocaml/${PORTNAME}
.endif

.include <bsd.port.pre.mk>

post-extract:
# For nonstandard prefixes
.if !exists(${OCAMLFIND_DESTDIR})
	${MKDIR} ${OCAMLFIND_DESTDIR}
.endif
.if !exists(${OCAMLFIND_LDCONF})
	${TOUCH} ${OCAMLFIND_LDCONF}
.endif

post-install:
	@@${FIND} ${OCAMLFIND_DESTDIR}/${PORTNAME} -type f | \
		${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

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


1.7
log
@- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.6
log
@- Fix mirror URL.
- Provide licensing info.

PR:		ports/155158
Submitted by:	"jaapb@@kerguelen.org"
@
text
@d16 1
a16 1
MAINTAINER=	stas@@FreeBSD.org
@


1.5
log
@- Bump portrevisions on all ocaml libraries, as it appears that compiled
  interface files (.cmi) are not backward compatible with a newer ocaml
  version.

PR:		ports/156195
Suggested by:	mandree
@
text
@d13 1
a13 1
MASTER_SITES=	http://www.ocaml-programming.de/packages/
d19 2
@


1.4
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d11 1
a11 1
PORTREVISION=	1
@


1.3
log
@- Change my email.

Suggested by:	skv
@
text
@d11 1
@


1.2
log
@Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].

PR:	101029 [1], 108862 [2]

Submitted by:	Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2]
@
text
@d15 1
a15 1
MAINTAINER=	ssedov@@mbsd.msk.ru
@


1.1
log
@This library implements Blowfish, DES, and Triple-DES.

Author:	Gerd Stolpmann
WWW:	http://www.ocaml-programming.de/packages/

PR:		ports/101213
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
@
text
@a31 1
.include "${PORTSDIR}/lang/ocaml/bsd.ocaml.mk"
@

