mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Merge some fixes from ports/44275 and ports/49100:
* Mark as RESTRICTED * Use java >= 1.3 * Add better package description PR: ports/44275 Submitted by: Stefan Schmidt <stefan.schmidt@twest.de> PR: ports/49100 Submitted by: Angel Todorov <angel.todorov@-u.de>
This commit is contained in:
parent
d7e486df71
commit
9dee347d30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82021
12 changed files with 102 additions and 30 deletions
|
@ -8,22 +8,31 @@
|
|||
PORTNAME= netbeans
|
||||
PORTVERSION= 3.4.1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= http://www.netbeans.org/download/release341/night/build200301202341/
|
||||
MASTER_SITES= # http://www.netbeans.org/download/release341/night/build200301202341/
|
||||
DISTNAME= NetBeansIDE-release341
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= A full-featured integrated environment for Java
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_JAVA= 1.2+
|
||||
USE_JAVA= 1.3+
|
||||
NO_BUILD= yes
|
||||
RESTRICTED= "Restrictive license"
|
||||
|
||||
WRKSRC= ${WRKDIR}/netbeans
|
||||
|
||||
DOWNLOAD_URL?= http://www.netbeans.org/download/dev/daily/build200306020100/platform-build-tar-bz2.html
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
|
||||
IGNORE= You must manually fetch the source distribution (${DISTFILES}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/netbeans
|
||||
@${CP} -r ${WRKSRC}/* ${PREFIX}/netbeans
|
||||
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/netbeans
|
||||
@${LN} -sf ${PREFIX}/netbeans/bin/runide.sh ${PREFIX}/bin/netbeans
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
NetBeans is a full-featured IDE for Java, and an infrastructure
|
||||
backplane for complex desktop applications.
|
||||
The NetBeans IDE is a world-class development environment written
|
||||
in Java. It can be used to develop code in Java, HTML, XML, JSP,
|
||||
C/C++ and other languages. The IDE is modular, and there is a huge
|
||||
variety of commercial and free extensions to it to support various
|
||||
technologies.
|
||||
|
||||
WWW: http://www.netbeans.org/
|
||||
|
|
|
@ -8,22 +8,31 @@
|
|||
PORTNAME= netbeans
|
||||
PORTVERSION= 3.4.1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= http://www.netbeans.org/download/release341/night/build200301202341/
|
||||
MASTER_SITES= # http://www.netbeans.org/download/release341/night/build200301202341/
|
||||
DISTNAME= NetBeansIDE-release341
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= A full-featured integrated environment for Java
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_JAVA= 1.2+
|
||||
USE_JAVA= 1.3+
|
||||
NO_BUILD= yes
|
||||
RESTRICTED= "Restrictive license"
|
||||
|
||||
WRKSRC= ${WRKDIR}/netbeans
|
||||
|
||||
DOWNLOAD_URL?= http://www.netbeans.org/download/dev/daily/build200306020100/platform-build-tar-bz2.html
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
|
||||
IGNORE= You must manually fetch the source distribution (${DISTFILES}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/netbeans
|
||||
@${CP} -r ${WRKSRC}/* ${PREFIX}/netbeans
|
||||
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/netbeans
|
||||
@${LN} -sf ${PREFIX}/netbeans/bin/runide.sh ${PREFIX}/bin/netbeans
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
NetBeans is a full-featured IDE for Java, and an infrastructure
|
||||
backplane for complex desktop applications.
|
||||
The NetBeans IDE is a world-class development environment written
|
||||
in Java. It can be used to develop code in Java, HTML, XML, JSP,
|
||||
C/C++ and other languages. The IDE is modular, and there is a huge
|
||||
variety of commercial and free extensions to it to support various
|
||||
technologies.
|
||||
|
||||
WWW: http://www.netbeans.org/
|
||||
|
|
|
@ -8,22 +8,31 @@
|
|||
PORTNAME= netbeans
|
||||
PORTVERSION= 3.4.1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= http://www.netbeans.org/download/release341/night/build200301202341/
|
||||
MASTER_SITES= # http://www.netbeans.org/download/release341/night/build200301202341/
|
||||
DISTNAME= NetBeansIDE-release341
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= A full-featured integrated environment for Java
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_JAVA= 1.2+
|
||||
USE_JAVA= 1.3+
|
||||
NO_BUILD= yes
|
||||
RESTRICTED= "Restrictive license"
|
||||
|
||||
WRKSRC= ${WRKDIR}/netbeans
|
||||
|
||||
DOWNLOAD_URL?= http://www.netbeans.org/download/dev/daily/build200306020100/platform-build-tar-bz2.html
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
|
||||
IGNORE= You must manually fetch the source distribution (${DISTFILES}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/netbeans
|
||||
@${CP} -r ${WRKSRC}/* ${PREFIX}/netbeans
|
||||
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/netbeans
|
||||
@${LN} -sf ${PREFIX}/netbeans/bin/runide.sh ${PREFIX}/bin/netbeans
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
NetBeans is a full-featured IDE for Java, and an infrastructure
|
||||
backplane for complex desktop applications.
|
||||
The NetBeans IDE is a world-class development environment written
|
||||
in Java. It can be used to develop code in Java, HTML, XML, JSP,
|
||||
C/C++ and other languages. The IDE is modular, and there is a huge
|
||||
variety of commercial and free extensions to it to support various
|
||||
technologies.
|
||||
|
||||
WWW: http://www.netbeans.org/
|
||||
|
|
|
@ -8,22 +8,31 @@
|
|||
PORTNAME= netbeans
|
||||
PORTVERSION= 3.4.1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= http://www.netbeans.org/download/release341/night/build200301202341/
|
||||
MASTER_SITES= # http://www.netbeans.org/download/release341/night/build200301202341/
|
||||
DISTNAME= NetBeansIDE-release341
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= A full-featured integrated environment for Java
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_JAVA= 1.2+
|
||||
USE_JAVA= 1.3+
|
||||
NO_BUILD= yes
|
||||
RESTRICTED= "Restrictive license"
|
||||
|
||||
WRKSRC= ${WRKDIR}/netbeans
|
||||
|
||||
DOWNLOAD_URL?= http://www.netbeans.org/download/dev/daily/build200306020100/platform-build-tar-bz2.html
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
|
||||
IGNORE= You must manually fetch the source distribution (${DISTFILES}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/netbeans
|
||||
@${CP} -r ${WRKSRC}/* ${PREFIX}/netbeans
|
||||
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/netbeans
|
||||
@${LN} -sf ${PREFIX}/netbeans/bin/runide.sh ${PREFIX}/bin/netbeans
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
NetBeans is a full-featured IDE for Java, and an infrastructure
|
||||
backplane for complex desktop applications.
|
||||
The NetBeans IDE is a world-class development environment written
|
||||
in Java. It can be used to develop code in Java, HTML, XML, JSP,
|
||||
C/C++ and other languages. The IDE is modular, and there is a huge
|
||||
variety of commercial and free extensions to it to support various
|
||||
technologies.
|
||||
|
||||
WWW: http://www.netbeans.org/
|
||||
|
|
|
@ -8,22 +8,31 @@
|
|||
PORTNAME= netbeans
|
||||
PORTVERSION= 3.4.1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= http://www.netbeans.org/download/release341/night/build200301202341/
|
||||
MASTER_SITES= # http://www.netbeans.org/download/release341/night/build200301202341/
|
||||
DISTNAME= NetBeansIDE-release341
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= A full-featured integrated environment for Java
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_JAVA= 1.2+
|
||||
USE_JAVA= 1.3+
|
||||
NO_BUILD= yes
|
||||
RESTRICTED= "Restrictive license"
|
||||
|
||||
WRKSRC= ${WRKDIR}/netbeans
|
||||
|
||||
DOWNLOAD_URL?= http://www.netbeans.org/download/dev/daily/build200306020100/platform-build-tar-bz2.html
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
|
||||
IGNORE= You must manually fetch the source distribution (${DISTFILES}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/netbeans
|
||||
@${CP} -r ${WRKSRC}/* ${PREFIX}/netbeans
|
||||
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/netbeans
|
||||
@${LN} -sf ${PREFIX}/netbeans/bin/runide.sh ${PREFIX}/bin/netbeans
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
NetBeans is a full-featured IDE for Java, and an infrastructure
|
||||
backplane for complex desktop applications.
|
||||
The NetBeans IDE is a world-class development environment written
|
||||
in Java. It can be used to develop code in Java, HTML, XML, JSP,
|
||||
C/C++ and other languages. The IDE is modular, and there is a huge
|
||||
variety of commercial and free extensions to it to support various
|
||||
technologies.
|
||||
|
||||
WWW: http://www.netbeans.org/
|
||||
|
|
|
@ -8,22 +8,31 @@
|
|||
PORTNAME= netbeans
|
||||
PORTVERSION= 3.4.1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= http://www.netbeans.org/download/release341/night/build200301202341/
|
||||
MASTER_SITES= # http://www.netbeans.org/download/release341/night/build200301202341/
|
||||
DISTNAME= NetBeansIDE-release341
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= A full-featured integrated environment for Java
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_JAVA= 1.2+
|
||||
USE_JAVA= 1.3+
|
||||
NO_BUILD= yes
|
||||
RESTRICTED= "Restrictive license"
|
||||
|
||||
WRKSRC= ${WRKDIR}/netbeans
|
||||
|
||||
DOWNLOAD_URL?= http://www.netbeans.org/download/dev/daily/build200306020100/platform-build-tar-bz2.html
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
|
||||
IGNORE= You must manually fetch the source distribution (${DISTFILES}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/netbeans
|
||||
@${CP} -r ${WRKSRC}/* ${PREFIX}/netbeans
|
||||
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/netbeans
|
||||
@${LN} -sf ${PREFIX}/netbeans/bin/runide.sh ${PREFIX}/bin/netbeans
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
NetBeans is a full-featured IDE for Java, and an infrastructure
|
||||
backplane for complex desktop applications.
|
||||
The NetBeans IDE is a world-class development environment written
|
||||
in Java. It can be used to develop code in Java, HTML, XML, JSP,
|
||||
C/C++ and other languages. The IDE is modular, and there is a huge
|
||||
variety of commercial and free extensions to it to support various
|
||||
technologies.
|
||||
|
||||
WWW: http://www.netbeans.org/
|
||||
|
|
Loading…
Add table
Reference in a new issue