Commit graph

1529 commits

Author SHA1 Message Date
Kris Kennaway
f78bb3abde Switch over NOT_FOR_ARCHS to ONLY_FOR_ARCHS=i386 since the configure
script does not seem to allow anything else.

Approved by:    portmgr (self)
2005-03-26 20:31:39 +00:00
Kris Kennaway
b919d86778 BROKEN: Incorrect pkg-plist
Approved by:    portmgr (self)
2005-03-26 20:29:49 +00:00
Kris Kennaway
11b32e61d2 BROKEN: Unfetchable
Approved by:    portmgr (self)
2005-03-26 20:15:05 +00:00
Kris Kennaway
0a64cde632 BROKEN: Unfetchable
Approved by:    portmgr (self)
2005-03-26 19:46:20 +00:00
Kris Kennaway
654d5b9628 BROKEN: Size mismatch
Approved by:    portmgr (kris)
2005-03-26 07:08:21 +00:00
Kris Kennaway
e0e7cc9d88 BROKEN: Size mismatch
Approved by:	portmgr (kris)
2005-03-26 07:02:24 +00:00
Mikhail Teterin
e1463c2f89 Upgrade from 1.7.0 to 1.7.1. The former is no longer available on the
vendor's site.

Approved by:	portmgr	(kris)
2005-03-25 00:59:41 +00:00
Greg Lewis
3e5f30ab66 . Fix a typo that results in an undefined reference (sizof -> sizeof).
PR:		77725
Submitted by:	Anthony Ginepro <anthony.ginepro@laposte.net>
2005-03-21 05:49:33 +00:00
Greg Lewis
760bd5c4bb . Fix a performance issue by using the correct INTERRUPTIBLE_NORESTART
macro.  This will be in patchset 2.

PR:		77162
Submitted by:	phantom
2005-03-21 05:48:04 +00:00
Archie Cobbs
db5bbcfd50 Update to version 1.4.0. 2005-03-21 02:27:56 +00:00
Archie Cobbs
0eeb561272 Update to version 0.14. 2005-03-21 02:27:48 +00:00
Herve Quiroz
17963408e4 - Install Sun Code Conventions sample file [1]
- Disable jikes

PR:		78229 [1]
Submitted by:	Daniel Grund <daniel@dgrund.de> [1]
Approved by:	maintainer timeout
2005-03-20 14:38:06 +00:00
Kirill Ponomarev
732588f89d Remove hardcoded WRKDIR.
Proposed by:	des
2005-03-19 19:00:27 +00:00
Alex Dupre
13e1379905 Unbreak: fix dependency and add a master site. 2005-03-16 15:39:14 +00:00
Wes Peters
71af1d1be7 v4all visual editor toolkit for eclipse.
Supports graphic editing of user interfaces for Swing and SWT.
2005-03-14 05:41:18 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Roman Bogorodskiy
ba8c695480 Change maintainer's e-mail.
PR:	78669
Submitted by:	maintainer
Approved by:	krion (mentor)
2005-03-10 17:24:59 +00:00
Trevor Johnson
e66743b7d5 Respect the user's USE_LINUX setting. 2005-03-01 21:51:48 +00:00
Volker Stolz
2e7c78f174 - Update to 1.1 (which means we need to bump PORTEPOCH because we must have
been sleeping when we imported 1.06). Since 'jasmin' now uses 'ant',
   Java 1.2+ is required, although you still might get away with 1.1 if you
   build it by hand.
- Add secondary category 'lang'

PR:		ports/78068
Approved by:	maintainer, hq
2005-03-01 21:29:29 +00:00
Archie Cobbs
8121ec3a81 Update project home page. 2005-02-28 01:08:32 +00:00
Herve Quiroz
35306eaa39 - Move WITH_EXTRAS knob explanation in pre-extract
- Move some useful information into PKGMESSAGE
- ECHO -> ECHO_MSG

PR:		77983
Submitted by:	maintainer
2005-02-24 02:11:11 +00:00
Archie Cobbs
2b3e4df23c Upgrade to version 1.3.2. 2005-02-23 15:34:14 +00:00
Herve Quiroz
c79c04ae1f - Update to version 2005.02.17
- Add WITH_EXTRAS knob to include source code examples
- Improve pkg-descr

PR:		77796
Submitted by:	maintainer
2005-02-21 00:58:30 +00:00
Herve Quiroz
4313297a0c MX4J is a project to build an Open Source implementation of the
Java(TM) Management Extensions (JMX) and of the JMX Remote API
(JSR 160) specifications, and to build tools relating to JMX.

JMX is an optional package for J2SE that provides a standard
way to manage applications. It can also be used to wrap legacy
systems and provide a standard interface to the outside world,
enabling the development of web services. JMX allows developers
to write more modular and loosely coupled system components and
reduce the complexity of large, interoperating systems.

WWW: http://mx4j.sourceforge.net

PR:		77642
Submitted by:	filippo@widestore.net
2005-02-20 23:01:02 +00:00
Herve Quiroz
dce0f466da Add 'devel' category 2005-02-19 00:54:43 +00:00
Greg Lewis
1ca853b76c . Since this is a 1.5 VM, reference the native 1.5 port, not the native
1.4 port.
2005-02-18 23:19:40 +00:00
Greg Lewis
8a40390bb7 . Update to 1.5.0_01.
. Since the Makefile does a registervm, do the correct
  registervm/unregistervm dance in the packing list or we get stuck
  with a registered non-existent VM when the package is deinstalled.
