From owner-freebsd-ports Thu Apr 12 9:30:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A39937B496 for ; Thu, 12 Apr 2001 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3CGU1H11824; Thu, 12 Apr 2001 09:30:01 -0700 (PDT) (envelope-from gnats) Received: from hamster.kyne.com.au (kyneso.lnk.telstra.net [139.130.137.83]) by hub.freebsd.org (Postfix) with ESMTP id DB39E37B505 for ; Thu, 12 Apr 2001 09:25:03 -0700 (PDT) (envelope-from mark@aeris.kyne.com.au) Received: from aeris.kyne.com.au (root@aeris.kyne.com.au [203.38.180.166]) by hamster.kyne.com.au (8.9.3/8.9.3) with ESMTP id BAA05051 for ; Fri, 13 Apr 2001 01:55:01 +0930 Received: (from mark@localhost) by aeris.kyne.com.au (8.11.1/8.11.1) id f3CGT4u92427; Fri, 13 Apr 2001 01:59:04 +0930 (CST) (envelope-from mark) Message-Id: <200104121629.f3CGT4u92427@aeris.kyne.com.au> Date: Fri, 13 Apr 2001 01:59:04 +0930 (CST) From: mark@kyne.com.au Reply-To: mark@kyne.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26518: New port: editors/mp: A programming text editor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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