From nobody@FreeBSD.org  Sun Aug 26 09:18:24 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 34D1016A418
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 26 Aug 2007 09:18:24 +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 1FB4213C469
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 26 Aug 2007 09:18:24 +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 l7Q9INLB041343
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 26 Aug 2007 09:18:23 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l7Q9INF8041326;
	Sun, 26 Aug 2007 09:18:23 GMT
	(envelope-from nobody)
Message-Id: <200708260918.l7Q9INF8041326@www.freebsd.org>
Date: Sun, 26 Aug 2007 09:18:23 GMT
From: Veit Jahns <vj562001@yahoo.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: java/eclipse-ocl An Eclipse plugin, which implements the OMG OCL for EMF-based models.
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         115825
>Category:       ports
>Synopsis:       New port: java/eclipse-ocl An Eclipse plugin, which implements the OMG OCL for EMF-based models.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 26 09:20:01 GMT 2007
>Closed-Date:    Sun Sep 23 17:27:24 GMT 2007
>Last-Modified:  Sun Sep 23 17:30:01 GMT 2007
>Originator:     Veit Jahns
>Release:        6.2-RELEASE
>Organization:
>Environment:
FreeBSD whitewater 6.2-RELEASE FreeBSD 6.2-RELEASE #2: Fri Jun 22 20:58:10 CEST 2007     root@whitewater.local:/usr/obj/usr/src/sys/THEKERNEL  i386
>Description:
New port: An Eclipse plugin, which implements the OMG OCL for EMF-based models. See also http://www.eclipse.org/modeling/mdt/?project=ocl#ocl.
>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-ocl
#	/usr/ports/java/eclipse-ocl/Makefile
#	/usr/ports/java/eclipse-ocl/distinfo
#	/usr/ports/java/eclipse-ocl/bugreport.dat
#	/usr/ports/java/eclipse-ocl/pkg-descr
#
echo c - /usr/ports/java/eclipse-ocl
mkdir -p /usr/ports/java/eclipse-ocl > /dev/null 2>&1
echo x - /usr/ports/java/eclipse-ocl/Makefile
sed 's/^X//' >/usr/ports/java/eclipse-ocl/Makefile << 'END-of-/usr/ports/java/eclipse-ocl/Makefile'
X# New ports collection makefile for:	eclipse-ocl
X# Date created:				August, 25 2007
X# Whom:					vj562001@yahoo.de
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ocl
XDISTVERSION=    1.1
XCATEGORIES=	java devel
XMASTER_SITES=	${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/modeling/mdt/ocl/downloads/drops/,}
XMASTER_SITE_SUBDIR=${DISTVERSION}.0/R200706201142
XPKGNAMEPREFIX=	eclipse-
XDISTNAME=	mdt-ocl-SDK-${DISTVERSION}
XDIST_SUBDIR=	eclipse
X
XMAINTAINER=	vj562001@yahoo.de
XCOMMENT=	Implementation of the OCL OMG standard for EMF-based models
X
XRUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse \
X		${LOCALBASE}/eclipse/features/org.eclipse.emf_2.2.1.v200609210005/feature.xml:${PORTSDIR}/java/eclipse-emf
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} ${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
X.include <bsd.port.mk>
END-of-/usr/ports/java/eclipse-ocl/Makefile
echo x - /usr/ports/java/eclipse-ocl/distinfo
sed 's/^X//' >/usr/ports/java/eclipse-ocl/distinfo << 'END-of-/usr/ports/java/eclipse-ocl/distinfo'
XMD5 (eclipse/mdt-ocl-SDK-1.1.zip) = 4ff2622f07a3a6d2c6a145bf27e48a1e
XSHA256 (eclipse/mdt-ocl-SDK-1.1.zip) = 49743525e6cb2a2f8b438d65d227b1539409bc3d322e104d94fe887196c00376
XSIZE (eclipse/mdt-ocl-SDK-1.1.zip) = 9740533
END-of-/usr/ports/java/eclipse-ocl/distinfo
echo x - /usr/ports/java/eclipse-ocl/bugreport.dat
sed 's/^X//' >/usr/ports/java/eclipse-ocl/bugreport.dat << 'END-of-/usr/ports/java/eclipse-ocl/bugreport.dat'
X# This is a shell archive.  Save it in a file, remove anything before
X# this line, and then unpack it by entering "sh file".  Note, it may
X# create directories; files and directories will be owned by you and
X# have default permissions.
X#
X# This archive contains:
X#
X#	/usr/ports/java/eclipse-ocl
X#	/usr/ports/java/eclipse-ocl/Makefile
X#	/usr/ports/java/eclipse-ocl/distinfo
X#	/usr/ports/java/eclipse-ocl/bugreport.dat
X#	/usr/ports/java/eclipse-ocl/pkg-descr
X#
Xecho c - /usr/ports/java/eclipse-ocl
Xmkdir -p /usr/ports/java/eclipse-ocl > /dev/null 2>&1
Xecho x - /usr/ports/java/eclipse-ocl/Makefile
Xsed 's/^X//' >/usr/ports/java/eclipse-ocl/Makefile << 'END-of-/usr/ports/java/eclipse-ocl/Makefile'
XX# New ports collection makefile for:	eclipse-ocl
XX# Date created:				August, 25 2007
XX# Whom:					vj562001@yahoo.de
XX#
XX# $FreeBSD$
XX#
XX
XXPORTNAME=	ocl
XXDISTVERSION=    1.1
XXCATEGORIES=	java devel
XXMASTER_SITES=	${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/modeling/mdt/ocl/downloads/drops/,}
XXMASTER_SITE_SUBDIR=${DISTVERSION}.0/R200706201142
XXPKGNAMEPREFIX=	eclipse-
XXDISTNAME=	mdt-ocl-SDK-${DISTVERSION}
XXDIST_SUBDIR=	eclipse
XX
XXMAINTAINER=	vj562001@yahoo.de
XXCOMMENT=	Implementation of the OCL OMG standard for EMF-based models
XX
XXRUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse \
XX		${LOCALBASE}/eclipse/features/org.eclipse.emf_2.2.1.v200609210005/feature.xml:${PORTSDIR}/java/eclipse-emf
XX
XXNO_BUILD=	yes
XXNO_WRKSUBDIR=	yes
XXUSE_ZIP=	yes
XXUSE_JAVA=	yes
XXJAVA_VERSION=	1.4+
XXJAVA_OS=	native
XX
XXdo-install:
XX		@${MKDIR} ${PREFIX}/eclipse
XX		@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/eclipse
XX		@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/eclipse
XX		@(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) >> ${TMPPLIST}
XX		@(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d) \
XX			| ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \
XX			| ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST}
XX
XX.include <bsd.port.mk>
XEND-of-/usr/ports/java/eclipse-ocl/Makefile
Xecho x - /usr/ports/java/eclipse-ocl/distinfo
Xsed 's/^X//' >/usr/ports/java/eclipse-ocl/distinfo << 'END-of-/usr/ports/java/eclipse-ocl/distinfo'
XXMD5 (eclipse/mdt-ocl-SDK-1.1.zip) = 4ff2622f07a3a6d2c6a145bf27e48a1e
XXSHA256 (eclipse/mdt-ocl-SDK-1.1.zip) = 49743525e6cb2a2f8b438d65d227b1539409bc3d322e104d94fe887196c00376
XXSIZE (eclipse/mdt-ocl-SDK-1.1.zip) = 9740533
XEND-of-/usr/ports/java/eclipse-ocl/distinfo
Xecho x - /usr/ports/java/eclipse-ocl/bugreport.dat
Xsed 's/^X//' >/usr/ports/java/eclipse-ocl/bugreport.dat << 'END-of-/usr/ports/java/eclipse-ocl/bugreport.dat'
END-of-/usr/ports/java/eclipse-ocl/bugreport.dat
echo x - /usr/ports/java/eclipse-ocl/pkg-descr
sed 's/^X//' >/usr/ports/java/eclipse-ocl/pkg-descr << 'END-of-/usr/ports/java/eclipse-ocl/pkg-descr'
XImplementaion of the OMG OCL for EMF-based models.
X
XWWW: http://www.eclipse.org/modeling/mdt/?project=ocl#ocl
END-of-/usr/ports/java/eclipse-ocl/pkg-descr
exit



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Sep 23 17:27:18 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115825: commit references a PR
Date: Sun, 23 Sep 2007 17:27:28 +0000 (UTC)

 miwi        2007-09-23 17:27:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     java                 Makefile 
   Added files:
     java/eclipse-ocl     Makefile distinfo pkg-descr 
   Log:
   Implementaion of the OMG OCL for EMF-based models.
   
   WWW: http://www.eclipse.org/modeling/mdt/?project=ocl#ocl
   
   PR:             ports/115825
   Submitted by:   Veit Jahns <vj562001 at yahoo.de>
   
   Revision  Changes    Path
   1.190     +1 -0      ports/java/Makefile
   1.1       +39 -0     ports/java/eclipse-ocl/Makefile (new)
   1.1       +3 -0      ports/java/eclipse-ocl/distinfo (new)
   1.1       +3 -0      ports/java/eclipse-ocl/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:
