pkgsrc-WIP-changes archive

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

Removed java-BigDecimal, since the distfile is no longer available



Module Name:	pkgsrc-wip
Committed By:	Roland Illig <roland.illig%gmx.de@localhost>
Pushed By:	rillig
Date:		Sun Jul 10 00:37:31 2016 +0200
Changeset:	7ea7e4ac306425f9ad046066a0e1404961747059

Modified Files:
	Makefile
Removed Files:
	java-BigDecimal/DESCR
	java-BigDecimal/Makefile
	java-BigDecimal/PLIST
	java-BigDecimal/distinfo

Log Message:
Removed java-BigDecimal, since the distfile is no longer available

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7ea7e4ac306425f9ad046066a0e1404961747059

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

diffstat:
 Makefile                 |  1 -
 java-BigDecimal/DESCR    |  6 ------
 java-BigDecimal/Makefile | 24 ------------------------
 java-BigDecimal/PLIST    |  2 --
 java-BigDecimal/distinfo |  5 -----
 5 files changed, 38 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 0237995..c6f2868 100644
--- a/Makefile
+++ b/Makefile
@@ -1389,7 +1389,6 @@ SUBDIR+=	jakarta-struts
 SUBDIR+=	jalview
 SUBDIR+=	jamaica
 SUBDIR+=	jason
-SUBDIR+=	java-BigDecimal
 SUBDIR+=	java-asm
 SUBDIR+=	java-basicplayer
 SUBDIR+=	java-bcel
diff --git a/java-BigDecimal/DESCR b/java-BigDecimal/DESCR
deleted file mode 100644
index 59480bb..0000000
--- a/java-BigDecimal/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Computer systems can provide an arithmetic that gives
-the results that people expect, instead of the results
-that binary floating point calculations give (see the
-sidebar on the right for an example). This is not
-available in Java today, so a decimal floating point
-arithmetic is needed.
diff --git a/java-BigDecimal/Makefile b/java-BigDecimal/Makefile
deleted file mode 100644
index 5ebee6c..0000000
--- a/java-BigDecimal/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2012/11/25 23:32:22 othyro Exp $
-#
-
-DISTNAME=		decimal
-PKGNAME=		java-BigDecimal-1.0
-CATEGORIES=		devel math
-MASTER_SITES=		http://www2.hursley.ibm.com/decimalj/
-EXTRACT_SUFX=		.zip
-
-MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=		http://www2.hursley.ibm.com/decimalj/
-COMMENT=		Decimal arithmetic for Java
-
-WRKSRC=			${WRKDIR}/
-
-INSTALLATION_DIRS=	share/classpath
-
-do-build:
-
-do-install:
-	${INSTALL_DATA} ${WRKDIR}/decimal.jar \
-		${DESTDIR}${PREFIX}/share/classpath/
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/java-BigDecimal/PLIST b/java-BigDecimal/PLIST
deleted file mode 100644
index 5fa720a..0000000
--- a/java-BigDecimal/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/17 22:57:09 poppnk Exp $
-share/classpath/decimal.jar
diff --git a/java-BigDecimal/distinfo b/java-BigDecimal/distinfo
deleted file mode 100644
index 503f3df..0000000
--- a/java-BigDecimal/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/09/28 06:41:23 rillig Exp $
-
-SHA1 (decimal.zip) = 4d9e212dfe53a9f0ac4ade345f6eaf0c8feca2bc
-RMD160 (decimal.zip) = 2cccfcf39f05f1eb3e6c6a7fc5d98dec4eb241ce
-Size (decimal.zip) = 171218 bytes


Home | Main Index | Thread Index | Old Index