summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-06-06 16:49:47 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-06-06 16:49:47 +0000
commit205cd316c7a39cecf58b8bdca2c13bbfedf66c39 (patch)
tree5e181b1f7360c6650df6ef33c5d9534ae37f111e /editors
parentPatch buindled menus, so they are properly reffer to ${PREFIX}/GNUstep, not (diff)
Add led 0.9, a tiny console text editor, with a number of the useful
programming features.
Notes
Notes: svn path=/head/; revision=43566
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/led/Makefile21
-rw-r--r--editors/led/distinfo1
-rw-r--r--editors/led/files/patch-configure16
-rw-r--r--editors/led/pkg-comment1
-rw-r--r--editors/led/pkg-descr5
-rw-r--r--editors/led/pkg-plist5
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