pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils Import geteltorito version 0.6 as sysutils/ge...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94232201aecb
branches:  trunk
changeset: 387946:94232201aecb
user:      nikita <nikita%pkgsrc.org@localhost>
date:      Thu Nov 10 23:25:49 2022 +0000

description:
Import geteltorito version 0.6 as sysutils/geteltorito.

geteltorito is a small Perl script which will extract
(and display information about) an El Torito boot image
from a real CD or a CD image. This helps you modify the boot
image when you want to burn a modified version of the CD in question.

diffstat:

 sysutils/Makefile             |   3 ++-
 sysutils/geteltorito/DESCR    |   4 ++++
 sysutils/geteltorito/Makefile |  29 +++++++++++++++++++++++++++++
 sysutils/geteltorito/PLIST    |   2 ++
 sysutils/geteltorito/distinfo |   5 +++++
 5 files changed, 42 insertions(+), 1 deletions(-)

diffs (73 lines):

diff -r 492d9288b0bc -r 94232201aecb sysutils/Makefile
--- a/sysutils/Makefile Thu Nov 10 22:01:39 2022 +0000
+++ b/sysutils/Makefile Thu Nov 10 23:25:49 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1021 2022/11/09 22:26:45 khorben Exp $
+# $NetBSD: Makefile,v 1.1022 2022/11/10 23:25:49 nikita Exp $
 #
 
 COMMENT=       System utilities
@@ -246,6 +246,7 @@
 SUBDIR+=       gdmap
 SUBDIR+=       genpasswd
 SUBDIR+=       gentoo
+SUBDIR+=       geteltorito
 SUBDIR+=       gfm
 SUBDIR+=       gkrellm
 SUBDIR+=       gkrellm-est
diff -r 492d9288b0bc -r 94232201aecb sysutils/geteltorito/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/geteltorito/DESCR        Thu Nov 10 23:25:49 2022 +0000
@@ -0,0 +1,4 @@
+geteltorito is a small Perl script which will extract
+(and display information about) an El Torito boot image
+from a real CD or a CD image. This helps you modify the boot
+image when you want to burn a modified version of the CD in question.
diff -r 492d9288b0bc -r 94232201aecb sysutils/geteltorito/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/geteltorito/Makefile     Thu Nov 10 23:25:49 2022 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2022/11/10 23:25:49 nikita Exp $
+
+DISTNAME=      geteltorito.pl
+PKGNAME=       geteltorito-0.6
+CATEGORIES=    sysutils
+MASTER_SITES=  https://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/geteltorito/
+DIST_SUBDIR=   ${PKGNAME_NOREV}
+EXTRACT_SUFX=  #
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://www.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/
+COMMENT=       El Torito image extractor
+LICENSE=       gnu-gpl-v2
+
+USE_TOOLS+=    perl:run
+REPLACE_PERL=  geteltorito.pl
+WRKSRC=                ${WRKDIR}
+
+NO_BUILD=              yes
+USE_LANGUAGES=         # empty
+INSTALLATION_DIRS=     bin
+
+do-configure:
+       ${ECHO} "no configure"
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKDIR}/geteltorito.pl ${DESTDIR}${PREFIX}/bin/geteltorito
+
+.include "../../mk/bsd.pkg.mk"
diff -r 492d9288b0bc -r 94232201aecb sysutils/geteltorito/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/geteltorito/PLIST        Thu Nov 10 23:25:49 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/11/10 23:25:49 nikita Exp $
+bin/geteltorito
diff -r 492d9288b0bc -r 94232201aecb sysutils/geteltorito/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/geteltorito/distinfo     Thu Nov 10 23:25:49 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/11/10 23:25:49 nikita Exp $
+
+BLAKE2s (geteltorito-0.6/geteltorito.pl) = a3d452d191ff2085d9c0dce45506178e5f48676231ea3cd87d5fe480b0ef718d
+SHA512 (geteltorito-0.6/geteltorito.pl) = 84307f44d071ffad67c29bab9dd4b3cef2dc8029b4e89011bb4ad9ee487ff88ebb9d3b257dd0a6d385f966bf58544e6e51716534cd640cf19e331f03d28a0d4f
+Size (geteltorito-0.6/geteltorito.pl) = 6602 bytes



Home | Main Index | Thread Index | Old Index