aboutsummaryrefslogtreecommitdiff
path: root/java/javamail
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* java: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Alex Dupre <ale@FreeBSD.org> * Alex Semenyaka <alex@rinet.ru> * Alexander Yerenkow <yerenkow@gmail.com> * Anton Yudin (<contact@toha.org.ua>) * Anton Yudin <toha@toha.org.ua> * Benjamin Close <benjsc@FreeBSD.org> * Björn König <bkoenig@alpha-tierchen.de> * Conor McDermottroe <ports@mcdermottroe.com> * Danilo Egea Gondolfo <danilo@FreeBSD.org * Dave Glowacki <dglo@ssec.wisc.edu> * Ernst de Haan <znerd@FreeBSD.org> * Eugene Grosbein <ports@grosbein.net> * Filippo Natali <filippo@widestore.net> * Gerrit Beine <gerrit.beine@gmx.de> * Greg Lewis <glewis@FreeBSD.org> * Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> * Jason Helfman <jgh@FreeBSD.org> * Jeremy <karlj000@unbc.ca> * Johannes Dieterich <dieterich@ogolem.org> * Johannes Dieterich <jmd@FreeBSD.org> * Jonathan Chen <jonc@chen.org.nz> * Jose Marques * Jose Marques <noway@nohow.demon.co.uk> * Lapo Luchini <lapo@lapo.it> * Lev Serebryakov <lev@FreeBSD.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Matthew Dillon <dillon@backplane.com> * Maxim Sobolev <sobomax@FreeBSD.org> * Mikhail T. <mi@aldan.algebra.com> * Mikhail T. <michael@fun-box.ru> * Mikhail Teterin * Nicola Vitale <nivit@FreeBSD.org> * Nicola Vitale <nivit@email.it> * OISHI Masakuni <yamasa@bsdhouse.org> * OKAZAKI Tetsurou * Pedro Giffuni * Simeo Reig <reig.simeo@gmail.com> * Sutra Zhou <zhoushuqun@gmail.com> * Tom Judge <tj@FreeBSD.org> * Volker Stolz <vs@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * gldisater@gldis.ca * ijliao * jake@checker.org * jpbeconne * lon_kamikaze@gmx.de * mi * nordwick@xcf.berkeley.edu * nork@FreeBSD.org * olgeni@FreeBSD.org * rasputin * rfarmer@predatorlabs.net * rtdean@cytherianage.net * tux@pinguru.net With hat: portmgr
* java/javamail: restrict to java version 8Alex Dupre2022-05-041-1/+1
| | | | | | | | The Java Activation Framework (jaf), required to build javamail, was included in JRE 1.6, but later removed in JRE 11. PR: 263600 Submitted by: wcarson.bugzilla@disillusion.net
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 1.6.2 release.Alex Dupre2019-09-303-5/+27
| | | | Notes: svn path=/head/; revision=513389
* Fixup GH_TAGNAME usage, and minor cleanup.Mathieu Arnold2017-08-092-5/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=447632
* Update to 1.5.6 release.Alex Dupre2017-08-093-9/+11
| | | | | | | | PR: 220592 Submitted by: Gerrit Beine <mail+freebsd@gerritbeine.de> Notes: svn path=/head/; revision=447628
* - Add CPE infoDmitry Marakasov2015-05-111-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386052
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-051-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills) Notes: svn path=/head/; revision=360810
* Convert j* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347771
* Update to 1.5.1 release and stagify.Alex Dupre2014-01-213-26/+12
| | | | Notes: svn path=/head/; revision=340620
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | java) Notes: svn path=/head/; revision=327738
* - Fix fetchMartin Wilke2013-04-021-1/+1
| | | | | | | | Reported by: pointyhat Approved by: portmgr Notes: svn path=/head/; revision=315660
* Update to 1.4.7 release.Alex Dupre2013-03-122-3/+3
| | | | Notes: svn path=/head/; revision=313962
* Update to 1.4.6 release and pet portlint.Alex Dupre2013-02-112-12/+14
| | | | Notes: svn path=/head/; revision=312047
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* Update to 1.4.5 release.Alex Dupre2012-03-262-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293830
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Fix build with jdk 1.5. The resulting jar can be used also with jdk 1.4 (moduloAlex Dupre2011-02-181-1/+3
| | | | | | | | | SASL authentication), but must be built with 1.5+. Feature safe: yes Notes: svn path=/head/; revision=269319
* Take maintainership and add LICENSE.Alex Dupre2011-02-172-8/+10
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=269270
* Update javamail to 1.4.4 release, now open sourced!Alex Dupre2011-02-163-38/+33
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=269238
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* . Update to 1.4.3.Greg Lewis2009-12-212-10/+10
| | | | Notes: svn path=/head/; revision=246332
* Reset nemoliu due to maintainer-timeouts and no response to email.Mark Linimon2008-12-081-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=223984
* - Update to 1.4.1Pietro Cerutti2008-06-232-6/+5
| | | | | | | | | PR: 124206 Submitted by: yours truly Approved by: nemoliu (maintainer) Notes: svn path=/head/; revision=215597
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use my @FreeBSD.org address.Tong LIU2007-04-301-1/+1
| | | | | | | Approved by: delphij (mentor) Notes: svn path=/head/; revision=191183
* Update to 1.4.Xin LI2007-02-213-20/+23
| | | | | | | | Submitted by: Nemo LIU <nemoliu at gmail dot com> PR: ports/109233 Notes: svn path=/head/; revision=185644
* Allow package buildsKris Kennaway2006-09-031-1/+1
| | | | Notes: svn path=/head/; revision=172020
* SHA256ify (and sometimes SIZEify)Edwin Groothuis2006-01-301-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154796
* . Update to 1.3.3 (missed in the last commit somehow).Greg Lewis2005-10-141-2/+2
| | | | | | | | PR: 87375 Submitted by: Ronald Klop <ronald@cs.vu.nl> Notes: svn path=/head/; revision=145323
* . Update to 1.3.3.Greg Lewis2005-10-141-6/+6
| | | | | | | | PR: 87375 Submitted by: Ronald Klop <ronald@cs.vu.nl> Notes: svn path=/head/; revision=145322
* . No need for ${MKDIR} ${JAVAJARDIR}, its been automatically createdGreg Lewis2005-10-111-1/+0
| | | | | | | | | by mtree for more than 3 years now. Pointed out by: hq Notes: svn path=/head/; revision=144941
* . Update to 1.3.2 update.Greg Lewis2005-06-082-3/+4
| | | | | | | | PR: 82027 Submitted by: Hans Voogt <dehans@xs4all.nl> Notes: svn path=/head/; revision=137067
* . Update to 1.3.2.Greg Lewis2005-05-032-6/+5
| | | | | | | Submitted by: "DAIGU" <daigu@pop02.odn.ne.jp> Notes: svn path=/head/; revision=134566
* Fix DOWNLOAD_URL.Herve Quiroz2004-09-091-2/+2
| | | | | | | | Reported by: Ronald Klop <ronald-freebsd8@klop.yi.org> Approved by: portmgr, glewis (mentor) Notes: svn path=/head/; revision=118138
* - Fixed DISTNAME [1]Herve Quiroz2004-09-033-419/+46
| | | | | | | | | | | | | | | | | | | | | | - 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 <rainer@ultra-secure.de> [1] Reviewed by: glewis [2] Approved by: glewis (mentor) Notes: svn path=/head/; revision=117996
* Improved download URL to be more specific.Ernst de Haan2004-01-131-1/+1
| | | | Notes: svn path=/head/; revision=98118
* fix java/javamail: Fix pkg-plist of port java/javamail 1.3.1.Daichi GOTO2003-07-101-3/+4
| | | | | | | | | PR: 54275 Submitted by: Ronald Klop <ronald@cs.vu.nl> Pointed out by: "Sergey A. Osokin" <osa@freebsd.org> Notes: svn path=/head/; revision=84561
* update java/javamail: 1.3 -> 1.3.1Daichi GOTO2003-07-092-3/+3
| | | | | | | | PR: 54239 Submitted by: Ronald Klop <ronald@cs.vu.nl> Notes: svn path=/head/; revision=84501
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to the java/javamail port from version 1.2 to 1.3.Edwin Groothuis2002-11-073-350/+355
| | | | | | | | | | Changing maintainer to java@freebsd.org PR: ports/44558 Submitted by: Jose Marques <noway@nohow.demon.co.uk> Notes: svn path=/head/; revision=69666
* Cleaned things up here and there.Ernst de Haan2002-05-072-399/+406
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=58681
* Update to 1.2.Akinori MUSHA2001-09-034-91/+105
| | | | | | | | | PR: ports/29968 Submitted by: Jose Marques <noway@nohow.demon.co.uk> (MAINTAINER) (in Audit-Trail) Notes: svn path=/head/; revision=47388
* Update to 1.1.3.Akinori MUSHA2000-04-253-375/+380
| | | | | | | | PR: ports/17913 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=27999
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-4/+4
| | | | Notes: svn path=/head/; revision=27458
* Add $FreeBSD$ tag.Steve Price1999-11-011-1/+1
| | | | Notes: svn path=/head/; revision=22834
* Initial import of javamail version 1.1.2.Steve Price1999-11-015-0/+423
A set of abstract Java classes that model a mail system. PR: 13163 Submitted by: Jose Marques <noway@nohow.demon.co.uk> Notes: svn path=/head/; revision=22832