summaryrefslogtreecommitdiff
path: root/benchmarks/fib
diff options
context:
space:
mode:
authorjlam <jlam>2003-07-16 09:33:46 +0000
committerjlam <jlam>2003-07-16 09:33:46 +0000
commite664449b954368894a4fd85edc962c90bc7b4903 (patch)
tree491111004206c0c3cb92ae9f1dd439e854e373be /benchmarks/fib
parentf6cad14a16265838094c96c2784856bdf35df1a9 (diff)
downloadpkgsrc-e664449b954368894a4fd85edc962c90bc7b4903.tar.gz
Initial work in merging bits of the pkgviews branch into modern pkgsrc.
Currently, the pkgviews/buildlink2 integration is incomplete. People who work on this branch should also check out src/usr.sbin/pkg_install from the pkgviews branch.
Diffstat (limited to 'benchmarks/fib')
-rw-r--r--benchmarks/fib/DESCR2
-rw-r--r--benchmarks/fib/Makefile30
-rw-r--r--benchmarks/fib/PLIST2
-rw-r--r--benchmarks/fib/distinfo4
4 files changed, 0 insertions, 38 deletions
diff --git a/benchmarks/fib/DESCR b/benchmarks/fib/DESCR
deleted file mode 100644
index ffce64a985a..00000000000
--- a/benchmarks/fib/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This benchmark times how long it takes your computer to compute the
-fourtieth Fibonacci Number.
diff --git a/benchmarks/fib/Makefile b/benchmarks/fib/Makefile
deleted file mode 100644
index d6aff006ca4..00000000000
--- a/benchmarks/fib/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2003/03/29 12:40:10 jmmv Exp $
-
-DISTNAME= fib.c
-PKGNAME= fib-980203
-WRKSRC= ${WRKDIR}
-CATEGORIES= benchmarks
-MASTER_SITES= ftp://ftp.nosc.mil/pub/aburto/fib/
-EXTRACT_SUFX= #empty
-
-MAINTAINER= root@garbled.net
-COMMENT= Mathematical benchmark
-
-do-extract:
- ${MKDIR} ${WRKSRC}
- ${CP} ${DISTDIR}/fib.c ${WRKSRC}/fib.c
-
-do-build:
- (cd ${WRKSRC} ; ${CC} ${CFLAGS} -DUNIX -o fib fib.c -lm)
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/fib ${PREFIX}/bin
-
-benchmark:
- -@${WRKSRC}/fib | tee ${WRKSRC}/fib.out
-
-results:
- @${MKDIR} /tmp/benches/`domainname`
- -@${CP} ${WRKSRC}/fib.out /tmp/benches/`domainname`/fib.`uname`-`uname -m`-`uname -r`.`hostname`
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/benchmarks/fib/PLIST b/benchmarks/fib/PLIST
deleted file mode 100644
index 3d665cb2aa8..00000000000
--- a/benchmarks/fib/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:15 zuntum Exp $
-bin/fib
diff --git a/benchmarks/fib/distinfo b/benchmarks/fib/distinfo
deleted file mode 100644
index 8e6aeb83dbf..00000000000
--- a/benchmarks/fib/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.2 2001/04/20 09:13:24 agc Exp $
-
-SHA1 (fib.c) = d5eec6bc68c9cbe5e013ab62bcb7b2b5be55eb17
-Size (fib.c) = 11045 bytes