pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/classpath-gui Initial import of classpath-gui, ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c85d9804b233
branches:  trunk
changeset: 471458:c85d9804b233
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Mar 28 20:34:53 2004 +0000

description:
Initial import of classpath-gui, version 0.07:

Classpath is a free (open source) implementation of the Java runtime
libraries.  This package provides the GTK+ peer required to use the
AWT and Swing libraries that come with classpath.

diffstat:

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

diffs (43 lines):

diff -r f194f8b9529b -r c85d9804b233 lang/classpath-gui/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/classpath-gui/DESCR  Sun Mar 28 20:34:53 2004 +0000
@@ -0,0 +1,3 @@
+Classpath is a free (open source) implementation of the Java runtime
+libraries.  This package provides the GTK+ peer required to use the
+AWT and Swing libraries that come with classpath.
diff -r f194f8b9529b -r c85d9804b233 lang/classpath-gui/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/classpath-gui/Makefile       Sun Mar 28 20:34:53 2004 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/28 20:34:53 jmmv Exp $
+
+.include "../../lang/classpath/Makefile.common"
+
+PKGNAME=       ${DISTNAME:S/classpath/classpath-gui/}
+COMMENT+=      (GUI libraries)
+
+DEPENDS+=      classpath>=0.07nb1:../../lang/classpath
+
+BUILD_DIRS=    ${WRKSRC}/native/jni/classpath
+BUILD_DIRS+=   ${WRKSRC}/native/jni/gtk-peer
+INSTALL_DIRS=  ${WRKSRC}/native/jni/gtk-peer
+
+BUILDLINK_FILES.libart2+=      bin/libart2-config
+BUILDLINK_TRANSFORM.libart2+=  -e 's|/libart2-config|/libart-config|g'
+
+.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 f194f8b9529b -r c85d9804b233 lang/classpath-gui/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/classpath-gui/PLIST  Sun Mar 28 20:34:53 2004 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/28 20:34:53 jmmv Exp $
+lib/classpath/libgtkpeer.a
+lib/classpath/libgtkpeer.la
+lib/classpath/libgtkpeer.so
+lib/classpath/libgtkpeer.so.0
+lib/classpath/libgtkpeer.so.0.0
+@comment in classpath: @dirrm lib/classpath



Home | Main Index | Thread Index | Old Index