Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jun 2001 11:00:03 -0700 (PDT)
From:      Maxim Sobolev <sobomax@FreeBSD.ORG>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/27911: New Port: editors/led, a little text editor
Message-ID:  <200106061800.f56I03o58849@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/27911; it has been noted by GNATS.

From: Maxim Sobolev <sobomax@FreeBSD.ORG>
To: Jordan DeLong <fracture@allusion.net>
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 <fracture@allusion.net>
 > >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 <fracture@allusion.net>
 > 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 <bsd.port.mk>
 > 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




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