Date: Thu, 22 Jul 2004 14:40:59 +0300 (EEST) From: Panagiotis Astithas <past@ebs.gr> To: FreeBSD-gnats-submit@FreeBSD.org Cc: java@FreeBSD.org Subject: ports/69427: New port: java/eclipseme Message-ID: <200407221140.i6MBexcO008167@edgar.ebs.gr> Resent-Message-ID: <200407221150.i6MBoODx016113@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69427 >Category: ports >Synopsis: New port: java/eclipseme >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 22 11:50:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Panagiotis Astithas >Release: FreeBSD 5.2-CURRENT i386 >Organization: EBS Ltd. >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 <bsd.port.mk> 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 --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407221140.i6MBexcO008167>