CVS commit: pkgsrc/cross/ia16-elf-libi86

"Ryo ONODERA" <[email protected]>
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
Module Name:	pkgsrc
Committed By:	ryoon
Date:		Wed Aug 12 16:28:25 UTC 2026

Added Files:
	pkgsrc/cross/ia16-elf-libi86: DESCR Makefile PLIST distinfo

Log Message:
cross/ia16-elf-libi86: import ia16-elf-libi86-0.0.521a43f42a3daf00b85b62c44390821f532def8f

Basic library for IA16 (for example, 8086 and 80286) MS-DOS cross environment.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/cross/ia16-elf-libi86/DESCR \
    pkgsrc/cross/ia16-elf-libi86/Makefile pkgsrc/cross/ia16-elf-libi86/PLIST \
    pkgsrc/cross/ia16-elf-libi86/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
(unnamed) (text/x-diff, 4.7 KB)
Added files:

Index: pkgsrc/cross/ia16-elf-libi86/DESCR
diff -u /dev/null pkgsrc/cross/ia16-elf-libi86/DESCR:1.1
--- /dev/null	Wed Aug 12 16:28:25 2026
+++ pkgsrc/cross/ia16-elf-libi86/DESCR	Wed Aug 12 16:28:25 2026
@@ -0,0 +1 @@
+Basic library for IA16 (for example, 8086 and 80286) MS-DOS cross environment.
Index: pkgsrc/cross/ia16-elf-libi86/Makefile
diff -u /dev/null pkgsrc/cross/ia16-elf-libi86/Makefile:1.1
--- /dev/null	Wed Aug 12 16:28:25 2026
+++ pkgsrc/cross/ia16-elf-libi86/Makefile	Wed Aug 12 16:28:25 2026
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1 2026/08/12 16:28:25 ryoon Exp $
+
+DISTNAME=		libi86
+PKGNAME=		ia16-elf-libi86-0.0.${GITLAB_TAG}
+CATEGORIES=		cross
+MASTER_SITES=		${MASTER_SITE_GITLAB:=tkchia/}
+GITLAB_PROJECT=		libi86
+GITLAB_TAG=		521a43f42a3daf00b85b62c44390821f532def8f
+
+MAINTAINER=		[email protected]
+HOMEPAGE=		https://gitlab.com/tkchia/libi86
+COMMENT=		libi86 for IA16 cross environment
+LICENSE=		modified-bsd
+
+TOOL_DEPENDS+=		ia16-elf-binutils-[0-9]*:../../cross/ia16-elf-binutils
+BUILD_DEPENDS+=		ia16-elf-newlib-bootstrap-[0-9]*:../../cross/ia16-elf-newlib-bootstrap
+TOOL_DEPENDS+=		ia16-elf-gcc-bootstrap-[0-9]*:../../cross/ia16-elf-gcc-bootstrap
+
+WRKSRC=			${WRKDIR}/${DISTNAME}-${GITLAB_TAG}
+
+USE_LANGUAGES+=		c c++
+GNU_CONFIGURE=		yes
+USE_TOOLS+=		autoconf gmake gsed
+
+TARGET_MACHINE_GNU_PLATFORM=	ia16-elf
+
+USE_GNU_CONFIGURE_HOST=	no
+GNU_CONFIGURE_STRICT=	no # has sub-configures
+CONFIGURE_DIRS=		host-gcc
+GNU_CONFIGURE_PREFIX=	${PREFIX}/cross/ia16-elf
+
+CONFIGURE_ARGS+=	--host=ia16-elf
+#CONFIGURE_ARGS+=	--with-build-time-tools=${PREFIX}/cross/ia16-elf/bin
+
+CONFIGURE_ENV+=		ac_cv_prog_CC=${PREFIX}/cross/ia16-elf-bootstrap/bin/ia16-elf-gcc
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/cross/ia16-elf-libi86/PLIST
diff -u /dev/null pkgsrc/cross/ia16-elf-libi86/PLIST:1.1
--- /dev/null	Wed Aug 12 16:28:25 2026
+++ pkgsrc/cross/ia16-elf-libi86/PLIST	Wed Aug 12 16:28:25 2026
@@ -0,0 +1,41 @@
+@comment $NetBSD: PLIST,v 1.1 2026/08/12 16:28:25 ryoon Exp $
+cross/ia16-elf/ia16-elf/include/bios.h
+cross/ia16-elf/ia16-elf/include/conio.h
+cross/ia16-elf/ia16-elf/include/dir.h
+cross/ia16-elf/ia16-elf/include/direct.h
+cross/ia16-elf/ia16-elf/include/dos.h
+cross/ia16-elf/ia16-elf/include/dpmi.h
+cross/ia16-elf/ia16-elf/include/err.h
+cross/ia16-elf/ia16-elf/include/graph.h
+cross/ia16-elf/ia16-elf/include/i86.h
+cross/ia16-elf/ia16-elf/include/libi86/config.h
+cross/ia16-elf/ia16-elf/include/libi86/internal/acconfig.h
+cross/ia16-elf/ia16-elf/include/libi86/internal/bc-portio.h
+cross/ia16-elf/ia16-elf/include/libi86/internal/bda.h
+cross/ia16-elf/ia16-elf/include/libi86/internal/bios.h
+cross/ia16-elf/ia16-elf/include/libi86/internal/cdefs.h
+cross/ia16-elf/ia16-elf/include/libi86/internal/far-cxx.h
+cross/ia16-elf/ia16-elf/include/libi86/internal/farptr.h
+cross/ia16-elf/ia16-elf/include/libi86/internal/features.h
+cross/ia16-elf/ia16-elf/include/libi86/internal/inp-portio.h
+cross/ia16-elf/ia16-elf/include/libi86/internal/libc-defer.h
+cross/ia16-elf/ia16-elf/include/libi86/internal/portio.h
+cross/ia16-elf/ia16-elf/include/libi86/internal/process.h
+cross/ia16-elf/ia16-elf/include/libi86/internal/types.h
+cross/ia16-elf/ia16-elf/include/libi86/internal/wrap/io.h
+cross/ia16-elf/ia16-elf/include/libi86/internal/wrap/malloc.h
+cross/ia16-elf/ia16-elf/include/libi86/internal/wrap/stdio.h
+cross/ia16-elf/ia16-elf/include/libi86/internal/wrap/stdlib.h
+cross/ia16-elf/ia16-elf/include/libi86/internal/wrap/string.h
+cross/ia16-elf/ia16-elf/include/libi86/io.h
+cross/ia16-elf/ia16-elf/include/libi86/malloc.h
+cross/ia16-elf/ia16-elf/include/libi86/stdio.h
+cross/ia16-elf/ia16-elf/include/libi86/stdlib.h
+cross/ia16-elf/ia16-elf/include/libi86/string.h
+cross/ia16-elf/ia16-elf/include/libi86/version.h
+cross/ia16-elf/ia16-elf/include/nexgen/kompress.h
+cross/ia16-elf/ia16-elf/include/nexgen/mzendian.h
+cross/ia16-elf/ia16-elf/include/process.h
+cross/ia16-elf/ia16-elf/include/share.h
+cross/ia16-elf/ia16-elf/lib/libi86.a
+cross/ia16-elf/ia16-elf/lib/rt-specs/r-msdos.d/libi86.spec
Index: pkgsrc/cross/ia16-elf-libi86/distinfo
diff -u /dev/null pkgsrc/cross/ia16-elf-libi86/distinfo:1.1
--- /dev/null	Wed Aug 12 16:28:25 2026
+++ pkgsrc/cross/ia16-elf-libi86/distinfo	Wed Aug 12 16:28:25 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/08/12 16:28:25 ryoon Exp $
+
+BLAKE2s (libi86-521a43f42a3daf00b85b62c44390821f532def8f.tar.gz) = 7f6d5110fe1c2f9345f37272c0870f865bcf644de5a6a2b0a2ba5e1bf7d74084
+SHA512 (libi86-521a43f42a3daf00b85b62c44390821f532def8f.tar.gz) = 3799c15b1800040904ea4b77ca504d459089ddc1e6a5c8063c5e9900a9d6787b008df1e0a98e69a9eb23229d423ab0bd9a2c344e440d2bcb5ac1e5c6bdd59384
+Size (libi86-521a43f42a3daf00b85b62c44390821f532def8f.tar.gz) = 417668 bytes
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.