2005-02-18 23:18:31 +00:00
Greg Lewis
8feb88e6e0 . Move the invocation of unregistervm to the top of the packing list.
This ensures that this command is run before the files in the package
  are deleted (which is necessary for it to correctly delete the symbolic
  links created by registervm).

Approved by:	phantom (maintainer)
2005-02-18 17:21:52 +00:00
Herve Quiroz
78613323a4 - Update to bsd.java.mk 2.0
- Minor cosmetic improvement
2005-02-18 15:23:34 +00:00
Greg Lewis
e09d999d99 . Move the invocation of unregistervm to the top of the packing list.
This ensures that this command is run before the files in the package
  are deleted (which is necessary for it to correctly delete the symbolic
  links created by registervm).
2005-02-17 20:56:32 +00:00
Greg Lewis
1c9b9b269f . Move the invocation of unregistervm to the top of the packing list.
This ensures that this command is run before the files in the package
  are deleted (which is necessary for it to correctly delete the symbolic
  links created by registervm).
2005-02-17 19:57:59 +00:00
Greg Lewis
6253055c55 . Move the invocation of unregistervm to the top of the packing list.
This ensures that this command is run before the files in the package
  are deleted (which is necessary for it to correctly delete the symbolic
  links created by registervm).
2005-02-17 19:41:13 +00:00
Greg Lewis
1d15db125a . Move the invocation of unregistervm to the top of the packing list.
This ensures that this command is run before the files in the package
  are deleted (which is necessary for it to correctly delete the symbolic
  links created by registervm).
2005-02-17 19:32:02 +00:00
Herve Quiroz
0be226e7de - Change maintainer address [1]
- Install in DOCSDIR [1]
- Use PORTDOCS to get rid of pkg-plist
- ECHO -> ECHO_MSG
- Bump PORTREVISION

PR:		77583 [1]
Submitted by:	maintainer [1]
Approved by:	maintainer
2005-02-17 19:21:00 +00:00
Herve Quiroz
8fe3431f51 - Update to bsd.java.mk 2.0
- Add 'databases' category
- Use ${JAVAJARDIR} and %%JAVAJARDIR%%
- CP -> INSTALL_DATA
- Honor hier(7): install docs in DOCSDIR and samples in EXAMPLESDIR
- Honor NOPORTDOCS
- Minor cosmetic improvements
- Bump PORTREVISION
2005-02-17 18:41:09 +00:00
Herve Quiroz
91f785b086 Update to bsd.java.mk 2.0 2005-02-17 18:08:05 +00:00
Greg Lewis
5f64f10a76 . Sort. 2005-02-17 01:45:03 +00:00
Greg Lewis
ef7cb8d5fa . Move the invocation of unregistervm to the top of the packing list.
This ensures that this command is run before the files in the package
  are deleted (which is necessary for it to correctly delete the symbolic
  links created by registervm).

  This fixes the packing list failures seen on pointyhat.
2005-02-17 01:43:48 +00:00
Greg Lewis
8ad8853ee7 . Update to 1.4.2_07. 2005-02-16 18:30:44 +00:00
Herve Quiroz
67da479e96 Pass maintainership
PR:		77547
Submitted by:	Parv <parv@pair.com> (former maintainer)
Approved by:	Michael C. Shultz <reso3w83@verizon.net> (new maintainer)
2005-02-15 17:19:23 +00:00
Anders Nordby
61734a78a8 Add drexelsnmp, another Java SNMP package.
Sponsored by:	University of Tromsø & University of Bergen
2005-02-15 14:50:09 +00:00
Herve Quiroz
7a0f42581e - Update to bsd.java.mk 2.0
- ECHO_CMD -> ECHO_MSG
2005-02-13 21:28:05 +00:00
Herve Quiroz
b042dbd5c5 - Update to bsd.java.mk 2.0
- Add 'devel' category
- Use DATADIR=${JAVASHAREDIR}/${PORTNAME}
- Use %%JAVAJARDIR%% and %%DATADIR%% in pkg-plist
- CP -> INSTALL_DATA
2005-02-13 21:20:52 +00:00
Mark Linimon
09721c15a9 With portmgr hat on, reset maintainership of these ports. Maintainer's
old email address bounces, and he has not been responsive to email on the
only other one we have for him.

These ports are now available for adoption.

Come back coop, we miss ya ...
2005-02-13 18:28:23 +00:00
Herve Quiroz
2da7276ad9 - Update to bsd.java.mk 2.0 (and use JAVA_OS=native)
- Unbreak on 5.3+ [1]
- JAVALIBDIR -> JDKLIBDIR (JAVALIBDIR is used for something else)
- portlint: fix COMMENT length
- Use PKGNAMESUFFIX to allow multiple instances with different JDKs

Submitted by:	mat [1] (via IRC)
2005-02-09 18:02:19 +00:00
Herve Quiroz
e555ff2c0d Update to 3.0.1.03
PR:		77126
Submitted by:	maintainer
2005-02-06 16:35:21 +00:00
Norikatsu Shigemura
5076a012a5 Update to 3.0.1. 2005-02-06 15:35:30 +00:00
Norikatsu Shigemura
a33a957d91 Remove some uninstall files, and bump PORTREVISION. 2005-02-06 15:29:56 +00:00
Mikhail Teterin
2d7f0ec7c5 This is a port of 'JE', or Berkeley DB Java Edition -- a pure Java
implementation of "db". See:

	http://www.sleepycat.com/products/je.shtml

for more information.
2005-02-05 00:26:57 +00:00
Greg Lewis
13a8bd96d8 . Update to 3.5.
PR:		77102
Submitted by:	Dave Glowacki <dglo@icecube.wisc.edu> (maintainer)
2005-02-04 17:02:08 +00:00