From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 27 13:20:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 135ED1065670 for ; Sat, 27 Jun 2009 13:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E22488FC12 for ; Sat, 27 Jun 2009 13:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5RDK1Qn081931 for ; Sat, 27 Jun 2009 13:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5RDK1sV081930; Sat, 27 Jun 2009 13:20:01 GMT (envelope-from gnats) Resent-Date: Sat, 27 Jun 2009 13:20:01 GMT Resent-Message-Id: <200906271320.n5RDK1sV081930@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Edmondas Girkantas Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8588C1065672 for ; Sat, 27 Jun 2009 13:16:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 69D668FC12 for ; Sat, 27 Jun 2009 13:16:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n5RDGh0Y098310 for ; Sat, 27 Jun 2009 13:16:43 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n5RDGhmW098309; Sat, 27 Jun 2009 13:16:43 GMT (envelope-from nobody) Message-Id: <200906271316.n5RDGhmW098309@www.freebsd.org> Date: Sat, 27 Jun 2009 13:16:43 GMT From: Edmondas Girkantas To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/136089: New port: devel/mercurialeclipse A mercurial plugin for the Eclipse IDE Framework X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jun 2009 13:20:02 -0000 >Number: 136089 >Category: ports >Synopsis: New port: devel/mercurialeclipse A mercurial plugin for the Eclipse IDE Framework >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 Jun 27 13:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Edmondas Girkantas >Release: 7.2-RELEASE-p1 >Organization: >Environment: FreeBSD big.bug.lt 7.2-RELEASE-p1 FreeBSD 7.2-RELEASE-p1 #0: Tue Jun 9 21:30:43 UTC 2009 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: MercurialEclipse is an Eclipse plugin for the Mercurial version control system. >How-To-Repeat: >Fix: create new port from attached shar file Patch attached with submission follows: # 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: # # mercurialeclipse # mercurialeclipse/pkg-descr # mercurialeclipse/Makefile # mercurialeclipse/pkg-plist # mercurialeclipse/distinfo # echo c - mercurialeclipse mkdir -p mercurialeclipse > /dev/null 2>&1 echo x - mercurialeclipse/pkg-descr sed 's/^X//' >mercurialeclipse/pkg-descr << 'b34e2a00daaec8d1ccb6aee5940ccc9e' XMercurialEclipse is an Eclipse plugin for the Mercurial version control system. X XWWW: http://www.vectrace.com/mercurialeclipse/ b34e2a00daaec8d1ccb6aee5940ccc9e echo x - mercurialeclipse/Makefile sed 's/^X//' >mercurialeclipse/Makefile << 'c6457364fac95a63474a63aeb899c70d' X# New ports collection makefile for: mercurialeclipse X# Date created: 2009-06-27 X# Whom: Edmondas Girkantas X# X# $FreeBSD$ X# X XPORTNAME= mercurialeclipse XPORTVERSION= 1.3.1019 XCATEGORIES= devel java XMASTER_SITES= http://www.vectrace.com/eclipse-update/plugins/ XDISTNAME= com.vectrace.MercurialEclipse_${PORTVERSION} XEXTRACT_SUFX= .jar XDIST_SUBDIR= eclipse XEXTRACT_ONLY= X XMAINTAINER= eg@fbsd.lt XCOMMENT= A mercurial plugin for the Eclipse IDE Framework X XRUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse X X.include X XPLIST_SUB= VER=${PORTVERSION} X XNO_BUILD= yes XNO_WRKSUBDIR= yes X XECLIPSE= ${PREFIX}/eclipse XPLUGINS= plugins X Xdo-install: X @${MKDIR} ${ECLIPSE}/${PLUGINS} X @${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${ECLIPSE}/${PLUGINS}/ X X.include c6457364fac95a63474a63aeb899c70d echo x - mercurialeclipse/pkg-plist sed 's/^X//' >mercurialeclipse/pkg-plist << '1ff6b2b3817e76b959acf61f0a490671' Xeclipse/plugins/com.vectrace.MercurialEclipse_%%VER%%.jar X@dirrmtry eclipse/plugins X@dirrmtry eclipse 1ff6b2b3817e76b959acf61f0a490671 echo x - mercurialeclipse/distinfo sed 's/^X//' >mercurialeclipse/distinfo << '99674cb83ce6ed67a338110ae7438919' XMD5 (eclipse/com.vectrace.MercurialEclipse_1.3.1019.jar) = 151c0f4e6e36603eaf20a65553f5acfa XSHA256 (eclipse/com.vectrace.MercurialEclipse_1.3.1019.jar) = 829ff330151db2e426c9b0bce6a9c2d39cde57dd2ced65e8413b3b9cf13b8ea5 XSIZE (eclipse/com.vectrace.MercurialEclipse_1.3.1019.jar) = 884930 99674cb83ce6ed67a338110ae7438919 exit >Release-Note: >Audit-Trail: >Unformatted: