pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
findcrcs: remove, imported to pkgsrc/sysutils/findcrcs
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Thu Feb 4 09:36:13 2021 +0100
Changeset: d7371be4bbdc9b09003e7f91d4dea800fe077336
Modified Files:
Makefile
Removed Files:
findcrcs/DESCR
findcrcs/Makefile
findcrcs/PLIST
findcrcs/distinfo
findcrcs/patches/patch-Makefile
findcrcs/patches/patch-findcrcs.cc
Log Message:
findcrcs: remove, imported to pkgsrc/sysutils/findcrcs
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d7371be4bbdc9b09003e7f91d4dea800fe077336
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 17 +++++++++--------
findcrcs/DESCR | 2 --
findcrcs/Makefile | 28 ----------------------------
findcrcs/PLIST | 3 ---
findcrcs/distinfo | 8 --------
findcrcs/patches/patch-Makefile | 21 ---------------------
findcrcs/patches/patch-findcrcs.cc | 14 --------------
7 files changed, 9 insertions(+), 84 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 0b5a52106c..09851f5d26 100644
--- a/Makefile
+++ b/Makefile
@@ -86,6 +86,7 @@ SUBDIR+= actor-framework
SUBDIR+= ad2vcf
SUBDIR+= adamem
SUBDIR+= adept
+SUBDIR+= adguardhome
SUBDIR+= adjustmtu
SUBDIR+= adms
SUBDIR+= admsmb
@@ -255,7 +256,7 @@ SUBDIR+= bcftools
SUBDIR+= beads
SUBDIR+= beanstalkd
SUBDIR+= beast
-SUBDIR+= bedtools2
+SUBDIR+= bedtools
SUBDIR+= beignet
SUBDIR+= belle-sip
SUBDIR+= bertini
@@ -338,8 +339,8 @@ SUBDIR+= bwa
SUBDIR+= byzanz
SUBDIR+= c-graph
SUBDIR+= c-news
-SUBDIR+= c2hs
SUBDIR+= c2go
+SUBDIR+= c2hs
SUBDIR+= c3270
SUBDIR+= cJSON
SUBDIR+= cabal-install
@@ -775,6 +776,7 @@ SUBDIR+= eureka-devel
SUBDIR+= eventd
SUBDIR+= ever-note-mode
SUBDIR+= evilvte
+SUBDIR+= exabgp4
SUBDIR+= exact-image
SUBDIR+= exhume
SUBDIR+= expiretable
@@ -834,7 +836,6 @@ SUBDIR+= fiche
SUBDIR+= filepp
SUBDIR+= filerunner
SUBDIR+= filevercmp
-SUBDIR+= findcrcs
SUBDIR+= firebird
SUBDIR+= fireflysung-ttf
SUBDIR+= firefox-hg
@@ -1183,14 +1184,14 @@ SUBDIR+= go-audio
SUBDIR+= go-aurora
SUBDIR+= go-backoff
SUBDIR+= go-bindata
-SUBDIR+= bindata-assetfs
+SUBDIR+= go-bindata-assetfs
SUBDIR+= go-bit
SUBDIR+= go-bpool
SUBDIR+= go-brotli
SUBDIR+= go-cache
SUBDIR+= go-cascadia
-SUBDIR+= go-client_model
SUBDIR+= go-circbuf
+SUBDIR+= go-client_model
SUBDIR+= go-clir
SUBDIR+= go-collectd
SUBDIR+= go-color
@@ -1308,8 +1309,8 @@ SUBDIR+= go-resty
SUBDIR+= go-rice
SUBDIR+= go-riff
SUBDIR+= go-rsrc
-SUBDIR+= go-rtp
SUBDIR+= go-rtcp
+SUBDIR+= go-rtp
SUBDIR+= go-semver
SUBDIR+= go-shellescape
SUBDIR+= go-stack
@@ -2121,7 +2122,6 @@ SUBDIR+= libsquish
SUBDIR+= libstacktrace
SUBDIR+= libstatgrab
SUBDIR+= libstrophe
-SUBDIR+= libstubborn
SUBDIR+= libsysstat
SUBDIR+= libtermkey
SUBDIR+= libtextcat
@@ -3276,6 +3276,7 @@ SUBDIR+= py-aspyct
SUBDIR+= py-ass
SUBDIR+= py-astlib
SUBDIR+= py-astroML
+SUBDIR+= py-astroalign
SUBDIR+= py-astroplan
SUBDIR+= py-astropy
SUBDIR+= py-astropy-healpix
@@ -3922,10 +3923,10 @@ SUBDIR+= py-math-braid
SUBDIR+= py-math-snappy
SUBDIR+= py-math3d
SUBDIR+= py-mathjspy
+SUBDIR+= py-mathopt
SUBDIR+= py-matplottheme
SUBDIR+= py-matrix-angular-sdk
SUBDIR+= py-matrix-synapse
-SUBDIR+= py-mathopt
SUBDIR+= py-mave
SUBDIR+= py-mcerp
SUBDIR+= py-mcint
diff --git a/findcrcs/DESCR b/findcrcs/DESCR
deleted file mode 100644
index 594c89d569..0000000000
--- a/findcrcs/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-findcrcs tries to find a chunk of a file that matches a particular
-given CRC and MD5.
diff --git a/findcrcs/Makefile b/findcrcs/Makefile
deleted file mode 100644
index ad61e8ec34..0000000000
--- a/findcrcs/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD$
-
-DISTNAME= findcrcs-0.3
-CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_GITHUB:=claunia/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/claunia/findcrcs/
-COMMENT= Find and extract pieces of data by CRC, size and MD5
-LICENSE= gnu-gpl-v3 AND apache-2.0
-
-USE_TOOLS+= gmake
-USE_LANGUAGES= c++
-TEST_TARGET= test
-INSTALLATION_DIRS= bin share/doc/findcrcs
-
-.include "../../mk/compiler.mk"
-
-.if !empty(CC_VERSION:Mgcc*)
-CXXFLAGS+= -mcrc32
-.endif
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/findcrcs ${DESTDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/findcrcs
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/findcrcs/PLIST b/findcrcs/PLIST
deleted file mode 100644
index 6d26dd9f7f..0000000000
--- a/findcrcs/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/findcrcs
-share/doc/findcrcs/README
diff --git a/findcrcs/distinfo b/findcrcs/distinfo
deleted file mode 100644
index 7ea8ef7f1d..0000000000
--- a/findcrcs/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD$
-
-SHA1 (findcrcs-0.3.tar.gz) = 5144f3d17c318706b3e8113242bccfc59b62bfb7
-RMD160 (findcrcs-0.3.tar.gz) = 05e6c25a15f1cfa78bad06a76e8862ffaf25e897
-SHA512 (findcrcs-0.3.tar.gz) = b55a59fc3b2d11f10c87cb05d428409043bdcaaefc42a10c456f5fffc3ede18cc02f09397399cc60a6295666872776eb10662ec089d315f512129faac26b7d4f
-Size (findcrcs-0.3.tar.gz) = 3981565 bytes
-SHA1 (patch-Makefile) = 334bf957a75b92073014e8aacf022cd866792fba
-SHA1 (patch-findcrcs.cc) = 80cc824ca3e3470050f488cdf35e136886922825
diff --git a/findcrcs/patches/patch-Makefile b/findcrcs/patches/patch-Makefile
deleted file mode 100644
index ecf126f02f..0000000000
--- a/findcrcs/patches/patch-Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD$
-
-Honor LDFLAGS (fixes RELRO).
-
---- Makefile.orig 2015-05-24 22:26:34.000000000 +0000
-+++ Makefile
-@@ -69,12 +69,12 @@ test: $(BINARY) test.bin
- @sh -c "time ./$(BINARY) test.bin 1000000 13fbda0d"
-
- $(BINARY): findcrcs.cc md5.c md5.h crcutil-1.0 crcutil.a
-- $(BINPREFIX)g++ -O3 -D_FILE_OFFSET_BITS=64 -Wall -o $@ $(EXEFLAGS) findcrcs.cc md5.c crcutil.a -Icrcutil-1.0/code -Icrcutil-1.0/examples
-+ $(BINPREFIX)g++ -O3 -D_FILE_OFFSET_BITS=64 -Wall -o $@ $(EXEFLAGS) $(CXXFLAGS) $(LDFLAGS) findcrcs.cc md5.c crcutil.a -Icrcutil-1.0/code -Icrcutil-1.0/examples
- $(BINPREFIX)strip -s $@
-
- crcutil.a: crcutil-1.0
- rm -rf *.o
-- $(BINPREFIX)g++ -O3 -Wall -mcrc32 -c crcutil-1.0/examples/interface.cc crcutil-1.0/code/*.cc -Icrcutil-1.0/code -Icrcutil-1.0/tests -Icrcutil-1.0/examples
-+ $(BINPREFIX)g++ -O3 -Wall $(CXXFLAGS) -c crcutil-1.0/examples/interface.cc crcutil-1.0/code/*.cc -Icrcutil-1.0/code -Icrcutil-1.0/tests -Icrcutil-1.0/examples
- $(BINPREFIX)ar r crcutil.a *.o
- rm -rf *.o
-
diff --git a/findcrcs/patches/patch-findcrcs.cc b/findcrcs/patches/patch-findcrcs.cc
deleted file mode 100644
index e0e7f24b70..0000000000
--- a/findcrcs/patches/patch-findcrcs.cc
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
-Add missing include for errno.
-
---- findcrcs.cc.orig 2015-05-24 22:26:34.000000000 +0000
-+++ findcrcs.cc
-@@ -33,6 +33,7 @@
-
- #include <sys/types.h>
- #include <sys/stat.h>
-+#include <errno.h>
- #include <fcntl.h>
- #include <unistd.h>
- #include <stdlib.h>
Home |
Main Index |
Thread Index |
Old Index