head	1.7;
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.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	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.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.12.04.20.13.16;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.12.04.04.34.53;	author svnexp;	state Exp;
branches;
next	1.5;

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

1.4
date	2009.08.22.00.24.34;	author amdmi3;	state Exp;
branches;
next	1.3;

1.3
date	2007.07.02.18.15.52;	author anray;	state Exp;
branches;
next	1.2;

1.2
date	2007.06.29.21.19.23;	author anray;	state Exp;
branches;
next	1.1;

1.1
date	2005.11.02.13.34.58;	author perky;	state Exp;
branches;
next	;


desc
@@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308263
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308263 | gahr | 2012-12-04 20:02:10 +0000 (Tue, 04 Dec 2012) | 4 lines
## SVN ##
## SVN ## - Add missing closing > on Created by line
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Dario Freni <saturnero@@gufi.org>
# $FreeBSD: head/lang/python-mode.el/Makefile 308263 2012-12-04 20:02:10Z gahr $

PORTNAME=	python-mode.el
PORTVERSION=	1.0
PORTREVISION=	1
PORTEPOCH=	1
CATEGORIES=	lang elisp python
MASTER_SITES=	SF/python-mode/OldFiles
DISTNAME=	python-mode-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Emacs lisp module for the Python language

NO_BUILD=	yes

CONFLICTS=	python-2.4.[012]*
EMACSLISPDIR=	${PREFIX}/share/emacs/site-lisp
XEMACSLISPDIR=	${PREFIX}/lib/xemacs/site-lisp

LISPFILES=	doctest-mode.el pycomplete.el pycomplete.py python-mode.el

do-install:
	${MKDIR} ${EMACSLISPDIR}
	${MKDIR} ${XEMACSLISPDIR}
	for i in ${LISPFILES}; do \
		${INSTALL_DATA} ${WRKSRC}/$${i} ${EMACSLISPDIR}/$${i}; \
		${LN} -sf ${EMACSLISPDIR}/$${i} ${XEMACSLISPDIR}; \
	done;

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

.include <bsd.port.mk>
@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308185
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308185 | tabthorpe | 2012-12-04 04:25:38 +0000 (Tue, 04 Dec 2012) | 4 lines
## SVN ##
## SVN ## - Reassign to the heap at maintainer's request
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 2
a2 2
# Created by: Dario Freni <saturnero@@gufi.org
# $FreeBSD: head/lang/python-mode.el/Makefile 308185 2012-12-04 04:25:38Z tabthorpe $
@


1.5
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	python-mode.el
# Date created:				11 October 2005
# Whom:					Dario Freni <saturnero@@gufi.org
#
# $FreeBSD: head/lang/python-mode.el/Makefile 300896 2012-07-14 13:54:48Z beat $
#
d12 1
a12 1
MAINTAINER=	saturnero@@gufi.org
@


1.4
log
@- Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@Fix installing from package.

Reported by:	infofarmer
@
text
@d13 1
a13 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=python-mode
@


1.2
log
@Update to 1.0 release.

PR:		ports/114124
Submitted by:	Denis Shaposhnikov <dsh@@vlink.ru>
Approved by:	Dario Freni (maintainer)
@
text
@d10 1
@


1.1
log
@Add new port for python-mode.el.
Emacs lisp modules for the Python language.

PR:		87314
Submitted by:	Dario Freni <saturnero@@guri.org>
WWW:		http://python-mode.sourceforge.net/
@
text
@d9 2
a10 1
PORTVERSION=	1.0.a
d14 1
a14 1
DISTNAME=	python-mode-1.0alpha
d25 1
a25 1
LISPFILES=	python-mode.el pycomplete.el
@

