Date: Wed, 26 Oct 2005 22:54:03 +0200 From: Gerrit Beine <gerrit.beine@vogtland-web.de> To: Edwin Groothuis <edwin@freebsd.org> Cc: tux@pinguru.net, freebsd-ports-bugs@freebsd.org Subject: Re: ports/86637: New port: java/subclipse Message-ID: <200510262254.06967.gerrit.beine@vogtland-web.de> In-Reply-To: <200510160233.j9G2XYiq039454@freefall.freebsd.org> References: <200510160233.j9G2XYiq039454@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Boundary-00=_uz+XD3HZOkIKin/ Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Am Sonntag, 16. Oktober 2005 04:33 schrieb Edwin Groothuis: > Synopsis: New port: java/subclipse > > State-Changed-From-To: open->feedback > State-Changed-By: edwin > State-Changed-When: Sun Oct 16 02:32:17 GMT 2005 > State-Changed-Why: > Can you make sure that the master-sites are correct? > Also, please check that the port doesn't need more run/build > dependencies (java, eclipse etc) > > > > Responsible-Changed-From-To: freebsd-ports-bugs->edwin > Responsible-Changed-By: edwin > Responsible-Changed-When: Sun Oct 16 02:32:17 GMT 2005 > Responsible-Changed-Why: > Let's hope submitter gives some feedback > > http://www.freebsd.org/cgi/query-pr.cgi?pr=86637 Please take a look to attached shar file. It contains the current version of subclipse plugin. The dependencies and master sites are corrected. There is still a problem - I'm not able to tell /usr/bin/fetch to handle the moved temporary message from the tigris http server. Redefining FETCH_CMD doesn't make any difference. Do you habe any idea? So long... Gerrit --Boundary-00=_uz+XD3HZOkIKin/ Content-Type: text/plain; charset="iso-8859-6"; name="subclipse.shar" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="subclipse.shar" # 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.36 XCATEGORIES= devel java XMASTER_SITES= http://subclipse.tigris.org/files/documents/906/27309/ 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 XRUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse 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.36.zip) = e1e037552c90008c44b5b604719f7206 XSIZE (eclipse/site.0.9.36.zip) = 4527875 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 --Boundary-00=_uz+XD3HZOkIKin/--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510262254.06967.gerrit.beine>