pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils
Module Name: pkgsrc
Committed By: nikita
Date: Thu Nov 10 23:25:49 UTC 2022
Modified Files:
pkgsrc/sysutils: Makefile
Added Files:
pkgsrc/sysutils/geteltorito: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.1021 -r1.1022 pkgsrc/sysutils/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/geteltorito/DESCR \
pkgsrc/sysutils/geteltorito/Makefile pkgsrc/sysutils/geteltorito/PLIST \
pkgsrc/sysutils/geteltorito/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/Makefile
diff -u pkgsrc/sysutils/Makefile:1.1021 pkgsrc/sysutils/Makefile:1.1022
--- pkgsrc/sysutils/Makefile:1.1021 Wed Nov 9 22:26:45 2022
+++ pkgsrc/sysutils/Makefile Thu Nov 10 23:25:49 2022
@@ -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+= gcombust
SUBDIR+= gdmap
SUBDIR+= genpasswd
SUBDIR+= gentoo
+SUBDIR+= geteltorito
SUBDIR+= gfm
SUBDIR+= gkrellm
SUBDIR+= gkrellm-est
Added files:
Index: pkgsrc/sysutils/geteltorito/DESCR
diff -u /dev/null pkgsrc/sysutils/geteltorito/DESCR:1.1
--- /dev/null Thu Nov 10 23:25:49 2022
+++ pkgsrc/sysutils/geteltorito/DESCR Thu Nov 10 23:25:49 2022
@@ -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.
Index: pkgsrc/sysutils/geteltorito/Makefile
diff -u /dev/null pkgsrc/sysutils/geteltorito/Makefile:1.1
--- /dev/null Thu Nov 10 23:25:49 2022
+++ pkgsrc/sysutils/geteltorito/Makefile Thu Nov 10 23:25:49 2022
@@ -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"
Index: pkgsrc/sysutils/geteltorito/PLIST
diff -u /dev/null pkgsrc/sysutils/geteltorito/PLIST:1.1
--- /dev/null Thu Nov 10 23:25:49 2022
+++ pkgsrc/sysutils/geteltorito/PLIST Thu Nov 10 23:25:49 2022
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/11/10 23:25:49 nikita Exp $
+bin/geteltorito
Index: pkgsrc/sysutils/geteltorito/distinfo
diff -u /dev/null pkgsrc/sysutils/geteltorito/distinfo:1.1
--- /dev/null Thu Nov 10 23:25:49 2022
+++ pkgsrc/sysutils/geteltorito/distinfo Thu Nov 10 23:25:49 2022
@@ -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