diff options
author | okazaki <okazaki@FreeBSD.org> | 2001-03-22 15:04:23 +0000 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2001-03-22 15:04:23 +0000 |
commit | 80c9e8c37c6883e7c56a54646586ba666dc9d2c0 (patch) | |
tree | a113a3016f6e5c675e5bc5eec98b86484afd1b9b | |
parent | 9ccaa2776de4f0f33557b4b14eb22f1e29f5f5dc (diff) | |
download | FreeBSD-ports-80c9e8c37c6883e7c56a54646586ba666dc9d2c0.zip FreeBSD-ports-80c9e8c37c6883e7c56a54646586ba666dc9d2c0.tar.gz |
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>
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/extipl/Makefile | 29 | ||||
-rw-r--r-- | sysutils/extipl/distinfo | 1 | ||||
-rw-r--r-- | sysutils/extipl/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/extipl/pkg-descr | 5 | ||||
-rw-r--r-- | sysutils/extipl/pkg-plist | 11 |
6 files changed, 48 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 6668fae..f84d808 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 0000000..9b7e5b91 --- /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 0000000..fc80a67 --- /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 0000000..9a516e8 --- /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 0000000..8b395fb --- /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 0000000..0a87ba6 --- /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 |