pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
jad: remove
Module Name: pkgsrc-wip
Committed By: miwarin <miwarin%gmail.com@localhost>
Pushed By: miwarin
Date: Sun May 27 23:29:22 2018 +0900
Changeset: e518f457207fb94ad171d1fa159dc5d30ff71a04
Modified Files:
Makefile
Removed Files:
jad/DESCR
jad/Makefile
jad/PLIST
jad/PLIST.FreeBSD
jad/TODO
jad/distinfo
jad/distinfo.FreeBSD
jad/distinfo.OpenBSD
Log Message:
jad: remove
MASTER_SITE not found
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e518f457207fb94ad171d1fa159dc5d30ff71a04
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
jad/DESCR | 14 --------------
jad/Makefile | 46 ----------------------------------------------
jad/PLIST | 3 ---
jad/PLIST.FreeBSD | 3 ---
jad/TODO | 1 -
jad/distinfo | 4 ----
jad/distinfo.FreeBSD | 4 ----
jad/distinfo.OpenBSD | 4 ----
9 files changed, 80 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index a5fb0e560c..ce49387fcd 100644
--- a/Makefile
+++ b/Makefile
@@ -1446,7 +1446,6 @@ SUBDIR+= ja-ptex
SUBDIR+= jabref
SUBDIR+= jabref3
SUBDIR+= jacorb-lib
-SUBDIR+= jad
SUBDIR+= jakarta-log4j
SUBDIR+= jakarta-struts
SUBDIR+= jalview
diff --git a/jad/DESCR b/jad/DESCR
deleted file mode 100644
index 907d2f8fcf..0000000000
--- a/jad/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-Jad is a Java decompiler, i.e. program that reads one or more Java class
-files and converts them into Java source files which can be compiled again.
-
-Jad is a 100% pure C++ program and it generally works several times faster
-than decompilers written in Java.
-
-Jad doesn't use the Java runtime for its functioning, therefore no special
-setup is required (like changes to the CLASSPATH variable).
-
-Jad can be used:
- * for recovering lost source codes;
- * for exploring the sources of Java runtime libraries;
- * as a Java disassembler;
- * as a Java source code cleaner and beautifier.
diff --git a/jad/Makefile b/jad/Makefile
deleted file mode 100644
index 9f3bbc2aae..0000000000
--- a/jad/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2012/11/25 23:32:21 othyro Exp $
-#
-
-DISTNAME= jadlx158
-PKGNAME= jad-1.5.8
-CATEGORIES= lang
-MASTER_SITES= http://www.kpdus.com/jad/${JAD_OSDIR}
-EXTRACT_SUFX= .zip
-JAD_OSDIR= linux # Default one
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.kpdus.com/jad.html
-COMMENT= The fast Java Decompiler
-LICENSE= no-commercial-use
-
-WRKSRC= ${WRKDIR}
-
-NO_BUILD= YES
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "FreeBSD"
-DISTNAME= jadfb158
-JAD_OSDIR= freebsd/
-DISTINFO_FILE= ${PKGDIR}/distinfo.FreeBSD
-PLIST_SRC= ${PKGDIR}/PLIST.FreeBSD
-.endif
-
-.if ${OPSYS} == "OpenBSD"
-DISTNAME= jadob158
-JAD_OSDIR= openbsd/
-DISTINFO_FILE= ${PKGDIR}/distinfo.OpenBSD
-PLIST_SRC= ${PKGDIR}/PLIST.FreeBSD
-.endif
-
-# TODO add support for the rest of supported archs
-ONLY_FOR_PLATFORM= Linux-*-i386 FreeBSD-*-i386 OpenBSD-2.*-i386
-
-INSTALLATION_DIRS= bin
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/jad ${DESTDIR}${PREFIX}/bin/jad
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/jad/
- ${INSTALL_DATA} ${WRKSRC}/?eadme.txt ${DESTDIR}${PREFIX}/share/doc/jad/
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/jad/PLIST b/jad/PLIST
deleted file mode 100644
index 91a34f1aec..0000000000
--- a/jad/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/10/11 10:44:48 thomasklausner Exp $
-bin/jad
-share/doc/jad/Readme.txt
diff --git a/jad/PLIST.FreeBSD b/jad/PLIST.FreeBSD
deleted file mode 100644
index 4fb1f637bb..0000000000
--- a/jad/PLIST.FreeBSD
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST.FreeBSD,v 1.2 2009/10/11 10:44:48 thomasklausner Exp $
-bin/jad
-share/doc/jad/readme.txt
diff --git a/jad/TODO b/jad/TODO
deleted file mode 100644
index 53c49227e0..0000000000
--- a/jad/TODO
+++ /dev/null
@@ -1 +0,0 @@
-add support for netbsd, hpux, etc... listed on homepage
diff --git a/jad/distinfo b/jad/distinfo
deleted file mode 100644
index 03b2112d90..0000000000
--- a/jad/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/11/03 16:26:26 poppnk Exp $
-
-SHA1 (jadlx158.zip) = 058137faa059ca90889098ad0ed60129685160b4
-Size (jadlx158.zip) = 214917 bytes
diff --git a/jad/distinfo.FreeBSD b/jad/distinfo.FreeBSD
deleted file mode 100644
index d608e88820..0000000000
--- a/jad/distinfo.FreeBSD
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo.FreeBSD,v 1.1 2004/11/03 17:09:07 poppnk Exp $
-
-SHA1 (jadfb158.zip) = 7d1eda0598e687029f15adc8eb908e83c46ac4f0
-Size (jadfb158.zip) = 322311 bytes
diff --git a/jad/distinfo.OpenBSD b/jad/distinfo.OpenBSD
deleted file mode 100644
index 57ed4b3a62..0000000000
--- a/jad/distinfo.OpenBSD
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo.OpenBSD,v 1.1 2004/11/03 17:49:07 poppnk Exp $
-
-SHA1 (jadob158.zip) = 55318f02f54ac44feba6941d61b19e26a75b1b8c
-Size (jadob158.zip) = 334499 bytes
Home |
Main Index |
Thread Index |
Old Index