Index: head/sysutils/dt/Makefile =================================================================== --- head/sysutils/dt/Makefile (revision 143661) +++ head/sysutils/dt/Makefile (revision 143662) @@ -1,43 +1,43 @@ # New ports collection makefile for: dt # Date created: 14 Jan 2004 # Whom: Radim Kolar # # $FreeBSD$ # PORTNAME= dt PORTVERSION= 15.6 CATEGORIES= sysutils -MASTER_SITES= http://www.bit-net.com/~rmiller/ftp/dt/ +MASTER_SITES= http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/ftp/dt/ DISTNAME= dt-source -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Data Test Program - disk/tape error diagnostic tool USE_REINPLACE= yes WRKSRC= ${WRKDIR}/dt.d ALL_TARGET= dt PORTDOCS= README.1st ToDoList WhatsNew-* dt-UsersGuide.txt dt-Overview.txt post-patch: @${CP} ${WRKSRC}/Makefile.freebsd ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dt ${PREFIX}/sbin ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/pattern_* ${DATADIR} ${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/dta ${WRKSRC}/dtc ${WRKSRC}/dtf ${WRKSRC}/dtr ${WRKSRC}/dts ${WRKSRC}/dtt ${WRKSRC}/dtw ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/MakeTestDisc ${EXAMPLESDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.1st ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ToDoList ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/WhatsNew-* ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/dt-UsersGuide.txt ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/dt.help ${DOCSDIR}/dt-Overview.txt .endif .include Property changes on: head/sysutils/dt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/sysutils/dt/pkg-descr =================================================================== --- head/sysutils/dt/pkg-descr (revision 143661) +++ head/sysutils/dt/pkg-descr (revision 143662) @@ -1,14 +1,14 @@ dt is a generic data test program used to verify proper operation of peripherals, file systems, device drivers, or any data stream supported by the operating system. In its' simplest mode of operation, dt writes and then verifys its' default data pattern, then displays performance statisics and other test parameters before exiting. Since verification of data is performed, dt can be thought of as a generic diagnostic tool. dt has been used to successfully test disks, tapes, serial lines, parallel lines, pipes, and memory mapped files. In fact, dt can be used for any device that allows the standard open, read, write, and close system calls. Special support is necessary for some devices, such as serial lines, for setting up the speed, parity, data bits, etc. -WWW: http://www.bit-net.com/~rmiller/dt.html +WWW: http://www.scsifaq.org/RMiller_Tools/index.html Property changes on: head/sysutils/dt/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property