move to java category

This commit is contained in:
kevlo 2001-08-11 16:24:49 +00:00
parent 52616c1dc2
commit 5ee64c2e17
5 changed files with 0 additions and 60 deletions

View File

@ -1,28 +0,0 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/06/29 03:04:43 kevlo Exp $
COMMENT= "Java program analyzer and checker"
VERSION= 2.2
DISTNAME= jlint
PKGNAME= ${DISTNAME}-${VERSION}
CATEGORIES= misc
NEED_VERSION= 1.417
HOMEPAGE= http://artho.com/jlint/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM=Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_DATA_DIR="${INSTALL_DATA_DIR}" \
INSTALL_DATA="${INSTALL_DATA}"
WRKDIST= ${WRKDIR}/${PKGNAME}
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
MD5 (jlint.tar.gz) = d830ce08227308d0c7bf5252826b7478
RMD160 (jlint.tar.gz) = 6c0ca6e111746f01786ac41e86ff3b3d3010513c
SHA1 (jlint.tar.gz) = 792ef76a2dac6e942852217e7556d5b632c2990e

View File

@ -1,18 +0,0 @@
--- Makefile.orig Thu Jun 28 09:42:55 2001
+++ Makefile Fri Jun 29 10:08:52 2001
@@ -65,10 +65,11 @@
cd ..; rm -f jlint-$(VERSION).zip; zip -v jlint-$(VERSION).zip $(DISTFILES) `find jlint-$(VERSION)/jlintwin32 | grep -v CVS`
install:
- cp jlint antic jlint.sh $(INSTALL_DIR)
- chmod 755 $(INSTALL_DIR)/antic
- chmod 755 $(INSTALL_DIR)/jlint
- chmod 755 $(INSTALL_DIR)/jlint.sh
+ $(INSTALL_PROGRAM) antic $(PREFIX)/bin
+ $(INSTALL_PROGRAM) jlint $(PREFIX)/bin
+ $(INSTALL_DATA_DIR) $(PREFIX)/share/doc/jlint
+ $(INSTALL_DATA) manual.html $(PREFIX)/share/doc/jlint
+ $(INSTALL_DATA) manual.pdf $(PREFIX)/share/doc/jlint
# --> automatically generated dependencies follow; do not remove this line.

View File

@ -1,5 +0,0 @@
Jlint will check your Java code and find bugs, inconsistencies and
synchronization problems by doing data flow analysis and building a
lock graph.
WWW: ${HOMEPAGE}

View File

@ -1,6 +0,0 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/06/29 03:04:43 kevlo Exp $
bin/antic
bin/jlint
share/doc/jlint/manual.html
share/doc/jlint/manual.pdf
@dirrm share/doc/jlint