pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/junit



Module Name:    pkgsrc
Committed By:   bouyer
Date:           Wed Oct 11 13:20:04 UTC 2023

Added Files:
        pkgsrc/devel/junit: DESCR Makefile PLIST distinfo

Log Message:
Import junit 4.13.2

This is a port of JUnit, a simple testing framework for Java developed
by Erich Gamma and Kent Beck.  Using JUnit you can build a test suite
that will help you measure your progress, spot unintended side
effects, and focus your development efforts.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/junit/DESCR pkgsrc/devel/junit/Makefile \
    pkgsrc/devel/junit/PLIST pkgsrc/devel/junit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/junit/DESCR
diff -u /dev/null pkgsrc/devel/junit/DESCR:1.1
--- /dev/null   Wed Oct 11 13:20:04 2023
+++ pkgsrc/devel/junit/DESCR    Wed Oct 11 13:20:04 2023
@@ -0,0 +1,4 @@
+This is a port of JUnit, a simple testing framework for Java developed
+by Erich Gamma and Kent Beck.  Using JUnit you can build a test suite
+that will help you measure your progress, spot unintended side
+effects, and focus your development efforts.
Index: pkgsrc/devel/junit/Makefile
diff -u /dev/null pkgsrc/devel/junit/Makefile:1.1
--- /dev/null   Wed Oct 11 13:20:04 2023
+++ pkgsrc/devel/junit/Makefile Wed Oct 11 13:20:04 2023
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2023/10/11 13:20:04 bouyer Exp $
+
+VERSION=       4.13.2
+DISTNAME=       junit-${VERSION}
+CATEGORIES=     devel java
+MASTER_SITES=   https://repo1.maven.org/maven2/junit/junit/${VERSION}/
+EXTRACT_SUFX=   .jar
+
+MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=       https://www.junit.org/
+COMMENT=        Regression testing utility for use with the Java(TM) Language
+LICENSE=        eclipse-v2.0
+
+USE_JAVA=       run
+USE_JAVA2=      7
+NO_BUILD=       yes
+
+INSTALLATION_DIRS=      lib/java/ant
+
+DEPENDS+=       apache-ant>=1.5:../../devel/apache-ant
+
+do-install:
+       ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}.jar ${DESTDIR}${PREFIX}/lib/java/ant/junit.jar
+       ${LN} -sf junit.jar ${DESTDIR}${PREFIX}/lib/java/ant/junit4.jar
+
+.include "../../mk/java-vm.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/junit/PLIST
diff -u /dev/null pkgsrc/devel/junit/PLIST:1.1
--- /dev/null   Wed Oct 11 13:20:04 2023
+++ pkgsrc/devel/junit/PLIST    Wed Oct 11 13:20:04 2023
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2023/10/11 13:20:04 bouyer Exp $
+lib/java/ant/junit.jar
+lib/java/ant/junit4.jar
Index: pkgsrc/devel/junit/distinfo
diff -u /dev/null pkgsrc/devel/junit/distinfo:1.1
--- /dev/null   Wed Oct 11 13:20:04 2023
+++ pkgsrc/devel/junit/distinfo Wed Oct 11 13:20:04 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/10/11 13:20:04 bouyer Exp $
+
+BLAKE2s (junit-4.13.2.jar) = 1c5662442f989a3092bc39ee3305de5d65b1da40972de1bf8b7116b1174d29f2
+SHA512 (junit-4.13.2.jar) = a31b9950f929a7e5a600d89787ef40e42a8a8e2392e210d0c0f45b3572937670a18a524f1815508cd1152cd1eaa7275cb7430ba45c053be365c83c231bccd3f0
+Size (junit-4.13.2.jar) = 384581 bytes



Home | Main Index | Thread Index | Old Index