Port details |
- ipa_conv IPA accounting/database module for converting statistics
- 1.1_3 misc =2 1.1_3Version 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: 2009-09-12 04:20:32
- Last Update: 2024-02-26 20:38:52
- Commit Hash: 4eab16b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://ipa-system.sourceforge.net/modules/ipa_conv/
- Description:
- IPA_CONV -- IPA accounting/database module for converting statistics
Main features:
- The module is designed for converting statistics;
- Statistics is converted according to custom plans, several plans
can be used at the same time;
- Each plan can have converting rules for months, days, week days and
time ranges;
- Statistics of one static rule can be converted and sent to another
static rule.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/misc/ipa_conv/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/ipa_conv
- pkg install ipa_conv
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ipa_conv
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ipa_conv-1.1.tar.bz2) = 2d972abe93ce6ca7a20ccc97de987579ae7417b74a8a323a2076bfea364bc327
SIZE (ipa_conv-1.1.tar.bz2) = 236925
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:
-
- ipa_mod.h : sysutils/ipa
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_ipa_conv
- USES:
- libtool tar:bzip2
- 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 |
1.1_3 26 Feb 2024 20:38:52 |
Muhammad Moinur Rahman (bofh) |
misc/ipa_conv: Moved man to share/man
Approved by: portmgr (blanket) |
1.1_2 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
1.1_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
1.1_2 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1_2 09 Apr 2019 16:56:19 |
amdmi3 |
- Fix MAINTAINER
Approved by: portmgr blanket |
1.1_2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.1_2 19 Aug 2015 08:12:20 |
erwin |
Reset maintainer
<simon@comsys.ntu-kpi.kiev.ua>: host mx.kpi.ua[77.47.128.136] said:
550-Verification failed for <indexbuild@FreeBSD.org> 550-Called:
8.8.178.115 550-Sent: RCPT TO:<indexbuild@FreeBSD.org> 550-Response:
554 5.7.1 Service unavailable; Unverified Client host [mail1.kpi.ua]
blocked using dbl.spamhaus.org;
http://www.spamhaus.org/query/dbl?domain=kpi.ua 550 From email address must
be valid (in reply to RCPT TO command)
Sponsored by: DK Hostmaster A/S |
1.1_2 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
1.1_1 16 Aug 2014 14:58:35 |
tijl |
Add USES=libtool and INSTALL_TARGET=install-strip |
1.1 29 Jul 2014 21:43:18 |
adamw |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
1.1 03 Feb 2014 09:43:31 |
miwi |
- Stage support |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
1.1 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. |
1.1 12 Feb 2011 18:00:50 |
miwi |
- Update to 1.1
PR: 154615
Submitted by: maintainer |
1.0 12 Sep 2009 04:20:06 |
avl |
IPA_CONV -- IPA accounting/database module for converting statistics
Main features:
- The module is designed for converting statistics;
- Statistics is converted according to custom plans, several plans
can be used at the same time;
- Each plan can have converting rules for months, days, week days and
time ranges;
- Statistics of one static rule can be converted and sent to another
static rule.
WWW: http://ipa-system.sourceforge.net/modules/ipa_conv/
- Andrey Simonenko
simon@comsys.ntu-kpi.kiev.ua
PR: ports/137203
Submitted by: Andrey Simonenko <simon AT comsys.ntu-kpi.kiev.ua>
Approved by: tabthorpe, glarkin (mentors, implicit) |