| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: ports/121511
Submitted by: Gerrit Beine <gerrit.beine at gmx.de> (maintainer)
|
|
|
|
|
|
|
| |
- Update maintainer mail adress
PR: 121398
Submitted by: Dominic Fandrey <LoN_Kamikaze@gmx.de> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-20 www/gekko: This port is not being developed anymore. This was replaced by textmotion http://code.google.com/p/textmotion/
2008-01-20 www/gekko-modules: This port is not being developed anymore. This was replaced by textmotion http://code.google.com/p/textmotion/
2007-11-01 java/linux-blackdown-jre11: Obsolete version; Support for Java 1.1 is to be removed from the ports tree
2008-01-14 french/pluxml: no active development and known security vulnerabilities, see http://www.securityfocus.com/bid/24607/info for details
2008-01-14 french/pluxml-theme-bridge: pluxml is marked as deprecated
2008-01-14 french/pluxml-theme-snowxml: pluxml is marked as deprecated
2007-09-15 databases/pgbash: Last release in 2003, relies on outdated Postgre 7.3 and bash 2.05a
2007-11-01 audio/nogger: "just makes a humming noise""
|
|
|
|
|
|
|
|
|
|
| |
jakarta/commons subdirectory, they have been moved one directory up.
Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly.
PR: 121041
Submitted by: Marcin Cieslak <saper@system.pl>
Approved by: portmgr (linimon)
|
| |
|
|
|
|
| |
Submitted by: Pieter de Goeje <pieter@degoeje.nl>
|
|
|
|
|
|
|
|
| |
- Use SF macro
- Bump PORTREVISION
PR: 120926
Submitted by: Bjoern Koenig (maintainer)
|
|
|
|
|
| |
PR: 120768
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: 120467
Submitted by: Ronald Klop <ronald@echteman.nl> (maintainer)
|
|
|
|
| |
. Allow bootstrapping with jdk 1.6.
|
| |
|
| |
|
|
|
|
|
| |
PR: 119397
Submitted by: Bernhard Froehlich <decke@bluelife.at>
|
| |
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
|
| |
Elvin protocol.
PR: ports/120111
Submitted by: Benjamin Close <benjsc at FreeBSD.org>
|
|
|
|
|
|
|
|
|
|
|
| |
framework. Spring delivers significant benefits for many projects,
increasing development productivity and runtime performance while
improving test coverage and application quality.
WWW: http://www.springframework.org/
PR: ports/119273
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
|
|
|
|
| |
- Bump PORTEPOCH
|
|
|
|
|
|
|
|
| |
development -- making Eclipse a first class Python IDE -- It comes with
many goodies such as code completion, syntax highlighting, syntax analysis,
refactor, debug and many others.
WWW: http://pydev.sourceforge.net/
|
|
|
|
|
|
|
| |
for by the JDK sanity check. No CUPS libraries are linked against by
the build, so we don't need it at run time.
Requested by: Stefan Thurner <thurners@nicsys.de>
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
|
| |
- Use SF macro.
Approved by: stas (mentor, implicit)
|
|
|
|
|
|
| |
- Use SF macro.
Approved by: stas (mentor, implicit)
|
|
|
|
|
|
|
| |
port on FreeBSD 7.x and higher as mixing the native 7.x libraries of
eclipse and the native 6.x libraries of diablo-jdk is a recipe for trouble.
PR: 118115
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
than eclipse. [1]
. Use a more consistent naming convention as per other -devel ports. [1]
. Remove trailing blank lines in distinfo to make portlint(1) happier. [1]
. Force eclipse-devel to use one of the jdk* ports rather than the
diablo-jdk15 port on FreeBSD 7.x and higher as mixing the native
7.x libraries of eclipse and the native 6.x libraries of diablo-jdk
is a recipe for trouble. [2]
PR: 119403 [1], 118115 [2]
Submitted by: Daniel Rucci <rucci@smurfbsd.warganizer.com> [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Features supported are syntax highlighting, on the fly syntax check, graphical
outline, Test::Unit view/runner, Ruby application launching, content assist,
source formatter, Ruby debugging, Type Hierarchy view, Ruby specific Search,
Refactoring, and much, much more.
A regular expression plugin is also available (Thanks to the EPIC project).
WWW: http://sourceforge.net/projects/rubyeclipse/
PR: ports/119630
Submitted by: rehsack at web.de
|
|
|
|
| |
Prompted by: ale, Havard Eidnes <he@uninett.no>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
PR: 118735
|
| |
|
| |
|
|
|
|
| |
Approved by: stas (mentor, implicit)
|
|
|
|
| |
Approved by: stas (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows jconsole to show valid statistics for the following
OperatingSystem MBean statistics (some of these statistics are also shown
in the Summary and VM tab of jconsole):
TotalSwapSpaceSize, FreeSwapSpaceSize, FreePhysicalMemorySize and
TotalPhysicalMemorySize.
Note that MaxFileDescriptorCount has always been correct as far as I
can tell.
. Also, implement the function for ProcessCpuTime using a non-deprecated
function (getrusage(2) rather than times(3)).
These changes are restricted to 6.x and higher and have only been tested
on 6.x (where they appear to work correctly). The changes are not valid
for 4.x. Their validity on 5.x and 7.x is unknown (testing welcome).
The PR is not fully addressed by these changes since
CommittedVirtualMemorySize and OpenFileDescriptorCount remain bogus.
Suggestions on how to get these without using kvm(3) would be appreciated.
PR: 118735
|
|
|
|
|
| |
o PLIST can be automatically generated by the target generate-plist-locally
o No PORTREVISION bump since there were no other changes
|
|
|
|
| |
Hibernate3 Tools for the Eclipse IDE
|
|
|
|
|
|
| |
- Use Data Tools SDK distribution from now on for other ports'
benefit
o Fix typo on "Date Created" tag in the port's Makefile
|
|
|
|
|
|
|
|
| |
robust support for HTML, CSS and Javascript (bundled libraries:
ExtJS, jQuery, Mochikit, Scriptaculous, Adobe Spry, YUI, Prototype,
and Dojo). This is the plug-in for Eclipse.
WWW: http://www.aptana.com/
|
|
|
|
|
|
|
|
|
|
|
| |
It features automatic generation of the following methods using
commons-lang builders: toString(), hashCode(), equals(Object),
compareTo(Object).
WWW: http://sourceforge.net/projects/commonclipse/
PR: ports/118890
Submitted by: Sutra Zhou <zhoushuqun at gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
- Split classpath into separate port
- Switch to libffi-devel to allow build on !386
PR: ports/118288, ports/118312
Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de>
|
|
|
|
|
|
| |
- fix fetch error
Approved by: delphij(mentor)
|
|
|
|
|
|
|
| |
- Restrict to JDK 1.5 only
PR: ports/118642
Submitted by: Jonathan Chen <jonc at chen.org.nz> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (marcus)
|
|
|
|
|
|
| |
of tzupdater is no longer available).
Approved by: portmgr (linimon)
|
|
|
|
| |
Approved by: portmgr (linimon)
|
|
|
|
|
|
|
|
| |
- Make fetchable
PR: 117483
Submitted by: miwi
Approved by: portmgr (pav)
|
|
|
|
|
| |
Reviewed by: ade
Approved by: portmgr (marcus)
|
|
|
|
|
|
|
| |
been removed from Java since 1.6.
PR: ports/117606
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
|
| |
WWW: http://java.sun.com/javase/
Approved by: glewis (mentor)
|
|
|
|
|
|
| |
WWW: http://java.sun.com/j2se/1.5/
Approved by: glewis (mentor)
|
|
|
|
| |
Submitted by: Ken Yamada <ken@tydfam.jp>
|
|
|
|
| |
Submitted by: Ken Yamada <ken@tydfam.jp>
|
| |
|
| |
|
|
|
|
| |
dependency to implicitly pull in the X libraries we need.
|
|
|
|
| |
is released.
|
|
|
|
|
| |
PR: 117086
Tested by: -exp runs
|
|
|
|
|
|
|
|
|
|
| |
this plugin is the integration of man page information for content assist
and text hover.
WWW: http://sourceforge.net/projects/shelled
PR: ports/117174
Submitted by: Sutra Zhou <zhoushuqun at gmail.com>
|
| |
|
|
|
|
| |
and FreeBSD local sites.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
before it replaces Eclipse 3.2.
The submitters (listed in alphabetical order) collaborated on this.
Submitted by: Mike Bowie <mbowie@buzmo.com>
Dan Rucci <dan@rucci.org>
Ken Yamada <ken@tydfam.jp>
|
| |
|
|
|
|
|
|
|
| |
2007-07-21 graphics/xpcd: is an abandoned project and might be vulnerable
2007-07-29 comms/ixj: does not work on any supported FreeBSD version
2007-08-19 chinese/emacs20: "editors/emacs is recommended instead for new installations"
2007-08-22 java/collections: only needed for jdk1.1, which is obsolete
|
|
|
|
|
|
| |
dependency to implicitly pull in the X libraries we need.
Requested by: linimon
|
|
|
|
|
| |
PR: 117073
Submitted by: Ronald Klop <ronald@echteman.nl> (maintainer)
|
|
|
|
|
|
|
| |
- Update to 6.0.5
PR: 117023
Submitted by: Anton Yudin <contact@toha.org.ua> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
file of J2EE application, internationalization correspondence with desktop
application, etc. being sufficient. However, you have to change the multi-byte
character in a file into Unicode with the native2ascii tool of attachment in
J2SDK on the character platform un-depending.
This editor can directly edit property files written in Unicode reference
characters, and saves the time and effort of converting into Unicode through
native2ascii. In addition to the usual functions of an editor, the plugin is
integrated with Eclipse and JBuilder. Files can be opened in the IDE and saved
in Unicode. It can use by intuitive and simple operation.
WWW: http://propedit.sourceforge.jp/index_en.html
PR: ports/116871
Submitted by: Sutra Zhou <zhoushuqun at gmail.com>
|
|
|
|
| |
Reported by: John Prather <john.c.prather@gmail.com>
|
|
|
|
| |
Reported by: John Prather <john.c.prather@gmail.com>
|
| |
|
|
|
|
|
|
| |
PR: ports/116700
Reported by: Michiel Boland (michiel at boland dot org)
Approved by: glewis (mentor)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 115346
Submitted by: Tomas Verbaitis <tomasv@megalogika.lt>
|
|
|
|
| |
Approved by: glewis, znerd
|
|
|
|
|
| |
PR: ports/116639
Submitted by: aDe
|
| |
|
| |
|
|
|
|
|
| |
PR: 116634
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
|
|
|
|
|
|
|
| |
WWW: http://www.eclipse.org/modeling/mdt/?project=ocl#ocl
PR: ports/115825
Submitted by: Veit Jahns <vj562001 at yahoo.de>
|
|
|
|
|
|
| |
PR: ports/116465
Submitted by: Sebastian Mindling <dev at mindling.com>
Approved by: Jonathan Chen <jonc at chen.org.nz> (maintainer)
|
|
|
|
|
|
|
| |
- install files in correct locations
- add retrace executable
- remove dead pkg-message
- take maintainership
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
passing -XX:+UseThreadPriorities.
. Remove the os_sleep hack which was used on FreeBSD to make sure lower
priority threads got time slices. Instead, just call pthread_yield().
On FreeBSD 7.x with libthr, this will still give lower priority threads
some time (with the above flag turned on), although such behaviour is
not guaranteed by POSIX. This boosts FreeBSD performance by 7-fold on
an 8 core system, putting it on a par with Solaris (benchmarks by kris@).
The Java standard and the JCK tests are somewhat contradictory on thread
priority being guaranteed to work, and in this case the performance
benefits appear to outweigh any possible side effects.
. Pick up DEFAULT_LD_LIBRARY_PATH from the build environment rather than
patching it into a file at build time. This simplifies the Makefile.
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
|
|
|
|
|
|
|
|
| |
2007-08-22 databases/java-sqlrelay: Depends on obsolete version of jdk
2007-08-22 mail/yuzu: Depends on obsolete version of jdk
2007-08-29 net/ng_netflow: already in base in all supported versions of FreeBSD
2007-08-22 java/jdk12-doc: Obsolete version of jdk
2007-08-22 japanese/netypesv: Depends on obsolete version of jdk
|
|
|
|
|
|
| |
Since the structure members being deferenced into the variables are
short*, just use short as the variable type and eliminate the use of
fastInt and the header include altogether.
|
|
|
|
|
| |
PR: 116204
Submitted by: nrgmilk <nrgmilk@gmail.com>
|
|
|
|
|
|
|
|
| |
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to be made gcc 4.2 compliant.
|
|
|
|
|
|
|
|
|
| |
block that Linux and Solaris use.
This was already fixed in the repo but I'd neglected to commit the fix
to the port and it was independently submitted as noted below.
Submitted by: Michiel Boland <michiel@boland.org>
|
|
|
|
|
|
|
|
| |
start closing file descriptors at FAIL_FILENO + 1 rather than 3. This
fixes the problem with determining the exit code for exec()'ed processes.
PR: 115557
Submitted by: Michiel Boland <michiel@boland.org>
|
|
|
|
| |
on 7.x.
|
|
|
|
|
|
|
| |
xorg ports the Open Motif dependency pulled in the appropriate X11
libraries since this hasn't been a problem previously.
Reported by: pointyhat (via kris)
|
|
|
|
|
|
| |
there.
Pointed out by: pointyhat (via kris)
|
| |
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
| |
Pointed out by: pointyhat (via kris)
|
|
|
|
|
|
|
| |
still experimental.
Tested by: Huang wen hui (hwh at gddsn dot org dot cn)
Approved by: glewis (maintainer)
|
|
|
|
| |
Approved by: glewis (maintainer)
|
| |
|
|
|
|
| |
Submitted by: linimon@'s broken ports reminder
|
|
|
|
|
|
| |
during the port build and not during the package install.
Requested by: kris
|
|
|
|
|
|
| |
during the port build and not during the package install.
Requested by: kris
|
|
|
|
|
|
|
|
| |
- Install FreeBSD-specific NSPR header file instead of default Solaris header.
Note the port revision is not updated because it does not affect most users.
Approved by: glewis (maintainer)
|
|
|
|
| |
Inspired by: scf
|
|
|
|
|
|
|
| |
Linux JDK on all supported FreeBSD versions and doesn't require Linux
emulation to be installed.
Inspired by: scf
|
|
|
|
|
|
|
| |
. Update the main commented out MASTER_SITE.
. Bump PORTREVISION.
Submitted by: "barbara" <barbara.xxx1975@libero.it>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. Add some more make environment variables to control the build of the
debug versions. [1]
. Allow the setting of ALT_PARALLEL_BUILD_JOBS. [1]
. Install more of the Gnome desktop files, and provide them with the
correct path for the installation. [1]
. Add ${LOCALBASE}/lib to the default library path in HotSpot. [1]
. Backwards compatibility in time zone updates. [1]
. Bump PORTREVISION.
Submitted by: jkim [1]
Inspired by: scf [2]
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
The port was done by the submitter for Update 1, I've made the minor
changes for Update 2.
Submitted by: jkim
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
|
| |
- Assign eclipse@FreeBSD.org as maintainer
PR: ports/113435
Submitted by: Rick Petty, tmclaugh
Approved by: maintainer timeout (more than 3 months)
Approved by: delphij (mentor)
|
|
|
|
|
| |
. Remove dependency on java/collections since they've been a part of
the standard runtime library since 1.2.
|
|
|
|
|
| |
structure members being dereferenced into the variables are 'short*'
after all, not 'fastInt*'.
|
|
|
|
|
|
|
|
|
| |
appears to actually match the type of variable its being used with in the
code (although it seems that it may be even cleaner to just replace 'fastInt'
with 'short').
This also partially bandaids a build problem some are seeing since Hint.h
is a less common header file name than cpu.h.
|
|
|
|
|
|
| |
still experimental.
Approved by: glewis (maintainer)
|
| |
|
|
|
|
|
|
| |
PR: ports/110768
Submitted by: nemoliu
Approved by: maintainer (previous version, with reservations)
|
|
|
|
|
| |
PR: ports/113844
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
|
|
|
|
| |
Submitted by: Anton Yudin <contact@toha.org.ua> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
| |
required.
PR: 113081
Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com>
|
|
|
|
|
| |
PR: 114958
Submitted by: Olivier Smedts <olivier@gid0.org>
|
|
|
|
|
|
|
| |
(oops). Also, its index page appears broken, so just show the main
download page for now.
PR: 114958 (kinda)
|
|
|
|
| |
. Use the -bc (backwards compatible) flag when doing time zone updates.
|
|
|
|
|
| |
PR: ports/114621
Submitted by: Gabor Tjong A Hung <gvtjongahung@users.sourceforge.net>
|
|
|
|
| |
Discussed with: gerald
|
|
|
|
|
| |
Submitted by: Olivier SMEDTS <olivier@gid0.org>
PR: 114592
|
|
|
|
|
| |
Inspired by: glewis
With hat: portmgr
|
|
|
|
| |
. Spell JAVA_HOME correctly.
|
| |
|
|
|
|
| |
Suggested by: glewis
|
|
|
|
| |
Suggested by: glewis
|
|
|
|
| |
Submitted by: Anton Yudin <contact@toha.org.ua> (maintainer)
|
|
|
|
|
| |
PR: ports/114697
Submitted by: Conor McDermottroe <ports at mcdermottroe.com> (maintainer)
|
|
|
|
|
| |
PR: ports/114623 (based on)
Submitted by: G.V. Tjong A Hung <gvtjongahung@users.sourceforge.net>
|
|
|
|
| |
Requested by: Panagiotis Astithas <past@ebs.gr> (maintainer)
|
|
|
|
| |
Submitted by: Anton Yudin <contact@toha.org.ua> (maintainer)
|
|
|
|
|
|
| |
so change my e-mail address also in those ports.
Approved by: miwi (mentor)
|
|
|
|
|
|
| |
EXTRACT_DEPENDS, but keep the actual update in pre-install.
Pointed out by: pav
|
|
|
|
|
|
|
|
| |
pre-install. The problem with it being in post-extract is that this
is before the installation of compat6x, which is required for the
time zone update to run.
Reported by: pointyhat (via pav)
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 114377
Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer)
|
|
|
|
|
| |
Submitted by: pointyhat via kris/pav
Nils Vogels <nivo@is-root.com>
|
|
|
|
| |
- Fix build after objformat removal
|
|
|
|
|
| |
<<< 550 relay not permitted
550 5.1.1 <roman@ontographics.com>... User unknown
|
| |
|
|
|
|
| |
work on FreeBSD.
|
|
|
|
| |
Approved by: stas (mentor)
|
|
|
|
|
|
|
|
| |
c.6 since the latter is (erroneously) found in linux_base if that is
installed. This should be switched back once LIB_DEPENDS is fixed to
ignore Linux shared libraries.
Submitted by: sat
|
| |
|
| |
|
| |
|
|
|
|
| |
prior to the extract step.
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: truckman@
|
|
|
|
| |
Submitted by: pointyhat via kris
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
| |
PR: 112364
Submitted by: Dominic Fandrey<lon_kamikaze@gmx.de> (maintainer)
|
|
|
|
|
| |
PR: 112730
Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
|
|
|
|
| |
I do not maintain anymore.
|
|
|
|
| |
PR: 113248
|
|
|
|
|
|
|
| |
Fixes a build error due to the prototype being defined not matching
the actual function.
Pointed out by: pointyhat (via kris)
|
|
|
|
| |
Approved by: glewis (implicit)
|
| |
|
| |
|
|
|
|
|
| |
PR: 112918
Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
|
|
|
|
|
|
|
|
| |
- Build fixes after GCC 4.2 import.
- Remove SIGRTMIN and SIGRTMAX redefinitions.
- Use posix_memalign(3) instead of valloc(3).
Approved by: glewis (maintainer)
|
| |
|
|
|
|
|
|
|
| |
Fixes a build error due to the prototype being defined not matching
the actual function.
Approved by: portmgr (pav)
|
|
|
|
| |
Approved by: portmgr (pav)
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
| |
Approved by: delphij (mentor)
|
|
|
|
| |
been able to figure out why they fail in package build environments.
|
|
|
|
|
|
| |
PR: 111882
Submitted by: miwi
Approved by: maintainer
|
|
|
|
|
|
| |
PR: 111880
Submitted by: miwi
Approved by: maintainer
|
|
|
|
| |
with letter i-m
|
|
|
|
|
|
| |
PR: 111760
Submitted by: krisbot
nemo <nemoliu@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
for developers and DBA's providing a single powerful interface for a variety
of databases. DbVisualizer supports simultaneous database connections, it
lets you explore and manage database objects, execute SQL queries,
visualize information and a lot more.
WWW: http://www.dbvis.com/products/dbvis/
PR: ports/111380
Submitted by: Anton Yudin (<contact at toha.org.ua>)
|
|
|
|
|
|
| |
the 5.x version on 7.x.
Submitted by: des
|
|
|
|
| |
PR: 111116
|
|
|
|
|
|
|
|
| |
- Add 'devel' to CATEGORIES.
- Assign maintainership to submitter.
PR: 111237
Submitted by: Nemo Liu<nemoliu@gmail.com>
|
|
|
|
|
|
|
| |
- Assign maintainership to submitter.
PR: 110835
Submitted by: Nemo Liu<nemoliu@gmail.com>
|
| |
|
| |
|
|
|
|
| |
that provides FindBugs support
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/110975
Submitted by: Nemo Liu <nemoliu@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
JBoss AS 5 GA will be Java EE 5 certified and will include the following core
technologies.
* JBoss Microcontainer - POJO based microcontainer removing the dependency
on JMX
* EJB 3.0 - Fully certified as part of the Java EE 5 compliant JBoss AS 5
* Hibernate 3.2 - JPA certified
* JBoss Messaging 1.2 - the next generation messaging platform from JBoss
with HA features.
* JBoss WebServices 2.0 - new custom built JAX-WS compliant WebServices
stack.
* JBoss Seam 1.1 - a powerful new application framework to build next
generation Web 2.0 applications by unifying and integrating popular
service oriented architecture (SOA) technologies
Submitted by: Nemo Liu <nemoliu gmail com>
PR: ports/110163
Repocopy by: marcus
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/110752
Submitted by: Nemo Liu <nemoliu@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The NetBeans IDE is a free, Open-Source Integrated Development Environment for software developers.
The IDE runs on many platforms including Windows, Linux, Solaris, and the MacOS.
It is easy to install and use straight out of the box. The NetBeans IDE provides developers
with all the tools they need to create professional cross-platform desktop, enterprise,
web and mobile applications.
PR: 110372
Submitted by: Nemo Liu<nemoliu@gmail.com>
Repocopy by: marcus
|
|
|
|
|
|
|
|
|
|
|
|
| |
The NetBeans IDE is a free, Open-Source Integrated Development Environment for software developers.
The IDE runs on many platforms including Windows, Linux, Solaris, and the MacOS.
It is easy to install and use straight out of the box. The NetBeans IDE provides
developers with all the tools they need to create professional cross-platform
desktop, enterprise, web and mobile applications.
PR: 110373
Submitted by: Nemo Liu<nemoliu@gmail.com>
Repocopy by: marcus
|
|
|
|
|
| |
PR: 110169
Submitted by: gabor
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
|
|
|
| |
by running the time zone updater with -bc. See:
http://sunsolve.sun.com/search/document.do?assetkey=1-26-102836-1
. Bump PORTREVISION.
|
|
|
|
| |
Found by: pointyhat, time zone updates
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-10 korean/gau: Broken on all supported versions of FreeBSD
2007-03-10 lang/cyclone: Broken on all supported versions of FreeBSD
2007-03-01 lang/pike70: Please use pike72
2007-03-10 misc/lile: Broken on all supported versions of FreeBSD
2007-03-10 misc/muuz: Broken on all supported versions of FreeBSD
2007-03-10 misc/xdf: Broken on all supported versions of FreeBSD
2007-03-10 net/telnetx: Broken on all supported versions of FreeBSD
2007-03-01 sysutils/diskmark: Makes no sense on FreeBSD > 4.x. Use glabel(8) instead
2007-03-10 java/janosvm: Broken on all supported versions of FreeBSD
2007-03-10 korean/gau: Broken on all supported versions of FreeBSD
2007-03-10 lang/cyclone: Broken on all supported versions of FreeBSD
2007-03-01 lang/pike70: Please use pike72
2007-03-10 misc/lile: Broken on all supported versions of FreeBSD
2007-03-10 misc/muuz: Broken on all supported versions of FreeBSD
2007-03-10 misc/xdf: Broken on all supported versions of FreeBSD
2007-03-10 net/telnetx: Broken on all supported versions of FreeBSD
2007-03-01 sysutils/diskmark: Makes no sense on FreeBSD > 4.x. Use glabel(8) instead
|
|
|
|
|
| |
PR: 109891
Submitted by: Marcelo Araujo <araujo@bsdmail.org>
|
|
|
|
|
| |
2006-12-01 java/linux-ibm-jdk13: Vulnerabilities in the browser plugin
2006-12-01 java/linux-ibm-jdk14: Vulnerabilities in the browser plugin
|
|
|
|
|
|
| |
environment variable.
PR: 110049
|
|
|
|
|
|
| |
we _don't_ want to check for linprocfs in a jail.
PR: 110019
|
| |
|
|
|
|
| |
. Clean up old zoneinfo files after tzupdater has run.
|
| |
|
|
|
|
|
| |
uses hacks to compile libXm.a with PIC objects, which means trying to
statically link with it breaks the build on amd64.
|
|
|
|
| |
data created by the update tool.
|
| |
|
| |
|
|
|
|
|
| |
Reported by: Portsnap buildbox <cperciva@freebsd.org>
Pointy hat to: glewis
|