From 69a5e10862ab7f5f8746cefaed24fa7d55491be2 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 9 Mar 1999 11:42:31 +0000 Subject: Initial import of zoularis, the NetBSD-on-Solaris environment, by Christos Zoulas. This package provides Solaris with the necessary headers, libraries and support files to compile NetBSD utilities on Solaris. --- cross/zoularis/Makefile | 20 ++++++++++++++++++++ cross/zoularis/files/md5 | 3 +++ cross/zoularis/pkg/COMMENT | 1 + cross/zoularis/pkg/DESCR | 12 ++++++++++++ cross/zoularis/pkg/PLIST | 1 + 5 files changed, 37 insertions(+) create mode 100644 cross/zoularis/Makefile create mode 100644 cross/zoularis/files/md5 create mode 100644 cross/zoularis/pkg/COMMENT create mode 100644 cross/zoularis/pkg/DESCR create mode 100644 cross/zoularis/pkg/PLIST (limited to 'cross') diff --git a/cross/zoularis/Makefile b/cross/zoularis/Makefile new file mode 100644 index 00000000000..b49940b66df --- /dev/null +++ b/cross/zoularis/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/03/09 11:42:31 agc Exp $ +# + +DISTNAME= zoularis-19990309 +CATEGORIES= cross +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= agc@netbsd.org +HOMEPAGE= http://www.netbsd.org/ + +WRKSRC= ${WRKDIR}/bsd + +NO_CONFIGURE= yes +NO_BUILD= yes +NO_PACKAGE= This package is needed to compile the pkgtools + +post-extract: + @${ECHO} "Please read the instructions in ${WRKSRC}/README" + +.include "../../mk/bsd.pkg.mk" diff --git a/cross/zoularis/files/md5 b/cross/zoularis/files/md5 new file mode 100644 index 00000000000..b4466b3b03b --- /dev/null +++ b/cross/zoularis/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/03/09 11:42:31 agc Exp $ + +MD5 (zoularis-19990309.tar.gz) = d930bff56d4bd4ac9140088552d6ae82 diff --git a/cross/zoularis/pkg/COMMENT b/cross/zoularis/pkg/COMMENT new file mode 100644 index 00000000000..60cff0b6a04 --- /dev/null +++ b/cross/zoularis/pkg/COMMENT @@ -0,0 +1 @@ +provides NetBSD libs, includes and utilities on Solaris diff --git a/cross/zoularis/pkg/DESCR b/cross/zoularis/pkg/DESCR new file mode 100644 index 00000000000..8f0f13023fd --- /dev/null +++ b/cross/zoularis/pkg/DESCR @@ -0,0 +1,12 @@ +This package provides the necessary header files and libraries to +install NetBSD utilities and libraries on Solaris 2.6, and has been +used to get the NetBSD packages collection working on Solaris. It was +developed by Christos Zoulas, and has been tested on Solaris 2.6, +running on Sparc hardware. + +To get this package running on Solaris, you'll need to have either +a recent gcc or egcs installed, and a version of GNU tar available, +as well as gzip. + +The README file, distributed with the package itself, provides +instructions on how to build and install this environment. diff --git a/cross/zoularis/pkg/PLIST b/cross/zoularis/pkg/PLIST new file mode 100644 index 00000000000..9e76dd7921b --- /dev/null +++ b/cross/zoularis/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/03/09 11:42:31 agc Exp $ -- cgit v1.2.3