head	1.23;
access;
symbols
	RELEASE_8_3_0:1.20
	RELEASE_9_0_0:1.19
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	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.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	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.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2;
locks; strict;
comment	@# @;


1.23
date	2012.11.17.05.58.53;	author svnexp;	state Exp;
branches;
next	1.22;

1.22
date	2012.09.04.17.05.43;	author ashish;	state Exp;
branches;
next	1.21;

1.21
date	2012.08.01.16.50.15;	author ashish;	state Exp;
branches;
next	1.20;

1.20
date	2012.02.22.13.31.28;	author ashish;	state Exp;
branches;
next	1.19;

1.19
date	2011.10.17.06.01.27;	author ashish;	state Exp;
branches;
next	1.18;

1.18
date	2011.09.07.20.21.26;	author ashish;	state Exp;
branches;
next	1.17;

1.17
date	2011.08.27.22.22.53;	author ashish;	state Exp;
branches;
next	1.16;

1.16
date	2011.06.10.16.20.47;	author bapt;	state Exp;
branches;
next	1.15;

1.15
date	2010.06.13.08.40.02;	author erwin;	state Exp;
branches;
next	1.14;

1.14
date	2010.04.28.00.37.11;	author pgollucci;	state Exp;
branches;
next	1.13;

1.13
date	2010.03.28.06.38.56;	author dinoex;	state Exp;
branches;
next	1.12;

1.12
date	2010.02.05.11.40.15;	author dinoex;	state Exp;
branches;
next	1.11;

1.11
date	2010.01.12.06.45.05;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2009.12.20.20.19.21;	author bsam;	state Exp;
branches;
next	1.9;

1.9
date	2009.07.31.13.53.15;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2008.06.06.13.41.12;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2008.04.10.09.18.33;	author jkoshy;	state Exp;
branches;
next	1.6;

1.6
date	2007.05.19.20.13.48;	author flz;	state Exp;
branches;
next	1.5;

1.5
date	2005.03.26.22.27.38;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2004.03.21.07.38.55;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2003.03.07.06.05.32;	author ade;	state Exp;
branches;
next	1.2;

1.2
date	2002.01.06.06.20.20;	author will;	state Exp;
branches;
next	1.1;

1.1
date	2001.10.23.09.06.17;	author jkoshy;	state Exp;
branches;
next	;


desc
@@


1.23
log
@Switch exporter over
@
text
@# New ports collection makefile for:	caml-mode.el
# Date created:		23 October 2001
# Whom:			J Koshy <jkoshy@@freebsd.org>
#
# $FreeBSD: head/lang/ocaml-mode.el/Makefile 303664 2012-09-04 17:05:43Z ashish $
#

PORTNAME=	caml-mode
PORTVERSION=	3.01
PORTREVISION=	12
CATEGORIES=	lang elisp
MASTER_SITES=	http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	jkoshy
DISTNAME=	ocaml-mode-3.01

MAINTAINER=	michael.grunewald@@laposte.net
COMMENT=	An EMACS mode for editing OCaml programs

BUILD_DEPENDS=	emacs:${PORTSDIR}/editors/emacs
RUN_DEPENDS=	emacs:${PORTSDIR}/editors/emacs

NO_BUILD=	yes

#
# Install configuration
#

ELISP_SUBDIR=	${PREFIX}/share/emacs/site-lisp/
CAMLMODE_ELISPDIR= ${ELISP_SUBDIR}/caml-mode
CAMLMODE_DOCDIR=	share/doc/caml-mode
CAMLMODE_DIR_ENTRY=* Caml-mode: (caml-mode).         A mode for editing CAML programs.

INSTALL_TARGET=	install install-ocamltags
MAKE_ENV+=	EMACSDIR=${CAMLMODE_ELISPDIR}

.include <bsd.port.pre.mk>

.if ${ARCH} == "ia64"
BROKEN=		Does not build on ia64
.endif

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


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

Chase Emacs updates
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.21
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=	11
@


1.20
log
@- Chase Emacs updates

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


1.19
log
@- Chase editors/emacs update
@
text
@d10 1
a10 1
PORTREVISION=	9
@


1.18
log
@Chase editors/emacs update
@
text
@d10 1
a10 1
PORTREVISION=	8
@


1.17
log
@Chase editors/emacs update.

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


1.16
log
@Over to new volunteer

Submitted by:	Michael Grunewald <michael.grunewald@@laposte.net>  (new maintainer by mail)
@
text
@d10 1
a10 1
PORTREVISION=	6
@


1.15
log
@BROKEN should not be quoted.
No functional change.
@
text
@d17 1
a17 1
MAINTAINER=	ports@@FreeBSD.org
@


1.14
log
@- Release some more ports
@
text
@d40 1
a40 1
BROKEN=		"Does not build on ia64"
@


1.13
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d17 1
a17 1
MAINTAINER=	pgollucci@@FreeBSD.org
@


1.12
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.11
log
@- adopt
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.10
log
@Changes to editors/emacs and Mk/bsd.emacs.mk were taken from
PR/137956 by Ashish SHUKLA (thanks!).  [1]

Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.

Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.

Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23:
. japanese/egg-canna (the port version is dated as of 2001,
  does not compile with Emacs 23 and seems it cannot be fixed);
. deskutils/remember.el (was incorporated into Emacs 23);
. editors/nxml (was incorporated into Emacs 23).

Changes that were made after (and as a result of) exp run. For
those ports:
. japanese/migemo-emacs21;
. japanese/migemo-emacs22
EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate
emacs port name.

PR:		ports/137956 [1], ports/141369 [2]
Submitted by:	Ashish SHUKLA <wahjava at gmail.com>  [1],
		bsam (me)  [2]
Exp-run by: miwi
@
text
@d17 1
a17 1
MAINTAINER=	ports@@FreeBSD.org
@


1.9
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.8
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
@d10 1
a10 1
PORTREVISION=	2
@


1.7
log
@Reset maintainership.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.6
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d17 1
a17 1
MAINTAINER=	jkoshy@@FreeBSD.org
@


1.5
log
@BROKEN on ia64: Does not build

Approved by:    portmgr (self)
@
text
@d10 1
@


1.4
log
@Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21.  Retire the editors/emacs21 port.

PR:	ports/24983
@
text
@d36 7
a42 1
.include <bsd.port.mk>
@


1.3
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d19 2
a20 2
BUILD_DEPENDS=	emacs:${PORTSDIR}/editors/emacs21
RUN_DEPENDS=	emacs:${PORTSDIR}/editors/emacs21
@


1.2
log
@First round of auto* cleanups:
 - USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
@
text
@d17 1
@


1.1
log
@An Emacs mode for editing Objective CAML programs.
@
text
@d18 3
@

