svn commit: r310694 - in head/lang: . gcc-ecj45

Gerald Pfeifer gerald at FreeBSD.org
Sun Jan 20 15:22:14 UTC 2013


Author: gerald
Date: Sun Jan 20 15:22:12 2013
New Revision: 310694
URL: http://svnweb.freebsd.org/changeset/ports/310694

Log:
  Welcome gcc-ecj45, a new port that provides a pre-built version of the
  Eclipse Java Compiler (ECJ) used to build and support the Java frontend
  of GCC, the GNU Compiler Collection.
  
  This is not new code to us, but breaks out what we have been manually
  (and redundantly) carrying in our four GCC 4.6, 4.7 and 4.8 ports
  lang/gcc, lang/gcc46, lang/gcc47 and lang/gcc48.
  
  PR:		175072

Added:
  head/lang/gcc-ecj45/
  head/lang/gcc-ecj45/Makefile   (contents, props changed)
  head/lang/gcc-ecj45/distinfo   (contents, props changed)
  head/lang/gcc-ecj45/pkg-descr   (contents, props changed)
Modified:
  head/lang/Makefile

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Sun Jan 20 15:11:34 2013	(r310693)
+++ head/lang/Makefile	Sun Jan 20 15:22:12 2013	(r310694)
@@ -85,6 +85,7 @@
     SUBDIR += gawk
     SUBDIR += gcc
     SUBDIR += gcc-aux
+    SUBDIR += gcc-ecj45
     SUBDIR += gcc34
     SUBDIR += gcc42
     SUBDIR += gcc44

Added: head/lang/gcc-ecj45/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/gcc-ecj45/Makefile	Sun Jan 20 15:22:12 2013	(r310694)
@@ -0,0 +1,22 @@
+# Created by: Gerald Pfeifer <gerald at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	gcc-ecj
+PORTVERSION=	4.5
+CATEGORIES=	lang java
+MASTER_SITES=	${MASTER_SITE_SOURCEWARE}
+MASTER_SITE_SUBDIR+=	java/
+DISTNAME=	ecj-${PORTVERSION}.jar
+EXTRACT_SUFX=
+EXTRACT_ONLY=
+
+MAINTAINER=	gerald at FreeBSD.org
+COMMENT=	Eclipse Java Compiler used to build GCC Java
+
+NO_BUILD=	yes
+PLIST_FILES=	share/java/${DISTNAME}
+
+do-install:
+	${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/share/java/
+
+.include <bsd.port.mk>

Added: head/lang/gcc-ecj45/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/gcc-ecj45/distinfo	Sun Jan 20 15:22:12 2013	(r310694)
@@ -0,0 +1,2 @@
+SHA256 (ecj-4.5.jar) = 98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781
+SIZE (ecj-4.5.jar) = 1470676

Added: head/lang/gcc-ecj45/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/gcc-ecj45/pkg-descr	Sun Jan 20 15:22:12 2013	(r310694)
@@ -0,0 +1,2 @@
+A pre-built version of the Eclipse Java Compiler (ECJ) used to build
+and support the Java frontend of the GNU Compiler Collection (GCC).


More information about the svn-ports-head mailing list