Date: Tue, 27 Sep 2005 15:02:48 GMT From: Gerrit Beine <tux@pinguru.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/86637: New port: java/subclipse Message-ID: <200509271502.j8RF2mDN039828@www.freebsd.org> Resent-Message-ID: <200509271510.j8RFAGrK059972@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 86637 >Category: ports >Synopsis: New port: java/subclipse >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: Tue Sep 27 15:10:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.4-RELEASE-p7 >Organization: pitcom GmbH >Environment: FreeBSD asus 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #1: Mon Sep 19 18:56:16 CEST 2005 root@:/usr/src/sys/i386/compile/ASUS i386 >Description: Subclipse is an Eclipse plugin that adds Subversion integration to the Eclipse IDE. WWW: http://subclipse.tigris.org/ At the moment, a part of subclipse is integrated into phpeclipse, but a special port should be better. >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: # # subclipse/ # subclipse/Makefile # subclipse/pkg-descr # subclipse/distinfo # subclipse/pkg-message # echo c - subclipse/ mkdir -p subclipse/ > /dev/null 2>&1 echo x - subclipse/Makefile sed 's/^X//' >subclipse/Makefile << 'END-of-subclipse/Makefile' X# New ports collection makefile for: subclipse X# Date created: 06 Mar 2005 X# Whom: tux@pinguru.net X# X# $FreeBSD$ X# X XPORTNAME= subclipse XPORTVERSION= 0.9.34 XCATEGORIES= java devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= update XDISTNAME= site.${PORTVERSION} XDIST_SUBDIR= eclipse X XMAINTAINER= tux@pinguru.net XCOMMENT= A subversion plugin for the Eclipse IDE Framework X XCONFLICTS= phpeclipse-[0-9]* X XWRKSRC= ${WRKDIR}/update XNO_BUILD= yes XUSE_ZIP= yes X XECLIPSE= ${PREFIX}/eclipse XSUBCLIPSE= org.tigris.subversion.subclipse XSUBCLIPSEFILES= features/${SUBCLIPSE}_${PORTVERSION} \ X plugins/${SUBCLIPSE}.core_${PORTVERSION} \ X plugins/${SUBCLIPSE}.ui_${PORTVERSION} \ X plugins/${SUBCLIPSE}_${PORTVERSION} X Xpost-extract: X.for file in ${SUBCLIPSEFILES} X cd ${WRKSRC} \ X && ${MKDIR} ${file} \ X && ${UNZIP_CMD} ${file}.jar -d ${file} X.endfor X Xdo-install: X.for file in ${SUBCLIPSEFILES} 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 ${SUBCLIPSEFILES} 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-subclipse/Makefile echo x - subclipse/pkg-descr sed 's/^X//' >subclipse/pkg-descr << 'END-of-subclipse/pkg-descr' XSubclipse is an Eclipse plugin that adds Subversion integration to the Eclipse XIDE. X XWWW: http://subclipse.tigris.org/ END-of-subclipse/pkg-descr echo x - subclipse/distinfo sed 's/^X//' >subclipse/distinfo << 'END-of-subclipse/distinfo' XMD5 (eclipse/site.0.9.34.zip) = c69f219f358c3319503e6f4a74e42c7b XSIZE (eclipse/site.0.9.34.zip) = 4577851 END-of-subclipse/distinfo echo x - subclipse/pkg-message sed 's/^X//' >subclipse/pkg-message << 'END-of-subclipse/pkg-message' XSubclipse has a bundeled version of JavaSVN, a pure Java subversion library. XIf you dont have subversion compiled with java support choose JavaSVN as backend Xin Preferences > Team > SVN END-of-subclipse/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509271502.j8RF2mDN039828>