Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Apr 2001 01:59:04 +0930 (CST)
From:      mark@kyne.com.au
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26518: New port: editors/mp: A programming text editor
Message-ID:  <200104121629.f3CGT4u92427@aeris.kyne.com.au>

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

>Number:         26518
>Category:       ports
>Synopsis:       New port: editors/mp: A programming text editor
>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:   Thu Apr 12 09:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Mark Pulford
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
none
>Environment:

>Description:

MP is an easy to use programmer's text editor. It supports automatic
syntax highlighting, macros and ctags and also has online help.

>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:
#
#	mp
#	mp/distinfo
#	mp/pkg-descr
#	mp/Makefile
#	mp/files
#	mp/files/patch-makefile
#	mp/pkg-comment
#	mp/pkg-plist
#
echo c - mp
mkdir -p mp > /dev/null 2>&1
echo x - mp/distinfo
sed 's/^X//' >mp/distinfo << 'END-of-mp/distinfo'
XMD5 (mp-3.0.98k.tar.gz) = 2a1b4ec023bffaf9a2630459036aea44
END-of-mp/distinfo
echo x - mp/pkg-descr
sed 's/^X//' >mp/pkg-descr << 'END-of-mp/pkg-descr'
XMP is an easy to use programmer's text editor. It supports automatic
Xsyntax highlighting, macros and ctags and also has online help.
X
XWWW: http://www.triptico.com/software/mp.html
END-of-mp/pkg-descr
echo x - mp/Makefile
sed 's/^X//' >mp/Makefile << 'END-of-mp/Makefile'
X# New ports collection makefile for:	mp
X# Date created:			Apr 12, 2001
X# Whom:				Mark Pulford <mark@kyne.com.au>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mp
XPORTVERSION=	3.0.98k
XCATEGORIES=	editors
XMASTER_SITES=	http://www.triptico.com/download/
X
XMAINTAINER=	mark@kyne.com.au
X
XUSE_GMAKE=	yes
XMAKE_ARGS+=	PREFIX="${PREFIX}"
XMAKEFILE=	makefile
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/mp ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-mp/Makefile
echo c - mp/files
mkdir -p mp/files > /dev/null 2>&1
echo x - mp/files/patch-makefile
sed 's/^X//' >mp/files/patch-makefile << 'END-of-mp/files/patch-makefile'
X--- makefile.orig	Fri Apr 13 01:42:44 2001
X+++ makefile	Fri Apr 13 01:44:03 2001
X@@ -24,7 +24,6 @@
X endif
X 
X ifeq ($(SYSTEM),GNU)
X-	CC=gcc -g -Wall
X 	OBJFLAGS=-c
X 	VIDEO=mpv_curses.o
X 	LIBS=-l$(CURSES)
END-of-mp/files/patch-makefile
echo x - mp/pkg-comment
sed 's/^X//' >mp/pkg-comment << 'END-of-mp/pkg-comment'
XA programming text editor
END-of-mp/pkg-comment
echo x - mp/pkg-plist
sed 's/^X//' >mp/pkg-plist << 'END-of-mp/pkg-plist'
Xbin/mp
END-of-mp/pkg-plist
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?200104121629.f3CGT4u92427>