mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to lastest verion. This version works for the Enterprise Edition.
PR: 24453 Submitted by: MAINTAINER
This commit is contained in:
parent
3f179d7b1f
commit
ffd8f468c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37338
@ -9,10 +9,10 @@ PORTNAME= bugseeker
|
||||
PORTVERSION= 1.0.2
|
||||
CATEGORIES= java
|
||||
MASTER_SITES= http://www.karmira.com/products/bugseeker2/download/
|
||||
DISTNAME= bugseeker2demo
|
||||
DISTNAME= bugseeker2ee-1_0_2
|
||||
|
||||
PATCH_SITES= http://www.jollem.com/~ernst/
|
||||
PATCHFILES= bugseeker2demo.sh.diff
|
||||
PATCHFILES= bugseeker2.sh.diff
|
||||
|
||||
MAINTAINER= ernst@jollem.com
|
||||
|
||||
@ -20,20 +20,24 @@ RUN_DEPENDS= ${LOCALBASE}/linux-jdk1.3.0/bin/java:${PORTSDIR}/java/linux-jdk13
|
||||
|
||||
NO_BUILD= YES
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
WRKSRC= ${WRKDIR}/bugseeker2
|
||||
PORTDESTDIR= ${PREFIX}/${PORTNAME}${PORTVERSION}
|
||||
PORTTITLE= BugSeeker for Java 2
|
||||
PORTTITLE= BugSeeker for Java 2 (Enterprise Edition)
|
||||
RECURSIVE_CP= ${CP} -R
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
|
||||
IGNORE='You must manually obtain the ${DISTNAME}${EXTRACT_SUFX} file from Karmira, at http://www.karmira.com/store/index.html'
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PORTDESTDIR}
|
||||
@${CP} ${WRKSRC}/changes.txt ${PORTDESTDIR}/
|
||||
@${CP} ${WRKSRC}/license.txt ${PORTDESTDIR}/
|
||||
@${CP} ${WRKSRC}/readme.txt ${PORTDESTDIR}/
|
||||
@${MKDIR} ${PORTDESTDIR}/bin
|
||||
@${CP} ${WRKSRC}/bin/bugseeker2demo.sh ${PORTDESTDIR}/bin/bugseeker.sh
|
||||
@${CP} ${WRKSRC}/bin/bugseeker2.sh ${PORTDESTDIR}/bin/bugseeker.sh
|
||||
@${MKDIR} ${PORTDESTDIR}/lib
|
||||
@${RECURSIVE_CP} ${WRKSRC}/lib/* ${PORTDESTDIR}/lib/
|
||||
@${MKDIR} ${PORTDESTDIR}/manual
|
||||
@ -41,7 +45,5 @@ do-install:
|
||||
|
||||
post-install:
|
||||
@echo "${PORTTITLE} has been installed in ${PORTDESTDIR}."
|
||||
@echo "If you don't have a license yet, then you can get a 30-day trial license at:"
|
||||
@echo "http://www.karmira.com/products/bugseeker2/demo.html."
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (bugseeker2demo.tar.gz) = 93869cf9ec49570b65af3f05bd665fbc
|
||||
MD5 (bugseeker2demo.sh.diff) = bc8552affee18e955992c506c4e98017
|
||||
MD5 (bugseeker2ee-1_0_2.tar.gz) = 040a7bae14853542ee70dea698705a77
|
||||
MD5 (bugseeker2.sh.diff) = d1e114aa25e2b13f05e636deee815c39
|
||||
|
@ -4,8 +4,4 @@ applications too. The BugSeeker application is a Swing-based application that
|
||||
allows you to step through your program while watching threads, variables,
|
||||
field values, etc.
|
||||
|
||||
To use this program you will need to have a license installed. You can obtain
|
||||
a license from the http://www.karmira.com/products/bugseeker2/demo.html. If
|
||||
you already have a license key, you don't have to reregister there.
|
||||
|
||||
WWW: http://www.karmira.com/products/bugseeker2/
|
||||
WWW: http://www.karmira.com/products/bugseeker2/
|
||||
|
@ -174,7 +174,7 @@ bugseeker1.0.2/manual/title.html
|
||||
bugseeker1.0.2/manual/toc.html
|
||||
bugseeker1.0.2/manual/index.html
|
||||
bugseeker1.0.2/manual/mstyle.css
|
||||
bugseeker1.0.2/lib/bugseeker2demo.jar
|
||||
bugseeker1.0.2/lib/bugseeker2.jar
|
||||
bugseeker1.0.2/readme.txt
|
||||
bugseeker1.0.2/changes.txt
|
||||
bugseeker1.0.2/license.txt
|
||||
|
Loading…
Reference in New Issue
Block a user