add classpath 0.10

A GNU project to create free core class libraries
This commit is contained in:
Ying-Chieh Liao
2004-09-01 08:37:04 +00:00
parent c85d4f8b77
commit 4141ec7ce4
5 changed files with 60 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
# ex:ts=8
# Ports collection makefile for: classpath
# Date created: Sep 1, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= classpath
PORTVERSION= 0.10
CATEGORIES= java
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A GNU project to create free core class libraries
USE_GNOME= gtk20 libartlgpl2 pkgconfig
USE_JAVA= yes
USE_JIKES= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
INFO= hacking vmintegration
PLIST_FILES= lib/security/classpath.security
.include <bsd.port.pre.mk>
post-install:
.for dir in ${PREFIX}/share/classpath ${PREFIX}/lib/classpath
@${FIND} ${dir} ! -type d | \
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
@${FIND} ${dir} -type d | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.endfor
.include <bsd.port.post.mk>
+2
View File
@@ -0,0 +1,2 @@
MD5 (classpath-0.10.tar.gz) = a59a5040f9c1237dbf27bfc668919943
SIZE (classpath-0.10.tar.gz) = 6801054
+15
View File
@@ -0,0 +1,15 @@
--- ltmain.sh.orig Wed Sep 1 15:46:52 2004
+++ ltmain.sh Wed Sep 1 15:47:02 2004
@@ -5550,10 +5550,12 @@
fi
# Install the pseudo-library for information purposes.
+ if /usr/bin/false; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
+5
View File
@@ -0,0 +1,5 @@
GNU Classpath, Essential Libraries for Java, is a GNU project to create free
core class libraries for use with virtual machines and compilers for the java
programming language.
WWW: http://www.classpath.org/