Port details |
- eventum Eventum issue tracking system
- 2.2_1 www
=1 2.2_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Unmaintained, all www files wrongly belongs to www user.
This port expired on: 2018-03-07
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2005-07-19 20:44:56
- Last Update: 2018-03-09 06:54:51
- SVN Revision: 463933
- People watching this port, also watch:: cvsweb3
- License: not specified in port
- WWW:
- http://dev.mysql.com/downloads/other/eventum/
- Description:
- Eventum is a user-friendly and flexible issue tracking system
that can be used by a support department to track incoming
technical support requests, or by a software development team
to quickly organize tasks and bugs.
Wiki: http://eventum.mysql.org/wiki
WWW: http://dev.mysql.com/downloads/other/eventum/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: eventum
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (eventum-2.2.tar.gz) = 8a74a8803d649ce53a359b95fe69419b940746009f14158eb53e88af94b7897a
SIZE (eventum-2.2.tar.gz) = 2003819
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php56
- session.so : www/php56-session
- mysql.so : databases/php56-mysql
- gd.so : graphics/php56-gd
- gettext.so : devel/php56-gettext
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- cpe php:web
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2_1 09 Mar 2018 06:54:51 |
rene |
Remove expired ports:
2018-03-07 www/openxmldir: Unmaintained, all www files wrongly belongs to www
user.
2018-03-07 www/hastymail2: Unmaintained, all www files wrongly belongs to www
user.
2018-03-07 www/dalbum: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/iwebcal: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/impresscms: Unmaintained, all www files wrongly belongs to www
user.
2018-03-07 www/freeway: Unmaintained upstream, all www files wrongly belongs to
www user.
2018-03-07 www/xaraya: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/subsonic: Unmaintained, all www files wrongly belongs to www
user.
2018-03-07 www/phpwebapp: Unmaintained upstream, all www files wrongly belongs
to www user.
2018-03-07 www/hastymail: Unmaintained, all www files wrongly belongs to www
user.
2018-03-07 www/b2evolution: Unmaintained, all www files wrongly belongs to www
user.
2018-03-07 www/textpattern: Unmaintained, all www files wrongly belongs to www
user.
2018-03-07 www/eventum: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/quickie: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/jinzora: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/zen-cart: Unmaintained, no upstream, all www files wrongly
belongs to www user.
2018-03-07 www/bblog: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/extjs: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/geeklog: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/lilurl: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/zikula: Unmaintained, no upstream, all www files wrongly belongs
to www user.
2018-03-07 www/yii: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/phpmp: Unmaintained, all www files wrongly belongs to www user.
2018-03-07 www/lionwiki: Unmaintained, all www files wrongly belongs to www
user. |
2.2_1 07 Feb 2018 10:06:07 |
bapt |
Mark as deprecated ports providing webapps and setting ownership of the files
to the www user. This is a bad practice and should get cleaned out in the tree
For the maintained ports, their maintainer will be contacted soon |
2.2_1 16 Dec 2017 21:44:09 |
tz |
Add missing IGNORE_WITH_PHP for various PHP based ports.
In preparation of changing the PHP default version from 5.6
to 7.0 i found a number of ports not building with the new version
and all later versions.
Therefore i set IGNORE_WITH_PHP and notice all maintainer about
the change.
Approved by: portmgr (blanket) |
2.2_1 04 Oct 2017 11:29:15 |
bapt |
Convert to USES=php
While here convert some ports to optiosn helpers |
2.2_1 15 Sep 2016 01:41:28 |
swills |
Unmark broken on powerpc64
These ports built successfully |
2.2_1 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
2.2_1 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
2.2_1 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
2.2_1 17 May 2015 14:24:45 |
amdmi3 |
- Add CPE info
- Style fixes
- Modernize plist |
2.2_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.2_1 18 Nov 2014 09:37:33 |
bapt |
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work! |
2.2_1 13 Sep 2014 13:25:43 |
antoine |
- Allow staging as a regular user
- Bump portrevison as files were not packaged with intended owner |
2.2 05 Feb 2014 16:59:23 |
miwi |
- Stage support |
2.2 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.2 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- 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. |
2.2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.2 09 Mar 2009 18:37:10 |
miwi |
- Take over maintainership |
2.2 09 Feb 2009 22:54:56 |
miwi |
- Update to 2.47
Approved by: maintainer implicit |
2.1.1_1 06 Jun 2008 14:07:24 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
2.1.1 11 Jan 2008 00:07:02 |
miwi |
- Update to 2.1.1
Approved by: maintainer implicit |
2.1_1 07 Jan 2008 23:27:35 |
miwi |
- Oops added missing pre-install target to Makefile
- Bump PORTREVISION |
2.1 07 Jan 2008 23:13:38 |
miwi |
- Update to 2.1
Submitted by: farrokhi@ (maintainer) |
2.0.1 04 Sep 2007 08:57:15 |
pav |
- Stop printing removed pkg-message
Reported by: pointyhat
Pointy hat to: miwi |
2.0.1 05 Aug 2007 08:37:36 |
miwi |
- Update to 2.0.1
- Use WWWDIR
Approved by: maintainer implicit |
1.7.1_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.7.1_2 08 Nov 2006 09:28:33 |
farrokhi |
Change my email address to farrokhi@ in all ports that I maintain.
Approved by: miwi (mentor) |
1.7.1_2 17 Jun 2006 13:00:57 |
thierry |
Change user/group from apache to www.
PR: ports/98984
Submitted by: Thomas Abthorpe <thomas (at) goodking.ca>
Approved by: Babak Farrokhi <babak (at) farrokhi.net> (maintainer) |
1.7.1_1 12 Jun 2006 13:16:23 |
garga |
- Change installation dir to www/${PORTNAME}
- Bump PORTREVISION
PR: ports/98261
Submitted by: maintainer |
1.7.1 22 May 2006 22:05:39 |
pav |
- Fix plist after recent php changes
PR: ports/97317, ports/97319, ports/97320, ports/97321
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer) |
1.7.1 10 Apr 2006 17:22:54 |
jmelo |
- Update to 1.7.1.
PR: ports/95236
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer)
Approved by: mnag (mentor) |
1.7.0 15 Mar 2006 14:23:06 |
ehaupt |
Update WWW
PR: 94366
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: "Babak Farrokhi" <babak@farrokhi.net> (maintainer) |
1.7.0 07 Jan 2006 02:26:16 |
edwin |
maintainer update port www/eventum - add static plist
Using dynamic plist was a bad practice.
PR: ports/91397
Submitted by: Babak Farrokhi <babak@farrokhi.net> |
1.7.0 30 Dec 2005 18:41:31 |
pav |
- Update to 1.7.0
PR: ports/91090
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer) |
1.6.1 27 Dec 2005 21:28:05 |
edwin |
update port www/eventum - add tunables
PR: ports/90985
Submitted by: Babak Farrokhi <babak@farrokhi.net> |
1.6.1 13 Nov 2005 22:20:04 |
mnag |
Add SHA256
PR: 88954
Submitted by: maintainer |
1.6.1 04 Sep 2005 13:59:57 |
lawrance |
Update to 1.6.1
PR: ports/84387
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer) |
1.5.5 31 Jul 2005 10:39:11 |
pav |
- Update to 1.5.5
PR: ports/84297
Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer) |
1.5.4 19 Jul 2005 20:44:32 |
pav |
Eventum is a user-friendly and flexible issue tracking system
that can be used by a support department to track incoming
technical support requests, or by a software development team
to quickly organize tasks and bugs.
PR: ports/83690
Submitted by: Babak Farrokhi <babak@farrokhi.net> |