ports/181009: editors/jedit update and take maintainership
Danilo Egêa Gondolfo
danilogondolfo at gmail.com
Sun Aug 4 02:30:00 UTC 2013
>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 at 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 at FreeBSD.org
+MAINTAINER= danilogondolfo at 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}/, at 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:
More information about the freebsd-ports-bugs
mailing list