diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-06-07 00:49:47 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-06-07 00:49:47 +0800 |
commit | 16512cef0a318eacb66bbc210b60a57d114b14c4 (patch) | |
tree | bd04ebe912aef3d477509c7d05f43581192ea926 | |
parent | 9a45877cc85da1676c17dd6d0be2a45b2860721f (diff) | |
download | freebsd-ports-gnome-16512cef0a318eacb66bbc210b60a57d114b14c4.tar.gz freebsd-ports-gnome-16512cef0a318eacb66bbc210b60a57d114b14c4.tar.zst freebsd-ports-gnome-16512cef0a318eacb66bbc210b60a57d114b14c4.zip |
Add led 0.9, a tiny console text editor, with a number of the useful
programming features.
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/led/Makefile | 21 | ||||
-rw-r--r-- | editors/led/distinfo | 1 | ||||
-rw-r--r-- | editors/led/files/patch-configure | 16 | ||||
-rw-r--r-- | editors/led/pkg-comment | 1 | ||||
-rw-r--r-- | editors/led/pkg-descr | 5 | ||||
-rw-r--r-- | editors/led/pkg-plist | 5 |
7 files changed, 50 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 249a9120b59b..85e3ac372d8f 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -65,6 +65,7 @@ SUBDIR += jove SUBDIR += koffice SUBDIR += le + SUBDIR += led SUBDIR += leim20 SUBDIR += lpe SUBDIR += manedit diff --git a/editors/led/Makefile b/editors/led/Makefile new file mode 100644 index 000000000000..eba8acd5f55b --- /dev/null +++ b/editors/led/Makefile @@ -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> diff --git a/editors/led/distinfo b/editors/led/distinfo new file mode 100644 index 000000000000..adb6d8e1763a --- /dev/null +++ b/editors/led/distinfo @@ -0,0 +1 @@ +MD5 (led-0.9.tar.gz) = 26e10b2982f5ecfad45b560005bafd49 diff --git a/editors/led/files/patch-configure b/editors/led/files/patch-configure new file mode 100644 index 000000000000..9c17bf028a72 --- /dev/null +++ b/editors/led/files/patch-configure @@ -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 diff --git a/editors/led/pkg-comment b/editors/led/pkg-comment new file mode 100644 index 000000000000..af6f04e70216 --- /dev/null +++ b/editors/led/pkg-comment @@ -0,0 +1 @@ +A tiny text editor, with a number of the useful programming features diff --git a/editors/led/pkg-descr b/editors/led/pkg-descr new file mode 100644 index 000000000000..a30100a5457b --- /dev/null +++ b/editors/led/pkg-descr @@ -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/ diff --git a/editors/led/pkg-plist b/editors/led/pkg-plist new file mode 100644 index 000000000000..2ef549475ab9 --- /dev/null +++ b/editors/led/pkg-plist @@ -0,0 +1,5 @@ +bin/led +lib/led/c.so +lib/led/mbox.so +lib/led/sh.so +@dirrm lib/led |