diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-28 20:40:15 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-28 20:40:15 +0000 |
commit | 9267a0f6f3431e842acce7159ce24269a297c074 (patch) | |
tree | 381b2d6d87d71695f2e9912aba7df0e57e3e1761 /lang/sablevm-classpath-gui | |
parent | 28a71e5af679752eac9f18a42c1d2015aec9f063 (diff) | |
download | pkgsrc-9267a0f6f3431e842acce7159ce24269a297c074.tar.gz |
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 (limited to 'lang/sablevm-classpath-gui')
-rw-r--r-- | lang/sablevm-classpath-gui/DESCR | 7 | ||||
-rw-r--r-- | lang/sablevm-classpath-gui/Makefile | 19 | ||||
-rw-r--r-- | lang/sablevm-classpath-gui/PLIST | 7 |
3 files changed, 33 insertions, 0 deletions
diff --git a/lang/sablevm-classpath-gui/DESCR b/lang/sablevm-classpath-gui/DESCR new file mode 100644 index 00000000000..e15a385993c --- /dev/null +++ b/lang/sablevm-classpath-gui/DESCR @@ -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 --git a/lang/sablevm-classpath-gui/Makefile b/lang/sablevm-classpath-gui/Makefile new file mode 100644 index 00000000000..cae1730cfdb --- /dev/null +++ b/lang/sablevm-classpath-gui/Makefile @@ -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 --git a/lang/sablevm-classpath-gui/PLIST b/lang/sablevm-classpath-gui/PLIST new file mode 100644 index 00000000000..1f9446fe890 --- /dev/null +++ b/lang/sablevm-classpath-gui/PLIST @@ -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 |