diff options
author | knu <knu@FreeBSD.org> | 2001-09-02 02:39:09 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-02 02:39:09 +0800 |
commit | 4f885c6e20290ec184872db436203f2e82a682b5 (patch) | |
tree | 75c0a373aeb3bc3c3563f5a6963dc54c929a64ae | |
parent | 7ce0bfa566f434177c871d2fa757e6ffab7759cc (diff) | |
download | freebsd-ports-gnome-4f885c6e20290ec184872db436203f2e82a682b5.tar.gz freebsd-ports-gnome-4f885c6e20290ec184872db436203f2e82a682b5.tar.zst freebsd-ports-gnome-4f885c6e20290ec184872db436203f2e82a682b5.zip |
Add devel/p4.el -- Simple Perforce-Emacs Integration.
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p4.el/Makefile | 31 | ||||
-rw-r--r-- | devel/p4.el/distinfo | 1 | ||||
-rw-r--r-- | devel/p4.el/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p4.el/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p4.el/pkg-plist | 5 |
6 files changed, 43 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6d0bfe964d8d..ea8f950c6302 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -287,6 +287,7 @@ SUBDIR += oaf SUBDIR += ocamlweb SUBDIR += omniORB + SUBDIR += p4.el SUBDIR += p5-Agent SUBDIR += p5-Algorithm-Diff SUBDIR += p5-Algorithm-MDiff diff --git a/devel/p4.el/Makefile b/devel/p4.el/Makefile new file mode 100644 index 000000000000..d723e9cb8eea --- /dev/null +++ b/devel/p4.el/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p4.el for Emacsen +# Date created: 2 September 2001 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= p4.el +PORTVERSION= 8.5 +CATEGORIES= devel elisp +MASTER_SITES= http://www.dsmit.com/p4/ +EXTRACT_SUFX= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= knu@FreeBSD.org + +RUN_DEPENDS= p4:${.CURDIR}/../perforce + +NO_BUILD= yes +NO_WRKSUBDIR= yes + +EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp +XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp + +do-install: + ${MKDIR} ${EMACSLISPDIR} + ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${EMACSLISPDIR}/p4.el + ${MKDIR} ${XEMACSLISPDIR} + ${LN} -sf ${EMACSLISPDIR}/p4.el ${XEMACSLISPDIR} + +.include <bsd.port.mk> diff --git a/devel/p4.el/distinfo b/devel/p4.el/distinfo new file mode 100644 index 000000000000..d4858e9e8438 --- /dev/null +++ b/devel/p4.el/distinfo @@ -0,0 +1 @@ +MD5 (p4.el-8.5) = ebccdef11b595119e5c3fb42576e6daa diff --git a/devel/p4.el/pkg-comment b/devel/p4.el/pkg-comment new file mode 100644 index 000000000000..fd3c17bb0579 --- /dev/null +++ b/devel/p4.el/pkg-comment @@ -0,0 +1 @@ +Simple Perforce-Emacs Integration diff --git a/devel/p4.el/pkg-descr b/devel/p4.el/pkg-descr new file mode 100644 index 000000000000..fa9c28f85624 --- /dev/null +++ b/devel/p4.el/pkg-descr @@ -0,0 +1,4 @@ +p4.el -- Simple Perforce-Emacs Integration + +WWW: http://www.dsmit.com/p4/ +Author: Rajesh Vaidheeswarran <rv@dsmit.com> diff --git a/devel/p4.el/pkg-plist b/devel/p4.el/pkg-plist new file mode 100644 index 000000000000..c382249aeff6 --- /dev/null +++ b/devel/p4.el/pkg-plist @@ -0,0 +1,5 @@ +share/emacs/site-lisp/p4.el +@exec mkdir -p %D/lib/xemacs/site-lisp +@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/p4.el +@unexec rm %D/lib/xemacs/site-lisp/p4.el +@unexec /bin/rmdir %D/lib/xemacs %D/lib/xemacs/site-lisp 2>/dev/null || true |