Add led 0.9, a tiny console text editor, with a number of the useful
programming features.
This commit is contained in:
parent
90699e9536
commit
205cd316c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43566
@ -65,6 +65,7 @@
|
||||
SUBDIR += jove
|
||||
SUBDIR += koffice
|
||||
SUBDIR += le
|
||||
SUBDIR += led
|
||||
SUBDIR += leim20
|
||||
SUBDIR += lpe
|
||||
SUBDIR += manedit
|
||||
|
21
editors/led/Makefile
Normal file
21
editors/led/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: led
|
||||
# Date created: 6 June 2001
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= led
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}-editor
|
||||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= led.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
editors/led/distinfo
Normal file
1
editors/led/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (led-0.9.tar.gz) = 26e10b2982f5ecfad45b560005bafd49
|
16
editors/led/files/patch-configure
Normal file
16
editors/led/files/patch-configure
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure 2001/06/06 16:27:54 1.1
|
||||
+++ configure 2001/06/06 16:28:19
|
||||
@@ -524,8 +524,8 @@
|
||||
|
||||
|
||||
|
||||
-CFLAGS="${CFLAGS} -O2 -Wall -pipe -I/usr/local/include"
|
||||
-LDFLAGS="${LDFLAGS} -L/usr/local/lib"
|
||||
+CFLAGS="${CFLAGS} -Wall"
|
||||
+LDFLAGS="${LDFLAGS}"
|
||||
|
||||
ac_aux_dir=
|
||||
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
|
1
editors/led/pkg-comment
Normal file
1
editors/led/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A tiny text editor, with a number of the useful programming features
|
5
editors/led/pkg-descr
Normal file
5
editors/led/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Led is a small text editor, providing a number of the useful
|
||||
programming features found in larger editors, but hopefully
|
||||
with less bloat.
|
||||
|
||||
WWW: http://led-editor.sourceforge.net/
|
5
editors/led/pkg-plist
Normal file
5
editors/led/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/led
|
||||
lib/led/c.so
|
||||
lib/led/mbox.so
|
||||
lib/led/sh.so
|
||||
@dirrm lib/led
|
Loading…
Reference in New Issue
Block a user