From owner-freebsd-ports Wed Jun 6 11: 0: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 6D60237B401 for ; Wed, 6 Jun 2001 11:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56I03o58849; Wed, 6 Jun 2001 11:00:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 6 Jun 2001 11:00:03 -0700 (PDT) Message-Id: <200106061800.f56I03o58849@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Maxim Sobolev Subject: Re: ports/27911: New Port: editors/led, a little text editor Reply-To: Maxim Sobolev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27911; it has been noted by GNATS. From: Maxim Sobolev To: Jordan DeLong Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/27911: New Port: editors/led, a little text editor Date: Wed, 06 Jun 2001 20:49:27 +0300 Jordan DeLong wrote: > >Number: 27911 > >Category: ports > >Synopsis: New Port: editors/led, a little 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: Wed Jun 06 10:30:01 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: Jordan DeLong > >Release: FreeBSD 4.3-RELEASE i386 > >Organization: > None > >Environment: > System: FreeBSD cx420564-b 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Tue Apr 24 08:33:58 GMT 2001 fracture@cx420564-b:/usr/src/sys/compile/HOBOIV i386 > > >Description: > Led is a small text editor with support for language-specific > syntax highlighting and auto indentation. The editor runs using > ncurses, and currently supports highlighting of C, /bin/sh, and > mbox mail messages. Configuration is done for each user in a > ~/.ledrc file. > >How-To-Repeat: > shar archive in the Fix: section contains the port. > >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: > # > # led > # led/Makefile > # led/pkg-comment > # led/pkg-descr > # led/pkg-plist > # led/pkg-message > # led/distinfo > # > echo c - led > mkdir -p led > /dev/null 2>&1 > echo x - led/Makefile > sed 's/^X//' >led/Makefile << 'END-of-led/Makefile' > X# New ports collection makefile for: led > X# Date created: 6 Jun 2001 > X# Whom: Jordan DeLong > X# > X# $FreeBSD$ > X# > X > XPORTNAME= led > XPORTVERSION= 0.9 > XCATEGORIES= editors > XMASTER_SITES= $(MASTER_SITE_SOURCEFORGE) > XMASTER_SITE_SUBDIR= ${PORTNAME}-editor > X > XMAINTAINER= fracture@allusion.net > X > XGNU_CONFIGURE= yes > XMAN1= led.1 > XMANCOMPRESSED= yes > X > Xpost-install: > X @strip ${PREFIX}/bin/led > X.if !defined(NOPORTDOCS) > X ${MKDIR} ${PREFIX}/share/doc/led > X ${INSTALL_DATA} ${WRKSRC}/sample.ledrc ${PREFIX}/share/doc/led > X.endif > X @${CAT} ${PKGMESSAGE} > X > X.include > END-of-led/Makefile > echo x - led/pkg-comment > sed 's/^X//' >led/pkg-comment << 'END-of-led/pkg-comment' > XA small text editor with features for programming > END-of-led/pkg-comment > echo x - led/pkg-descr > sed 's/^X//' >led/pkg-descr << 'END-of-led/pkg-descr' > XLed is a small text editor, intended to be primarily useful for programming. > XThe editor can load programming modes to provide features, such as syntax > Xhighlight, that are specific to the language being edited. Everything is > Xconfigured on a per-user basis in a configuration file. > X > XWWW: http://led-editor.sourceforge.net > X > X- Jordan DeLong > Xfracture@allusion.net > END-of-led/pkg-descr > echo x - led/pkg-plist > sed 's/^X//' >led/pkg-plist << 'END-of-led/pkg-plist' > Xbin/led > Xlib/led/c.so > Xlib/led/mbox.so > Xlib/led/sh.so > Xshare/doc/led/sample.ledrc > X@dirrm share/doc/led > X@dirrm lib/led > END-of-led/pkg-plist > echo x - led/pkg-message > sed 's/^X//' >led/pkg-message << 'END-of-led/pkg-message' > X************************************************** > X > XAn example configuration file is located in > X${PREFIX}/share/doc/led/sample.ledrc; to use it, > Xmove it to ~/.ledrc. > X > X************************************************** > END-of-led/pkg-message > echo x - led/distinfo > sed 's/^X//' >led/distinfo << 'END-of-led/distinfo' > XMD5 (led-0.9.tar.gz) = 9f6075fa82b8192f2452113b3d80865e > END-of-led/distinfo > exit You will be laughing, but I've already added it 30 minutes ago ;-), though I don't mind if you will take over maintainership. OK? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message