Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jul 2002 23:01:59 -0500 (CDT)
From:      Jordan DeLong <fracture@allusion.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40581: maintainer update: editors/led
Message-ID:  <200207150401.g6F41xU20705@cs6668125-184.austin.rr.com>

next in thread | raw e-mail | index | archive | help

>Number:         40581
>Category:       ports
>Synopsis:       maintainer update: editors/led
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 14 21:00:08 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jordan DeLong
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cs6668125-184 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Wed Jan 30 22:37:07 CST 2002 fracture@cs6668125-184:/usr/obj/usr/src/sys/HOBOIV i386

>Description:
	new version of led
>How-To-Repeat:
	apply patch
>Fix:

diff -ruN led-old/Makefile led/Makefile
--- led-old/Makefile	Fri May 17 15:24:42 2002
+++ led/Makefile	Sun Jul 14 22:58:26 2002
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	led
-PORTVERSION=	0.9.2
-PORTREVISION=	1
+PORTVERSION=	2.0
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}-editor
@@ -15,23 +14,5 @@
 MAINTAINER=	fracture@allusion.net
 
 GNU_CONFIGURE=	yes
-
-MAN1=		led.1
-MANCOMPRESSED=	yes
-
-.if !defined(NOPORTDOCS)
-PKGMESSAGE=	${WRKDIR}/pkg-message
-.else
-PKGMESSAGE=	/nonexistant
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/sample.ledrc ${DOCSDIR}
-	@${SED} 's|%%DOCSDIR%%|${DOCSDIR}|g' ${PKGDIR}/pkg-message > \
-		${PKGMESSAGE}
-	@${CAT} ${PKGMESSAGE}
-.endif
 
 .include <bsd.port.mk>
diff -ruN led-old/distinfo led/distinfo
--- led-old/distinfo	Wed Jul 11 05:20:12 2001
+++ led/distinfo	Sun Jul 14 22:52:17 2002
@@ -1 +1 @@
-MD5 (led-0.9.2.tar.gz) = 1ff2d6b1318c1e958b7ccf49f0a5c1a5
+MD5 (led-2.0.tar.gz) = 77692bb33d1041626425d37b9fccbf42
diff -ruN led-old/files/patch-Makefile.in led/files/patch-Makefile.in
--- led-old/files/patch-Makefile.in	Thu Jun  7 04:26:51 2001
+++ led/files/patch-Makefile.in	Wed Dec 31 18:00:00 1969
@@ -1,19 +0,0 @@
-
-$FreeBSD: ports/editors/led/files/patch-Makefile.in,v 1.1 2001/06/07 09:26:51 sobomax Exp $
-
---- Makefile.in	2001/06/07 09:15:55	1.1
-+++ Makefile.in	2001/06/07 09:15:12
-@@ -28,11 +28,11 @@
- 
- install: all
- 	@INSTALL@ -d @prefix@/bin
--	@INSTALL@ src/$(PROG) @prefix@/bin/
-+	@INSTALL@ -s src/$(PROG) @prefix@/bin/
- 
- 	@INSTALL@ -d @prefix@/lib/$(PROG)
- 	for i in build-modes/* ; do \
--		@INSTALL@ $$i @prefix@/lib/$(PROG)/ ; \
-+		@INSTALL@ -s $$i @prefix@/lib/$(PROG)/ ; \
- 	done
- 
- 	@INSTALL@ -d @prefix@/man/man1
diff -ruN led-old/files/patch-src::file.c led/files/patch-src::file.c
--- led-old/files/patch-src::file.c	Mon Apr 29 18:25:30 2002
+++ led/files/patch-src::file.c	Wed Dec 31 18:00:00 1969
@@ -1,12 +0,0 @@
-
-$FreeBSD: ports/editors/led/files/patch-src::file.c,v 1.1 2002/04/29 23:25:30 sobomax Exp $
-
---- src/file.c.orig	Sun Jun 10 06:44:19 2001
-+++ src/file.c	Tue Apr 30 02:15:40 2002
-@@ -148,4 +148,6 @@
- 
- 		curr = curr->next;
- 	}
-+	fflush(fp);
-+	fsync(fileno(fp));
- }
diff -ruN led-old/pkg-message led/pkg-message
--- led-old/pkg-message	Wed Jul 11 05:20:12 2001
+++ led/pkg-message	Wed Dec 31 18:00:00 1969
@@ -1,7 +0,0 @@
-**************************************************
-
-An example configuration file is located in
-%%DOCSDIR%%/sample.ledrc; to use it,
-copy it to ~/.ledrc and edit it to your liking.
-
-**************************************************
diff -ruN led-old/pkg-plist led/pkg-plist
--- led-old/pkg-plist	Wed Jul 11 05:20:12 2001
+++ led/pkg-plist	Sun Jul 14 22:59:19 2002
@@ -1,9 +1,19 @@
 bin/led
-lib/led/c.so
-lib/led/html.so
-lib/led/mbox.so
-lib/led/python.so
-lib/led/sh.so
+lib/led/modules/perlapi.so
+share/led/syntax/conf
+share/led/syntax/c
+share/led/syntax/h
+share/led/syntax/cc
+share/led/syntax/ledrc
+share/led/syntax/cs
+share/led/syntax/mail
+share/led/syntax/perl
+share/led/syntax/python
+share/led/syntax/sh
+share/led/syntax/syntax
+share/led/syntax/tex
+share/led/color
+@dirrm share/led/syntax
+@dirrm share/led
+@dirrm lib/led/modules
 @dirrm lib/led
-%%PORTDOCS%%share/doc/led/sample.ledrc
-%%PORTDOCS%%@dirrm share/doc/led

>Release-Note:
>Audit-Trail:
>Unformatted:

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?200207150401.g6F41xU20705>