From owner-cvs-ports@FreeBSD.ORG Sat May 7 05:00:40 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C99816A4D9; Sat, 7 May 2005 05:00:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 603EA43D83; Sat, 7 May 2005 05:00:40 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4750es0031853; Sat, 7 May 2005 05:00:40 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4750eT7031852; Sat, 7 May 2005 05:00:40 GMT (envelope-from nork) Message-Id: <200505070500.j4750eT7031852@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 7 May 2005 05:00:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java Makefile ports/java/eclipse-devel Makefile distinfo pkg-descr ports/java/eclipse-devel/files eclipse.in manualpatch-plugins-swt-gtk-make_freebsd.mak manualpatch-plugins-swt-gtk-os_custom.h manualpatch-plugins-swt-motif-make_freebsd.mak patch-assemble ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2005 05:00:40 -0000 nork 2005-05-07 05:00:40 UTC FreeBSD ports repository Modified files: java Makefile Added files: java/eclipse-devel Makefile distinfo pkg-descr java/eclipse-devel/files eclipse.in manualpatch-plugins-swt-gtk-build.sh manualpatch-plugins-swt-gtk-make_freebsd.mak manualpatch-plugins-swt-gtk-os_custom.h manualpatch-plugins-swt-motif-build.sh manualpatch-plugins-swt-motif-make_freebsd.mak patch-assemble patch-browser-src-ExternalBrowserInstance.java patch-build patch-build.xml patch-features-jdt-build.xml patch-features-jdt-source-build.xml patch-features-launchers-gtk-build.sh patch-features-launchers-gtk-make_freebsd.mak patch-features-launchers-library-eclipseShm.c patch-features-launchers-motif-build.sh patch-features-pde-build.xml patch-features-pde-source-build.xml patch-features-platform-build.xml patch-features-platform-source-build.xml patch-features-platform-source-feature.xml patch-features-sdk-build.xml patch-plugins-swt-gtk-build.xml patch-plugins-swt-gtk64-build.xml patch-plugins-update-src-build.xml patch-plugins-update-src-update.c java/eclipse-devel/scripts pre-patch Log: Add eclipse-devel 3.1M6, an open extensible IDE for anything and nothing in particular. PR: ports/79917 Submitted by: various members of freebsd-java Revision Changes Path 1.156 +1 -0 ports/java/Makefile 1.1 +128 -0 ports/java/eclipse-devel/Makefile (new) 1.1 +2 -0 ports/java/eclipse-devel/distinfo (new) 1.1 +49 -0 ports/java/eclipse-devel/files/eclipse.in (new) 1.1 +54 -0 ports/java/eclipse-devel/files/manualpatch-plugins-swt-gtk-build.sh (new) 1.1 +41 -0 ports/java/eclipse-devel/files/manualpatch-plugins-swt-gtk-make_freebsd.mak (new) 1.1 +57 -0 ports/java/eclipse-devel/files/manualpatch-plugins-swt-gtk-os_custom.h (new) 1.1 +21 -0 ports/java/eclipse-devel/files/manualpatch-plugins-swt-motif-build.sh (new) 1.1 +73 -0 ports/java/eclipse-devel/files/manualpatch-plugins-swt-motif-make_freebsd.mak (new) 1.1 +39 -0 ports/java/eclipse-devel/files/patch-assemble (new) 1.1 +13 -0 ports/java/eclipse-devel/files/patch-browser-src-ExternalBrowserInstance.java (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-build (new) 1.1 +41 -0 ports/java/eclipse-devel/files/patch-build.xml (new) 1.1 +27 -0 ports/java/eclipse-devel/files/patch-features-jdt-build.xml (new) 1.1 +15 -0 ports/java/eclipse-devel/files/patch-features-jdt-source-build.xml (new) 1.1 +41 -0 ports/java/eclipse-devel/files/patch-features-launchers-gtk-build.sh (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-features-launchers-gtk-make_freebsd.mak (new) 1.1 +17 -0 ports/java/eclipse-devel/files/patch-features-launchers-library-eclipseShm.c (new) 1.1 +33 -0 ports/java/eclipse-devel/files/patch-features-launchers-motif-build.sh (new) 1.1 +15 -0 ports/java/eclipse-devel/files/patch-features-pde-build.xml (new) 1.1 +15 -0 ports/java/eclipse-devel/files/patch-features-pde-source-build.xml (new) 1.1 +127 -0 ports/java/eclipse-devel/files/patch-features-platform-build.xml (new) 1.1 +61 -0 ports/java/eclipse-devel/files/patch-features-platform-source-build.xml (new) 1.1 +17 -0 ports/java/eclipse-devel/files/patch-features-platform-source-feature.xml (new) 1.1 +15 -0 ports/java/eclipse-devel/files/patch-features-sdk-build.xml (new) 1.1 +11 -0 ports/java/eclipse-devel/files/patch-plugins-swt-gtk-build.xml (new) 1.1 +15 -0 ports/java/eclipse-devel/files/patch-plugins-swt-gtk64-build.xml (new) 1.1 +31 -0 ports/java/eclipse-devel/files/patch-plugins-update-src-build.xml (new) 1.1 +18 -0 ports/java/eclipse-devel/files/patch-plugins-update-src-update.c (new) 1.1 +8 -0 ports/java/eclipse-devel/pkg-descr (new) 1.1 +97 -0 ports/java/eclipse-devel/scripts/pre-patch (new)