Port details |
- atslog Software for collecting and analyzing calls from different PBX models
- 2.1.1_8 comms
=5 2.1.1_8Version of this port present on the latest quarterly branch. - 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: 2006-12-27 15:15:13
- Last Update: 2021-04-06 14:31:13
- Commit Hash: 135fdee
- People watching this port, also watch:: mrtg, pstree, svn2cl, wget
- License: GPLv2
- Description:
- The ATSlog software provides a handy Web-oriented interface for collecting,
viewing and analyzing calls for various types of PBX (Private Branch eXchange)
models. At present, the program operates successfully with Panasonic, Samsung,
Hybrex, Siemens, LG, Ericsson, NEC and Alcatel PBX models.
WWW: http://www.atslog.com/en/about/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/comms/atslog/ && make install clean
- To add the package, run one of these commands:
- pkg install comms/atslog
- pkg install atslog
- PKGNAME: atslog
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (atslog-2.1.1.tar.gz) = dd184aeac7665b37d23f09a56ed91492af599f239e2e184eecf27aed45b43315
SIZE (atslog-2.1.1.tar.gz) = 595393
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-DBD-mysql>=0 : databases/p5-DBD-mysql
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-DBD-mysql>=0 : databases/p5-DBD-mysql
- php.h : lang/php74
- perl5>=5.32.r0<5.33 : lang/perl5.32
- gd.so : graphics/php74-gd
- mysqli.so : databases/php74-mysqli
- Library dependencies:
-
- libmysqlclient.so.20 : databases/mysql57-client
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for atslog-2.1.1_8:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
LIBWRAP=on: Enable TCP wrapper support
WWW=on: Install web interface
WWWGD=on: Graphic reports
====> Options available for the multi DB: you have to choose at least one of them
PGSQL=off: PostgreSQL database support
MYSQL=on: MySQL database support
===> Use 'make config' to modify these settings
- Options name:
- comms_atslog
- USES:
- perl5 shebangfix mysql php:web
- pkg-message:
- For install:
- To setup SQL tables for the ATSlog, please run:
/usr/local/share/atslog/sql/install-sql.pl /usr/local/etc/atslog.conf
Please edit /usr/local/etc/atslog.conf to suit your needs.
Don't forget to add atslogd_enable="YES" into your /etc/rc.conf.
To make ATSlog www interface available through your web site, I suggest
that you add something like the following to httpd.conf:
Alias /atslog/ "/usr/local/www/atslog/"
<Directory "/usr/local/www/atslog/">
Options none
AllowOverride Limit
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 .example.com
</Directory>
and then edit /usr/local/www/atslog/include/config.inc.php
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:13 2.1.1_8
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 2.1.1_8
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
13 Aug 2019 16:00:39
2.1.1_8
|
mat  |
Convert to UCL & cleanup pkg-message (categories a-c) |
08 Apr 2018 10:47:04
2.1.1_8
|
brnrd  |
comms/atslog: Convert to USES=php
Approved by: infrastructure modernization blanket |
25 Jul 2017 13:36:26
2.1.1_8
|
amdmi3  |
- Switch to options helpers
- Add LICENSE |
01 Dec 2016 11:18:04
2.1.1_8
|
mat  |
Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight |
15 Sep 2016 01:41:28
2.1.1_8
|
swills  |
Unmark broken on powerpc64
These ports built successfully |
21 Apr 2016 16:43:15
2.1.1_8
|
swills  |
many ports: mark broken on powerpc64 |
01 Apr 2016 13:29:17
2.1.1_8
|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
18 Feb 2016 03:29:17
2.1.1_8
|
miwi  |
- Switch to mysqli support |
25 Dec 2015 14:42:49
2.1.1_7
|
amdmi3  |
- Switch to options helpers |
17 Jun 2015 13:01:23
2.1.1_7
|
amdmi3  |
- Fix shebangs |
20 Oct 2014 09:31:34
2.1.1_6
|
bapt  |
Cleanup plist |
10 Sep 2014 14:17:07
2.1.1_6
|
antoine  |
- Allow staging as a regular user
- Shebangfix |
07 May 2014 23:37:53
2.1.1_5
|
bapt  |
Convert to USES=pgsql |
21 Apr 2014 21:18:46
2.1.1_5
|
adamw  |
Add two other manpages to plist.
Thanks to: swills |
20 Apr 2014 21:25:18
2.1.1_4
|
adamw  |
STAGE support. Corrected a typo in OPTIONS_DEFAULT, applied
PORTEXAMPLES to examples, use WWWDIR, use @sample. |
20 Sep 2013 16:03:29
2.1.1_3
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
02 Aug 2013 16:55:05
2.1.1_3
|
az  |
- Convert to new perl framework
- Trim Makefile header |
20 Feb 2013 17:52:46
2.1.1_3
|
bapt  |
Convert to new options framework |
20 Feb 2013 16:08:59
2.1.1_3
|
fluffy  |
- Reassign ports from avl@ back to pool at his request.
Submitted by: avl via IM
Approved by: avl via IM |
29 Jun 2012 16:25:01
2.1.1_3
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
25 Feb 2012 22:15:57
2.1.1_3
|
eadler  |
Remove quotes from BROKEN and IGNORE as they are not required
Approved by: maintainer timeout |
14 Jan 2012 08:57:23
2.1.1_3
|
dougb  |
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. |
20 Mar 2011 12:54:45
2.1.1_3
|
miwi  |
- Get Rid MD5 support |
19 Mar 2011 13:15:34
2.1.1_3
|
ale  |
Bump PORTREVISION for ports linking to default libmysqlclient. |
27 Mar 2010 00:15:24
2.1.1_2
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
28 May 2009 20:44:16
2.1.1_2
|
avl  |
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: tabthorpe (mentor) |
19 May 2007 20:32:57
2.1.1_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
21 Mar 2007 12:32:48
2.1.1_1
|
miwi  |
- PBX library fixes from svn
- Bump PORTREVISION
PR: 110575
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
06 Mar 2007 20:04:24
2.1.1
|
miwi  |
- Update to 2.1.1
PR: 109846
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
14 Feb 2007 11:00:13
2.1.0_1
|
miwi  |
- Fix pidfile check
- Bump PORTREVISION
PR: 109157
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Obtained from: developers svn |
28 Jan 2007 10:42:02
2.1.0
|
miwi  |
- Update to 2.1.0
PR: 108469
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
17 Jan 2007 20:44:09
2.0.0_1
|
miwi  |
- Fix php-mysql and php-pgsql dependencies
PR: ports/108035
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
16 Jan 2007 22:25:31
2.0.0
|
miwi  |
- Add patch |
16 Jan 2007 22:23:46
2.0.0
|
miwi  |
- Unbreak on 4.X
Submitted by: Alexander Logvinov <ports@logvinov.com> (talking on icq) |
11 Jan 2007 16:33:29
2.0.0
|
miwi  |
- Update to 2.0.0
PR: 107820
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
30 Dec 2006 04:38:03
2.0.0.p4_2
|
itetcu  |
- Patch to create logfile directory before starting atslogd.
- bump PORTREVISION
PR: ports/107344
Submitted by: Alexander Logvinov (maintainer) |
27 Dec 2006 23:44:07
2.0.0.p4_1
|
miwi  |
- Respect WITHOUT_WWW
- Fix pkg-plist
- Bump PORTREVISION
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
27 Dec 2006 15:14:32
2.0.0.p4
|
miwi  |
The ATSlog software provides a handy Web-oriented interface for collecting,
viewing and analyzing calls for various types of PBX (Private Branch eXchange)
models. At present, the program operates successfully with Panasonic, Samsung,
Hybrex, Siemens, LG, and Alcatel PBX models.
WWW: http://www.atslog.dp.ua/en/about/
PR: ports/107169
Submitted by: Alexander Logvinov <ports at logvinov.com> |