Commit graph

5 commits

Author SHA1 Message Date
Jason Unovitch
3647465a25 mail/james: security update 2.3.1 -> 2.3.2.1; while here fix all the things
- Add LICENSE and LICENSE_FILE
- Add NO_ARCH
- Fix PID_FILE using an undefined variable (resulting PID was /var/run/.pid)
- Fix .include lines post staging support
- Actually use the version number from PLIST_SUB in pkg-plist
- Overhaul rc script
  - Add PROVIDE/REQUIRE/KEYWORD to header
  - Remove "geronimo" references from when the port was originally copied
  - Remove %%JAMES_VERSION%% in rc variable names. Every port version bump
    in the past came with a POLA issue as james231_enable=YES would now
    have to be james2321_enable=YES. Provide a shim to translate the old
    variable names and provide a warning to update rc.conf syntax.
  - Match start routine to embedded start-up script (which enables stop
    command to work without a java.lang.IllegalThreadStateException)
  - Add working status routine
  - Standardize indentation

PR:		203461
Security:	CVE-2015-7611
Security:	be3069c9-67e7-11e5-9909-002590263bf5
MFH:		2015Q4
2015-10-04 21:26:09 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Martin Wilke
18872bb1bb The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure
Java SMTP and POP3 Mail server and NNTP News server. We have designed James
to be a complete and portable enterprise mail engine solution based on
currently available open protocols.

James is also a mail application platform. We have developed a Java API to
let you write Java code to process emails that we call the mailet API. A
mailet can generate an automatic reply, update a database, prevent spam,
build a message archive, or whatever you can imagine. A matcher determines
whether your mailet should process an email in the server. The James project
hosts the Mailet API, and James provides an implementation of this mail appli
-cation platform API.

James is based upon the Apache Avalon application framework, formerly a
product of the Apache Avalon project.

WWW: http://james.apache.org/

PR:		ports/111041
Submitted by:	Nemo Liu <nemoliu at gmail.com>
2007-04-09 20:44:47 +00:00