From 205cd316c7a39cecf58b8bdca2c13bbfedf66c39 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Wed, 6 Jun 2001 16:49:47 +0000 Subject: Add led 0.9, a tiny console text editor, with a number of the useful programming features. --- editors/Makefile | 1 + editors/led/Makefile | 21 +++++++++++++++++++++ editors/led/distinfo | 1 + editors/led/files/patch-configure | 16 ++++++++++++++++ editors/led/pkg-comment | 1 + editors/led/pkg-descr | 5 +++++ editors/led/pkg-plist | 5 +++++ 7 files changed, 50 insertions(+) create mode 100644 editors/led/Makefile create mode 100644 editors/led/distinfo create mode 100644 editors/led/files/patch-configure create mode 100644 editors/led/pkg-comment create mode 100644 editors/led/pkg-descr create mode 100644 editors/led/pkg-plist (limited to 'editors') 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 +# +# $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 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 -- cgit v1.2.3