summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/extipl/Makefile17
-rw-r--r--sysutils/extipl/distinfo5
-rw-r--r--sysutils/extipl/patches/patch-aa15
-rw-r--r--sysutils/extipl/pkg/DESCR7
-rw-r--r--sysutils/extipl/pkg/PLIST12
5 files changed, 56 insertions, 0 deletions
diff --git a/sysutils/extipl/Makefile b/sysutils/extipl/Makefile
new file mode 100644
index 00000000000..adbf52ff84a
--- /dev/null
+++ b/sysutils/extipl/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/11 09:56:57 agc Exp $
+#
+
+DISTNAME= extipl-5.03
+CATEGORIES= sysutils
+MASTER_SITES= http://www.tsden.org/takamiti/extipl/archs/
+
+MAINTAINER= hiramatu@boreas.dti.ne.jp
+HOMEPAGE= http://www.tsden.org/takamiti/extipl/
+COMMENT= IPL compatible OS boot selector
+
+BUILD_DEPENDS+= nasm:../../devel/nasm
+
+WRKSRC= ${WRKDIR}/extipl-5.03/src
+USE_GMAKE= #defined
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/extipl/distinfo b/sysutils/extipl/distinfo
new file mode 100644
index 00000000000..a831da6a165
--- /dev/null
+++ b/sysutils/extipl/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/10/11 09:56:57 agc Exp $
+
+SHA1 (extipl-5.03.tar.gz) = 9d7094f9f96e94b9c5dd7f101560f0f81f68e4ef
+Size (extipl-5.03.tar.gz) = 85021 bytes
+SHA1 (patch-aa) = 12240b347d1d5d6d363a070376b1c115a004f454
diff --git a/sysutils/extipl/patches/patch-aa b/sysutils/extipl/patches/patch-aa
new file mode 100644
index 00000000000..291dbc06ba5
--- /dev/null
+++ b/sysutils/extipl/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/10/11 09:56:57 agc Exp $
+--- Makefile.orig Sun Sep 16 00:29:47 2001
++++ Makefile Sun Sep 16 00:30:51 2001
+@@ -80,9 +80,9 @@
+ install:
+ @test -d $(BINDIR) || (set -x; mkdir -p -m 0755 $(BINDIR))
+ install -c -s -o root -m 700 extipl $(BINDIR)
+- sed -e 's#!!DOCDIR!!#$(DOCDIR)#g' extipl.8.in | gzip > extipl.8.gz
++ sed -e 's#!!DOCDIR!!#$(DOCDIR)#g' extipl.8.in > extipl.8
+ @test -d $(MAN8) || (set -x; mkdir -p -m 0755 $(MAN8))
+- install -o root -m 644 extipl.8.gz $(MAN8)
++ install -o root -m 644 extipl.8 $(MAN8)
+ @test -d $(ENGDIR) || (set -x; mkdir -p -m 0755 $(ENGDIR))
+ install -c -o root -m 644 ../doc/English/*.txt $(ENGDIR)
+ @test -d $(JPNDIR) || (set -x; mkdir -p -m 0755 $(JPNDIR))
diff --git a/sysutils/extipl/pkg/DESCR b/sysutils/extipl/pkg/DESCR
new file mode 100644
index 00000000000..59b9f7969c2
--- /dev/null
+++ b/sysutils/extipl/pkg/DESCR
@@ -0,0 +1,7 @@
+ExtIPL is a boot selector compatible with IBM-IPL. ExtIPL has
+many extended features such as
+
+ - boot an OS in a nonactive partition
+ - boot an OS in an extended partition
+ - boot an OS in the second or later hard disks
+ - support LBA access
diff --git a/sysutils/extipl/pkg/PLIST b/sysutils/extipl/pkg/PLIST
new file mode 100644
index 00000000000..2ae4cbb8fa8
--- /dev/null
+++ b/sysutils/extipl/pkg/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/11 09:56:57 agc Exp $
+man/man8/extipl.8
+sbin/extipl
+share/doc/extipl/English/extipl.txt
+share/doc/extipl/English/techical.txt
+share/doc/extipl/English/scorpius.txt
+share/doc/extipl/Japanese/extipl.txt
+share/doc/extipl/Japanese/techical.txt
+share/doc/extipl/Japanese/scorpius.txt
+@dirrm share/doc/extipl/English
+@dirrm share/doc/extipl/Japanese
+@dirrm share/doc/extipl