Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144362009
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
5 KB
Referenced Files
None
Subscribers
None
View Options
Index: head/benchmarks/nbench/Makefile
===================================================================
--- head/benchmarks/nbench/Makefile (nonexistent)
+++ head/benchmarks/nbench/Makefile (revision 10331)
@@ -0,0 +1,29 @@
+# New ports collection makefile for: nbench
+# Version required: 2.1
+# Date created: 17 December 1997
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= nbench-byte-2.1
+PKGNAME= nbench-2.1
+CATEGORIES= benchmarks
+MASTER_SITES= ftp://ftp.tux.org/pub/tux/mayer/ \
+ ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= system/benchmark
+
+MAINTAINER= andy@icc.surw.chel.su
+
+ALL_TARGET=
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/nbench ${PREFIX}/bin
+ @ ${MKDIR} ${PREFIX}/share/nbench
+ @ ${INSTALL_DATA} ${WRKSRC}/NNET.DAT ${PREFIX}/share/nbench
+ @ ${MKDIR} ${PREFIX}/share/doc/nbench
+.for file in README README.submit RESULTS bdoc.txt
+ @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/nbench
+.endfor
+
+.include <bsd.port.mk>
Property changes on: head/benchmarks/nbench/Makefile
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.1.1
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+FreeBSD=%H
\ No newline at end of property
Index: head/benchmarks/nbench/distinfo
===================================================================
--- head/benchmarks/nbench/distinfo (nonexistent)
+++ head/benchmarks/nbench/distinfo (revision 10331)
@@ -0,0 +1 @@
+MD5 (nbench-byte-2.1.tar.gz) = 18741c3f7d01bf216a57c0132896b196
Property changes on: head/benchmarks/nbench/distinfo
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.1.1
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Index: head/benchmarks/nbench/files/patch-aa
===================================================================
--- head/benchmarks/nbench/files/patch-aa (nonexistent)
+++ head/benchmarks/nbench/files/patch-aa (revision 10331)
@@ -0,0 +1,11 @@
+--- nbench1.h Thu Dec 11 20:54:46 1997
++++ /home/andy/tmp/wrk/nbench1.h Wed Dec 17 08:28:11 1997
+@@ -352,7 +352,7 @@
+ ** The Neural Net test requires an input data file.
+ ** The name is specified here.
+ */
+-char *inpath="NNET.DAT";
++char *inpath="/usr/local/share/nbench/NNET.DAT";
+
+ /*
+ ** PROTOTYPES
Property changes on: head/benchmarks/nbench/files/patch-aa
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.1.1
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Index: head/benchmarks/nbench/files/patch-ab
===================================================================
--- head/benchmarks/nbench/files/patch-ab (nonexistent)
+++ head/benchmarks/nbench/files/patch-ab (revision 10331)
@@ -0,0 +1,17 @@
+--- sysinfo.sh Thu Dec 11 20:54:46 1997
++++ /home/andy/tmp/wrk/sysinfo.sh Wed Dec 17 08:30:28 1997
+@@ -50,8 +50,8 @@
+
+ # this bombs out on Ultrix which expect "cut -d"
+
+-compsystem=`uname -a | cut -b 1-78`
+-compdate=`date|cut -b1-55`
++compsystem=`uname -a | cut -f 1-78`
++compdate=`date | cut -f 1-55`
+
+ # let's hope that ctrl-c is not part of any string here
+ # this also will barf later if " is in any of the strings
+@@ -60,4 +60,4 @@
+ sed -e "s%CCVERSION%$gccversion" -e "s%LIBCVERSION%$libcversion"\
+ -e "s%SYSTEM%$compsystem" -e "s%DATE%$compdate"\
+ ${i}.template > $i
Property changes on: head/benchmarks/nbench/files/patch-ab
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.1.1
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Index: head/benchmarks/nbench/pkg-comment
===================================================================
--- head/benchmarks/nbench/pkg-comment (nonexistent)
+++ head/benchmarks/nbench/pkg-comment (revision 10331)
@@ -0,0 +1 @@
+BYTE Magazine's native benchmarks
Property changes on: head/benchmarks/nbench/pkg-comment
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.1.1
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Index: head/benchmarks/nbench/pkg-descr
===================================================================
--- head/benchmarks/nbench/pkg-descr (nonexistent)
+++ head/benchmarks/nbench/pkg-descr (revision 10331)
@@ -0,0 +1,3 @@
+ BYTE Magazine's native benchmarks (also called BYTEmark)
+designed to expose the capabilities of a system's CPU, FPU,
+and memory system.
Property changes on: head/benchmarks/nbench/pkg-descr
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.1.1
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Index: head/benchmarks/nbench/pkg-plist
===================================================================
--- head/benchmarks/nbench/pkg-plist (nonexistent)
+++ head/benchmarks/nbench/pkg-plist (revision 10331)
@@ -0,0 +1,8 @@
+bin/nbench
+share/nbench/NNET.DAT
+share/doc/nbench/README
+share/doc/nbench/README.submit
+share/doc/nbench/RESULTS
+share/doc/nbench/bdoc.txt
+@dirrm share/nbench
+@dirrm share/doc/nbench
Property changes on: head/benchmarks/nbench/pkg-plist
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.1.1
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
File Metadata
Details
Attached
Mime Type
application/octet-stream
Expires
Tue, Feb 10, 1:26 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28520901
Default Alt Text
(5 KB)
Attached To
Mode
rP FreeBSD ports repository
Attached
Detach File
Event Timeline
Log In to Comment