Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2002 14:08:47 +0100 (CET)
From:      Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44998: New port: texproc/whitespace.el, an emacs mode for handling whitespace
Message-ID:  <200211061308.gA6D8lti085890@bsd.localdomain>

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

>Number:         44998
>Category:       ports
>Synopsis:       New port: texproc/whitespace.el, an emacs mode for handling whitespace
>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:   Wed Nov 06 05:10:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD bsd.localdomain 4.6-STABLE FreeBSD 4.6-STABLE #3: Mon Oct 7 16:20:29 CEST 2002 root@bsd.localdomain:/opt/src/sys/compile/BSD i386


>Description:
Whitespace.el is an emacs mode which detects and cleans up
whitespace in source code.

>How-To-Repeat:
>Fix:
# 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:
#
#	whitespace.el
#	whitespace.el/Makefile
#	whitespace.el/pkg-plist
#	whitespace.el/pkg-descr
#	whitespace.el/distinfo
#
echo c - whitespace.el
mkdir -p whitespace.el > /dev/null 2>&1
echo x - whitespace.el/Makefile
sed 's/^X//' >whitespace.el/Makefile << 'END-of-whitespace.el/Makefile'
X# New ports collection makefile for:	whitespace.el
X# Date created:		6 November 2002
X# Whom:			Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	whitespace.el
XPORTVERSION=	3.0
XPORTCOMMENT=	"Emacs mode which detects and cleans up whitespace in source code."
XCATEGORIES=	textproc elisp
XMASTER_SITES=	http://www.dsmit.com/lisp/
XDISTNAME=	whitespace.el
XEXTRACT_SUFX=
XDIST_SUBDIR=    ${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	stolz@i2.informatik.rwth-aachen.de
X
XEXTRACT_AFTER_ARGS=	| ${CAT} >${WRKDIR}/${DISTNAME}
X
XNO_WRKSUBDIR=	yes
XNO_BUILD=	yes
X
XEMACSLISPDIR=   ${PREFIX}/share/emacs/site-lisp
XXEMACSLISPDIR=  ${PREFIX}/lib/xemacs/site-lisp
X
Xdo-install:
X	${MKDIR} ${EMACSLISPDIR}
X	${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${EMACSLISPDIR}/${DISTNAME}
X	${MKDIR} ${XEMACSLISPDIR}
X	${LN} -sf ${EMACSLISPDIR}/${DISTNAME} ${XEMACSLISPDIR}
X
X.include <bsd.port.mk>
END-of-whitespace.el/Makefile
echo x - whitespace.el/pkg-plist
sed 's/^X//' >whitespace.el/pkg-plist << 'END-of-whitespace.el/pkg-plist'
Xshare/emacs/site-lisp/whitespace.el
X@exec mkdir -p %D/lib/xemacs/site-lisp
X@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/whitespace.el
X@unexec rm %D/lib/xemacs/site-lisp/whitespace.el
X@dirrm lib/xemacs/site-lisp
X@dirrm lib/xemacs
END-of-whitespace.el/pkg-plist
echo x - whitespace.el/pkg-descr
sed 's/^X//' >whitespace.el/pkg-descr << 'END-of-whitespace.el/pkg-descr'
XWhitespace.el is an emacs mode which detects and cleans up
Xwhitespace in source code.
X
XWWW: http://www.dsmit.com/lisp/
END-of-whitespace.el/pkg-descr
echo x - whitespace.el/distinfo
sed 's/^X//' >whitespace.el/distinfo << 'END-of-whitespace.el/distinfo'
XMD5 (whitespace.el-3.0/whitespace.el) = 67a65f5c8cfd68628ae503e43666d1fd
END-of-whitespace.el/distinfo
exit



>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?200211061308.gA6D8lti085890>