Date: Thu, 9 Aug 2012 22:55:18 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302368 - head/sysutils/crashme Message-ID: <201208092255.q79MtISn063130@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Thu Aug 9 22:55:18 2012 New Revision: 302368 URL: http://svn.freebsd.org/changeset/ports/302368 Log: To be sure we're handing over an old but clean port to the new maintainer: - Add LICENSE (LGPL v2.1+ according to license.rtf) - Move pkg-plist into Makefile variable Deleted: head/sysutils/crashme/pkg-plist Modified: head/sysutils/crashme/Makefile head/sysutils/crashme/pkg-descr (contents, props changed) Modified: head/sysutils/crashme/Makefile ============================================================================== --- head/sysutils/crashme/Makefile Thu Aug 9 22:35:17 2012 (r302367) +++ head/sysutils/crashme/Makefile Thu Aug 9 22:55:18 2012 (r302368) @@ -17,10 +17,14 @@ EXTRACT_SUFX= .tgz MAINTAINER= gjc@alum.mit.edu COMMENT= A tool to test an operating system's robustness +# according to license.rtf, and using the most restrictive one: +LICENSE= LGPL21 + USE_GMAKE= yes NO_WRKSUBDIR= yes MAKEFILE= makefile MAN1= crashme.1 +PLIST_FILES= bin/crashme bin/pddet do-install: ${INSTALL_PROGRAM} ${WRKSRC}/crashme ${PREFIX}/bin Modified: head/sysutils/crashme/pkg-descr ============================================================================== --- head/sysutils/crashme/pkg-descr Thu Aug 9 22:35:17 2012 (r302367) +++ head/sysutils/crashme/pkg-descr Thu Aug 9 22:55:18 2012 (r302368) @@ -4,4 +4,4 @@ procedure. The standard signals are caug back to a loop which will try again to produce a fault by executing random data. Some people call this stress testing. -WWW: http://people.delphiforums.com/gjc/crashme.html +WWW: http://crashme.codeplex.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208092255.q79MtISn063130>