aboutsummaryrefslogtreecommitdiff
path: root/misc/ipa_conv
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Fix MAINTAINERDmitry Marakasov2019-04-091-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=498479
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Reset maintainerErwin Lansing2015-08-191-1/+1
| | | | | | | | | | | | | | | <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 Notes: svn path=/head/; revision=394757
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <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 Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-08-161-3/+4
| | | | Notes: svn path=/head/; revision=365084
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-1/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363399
* - Stage supportMartin Wilke2014-02-031-4/+3
| | | | Notes: svn path=/head/; revision=342401
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* 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
* - Update to 1.1Martin Wilke2011-02-122-7/+5
| | | | | | | | PR: 154615 Submitted by: maintainer Notes: svn path=/head/; revision=269004
* IPA_CONV -- IPA accounting/database module for converting statisticsAlexander Logvinov2009-09-123-0/+47
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) Notes: svn path=/head/; revision=241260