Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

1
devel/python-mode/DESCR Normal file
View File

@@ -0,0 +1 @@
An Emacs editing mode for Python scripts.

12
devel/python-mode/MESSAGE Normal file
View File

@@ -0,0 +1,12 @@
===========================================================================
$NetBSD: MESSAGE,v 1.2 2008/04/13 22:12:56 wiz Exp $
You will need to customize your .emacs.el (or default.el) file to
autoload Python mode for Emacs. For example:
(setq auto-mode-alist (cons '("\\.py$" . python-mode) auto-mode-alist))
(setq interpreter-mode-alist (cons '("python" . python-mode)
interpreter-mode-alist))
(autoload 'python-mode "python-mode" "Python editing mode." t)
===========================================================================

View File

@@ -0,0 +1,45 @@
# $NetBSD: Makefile,v 1.27 2013/06/10 21:51:04 jnemeth Exp $
#
DISTNAME= python-mode-1.0
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=python-mode/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/python-mode/
COMMENT= Emacs mode for editing python files
ELISP_FILES= python-mode.el
# Could be installed as well, but what about pycomplete.py?
#ELISP_FILES+= doctest-mode.el pycomplete.el
# Note that XEmacs >=21.4.4 includes a python-mode in the prog-modes
# package. Also, python-mode does not appear to work as is with XEmacs 21.1
EMACS_VERSIONS_ACCEPTED= emacs24 emacs24nox \
emacs23 emacs23nox \
emacs22 emacs22nox \
emacs21 emacs21nox \
emacs20
.include "../../editors/emacs/modules.mk"
INSTALLATION_DIRS= ${EMACS_LISPPREFIX:S/^${PREFIX}\///}
do-build:
for file in ${ELISP_FILES}; do \
${EMACS_BIN} --no-init-file -batch \
-f batch-byte-compile ${WRKSRC}/$${file}; \
done
do-install:
for file in ${ELISP_FILES}; do \
${INSTALL_DATA} ${WRKSRC}/$${file} \
${DESTDIR}${EMACS_LISPPREFIX}; \
${INSTALL_DATA} ${WRKSRC}/$${file}c \
${DESTDIR}${EMACS_LISPPREFIX}; \
done
# ${INSTALL_DATA} ${WRKSRC}/pycomplete.py ${DESTDIR}${EMACS_LISPPREFIX}
.include "../../mk/bsd.pkg.mk"

3
devel/python-mode/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/25 20:02:39 cjep Exp $
${EMACS_LISPPREFIX}/python-mode.el
${EMACS_LISPPREFIX}/python-mode.elc

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.4 2008/04/13 22:12:56 wiz Exp $
SHA1 (python-mode-1.0.tar.gz) = 974a7714000238bd0423c5598d781c9987929b83
RMD160 (python-mode-1.0.tar.gz) = 6f2abe80b7eae9123da10a3c0f447f7792caedb6
Size (python-mode-1.0.tar.gz) = 54295 bytes