1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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
This commit is contained in:
Gerald Pfeifer 2013-01-20 15:22:12 +00:00
parent 4c2e3a8b13
commit cd95f27ce7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310694
4 changed files with 27 additions and 0 deletions

View File

@ -85,6 +85,7 @@
SUBDIR += gawk
SUBDIR += gcc
SUBDIR += gcc-aux
SUBDIR += gcc-ecj45
SUBDIR += gcc34
SUBDIR += gcc42
SUBDIR += gcc44

22
lang/gcc-ecj45/Makefile Normal file
View File

@ -0,0 +1,22 @@
# Created by: Gerald Pfeifer <gerald@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@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>

2
lang/gcc-ecj45/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (ecj-4.5.jar) = 98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781
SIZE (ecj-4.5.jar) = 1470676

2
lang/gcc-ecj45/pkg-descr Normal file
View File

@ -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).