pkgsrc-WIP-changes archive

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

mdigest: Remove, imported as security/mdigest



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Jun 25 12:32:22 2021 +0200
Changeset:	3bdaed39b25af483cb4e1bc09802db2824f55a86

Modified Files:
	Makefile
Removed Files:
	mdigest/DESCR
	mdigest/Makefile
	mdigest/PLIST
	mdigest/distinfo

Log Message:
mdigest: Remove, imported as security/mdigest

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3bdaed39b25af483cb4e1bc09802db2824f55a86

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile         |  1 -
 mdigest/DESCR    |  4 ----
 mdigest/Makefile | 42 ------------------------------------------
 mdigest/PLIST    |  3 ---
 mdigest/distinfo |  6 ------
 5 files changed, 56 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index a0924c552a..5730c401bb 100644
--- a/Makefile
+++ b/Makefile
@@ -2308,7 +2308,6 @@ SUBDIR+=	mcwm
 SUBDIR+=	md4c
 SUBDIR+=	mdadm
 SUBDIR+=	mdbtools
-SUBDIR+=	mdigest
 SUBDIR+=	mdpress
 SUBDIR+=	mediawiki-mode
 SUBDIR+=	meep
diff --git a/mdigest/DESCR b/mdigest/DESCR
deleted file mode 100644
index edfd970310..0000000000
--- a/mdigest/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-mdigest reads the files from the argument list and computes a message
-digest hash for the file content.
-
-If the argument list is empty mdigest reads from standard in.
diff --git a/mdigest/Makefile b/mdigest/Makefile
deleted file mode 100644
index 79df9dae64..0000000000
--- a/mdigest/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	schily-2021-06-07
-PKGNAME=	mdigest-1.6
-CATEGORIES=	security
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=schilytools/}
-EXTRACT_SUFX=	.tar.bz2
-
-MAINTAINER=	micha%NetBSD.org@localhost
-HOMEPAGE=	https://sourceforge.net/projects/schilytools/
-COMMENT=	Calculates a message digest
-LICENSE=	cddl-1.0
-
-MAKE_JOBS_SAFE=	no
-
-.include "../../mk/bsd.prefs.mk"
-
-TOOL_DEPENDS+=	smake>=1.3nb11:../../devel/smake
-SMAKE=		MAKEFLAGS= smake
-MAKE_FLAGS+=	DESTDIR=${DESTDIR} INS_BASE=${PREFIX} DEFMANBASE=. MANDIR=${PKGMANDIR}
-# Honor CPPFLAGS, CFLAGS and LDFLAGS
-MAKE_FLAGS+=	CPPOPTX=${CPPFLAGS:Q} COPTX=${CFLAGS:Q} LDOPTX=${LDFLAGS:Q}
-
-INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
-
-# Shared platform specific code for schilytools (provided by smake package)
-.include "../../devel/smake/Makefile.common"
-
-do-configure:
-	cd ${WRKSRC}/inc && ${SMAKE} ${MAKE_FLAGS}
-
-do-build:
-	cd ${WRKSRC} && for library in libschily libmdigest ;		\
-	do								\
-		cd ${WRKSRC}/$${library} && ${SMAKE} ${MAKE_FLAGS};	\
-	done
-	cd ${WRKSRC}/mdigest && ${SMAKE} ${MAKE_FLAGS}
-
-do-install:
-	cd ${WRKSRC}/mdigest && ${SMAKE} ${MAKE_FLAGS} install
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/mdigest/PLIST b/mdigest/PLIST
deleted file mode 100644
index 6953f239a2..0000000000
--- a/mdigest/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/mdigest
-man/man1/mdigest.1
diff --git a/mdigest/distinfo b/mdigest/distinfo
deleted file mode 100644
index 87b0b12d22..0000000000
--- a/mdigest/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (schily-2021-06-07.tar.bz2) = 355c162afdffb730e632902620397cc7851c3595
-RMD160 (schily-2021-06-07.tar.bz2) = 8239c965ad9da0d7ce21c39ed28f3f367f929cbf
-SHA512 (schily-2021-06-07.tar.bz2) = f71fb7b521e1b39e87ec9e44b29576eb2e67f0783e24760590f4323243ee1df7e7bdc214aa95d9e3cde6d090c14cab85ddfeaa8ea93b3942997c72c257b53a60
-Size (schily-2021-06-07.tar.bz2) = 4905609 bytes


Home | Main Index | Thread Index | Old Index