Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2013 02:26:02 GMT
From:      Danilo Egêa Gondolfo <danilogondolfo@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181009: editors/jedit update and take maintainership
Message-ID:  <201308040226.r742Q2DZ036802@oldred.freebsd.org>
Resent-Message-ID: <201308040230.r742U0wd011027@freefall.freebsd.org>

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

>Number:         181009
>Category:       ports
>Synopsis:       editors/jedit update and take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 04 02:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Danilo Egêa Gondolfo
>Release:        FreeBSD 9.2-BETA2
>Organization:
>Environment:
FreeBSD mac 9.2-BETA2 FreeBSD 9.2-BETA2 #0 r253724: Sat Jul 27 22:42:50 BRT 2013     root@mac:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Changes
- Updated from 5.0.0 to 5.1.0
- Added LICENSE entry
- Added DESKTOP_ENTRY
- pkg-descr updated
- Take maintainership

jEdit 5.1.0 changelog: http://jedit.sourceforge.net/CHANGES51.txt
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 324207)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jedit
-PORTVERSION=	5.0.0
+PORTVERSION=	5.1.0
 PORTEPOCH=	1
 CATEGORIES=	editors java
 MASTER_SITES=	SF
@@ -10,9 +10,11 @@
 EXTRACT_SUFX=	.jar
 EXTRACT_ONLY=
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	danilogondolfo@gmail.com
 COMMENT=	Powerful programmer\'s text editor written in Java
 
+LICENSE=	GPLv2
+
 RUN_DEPENDS=	java:${PORTSDIR}/java/javavmwrapper
 
 CONFLICTS=	jedit-4.3.p*
@@ -27,9 +29,12 @@
 
 SUB_FILES=	jedit.sh
 
+DESKTOP_ENTRIES="jEdit" "${COMMENT}" "${PORTNAME}" \
+	"${PORTNAME}" "Development;" ${FALSE}
+
 MAN1=		jedit.1
 # The complete PLIST is generated in post-install
-PLIST_FILES=	bin/jedit
+PLIST_FILES=	bin/jedit share/pixmaps/${PORTNAME}.png
 
 do-install:
 	@${SED} "s|%%PREFIX%%|${PREFIX}| ; s|%%DATADIR%%|${DATADIR}| ; s|%%WRKDIR%%|${WRKDIR}|" ${FILESDIR}/instscript | \
@@ -42,5 +47,7 @@
 		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
 	@${FIND} ${DATADIR} -type d | ${SORT} -r | \
 		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
+	@${INSTALL_DATA} ${DATADIR}/doc/jedit.png \
+		${PREFIX}/share/pixmaps/${PORTNAME}.png
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 324207)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (jedit5.0.0install.jar) = 24b7f10f012737d77fe4bfa6c7961fca978ad3dd410561efd1ca8ab796e0f6ad
-SIZE (jedit5.0.0install.jar) = 3136160
+SHA256 (jedit5.1.0install.jar) = 96f229d91a1effd6b0da1aee209390d8a131bd68e0cf4cd274dca14245ba30d7
+SIZE (jedit5.1.0install.jar) = 3196992
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 324207)
+++ pkg-descr	(working copy)
@@ -7,7 +7,7 @@
 even the most hard-core programmer. A very incomplete list of jEdit's features
 follows.
 
-o Syntax highlighting for 30+ file types (including C, C++, Java, Perl, etc) 
+o Syntax highlighting for 200+ file types (including C, C++, Java, Perl, etc) 
 o Semi-intelligent auto indent in C, C++ and Java modes 
 o Bracket highlighting and matching 
 o Powerful macro system 


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308040226.r742Q2DZ036802>