[Midnightbsd-cvs] mports: mports/editors: remove jedit-devel.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Apr 2 19:21:13 EDT 2009
Log Message:
-----------
remove jedit-devel. We don't need to maintain two.
Modified Files:
--------------
mports/editors:
Makefile (r1.32 -> r1.33)
Removed Files:
-------------
mports/editors/jedit-devel:
Makefile
distinfo
pkg-descr
mports/editors/jedit-devel/files:
instscript
jedit.sh.in
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/editors/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -L editors/Makefile -L editors/Makefile -u -r1.32 -r1.33
--- editors/Makefile
+++ editors/Makefile
@@ -12,7 +12,6 @@
SUBDIR += gedit-plugins
SUBDIR += impress
SUBDIR += jedit
- SUBDIR += jedit-devel
SUBDIR += joe
SUBDIR += jupp
SUBDIR += kile
--- editors/jedit-devel/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-jEdit is an Open Source programmer's text editor written in Java. It is
-released under the GNU General Public License. jEdit was written for Java 1.1
-with Swing 1.1, and also runs under Java 2.
-
-As far as text editors written in Java go, jEdit is one of the best. It has an
-easy to use, intuitive interface, and enough features and flexibility to please
-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 Semi-intelligent auto indent in C, C++ and Java modes
-o Bracket highlighting and matching
-o Powerful macro system
-o Auto-expanding abbreviations for the frequiently used strings
-o Powerful search and replace - supports regular expressions and multiple file
- search/replace; Search and replace operations can be recorded in macros
-o Any number of strings and caret positions can be stored for later use in
- so-called registers
-o Rectangular selections for working with column-based files
-o Any number of editor windows can be opened, and each view can be split into
- multiple panes for side-by-side viewing of multiple files
-o Unlimited undo/redo
-
-WWW: http://jedit.sourceforge.net/
--- editors/jedit-devel/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# New ports collection makefile for: jedit-devel
-# Date created: 02 Feb 2004
-# Whom: Linh Pham <question+fbsdports at closedsrc.org>
-#
-# $MidnightBSD: mports/editors/jedit-devel/Makefile,v 1.5 2008/05/02 19:42:09 laffer1 Exp $
-# $FreeBSD: ports/editors/jedit-devel/Makefile,v 1.21 2007/10/05 21:54:51 miwi Exp $
-#
-
-PORTNAME= jedit
-DISTVERSION= 4.3.p14
-PORTREVISION= 1
-CATEGORIES= editors java
-MASTER_SITES= SF
-DISTNAME= ${PORTNAME}${PORTVERSION:S/.p/pre/}install
-EXTRACT_SUFX= .jar
-EXTRACT_ONLY=
-
-MAINTAINER= ports at MidnightBSD.org
-COMMENT= Powerful programmer\'s text editor written in Java
-LICENSE= gpl2
-
-BUILD_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
-RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
-
-USE_JAVA= yes
-JAVA_VERSION= 1.5+
-BUILD_DEPENDS+= ${DEPEND_JAVA}
-JAVA_RUN= yes
-
-CONFLICTS= jedit-4.2*
-NO_LATEST_LINK= yes
-
-USE_XORG= x11
-NO_BUILD= yes
-
-DATADIR= ${JAVASHAREDIR}/${PORTNAME}
-
-SUB_FILES= jedit.sh
-
-MAN1= jedit.1
-# The complete PLIST is generated in post-install
-PLIST_FILES= bin/jedit
-
-do-install:
- @${SED} "s|%%PREFIX%%|${PREFIX}| ; s|%%DATADIR%%|${DATADIR}| ; s|%%WRKDIR%%|${WRKDIR}|" ${FILESDIR}/instscript | \
- ${SETENV} CLASSPATH=${DISTDIR}/${DISTNAME}.jar \
- ${JAVA} installer.Install text
- @${INSTALL_SCRIPT} ${WRKDIR}/jedit.sh ${PREFIX}/bin/jedit
-
-post-install:
- @${FIND} ${DATADIR} ! -type d | \
- ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
- @${FIND} ${DATADIR} -type d | ${SORT} -r | \
- ${SED} 's,^${PREFIX}/, at dirrm ,' >> ${TMPPLIST}
-
-.include <bsd.port.mk>
--- editors/jedit-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (jedit4.3pre14install.jar) = ffbb94a8bb653c60fa0be7f3ebcfb998
-SHA256 (jedit4.3pre14install.jar) = 11d746b366473b92e83041123235591115d3b76a98517edfb51ee69562047563
-SIZE (jedit4.3pre14install.jar) = 2704776
--- editors/jedit-devel/files/jedit.sh.in
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-# $MidnightBSD: mports/editors/jedit-devel/files/jedit.sh.in,v 1.2 2008/04/30 21:17:43 laffer1 Exp $
-# $FreeBSD: ports/editors/jedit-devel/files/jedit.sh.in,v 1.1 2005/02/21 23:28:42 hq Exp $
-
-# Java heap size, in megabytes
-JAVA_HEAP_SIZE=32
-
-JAVA_VERSION="1.5+" "%%LOCALBASE%%/bin/java" -mx${JAVA_HEAP_SIZE}m ${JEDIT} -jar "%%DATADIR%%/jedit.jar" "$@"
--- editors/jedit-devel/files/instscript
+++ /dev/null
@@ -1,7 +0,0 @@
-%%DATADIR%%
-%%WRKDIR%%
-%%PREFIX%%/man/man1
-Y
-Y
-Y
-
More information about the Midnightbsd-cvs
mailing list