From nobody@FreeBSD.org  Sun Oct 14 08:38:20 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1283E16A418
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 14 Oct 2007 08:38:20 +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 E933E13C459
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 14 Oct 2007 08:38:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l9E8cF1Q049837
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 14 Oct 2007 08:38:15 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l9E8cFwe049836;
	Sun, 14 Oct 2007 08:38:15 GMT
	(envelope-from nobody)
Message-Id: <200710140838.l9E8cFwe049836@www.freebsd.org>
Date: Sun, 14 Oct 2007 08:38:15 GMT
From: Sutra <zhoushuqun@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: java/eclipse-shelled ShellEd is a superb shell script editor for Eclipse
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         117174
>Category:       ports
>Synopsis:       New port: java/eclipse-shelled ShellEd is a superb shell script editor for Eclipse
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 14 08:40:00 UTC 2007
>Closed-Date:    Wed Oct 17 09:21:53 UTC 2007
>Last-Modified:  Wed Oct 17 09:30:02 UTC 2007
>Originator:     Sutra
>Release:        
>Organization:
>Environment:
>Description:
ShellEd is a superb shell script editor for Eclipse. The great benefit of 
this plugin is the integration of man page information for content assist 
and text hover.

WWW:    http://sourceforge.net/projects/shelled

>How-To-Repeat:

>Fix:


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:
#
#	/usr/ports/java/eclipse-shelled/
#	/usr/ports/java/eclipse-shelled/Makefile
#	/usr/ports/java/eclipse-shelled/distinfo
#	/usr/ports/java/eclipse-shelled/pkg-descr
#
echo c - /usr/ports/java/eclipse-shelled/
mkdir -p /usr/ports/java/eclipse-shelled/ > /dev/null 2>&1
echo x - /usr/ports/java/eclipse-shelled/Makefile
sed 's/^X//' >/usr/ports/java/eclipse-shelled/Makefile << 'END-of-/usr/ports/java/eclipse-shelled/Makefile'
X# New ports collection makefile for:	eclipse-shelled
X# Date created:				14 October 2007
X# Whom:					Sutra Zhou <zhoushuqun@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ShellEd
XPORTVERSION=	1.0.2a
XCATEGORIES=	java devel
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	shelled
XPKGNAMEPREFIX=	eclipse-
XDISTNAME=	shelled_${PORTVERSION}
XDIST_SUBDIR=    eclipse
X
XMAINTAINER=	zhoushuqun@gmail.com
XCOMMENT=	ShellEd is a superb shell script editor for Eclipse
X
XRUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse
X
XNO_BUILD=	yes
XNO_WRKSUBDIR=	yes
XUSE_ZIP=	yes
XUSE_JAVA=	yes
XJAVA_VERSION=	1.4+
XJAVA_OS=	native
X
Xdo-install:
X	@${MKDIR} ${WRKSRC}/eclipse
X	@${MV} ${WRKSRC}/plugins ${WRKSRC}/eclipse/plugins
X	@${MV} ${WRKSRC}/features ${WRKSRC}/eclipse/features
X	@${MKDIR} ${PREFIX}/eclipse
X	@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/eclipse
X	@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/eclipse
X	@(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) >> ${TMPPLIST}
X	@(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d) \
X	| ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \
X	| ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST}
X	@${MV} ${WRKSRC}/eclipse/plugins ${WRKSRC}/plugins
X	@${MV} ${WRKSRC}/eclipse/features ${WRKSRC}/features
X	@${RM} -rf ${WRKSRC}/eclipse
X
X.include <bsd.port.mk>
END-of-/usr/ports/java/eclipse-shelled/Makefile
echo x - /usr/ports/java/eclipse-shelled/distinfo
sed 's/^X//' >/usr/ports/java/eclipse-shelled/distinfo << 'END-of-/usr/ports/java/eclipse-shelled/distinfo'
XMD5 (eclipse/shelled_1.0.2a.zip) = c25058bc8aa1755b3fa84f62eaab2d7f
XSHA256 (eclipse/shelled_1.0.2a.zip) = 0da01fed1be9454dcef6c5b9afa5f592d1834bbaa8f1b911caeae191f3d3e0dc
XSIZE (eclipse/shelled_1.0.2a.zip) = 4447390
END-of-/usr/ports/java/eclipse-shelled/distinfo
echo x - /usr/ports/java/eclipse-shelled/pkg-descr
sed 's/^X//' >/usr/ports/java/eclipse-shelled/pkg-descr << 'END-of-/usr/ports/java/eclipse-shelled/pkg-descr'
XShellEd is a superb shell script editor for Eclipse. The great benefit of 
Xthis plugin is the integration of man page information for content assist 
Xand text hover.
X
XWWW:	http://sourceforge.net/projects/shelled
END-of-/usr/ports/java/eclipse-shelled/pkg-descr
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Oct 14 09:05:58 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117174 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Oct 17 09:21:52 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117174 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117174: commit references a PR
Date: Wed, 17 Oct 2007 09:22:09 +0000 (UTC)

 miwi        2007-10-17 09:22:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     java                 Makefile 
   Added files:
     java/eclipse-shelled Makefile distinfo pkg-descr 
   Log:
   ShellEd is a superb shell script editor for Eclipse. The great benefit of
   this plugin is the integration of man page information for content assist
   and text hover.
   
   WWW:    http://sourceforge.net/projects/shelled
   
   PR:             ports/117174
   Submitted by:   Sutra Zhou <zhoushuqun at gmail.com>
   
   Revision  Changes    Path
   1.193     +1 -0      ports/java/Makefile
   1.1       +44 -0     ports/java/eclipse-shelled/Makefile (new)
   1.1       +3 -0      ports/java/eclipse-shelled/distinfo (new)
   1.1       +5 -0      ports/java/eclipse-shelled/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
