From owner-freebsd-java@FreeBSD.ORG Thu Jul 22 11:41:14 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36B1416A4CF; Thu, 22 Jul 2004 11:41:14 +0000 (GMT) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDB7743D2F; Thu, 22 Jul 2004 11:41:11 +0000 (GMT) (envelope-from past@edgar.ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id i6MBf9Jq001091; Thu, 22 Jul 2004 14:41:09 +0300 (EEST) (envelope-from past@edgar.ebs.gr) Received: from edgar.ebs.gr (edgar.ebs.gr [10.1.1.52]) by ebs.gr (8.12.11/8.12.11) with ESMTP id i6MBf93Q082663; Thu, 22 Jul 2004 14:41:09 +0300 (EEST) (envelope-from past@edgar.ebs.gr) Received: from edgar.ebs.gr (localhost [127.0.0.1]) by edgar.ebs.gr (8.12.11/8.12.11) with ESMTP id i6MBf0w1008170; Thu, 22 Jul 2004 14:41:00 +0300 (EEST) (envelope-from past@edgar.ebs.gr) Received: (from past@localhost) by edgar.ebs.gr (8.12.11/8.12.11/Submit) id i6MBexcO008167; Thu, 22 Jul 2004 14:40:59 +0300 (EEST) (envelope-from past) Date: Thu, 22 Jul 2004 14:40:59 +0300 (EEST) Message-Id: <200407221140.i6MBexcO008167@edgar.ebs.gr> To: FreeBSD-gnats-submit@freebsd.org From: Panagiotis Astithas X-send-pr-version: 3.113 X-GNATS-Notify: cc: java@freebsd.org Subject: New port: java/eclipseme X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Panagiotis Astithas List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 11:41:14 -0000 >Submitter-Id: current-users >Originator: Panagiotis Astithas >Organization: EBS Ltd. >Confidential: no >Synopsis: New port: java/eclipseme >Severity: non-critical >Priority: medium >Category: ports >Class: change-request >Release: FreeBSD 5.2-CURRENT i386 >Environment: System: FreeBSD edgar.ebs.gr 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sat Jul 10 00:49:40 EEST 2004 root@edgar.noc.ntua.gr:/usr/obj/usr/src/sys/EDGAR i386 >Description: A new Eclipse J2ME plugin port. >How-To-Repeat: >Fix: Install the following port skeleton. Since this plugin works against the Eclipse 3.0 version, it should presumably be committed after the imminent upgrade of the java/eclipse port. --- eclipseme.shar begins here --- # 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: # # eclipseme # eclipseme/Makefile # eclipseme/distinfo # eclipseme/pkg-descr # eclipseme/pkg-plist # eclipseme/pkg-message # echo c - eclipseme mkdir -p eclipseme > /dev/null 2>&1 echo x - eclipseme/Makefile sed 's/^X//' >eclipseme/Makefile << 'END-of-eclipseme/Makefile' X# New ports collection makefile for: eclipseme X# Date created: July 22, 2004 X# Whom: past@ebs.gr X# X# $FreeBSD$ X# X XPORTNAME= eclipseme XPORTVERSION= 0.4.5 XCATEGORIES= java devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= ${PORTNAME}-${PORTVERSION} XDIST_SUBDIR= eclipse X XMAINTAINER= past@ebs.gr XCOMMENT= Eclipse J2ME Plugin X XRUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse \ X ${LOCALBASE}/bin/ktoolbar:${PORTSDIR}/java/sun-wtk X XNO_BUILD= yes XUSE_ZIP= yes XNO_WRKSUBDIR= yes XPKGMESSAGE= ${WRKDIR}/pkg-message XAPP_HOME= ${PREFIX}/eclipse/plugins/${PORTNAME}_${PORTVERSION} X X.if defined(WITH_PROGUARD) XRUN_DEPENDS+= ${LOCALBASE}/share/proguard/lib/proguard.jar:${PORTSDIR}/java/proguard X.endif X Xdo-install: X @${CP} -r ${WRKSRC}/${PORTNAME}_${PORTVERSION} ${PREFIX}/eclipse/plugins/ X Xpost-install: X @${SED} -e 's,%%PREFIX%%,${APP_HOME},' \ X < ${.CURDIR}/pkg-message > ${PKGMESSAGE} X @${CAT} ${PKGMESSAGE} X X.include END-of-eclipseme/Makefile echo x - eclipseme/distinfo sed 's/^X//' >eclipseme/distinfo << 'END-of-eclipseme/distinfo' XMD5 (eclipse/eclipseme-0.4.5.zip) = 688ce72f56312b2c04220cb7d0324c64 XSIZE (eclipse/eclipseme-0.4.5.zip) = 1368053 END-of-eclipseme/distinfo echo x - eclipseme/pkg-descr sed 's/^X//' >eclipseme/pkg-descr << 'END-of-eclipseme/pkg-descr' XThis port provides an Eclipse plugin to help develop J2ME code. XWith the help of a J2ME Wireless Toolkit, users may develop MIDP Xmidlets within the Eclipse development environment. Future version Xmay provide supprt for other profiles and configurations. X XWWW: http://eclipseme.sourceforge.net/ END-of-eclipseme/pkg-descr echo x - eclipseme/pkg-plist sed 's/^X//' >eclipseme/pkg-plist << 'END-of-eclipseme/pkg-plist' Xeclipse/plugins/eclipseme_0.4.5/CHANGES.txt Xeclipse/plugins/eclipseme_0.4.5/CREDITS.txt Xeclipse/plugins/eclipseme_0.4.5/JETTY-LICENSE.html Xeclipse/plugins/eclipseme_0.4.5/LICENSE.txt Xeclipse/plugins/eclipseme_0.4.5/README.txt Xeclipse/plugins/eclipseme_0.4.5/about.html Xeclipse/plugins/eclipseme_0.4.5/docs/addtoolkit.png Xeclipse/plugins/eclipseme_0.4.5/docs/advanced.html Xeclipse/plugins/eclipseme_0.4.5/docs/advancedPlatform1.png Xeclipse/plugins/eclipseme_0.4.5/docs/advancedPlatform2.png Xeclipse/plugins/eclipseme_0.4.5/docs/advancedProfile1.png Xeclipse/plugins/eclipseme_0.4.5/docs/advancedProfile2.png Xeclipse/plugins/eclipseme_0.4.5/docs/advancedProfile3.png Xeclipse/plugins/eclipseme_0.4.5/docs/advancedProfile4.png Xeclipse/plugins/eclipseme_0.4.5/docs/advancedProfile5.png Xeclipse/plugins/eclipseme_0.4.5/docs/convert_project.png Xeclipse/plugins/eclipseme_0.4.5/docs/cp_container.png Xeclipse/plugins/eclipseme_0.4.5/docs/createMidlet.html Xeclipse/plugins/eclipseme_0.4.5/docs/createProject.html Xeclipse/plugins/eclipseme_0.4.5/docs/crtpkg.png Xeclipse/plugins/eclipseme_0.4.5/docs/docs.css Xeclipse/plugins/eclipseme_0.4.5/docs/faq.html Xeclipse/plugins/eclipseme_0.4.5/docs/index.html Xeclipse/plugins/eclipseme_0.4.5/docs/installation.html Xeclipse/plugins/eclipseme_0.4.5/docs/jadEditor1.png Xeclipse/plugins/eclipseme_0.4.5/docs/jadEditor2.png Xeclipse/plugins/eclipseme_0.4.5/docs/jadEditor3.png Xeclipse/plugins/eclipseme_0.4.5/docs/jadEditor4.png Xeclipse/plugins/eclipseme_0.4.5/docs/jadeditor.html Xeclipse/plugins/eclipseme_0.4.5/docs/launchConfig.png Xeclipse/plugins/eclipseme_0.4.5/docs/launchConfig2.png Xeclipse/plugins/eclipseme_0.4.5/docs/menuDebug.png Xeclipse/plugins/eclipseme_0.4.5/docs/migration.html Xeclipse/plugins/eclipseme_0.4.5/docs/newProject.png Xeclipse/plugins/eclipseme_0.4.5/docs/newProjectWizard1.png Xeclipse/plugins/eclipseme_0.4.5/docs/newProjectWizard2.png Xeclipse/plugins/eclipseme_0.4.5/docs/newProjectWizard3.png Xeclipse/plugins/eclipseme_0.4.5/docs/newProjectWizard4.png Xeclipse/plugins/eclipseme_0.4.5/docs/newmidlet1.png Xeclipse/plugins/eclipseme_0.4.5/docs/newmidlet2.png Xeclipse/plugins/eclipseme_0.4.5/docs/news.html Xeclipse/plugins/eclipseme_0.4.5/docs/obf_problems.png Xeclipse/plugins/eclipseme_0.4.5/docs/packaging.html Xeclipse/plugins/eclipseme_0.4.5/docs/prefsBasic.png Xeclipse/plugins/eclipseme_0.4.5/docs/prefsObfuscation.png Xeclipse/plugins/eclipseme_0.4.5/docs/prefsOta.png Xeclipse/plugins/eclipseme_0.4.5/docs/prefs_java_debug.png Xeclipse/plugins/eclipseme_0.4.5/docs/prefs_platform.png Xeclipse/plugins/eclipseme_0.4.5/docs/prefs_platform_installed.png Xeclipse/plugins/eclipseme_0.4.5/docs/prereqs.html Xeclipse/plugins/eclipseme_0.4.5/docs/propProject.png Xeclipse/plugins/eclipseme_0.4.5/docs/ref.html Xeclipse/plugins/eclipseme_0.4.5/docs/refLaunchConfig.html Xeclipse/plugins/eclipseme_0.4.5/docs/refPrefJ2ME.html Xeclipse/plugins/eclipseme_0.4.5/docs/refPropProject.html Xeclipse/plugins/eclipseme_0.4.5/docs/run.html Xeclipse/plugins/eclipseme_0.4.5/docs/src_exclusions.png Xeclipse/plugins/eclipseme_0.4.5/docs/src_project.png Xeclipse/plugins/eclipseme_0.4.5/docs/support_wtk.html Xeclipse/plugins/eclipseme_0.4.5/docs/unspecified_platform.png Xeclipse/plugins/eclipseme_0.4.5/docs/wtk_dirs.png Xeclipse/plugins/eclipseme_0.4.5/eclipseme.jar Xeclipse/plugins/eclipseme_0.4.5/icons/compview.gif Xeclipse/plugins/eclipseme_0.4.5/icons/emulator_launch.gif Xeclipse/plugins/eclipseme_0.4.5/icons/launch_device.gif Xeclipse/plugins/eclipseme_0.4.5/icons/newmidlet_wiz.gif Xeclipse/plugins/eclipseme_0.4.5/icons/newprj_wiz.gif Xeclipse/plugins/eclipseme_0.4.5/lib/org.mortbay.http.jar Xeclipse/plugins/eclipseme_0.4.5/plugin.properties Xeclipse/plugins/eclipseme_0.4.5/plugin.xml Xeclipse/plugins/eclipseme_0.4.5/toc.xml X X@dirrm eclipse/plugins/eclipseme_0.4.5/lib X@dirrm eclipse/plugins/eclipseme_0.4.5/icons X@dirrm eclipse/plugins/eclipseme_0.4.5/docs X@dirrm eclipse/plugins/eclipseme_0.4.5 END-of-eclipseme/pkg-plist echo x - eclipseme/pkg-message sed 's/^X//' >eclipseme/pkg-message << 'END-of-eclipseme/pkg-message' X================================================================ XInitial configuration instructions for the Eclipse J2ME plugin Xare in the file: X%%PREFIX%%/doc/index.html X================================================================ X END-of-eclipseme/pkg-message exit --- eclipseme.shar ends here ---