mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Add port for verilog-mode.el, Emacs Verilog editing mode.
WWW: http://www.veripool.org/wiki/verilog-mode
This commit is contained in:
parent
8d65a7b91d
commit
08a7bacf70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225826
@ -82,6 +82,7 @@
|
||||
SUBDIR += tochnog
|
||||
SUBDIR += transcalc
|
||||
SUBDIR += varkon
|
||||
SUBDIR += verilog-mode.el
|
||||
SUBDIR += vipec
|
||||
SUBDIR += xcircuit
|
||||
SUBDIR += z88
|
||||
|
33
cad/verilog-mode.el/Makefile
Normal file
33
cad/verilog-mode.el/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: verilog-mode.el
|
||||
# Date created: 12 January 2009
|
||||
# Whom: stas
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= verilog-mode.el
|
||||
PORTVERSION= 465
|
||||
CATEGORIES= cad elisp
|
||||
MASTER_SITES= http://www.veripool.org/ftp/
|
||||
DISTNAME= verilog-mode-${PORTVERSION}.el
|
||||
EXTRACT_SUFX= .gz
|
||||
|
||||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Emacs lisp modules for the Verilog language
|
||||
|
||||
NO_BUILD= yes
|
||||
EXTRACT_AFTER_ARGS= > ${ELFILE}
|
||||
|
||||
ELFILE= verilog-mode.el
|
||||
EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
|
||||
XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}/
|
||||
${INSTALL_DATA} ${WRKDIR}/${ELFILE} ${DATADIR}/
|
||||
${MKDIR} ${XEMACSLISPDIR}
|
||||
${LN} -sf ${DATADIR}/${ELFILE} ${EMACSLISPDIR}/
|
||||
${LN} -sf ${DATADIR}/${ELFILE} ${XEMACSLISPDIR}/
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
3
cad/verilog-mode.el/distinfo
Normal file
3
cad/verilog-mode.el/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (verilog-mode-465.el.gz) = 0fc282f30f3b9d3b5c7687a8db3b9cd8
|
||||
SHA256 (verilog-mode-465.el.gz) = 5800e9e451753a1e253f094fb2f778948d298a6da4b07c2e30d4f8efe78c7765
|
||||
SIZE (verilog-mode-465.el.gz) = 91867
|
10
cad/verilog-mode.el/pkg-descr
Normal file
10
cad/verilog-mode.el/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
Verilog-mode.el is a Verilog mode for Emacs which provides context-sensitive
|
||||
highlighting, auto indenting, and provides macro expansion capabilities to
|
||||
greatly reduce Verilog coding time.
|
||||
|
||||
Recent versions allow you to insert AUTOS in non-AUTO designs, so IP interconnect
|
||||
can be easily modified. You can also expand Verilog-2001 ".*" instantiations, to
|
||||
see what ports will be connected by simulators.
|
||||
|
||||
Author: Michael McNamara <mac@verilog.com>, Wilson Snyder <wsnyder@wsnyder.org>
|
||||
WWW: http://www.veripool.org/wiki/verilog-mode
|
7
cad/verilog-mode.el/pkg-message
Normal file
7
cad/verilog-mode.el/pkg-message
Normal file
@ -0,0 +1,7 @@
|
||||
====
|
||||
To use verilog-mode features in Emacs/XEmacs, add the
|
||||
following lines to your Emacs configuration file (usually ~/.emacs):
|
||||
|
||||
(autoload 'verilog-mode "verilog-mode" "Verilog mode" t )
|
||||
(add-to-list 'auto-mode-alist '("\\.[ds]?v\\'" . verilog-mode))
|
||||
====
|
5
cad/verilog-mode.el/pkg-plist
Normal file
5
cad/verilog-mode.el/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
share/emacs/site-lisp/verilog-mode.el
|
||||
lib/xemacs/site-lisp/verilog-mode.el
|
||||
%%DATADIR%%/verilog-mode.el
|
||||
@dirrmtry lib/xemacs/site-lisp
|
||||
@dirrmtry lib/xemacs
|
Loading…
Reference in New Issue
Block a user