Date: Sat, 6 Aug 2005 14:30:13 GMT From: Gerrit Beine <tux@pinguru.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/84614: New port: java/eclipse-javasvn Message-ID: <200508061430.j76EUDNA004616@www.freebsd.org> Resent-Message-ID: <200508061440.j76EeA4Y045052@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84614 >Category: ports >Synopsis: New port: java/eclipse-javasvn >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 06 14:40:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.4-RELEASE-p1 >Organization: pitcom GmbH >Environment: FreeBSD asus 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #0: Sun May 15 16:37:58 CEST 2005 root@asus:/usr/src/sys/i386/compile/ASUS i386 >Description: The Eclipse plugin version of JavaSVN. It's required existing in the ports tree for a port of the subclipse plugin. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # eclipse-javasvn # eclipse-javasvn/Makefile # eclipse-javasvn/distinfo # eclipse-javasvn/pkg-descr # echo c - eclipse-javasvn mkdir -p eclipse-javasvn > /dev/null 2>&1 echo x - eclipse-javasvn/Makefile sed 's/^X//' >eclipse-javasvn/Makefile << 'END-of-eclipse-javasvn/Makefile' X# New ports collection makefile for: eclipse-JavaSVN X# Date created: 6 Aug 2004 X# Whom: tux@pinguru.net X# X# $FreeBSD$ X# X XPORTNAME= JavaSVN XPORTVERSION= 0.9.1 XCATEGORIES= java devel XMASTER_SITES= http://tmate.org/svn/ XPKGNAMEPREFIX= eclipse- XDISTNAME= org.tmatesoft.svn_${PORTVERSION}.eclipse X XMAINTAINER= tux@pinguru.net XCOMMENT= Adds subversion support to the Eclipse IDE Framework X XRUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse X XNO_BUILD= yes XUSE_ZIP= yes XNO_WRKSUBDIR= yes X XECLIPSE= ${PREFIX}/eclipse XEPIC= org.epic.updatesite X XJAVASVN_FILES= features/org.tmatesoft.javasvn.subclipse_${PORTVERSION} \ X features/org.tmatesoft.javasvn_${PORTVERSION} \ X plugins/org.tigris.subversion.subclipse.core_0.9.32.1 \ X plugins/org.tmatesoft.javasvn_${PORTVERSION} X Xpost-extract: X.for file in ${JAVASVN_FILES} X @cd ${WRKSRC} \ X && ${UNZIP_CMD} ${file}.jar -d ${file} X.endfor X Xdo-install: X.for file in ${JAVASVN_FILES} X @cd ${WRKSRC} \ X && ${MKDIR} ${ECLIPSE}/${file} \ X && ${FIND} ${file} -type d -exec ${MKDIR} ${ECLIPSE}/{} \; \ X && ${FIND} ${file} -type f -exec ${INSTALL_DATA} {} ${ECLIPSE}/{} \; X.endfor X Xpost-install: X.for file in ${JAVASVN_FILES} X @${FIND} ${WRKSRC}/${file} -not -type d \ X | ${SED} -ne 's,^${WRKSRC},${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} X @${FIND} -d ${WRKSRC}/${file} -type d \ X | ${SED} -ne 's,^${WRKSRC},@dirrm ${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} X.endfor X X.include <bsd.port.mk> END-of-eclipse-javasvn/Makefile echo x - eclipse-javasvn/distinfo sed 's/^X//' >eclipse-javasvn/distinfo << 'END-of-eclipse-javasvn/distinfo' XMD5 (org.tmatesoft.svn_0.9.1.eclipse.zip) = 74821e8e113c4e876411513e17b50d19 XSIZE (org.tmatesoft.svn_0.9.1.eclipse.zip) = 1836600 END-of-eclipse-javasvn/distinfo echo x - eclipse-javasvn/pkg-descr sed 's/^X//' >eclipse-javasvn/pkg-descr << 'END-of-eclipse-javasvn/pkg-descr' XJavaSVN a Subversion plugin for the Eclipse IDE. XIs uses the javasvn client library, so subversion itself is not required. X XWWW: http://tmate.org/svn/ END-of-eclipse-javasvn/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508061430.j76EUDNA004616>