summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOKAZAKI Tetsurou <okazaki@FreeBSD.org>2001-03-22 15:04:23 +0000
committerOKAZAKI Tetsurou <okazaki@FreeBSD.org>2001-03-22 15:04:23 +0000
commit8a0a10dc9409f634230e9023880a85af2f6cd11d (patch)
treeace4c771b04797b89cd9872183129015c0994722
parentDepend on the new py-mx-base. (diff)
Add Extipl, a partition-selectable boot loader/installer which
makes coexistence of several operating systems on your machine. PR: 23904, 24251 Submitted by: KIMURA Takamichi <takamiti@tsden.org>
Notes
Notes: svn path=/head/; revision=40212
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/extipl/Makefile29
-rw-r--r--sysutils/extipl/distinfo1
-rw-r--r--sysutils/extipl/pkg-comment1
-rw-r--r--sysutils/extipl/pkg-descr5
-rw-r--r--sysutils/extipl/pkg-plist11
6 files changed, 48 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 6668fae6b6f8..f84d80818c32 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -33,6 +33,7 @@
SUBDIR += diskusage
SUBDIR += doconfig
SUBDIR += eject
+ SUBDIR += extipl
SUBDIR += fcron
SUBDIR += ffsrecov
SUBDIR += fileutils
diff --git a/sysutils/extipl/Makefile b/sysutils/extipl/Makefile
new file mode 100644
index 000000000000..9b7e5b91416b
--- /dev/null
+++ b/sysutils/extipl/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: extipl
+# Date created: 8 January 2001
+# Whom: KIMURA Takamichi <takamiti@tsden.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= extipl
+PORTVERSION= 5.01
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.tsden.org/pub/extipl/PC-Unix/
+
+MAINTAINER= takamiti@tsden.org
+
+BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
+
+ONLY_FOR_ARCHS= i386
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
+
+MAN8= extipl.8
+MANCOMPRESSED= yes
+
+post-patch:
+ cd ${WRKSRC}; \
+ ${PERL} -pi -e 's/^(CC)\t=/$$1?=/;' \
+ -e 's/(DIR)[\t]*[?]=/$$1=/;' Makefile
+
+.include <bsd.port.mk>
diff --git a/sysutils/extipl/distinfo b/sysutils/extipl/distinfo
new file mode 100644
index 000000000000..fc80a675e837
--- /dev/null
+++ b/sysutils/extipl/distinfo
@@ -0,0 +1 @@
+MD5 (extipl-5.01.tar.gz) = b6f9e65710d736b7f3f4d48523c3f603
diff --git a/sysutils/extipl/pkg-comment b/sysutils/extipl/pkg-comment
new file mode 100644
index 000000000000..9a516e8bb033
--- /dev/null
+++ b/sysutils/extipl/pkg-comment
@@ -0,0 +1 @@
+Partition-selectable boot loader for IBM-PC/AT compatibles
diff --git a/sysutils/extipl/pkg-descr b/sysutils/extipl/pkg-descr
new file mode 100644
index 000000000000..8b395fbf5ef6
--- /dev/null
+++ b/sysutils/extipl/pkg-descr
@@ -0,0 +1,5 @@
+Extipl is a partition-selectable boot loader/installer which
+makes coexistence of several operating systems on your machine.
+This program works only IBM-PC/AT compatible computers.
+
+WWW: http://www.tsden.org/takamiti/extipl/
diff --git a/sysutils/extipl/pkg-plist b/sysutils/extipl/pkg-plist
new file mode 100644
index 000000000000..0a87ba63cfd8
--- /dev/null
+++ b/sysutils/extipl/pkg-plist
@@ -0,0 +1,11 @@
+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
+@unexec rm -f %D/man/cat8/extipl.8.gz