Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  3 Jul 2001 08:37:08 +0400 (MSD)
From:      dsh@vlink.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28658: new port: x11/mwheel.el
Message-ID:  <20010703043708.922F1B241C@neva.vlink.ru>

next in thread | raw e-mail | index | archive | help

>Number:         28658
>Category:       ports
>Synopsis:       new port: x11/mwheel.el
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 02 21:40:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:

System: FreeBSD neva.vlink.ru 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jul 2 13:51:39 MSD 2001 dsh@neva.vlink.ru:/var/FreeBSD/src/sys/compile/NEVA i386

>Description:

Allows Emacs to deal with the new wheeled mice.

>How-To-Repeat:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mwheel.el/
#	mwheel.el/pkg-comment
#	mwheel.el/Makefile
#	mwheel.el/distinfo
#	mwheel.el/pkg-descr
#	mwheel.el/pkg-plist
#
echo c - mwheel.el/
mkdir -p mwheel.el/ > /dev/null 2>&1
echo x - mwheel.el/pkg-comment
sed 's/^X//' >mwheel.el/pkg-comment << 'END-of-mwheel.el/pkg-comment'
XAllows Emacs to deal with the new wheeled mice
END-of-mwheel.el/pkg-comment
echo x - mwheel.el/Makefile
sed 's/^X//' >mwheel.el/Makefile << 'END-of-mwheel.el/Makefile'
X# New ports collection makefile for:	mwheel.el
X# Date created:		2 July 2001
X# Whom:			Denis Shaposhnikov <dsh@vlink.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mwheel.el
XPORTVERSION=	0.1
XCATEGORIES=	x11 elisp
XMASTER_SITES=	ftp://ftp.cs.indiana.edu/pub/elisp/
XDISTNAME=	${PORTNAME}
XEXTRACT_SUFX=	# empty
X
XMAINTAINER=	dsh@vlink.ru
X
XEXTRACT_ONLY=	# empty
XNO_WRKSUBDIR=	yes
XNO_BUILD=	yes
X
XELISPDIR=	${PREFIX}/share/emacs/site-lisp
XXELISPDIR=	${PREFIX}/lib/xemacs/site-lisp
X
Xdo-install:
X	${MKDIR} ${ELISPDIR}
X	${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${ELISPDIR}
X# For XEmacs
X	${MKDIR} ${XELISPDIR}
X	${LN} -sf ${ELISPDIR}/${DISTNAME} ${XELISPDIR}
X
X.include <bsd.port.mk>
END-of-mwheel.el/Makefile
echo x - mwheel.el/distinfo
sed 's/^X//' >mwheel.el/distinfo << 'END-of-mwheel.el/distinfo'
XMD5 (mwheel.el) = 8693c7ca4331d99823d2b10ce2610fcb
END-of-mwheel.el/distinfo
echo x - mwheel.el/pkg-descr
sed 's/^X//' >mwheel.el/pkg-descr << 'END-of-mwheel.el/pkg-descr'
XAllows Emacs to deal with the new wheeled mice.
END-of-mwheel.el/pkg-descr
echo x - mwheel.el/pkg-plist
sed 's/^X//' >mwheel.el/pkg-plist << 'END-of-mwheel.el/pkg-plist'
Xshare/emacs/site-lisp/mwheel.el
Xlib/xemacs/site-lisp/mwheel.el
X@dirrm lib/xemacs/site-lisp
X@dirrm lib/xemacs
END-of-mwheel.el/pkg-plist
exit

>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010703043708.922F1B241C>