pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/sablevm-classpath-gui Initial import of sablevm-c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f83e98a32e1c
branches:  trunk
changeset: 471463:f83e98a32e1c
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Mar 28 20:40:15 2004 +0000

description:
Initial import of sablevm-classpath-gui, version 1.1.1:

SableVM is a portable bytecode interpreter written in C, and implementing
the Java virtual machine specification, second edition.  Its goals are to
be reasonably small, fast and efficient, as well as providing a well
designed and robust platform for conducting research.

This package contains the GTK binding required to run AWT and Swing
applications with sablevm-classpath and sablevm.

diffstat:

 lang/sablevm-classpath-gui/DESCR    |   7 +++++++
 lang/sablevm-classpath-gui/Makefile |  19 +++++++++++++++++++
 lang/sablevm-classpath-gui/PLIST    |   7 +++++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 49f61f40a7e6 -r f83e98a32e1c lang/sablevm-classpath-gui/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/sablevm-classpath-gui/DESCR  Sun Mar 28 20:40:15 2004 +0000
@@ -0,0 +1,7 @@
+SableVM is a portable bytecode interpreter written in C, and implementing
+the Java virtual machine specification, second edition.  Its goals are to
+be reasonably small, fast and efficient, as well as providing a well
+designed and robust platform for conducting research.
+
+This package contains the GTK binding required to run AWT and Swing
+applications with sablevm-classpath and sablevm.
diff -r 49f61f40a7e6 -r f83e98a32e1c lang/sablevm-classpath-gui/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/sablevm-classpath-gui/Makefile       Sun Mar 28 20:40:15 2004 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/28 20:40:15 jmmv Exp $
+#
+
+.include "../../lang/sablevm-classpath/Makefile.common"
+
+PKGNAME=       ${DISTNAME:S/classpath/classpath-gui/}
+COMMENT+=      (GUI libraries)
+
+DEPENDS+=      sablevm-classpath>=1.1.1:../../lang/sablevm-classpath
+
+BUILD_DIRS=    ${WRKSRC}/native/jni/classpath
+BUILD_DIRS+=   ${WRKSRC}/native/jni/gtk-peer
+INSTALL_DIRS=  ${WRKSRC}/native/jni/gtk-peer
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../graphics/libart2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 49f61f40a7e6 -r f83e98a32e1c lang/sablevm-classpath-gui/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/sablevm-classpath-gui/PLIST  Sun Mar 28 20:40:15 2004 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/28 20:40:15 jmmv Exp $
+lib/sablevm-classpath/libgtkpeer.a
+lib/sablevm-classpath/libgtkpeer.la
+lib/sablevm-classpath/libgtkpeer.so
+lib/sablevm-classpath/libgtkpeer.so.0
+lib/sablevm-classpath/libgtkpeer.so.0.0
+@comment in sablevm-classpath: @dirrm lib/sablevm-classpath



Home | Main Index | Thread Index | Old Index