The FreeBSD Ports Archive
FreeBSD java : javamail4>
A Reference Implementation of JSR 919
The JavaMail API provides a platform-independent and protocol-independent
framework to build mail and messaging applications. The JavaMail API is
implemented as a Java platform optional package and is also available as
part of the Java platform, Enterprise Edition. All Java EE application
servers, including GlassFish, provide an implementation of the JavaMail
API. The JavaMail implementation in GlassFish is the source code from wh
-ich the JavaMail reference implementation is built. Many other applica
-tion servers use the same JavaMail reference implementation.
http://java.sun.com/products/javamail/
|
javamail history
v. 1.20
date: 2007/05/19 20:12:56; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.19
date: 2007/04/30 06:27:39; author: nemoliu; state: Exp; lines: +1 -1
Use my @FreeBSD.org address.
Approved by: delphij (mentor)
v. 1.18
date: 2007/02/21 17:43:33; author: delphij; state: Exp; lines: +11 -10
Update to 1.4.
Submitted by: Nemo LIU
PR: ports/109233
v. 1.17
date: 2006/09/03 06:12:58; author: kris; state: Exp; lines: +1 -1
Allow package builds
v. 1.16
date: 2005/10/14 01:08:30; author: glewis; state: Exp; lines: +6 -6
. Update to 1.3.3.
PR: 87375
Submitted by: Ronald Klop
v. 1.15
date: 2005/10/11 15:10:45; author: glewis; state: Exp; lines: +0 -1
. No need for ${MKDIR} ${JAVAJARDIR}, its been automatically created
by mtree for more than 3 years now.
Pointed out by: hq
v. 1.14
date: 2005/06/08 15:51:06; author: glewis; state: Exp; lines: +2 -1
. Update to 1.3.2 update.
PR: 82027
Submitted by: Hans Voogt
v. 1.13
date: 2005/05/03 17:55:01; author: glewis; state: Exp; lines: +3 -4
. Update to 1.3.2.
Submitted by: "DAIGU"
v. 1.12
date: 2004/09/09 18:38:25; author: hq; state: Exp; lines: +2 -2
Fix DOWNLOAD_URL.
Reported by: Ronald Klop
Approved by: portmgr, glewis (mentor)
v. 1.11
date: 2004/09/03 03:34:29; author: hq; state: Exp; lines: +44 -16
- Fixed DISTNAME [1]
- Use LOCALBASE rather than PREFIX in RUN_DEPENDS
- Now bsd.java.mk 2.0 compliant
- Use CPIO rather than CP
- Use JAVAJARDIR and JAVASHAREDIR
- Removed pkg-plist (use dynamic plist and PORTDOCS)
- Honor NOPORTDOCS
- Honor hier(7): documentation in DOCSDIR and examples in EXAMPLESDIR [2]
- Honor "best practices for a Java library" from Porter's handbook, Java
section: JARs in JAVAJARDIR. [2]
- SIZEify
- Added 'mail' category
PR: 71235 [1]
Submitted by: Rainer Duffner [1]
Reviewed by: glewis [2]
Approved by: glewis (mentor)
v. 1.10
date: 2004/01/13 22:33:36; author: znerd; state: Exp; lines: +1 -1
Improved download URL to be more specific.
v. 1.9
date: 2003/07/09 05:22:22; author: daichi; state: Exp; lines: +2 -2
update java/javamail: 1.3 -> 1.3.1
PR: 54239
Submitted by: Ronald Klop
v. 1.8
date: 2003/03/07 06:04:39; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.7
date: 2002/11/07 13:54:08; author: edwin; state: Exp; lines: +7 -7
Update to the java/javamail port from version 1.2 to 1.3.
Changing maintainer to java@freebsd.org
PR: ports/44558
Submitted by: Jose Marques
v. 1.6
date: 2002/05/07 22:30:54; author: znerd; state: Exp; lines: +16 -14
Cleaned things up here and there.
Switched to USE_JAVA. This fixes PR 35080.
Improved download URL. Changed do-install target a
little. Installing links to the actual JAR files in
${PREFIX}/share/java/classes. The actual JAR files
are now in ${PREFIX}/share/java/${PKGNAME}.
Bumped PORTREVISION.
PR: 35080
v. 1.5
date: 2001/09/03 18:36:33; author: knu; state: Exp; lines: +5 -6
Update to 1.2.
PR: ports/29968
Submitted by: Jose Marques (MAINTAINER)
(in Audit-Trail)
v. 1.4
date: 2000/04/25 15:22:49; author: knu; state: Exp; lines: +7 -5
Update to 1.1.3.
PR: ports/17913
Submitted by: Palle Girgensohn
v. 1.3
date: 2000/04/12 06:14:10; author: obrien; state: Exp; lines: +5 -5
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.2
date: 1999/11/01 04:26:05; author: steve; state: Exp; lines: +1 -1
Add $FreeBSD$ tag.
v. 1.1
date: 1999/11/01 04:22:56; author: steve; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/11/01 04:22:56; author: steve; state: Exp; lines: +0 -0
Initial import of javamail version 1.1.2.
A set of abstract Java classes that model a mail system.
PR: 13163
Submitted by: Jose Marques
=============================================================================
v. 1.20
date: 2007/05/19 20:12:56; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.19
date: 2007/04/30 06:27:39; author: nemoliu; state: Exp; lines: +1 -1
Use my @FreeBSD.org address.
Approved by: delphij (mentor)
v. 1.18
date: 2007/02/21 17:43:33; author: delphij; state: Exp; lines: +11 -10
Update to 1.4.
Submitted by: Nemo LIU
PR: ports/109233
v. 1.17
date: 2006/09/03 06:12:58; author: kris; state: Exp; lines: +1 -1
Allow package builds
v. 1.16
date: 2005/10/14 01:08:30; author: glewis; state: Exp; lines: +6 -6
. Update to 1.3.3.
PR: 87375
Submitted by: Ronald Klop
v. 1.15
date: 2005/10/11 15:10:45; author: glewis; state: Exp; lines: +0 -1
. No need for ${MKDIR} ${JAVAJARDIR}, its been automatically created
by mtree for more than 3 years now.
Pointed out by: hq
v. 1.14
date: 2005/06/08 15:51:06; author: glewis; state: Exp; lines: +2 -1
. Update to 1.3.2 update.
PR: 82027
Submitted by: Hans Voogt
v. 1.13
date: 2005/05/03 17:55:01; author: glewis; state: Exp; lines: +3 -4
. Update to 1.3.2.
Submitted by: "DAIGU"
v. 1.12
date: 2004/09/09 18:38:25; author: hq; state: Exp; lines: +2 -2
Fix DOWNLOAD_URL.
Reported by: Ronald Klop
Approved by: portmgr, glewis (mentor)
v. 1.11
date: 2004/09/03 03:34:29; author: hq; state: Exp; lines: +44 -16
- Fixed DISTNAME [1]
- Use LOCALBASE rather than PREFIX in RUN_DEPENDS
- Now bsd.java.mk 2.0 compliant
- Use CPIO rather than CP
- Use JAVAJARDIR and JAVASHAREDIR
- Removed pkg-plist (use dynamic plist and PORTDOCS)
- Honor NOPORTDOCS
- Honor hier(7): documentation in DOCSDIR and examples in EXAMPLESDIR [2]
- Honor "best practices for a Java library" from Porter's handbook, Java
section: JARs in JAVAJARDIR. [2]
- SIZEify
- Added 'mail' category
PR: 71235 [1]
Submitted by: Rainer Duffner [1]
Reviewed by: glewis [2]
Approved by: glewis (mentor)
v. 1.10
date: 2004/01/13 22:33:36; author: znerd; state: Exp; lines: +1 -1
Improved download URL to be more specific.
v. 1.9
date: 2003/07/09 05:22:22; author: daichi; state: Exp; lines: +2 -2
update java/javamail: 1.3 -> 1.3.1
PR: 54239
Submitted by: Ronald Klop
v. 1.8
date: 2003/03/07 06:04:39; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.7
date: 2002/11/07 13:54:08; author: edwin; state: Exp; lines: +7 -7
Update to the java/javamail port from version 1.2 to 1.3.
Changing maintainer to java@freebsd.org
PR: ports/44558
Submitted by: Jose Marques
v. 1.6
date: 2002/05/07 22:30:54; author: znerd; state: Exp; lines: +16 -14
Cleaned things up here and there.
Switched to USE_JAVA. This fixes PR 35080.
Improved download URL. Changed do-install target a
little. Installing links to the actual JAR files in
${PREFIX}/share/java/classes. The actual JAR files
are now in ${PREFIX}/share/java/${PKGNAME}.
Bumped PORTREVISION.
PR: 35080
v. 1.5
date: 2001/09/03 18:36:33; author: knu; state: Exp; lines: +5 -6
Update to 1.2.
PR: ports/29968
Submitted by: Jose Marques (MAINTAINER)
(in Audit-Trail)
v. 1.4
date: 2000/04/25 15:22:49; author: knu; state: Exp; lines: +7 -5
Update to 1.1.3.
PR: ports/17913
Submitted by: Palle Girgensohn
v. 1.3
date: 2000/04/12 06:14:10; author: obrien; state: Exp; lines: +5 -5
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.2
date: 1999/11/01 04:26:05; author: steve; state: Exp; lines: +1 -1
Add $FreeBSD$ tag.
v. 1.1
date: 1999/11/01 04:22:56; author: steve; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/11/01 04:22:56; author: steve; state: Exp; lines: +0 -0
Initial import of javamail version 1.1.2.
A set of abstract Java classes that model a mail system.
PR: 13163
Submitted by: Jose Marques
=============================================================================
v. 1.20
date: 2007/05/19 20:12:56; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.19
date: 2007/04/30 06:27:39; author: nemoliu; state: Exp; lines: +1 -1
Use my @FreeBSD.org address.
Approved by: delphij (mentor)
v. 1.18
date: 2007/02/21 17:43:33; author: delphij; state: Exp; lines: +11 -10
Update to 1.4.
Submitted by: Nemo LIU
PR: ports/109233
v. 1.17
date: 2006/09/03 06:12:58; author: kris; state: Exp; lines: +1 -1
Allow package builds
v. 1.16
date: 2005/10/14 01:08:30; author: glewis; state: Exp; lines: +6 -6
. Update to 1.3.3.
PR: 87375
Submitted by: Ronald Klop
v. 1.15
date: 2005/10/11 15:10:45; author: glewis; state: Exp; lines: +0 -1
. No need for ${MKDIR} ${JAVAJARDIR}, its been automatically created
by mtree for more than 3 years now.
Pointed out by: hq
v. 1.14
date: 2005/06/08 15:51:06; author: glewis; state: Exp; lines: +2 -1
. Update to 1.3.2 update.
PR: 82027
Submitted by: Hans Voogt
v. 1.13
date: 2005/05/03 17:55:01; author: glewis; state: Exp; lines: +3 -4
. Update to 1.3.2.
Submitted by: "DAIGU"
v. 1.12
date: 2004/09/09 18:38:25; author: hq; state: Exp; lines: +2 -2
Fix DOWNLOAD_URL.
Reported by: Ronald Klop
Approved by: portmgr, glewis (mentor)
v. 1.11
date: 2004/09/03 03:34:29; author: hq; state: Exp; lines: +44 -16
- Fixed DISTNAME [1]
- Use LOCALBASE rather than PREFIX in RUN_DEPENDS
- Now bsd.java.mk 2.0 compliant
- Use CPIO rather than CP
- Use JAVAJARDIR and JAVASHAREDIR
- Removed pkg-plist (use dynamic plist and PORTDOCS)
- Honor NOPORTDOCS
- Honor hier(7): documentation in DOCSDIR and examples in EXAMPLESDIR [2]
- Honor "best practices for a Java library" from Porter's handbook, Java
section: JARs in JAVAJARDIR. [2]
- SIZEify
- Added 'mail' category
PR: 71235 [1]
Submitted by: Rainer Duffner [1]
Reviewed by: glewis [2]
Approved by: glewis (mentor)
v. 1.10
date: 2004/01/13 22:33:36; author: znerd; state: Exp; lines: +1 -1
Improved download URL to be more specific.
v. 1.9
date: 2003/07/09 05:22:22; author: daichi; state: Exp; lines: +2 -2
update java/javamail: 1.3 -> 1.3.1
PR: 54239
Submitted by: Ronald Klop
v. 1.8
date: 2003/03/07 06:04:39; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.7
date: 2002/11/07 13:54:08; author: edwin; state: Exp; lines: +7 -7
Update to the java/javamail port from version 1.2 to 1.3.
Changing maintainer to java@freebsd.org
PR: ports/44558
Submitted by: Jose Marques
v. 1.6
date: 2002/05/07 22:30:54; author: znerd; state: Exp; lines: +16 -14
Cleaned things up here and there.
Switched to USE_JAVA. This fixes PR 35080.
Improved download URL. Changed do-install target a
little. Installing links to the actual JAR files in
${PREFIX}/share/java/classes. The actual JAR files
are now in ${PREFIX}/share/java/${PKGNAME}.
Bumped PORTREVISION.
PR: 35080
v. 1.5
date: 2001/09/03 18:36:33; author: knu; state: Exp; lines: +5 -6
Update to 1.2.
PR: ports/29968
Submitted by: Jose Marques (MAINTAINER)
(in Audit-Trail)
v. 1.4
date: 2000/04/25 15:22:49; author: knu; state: Exp; lines: +7 -5
Update to 1.1.3.
PR: ports/17913
Submitted by: Palle Girgensohn
v. 1.3
date: 2000/04/12 06:14:10; author: obrien; state: Exp; lines: +5 -5
Convert to the PORTNAME - PORTVERSION syntax.
v. 1.2
date: 1999/11/01 04:26:05; author: steve; state: Exp; lines: +1 -1
Add $FreeBSD$ tag.
v. 1.1
date: 1999/11/01 04:22:56; author: steve; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/11/01 04:22:56; author: steve; state: Exp; lines: +0 -0
Initial import of javamail version 1.1.2.
A set of abstract Java classes that model a mail system.
PR: 13163
Submitted by: Jose Marques
=============================================================================
|
| |

|