From owner-cvs-ports@FreeBSD.ORG Sun Feb 20 23:01:02 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CCFC16A4CE; Sun, 20 Feb 2005 23:01:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 722BE43D45; Sun, 20 Feb 2005 23:01:02 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1KN1211069034; Sun, 20 Feb 2005 23:01:02 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1KN12nq069033; Sun, 20 Feb 2005 23:01:02 GMT (envelope-from hq) Message-Id: <200502202301.j1KN12nq069033@repoman.freebsd.org> From: Herve Quiroz Date: Sun, 20 Feb 2005 23:01:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java Makefile ports/java/mx4j Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2005 23:01:02 -0000 hq 2005-02-20 23:01:02 UTC FreeBSD ports repository Modified files: java Makefile Added files: java/mx4j Makefile distinfo pkg-descr Log: 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 Revision Changes Path 1.154 +1 -0 ports/java/Makefile 1.1 +61 -0 ports/java/mx4j/Makefile (new) 1.1 +2 -0 ports/java/mx4j/distinfo (new) 1.1 +12 -0 ports/java/mx4j/pkg-descr (new)