- New port: netbeans-devel

The NetBeans IDE 6.5 Beta release provides several new features and
enhancements, such as a new IDE-wide QuickSearch shortcut, more
user-friendly interface, and automatic Compile on Save. In addition
to full support of all Java editions (Java SE, Java EE, Java ME), the
NetBeans IDE is the ideal tool for software development with PHP,
C/C++, Groovy and Grails, Ruby and Rails, Ajax and JavaScript.
The 6.5 release also includes enhanced support for web frameworks
(Hibernate, Spring, JSF, JPA), the GlassFish application server, and
databases.

More here: http://www.netbeans.org/community/releases/65/
This commit is contained in:
Pietro Cerutti 2008-09-04 14:25:39 +00:00
parent d15711b28a
commit 547538095e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219841
5 changed files with 6960 additions and 0 deletions

View File

@ -141,6 +141,7 @@
SUBDIR += mmake
SUBDIR += mx4j
SUBDIR += netbeans
SUBDIR += netbeans-devel
SUBDIR += netbeans3
SUBDIR += netbeans4
SUBDIR += netbeans5

View File

@ -0,0 +1,34 @@
# New ports collection Makefile for: netbeans-devel
# Date created: 15 August 2008
# Whom: gahr
#
# $FreeBSD$
PORTNAME= netbeans
PORTVERSION= 6.5
CATEGORIES= java devel
MASTER_SITES= http://download.netbeans.org/netbeans/6.5/beta/zip/
PKGNAMESUFFIX= -devel
DISTNAME= netbeans-${PORTVERSION}beta-200808111757
MAINTAINER= gahr@FreeBSD.org
COMMENT= A full-featured integrated environment for Java
USE_ZIP= yes
USE_JAVA= yes
JAVA_VERSION= 1.5+
NO_BUILD= yes
WRKSRC= ${WRKDIR}/netbeans
do-patch:
@${REINPLACE_CMD} -i "" -e '19s|#||;19s|/path/to/jdk|${JAVA_HOME}|' \
${WRKSRC}/etc/netbeans.conf
do-install:
@${MKDIR} ${PREFIX}/netbeans65
@(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${PREFIX}/netbeans65)
@${CHMOD} ${BINMODE} ${PREFIX}/netbeans65/bin/netbeans
@${LN} -sf ${PREFIX}/netbeans65/bin/netbeans ${PREFIX}/bin/netbeans65
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (netbeans-6.5beta-200808111757.zip) = a530c0d84d7f683781cc7d0236914919
SHA256 (netbeans-6.5beta-200808111757.zip) = 7ff830dd6fcf51a612ae3a920f44c5fe299a650fadf24dc1d0f8b6ceee9d30d2
SIZE (netbeans-6.5beta-200808111757.zip) = 174414590

View File

@ -0,0 +1,7 @@
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/

File diff suppressed because it is too large Load Diff