From 75808db17caf8b960b351e3408e74142f4c85aac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:42:30 +0200 Subject: Adding upstream version 2.117.0. Signed-off-by: Daniel Baumann --- .../build-spec/orig/src/gperf/gperf.c | 1 + .../build-spec/orig/src/gperf/gperf.cpp | 1 + .../build-spec/orig/src/oui.db/oui.db | 20 ++++++++++++++++++++ .../build-spec/orig/src/visualc++/negative.py | 5 +++++ .../build-spec/orig/src/visualc++/positive.cpp | 4 ++++ 5 files changed, 31 insertions(+) create mode 100644 t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/gperf/gperf.c create mode 100644 t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/gperf/gperf.cpp create mode 100644 t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/oui.db/oui.db create mode 100644 t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/visualc++/negative.py create mode 100644 t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/visualc++/positive.cpp (limited to 't/recipes/checks/cruft/cruft-autogenerated/build-spec/orig') diff --git a/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/gperf/gperf.c b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/gperf/gperf.c new file mode 100644 index 0000000..115d756 --- /dev/null +++ b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/gperf/gperf.c @@ -0,0 +1 @@ +/* ANSI-C code produced by gperf version 2.7.2 */ diff --git a/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/gperf/gperf.cpp b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/gperf/gperf.cpp new file mode 100644 index 0000000..8971eaf --- /dev/null +++ b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/gperf/gperf.cpp @@ -0,0 +1 @@ +/* C++ code produced by gperf version 3.0.3 */ diff --git a/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/oui.db/oui.db b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/oui.db/oui.db new file mode 100644 index 0000000..ebf4106 --- /dev/null +++ b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/oui.db/oui.db @@ -0,0 +1,20 @@ +# part of oui database + +00-00-56 (hex) DR. B. STRUCK +000056 (base 16) DR. B. STRUCK + POB 1147 BAECKERBARG 6 + D-2000 TANGSTEDT/HAMBURG + W-GERMANY + GERMANY + +00-00-57 (hex) SCITEX CORPORATION LTD. +000057 (base 16) SCITEX CORPORATION LTD. + P.O. BOX 330 + 46103 HERZLIA B + ISRAEL + +00-00-58 (hex) RACORE COMPUTER PRODUCTS INC. +000058 (base 16) RACORE COMPUTER PRODUCTS INC. + 2355 SOUTH 1070 WEST + SALT LAKE CITY UT 84119 + UNITED STATES \ No newline at end of file diff --git a/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/visualc++/negative.py b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/visualc++/negative.py new file mode 100644 index 0000000..3c7da65 --- /dev/null +++ b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/visualc++/negative.py @@ -0,0 +1,5 @@ +def realwork(vars, moddefns, target): + version_suffix = "%r%r" % sys.version_info[:2] + print "# Makefile for Microsoft Visual C++ generated by freeze.py script" + print + print 'target = %s' % target \ No newline at end of file diff --git a/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/visualc++/positive.cpp b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/visualc++/positive.cpp new file mode 100644 index 0000000..5d3f004 --- /dev/null +++ b/t/recipes/checks/cruft/cruft-autogenerated/build-spec/orig/src/visualc++/positive.cpp @@ -0,0 +1,4 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by vtkDLG.rc +// \ No newline at end of file -- cgit v1.2.3