aboutsummaryrefslogtreecommitdiff
path: root/net-im/libstrophe
Commit message (Collapse)AuthorAgeFilesLines
* net-im/libstrophe: Update to 0.13.1Henrich Hartzer2024-04-102-4/+4
| | | | | PR: 278007 MFH: 2024Q2
* net-im/libstrophe: Update to 0.12.3Ashish SHUKLA2023-08-243-5/+6
|
* net-im/libstrophe: Use upstream release archive and improve portDaniel Engberg2022-09-252-11/+20
| | | | | | | | | | - Use upstream release archive as recommended in USE_GITHUB section in Porters Handbook - Add option to use libxml2 - Rearrange Makefile to follow Porters Handbook more closely PR: 266429 Reviewed by: ashish (maintainer)
* net-im/libstrope: Update to 0.12.2Ashish SHUKLA2022-09-153-6/+6
| | | | - Add dependency on GNU make
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* net-im/libstrophe: Take maintainershipAshish SHUKLA2022-03-301-1/+1
| | | | MFH: 2022Q1
* Drop maintainership on most of my portsTilman Keskinoz2021-11-111-1/+1
|
* net-im/libstrophe: update to 0.11.0Tilman Keskinoz2021-11-102-4/+4
| | | | Changelog: https://github.com/strophe/libstrophe/releases/tag/0.11.0
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.10.1Tilman Keskinoz2021-01-042-4/+4
| | | | Notes: svn path=/head/; revision=560310
* Update to 0.10.0Tilman Keskinoz2020-09-202-4/+4
| | | | Notes: svn path=/head/; revision=549117
* Update to 0.9.3Tilman Keskinoz2020-02-112-4/+4
| | | | Notes: svn path=/head/; revision=525791
* Update libstrophe to 0.9.2Tilman Keskinoz2018-03-092-5/+6
| | | | Notes: svn path=/head/; revision=463973
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Update to 0.9.1Tilman Keskinoz2016-09-284-317/+4
| | | | Notes: svn path=/head/; revision=422884
* Github cleanup.Mathieu Arnold2016-06-012-3/+3
| | | | | | | | | | | | - Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight Notes: svn path=/head/; revision=416242
* 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
* Update to 0.8.8Tilman Keskinoz2016-03-042-5/+4
| | | | Notes: svn path=/head/; revision=410129
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-0/+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
* Update ports in the n* categories to not use GH_COMMIT.Mathieu Arnold2015-05-072-5/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385640
* Use USES autoconfTilman Keskinoz2015-02-171-5/+1
| | | | | | | Submitted by: mat Notes: svn path=/head/; revision=379182
* Add port for libstrophe, an XMPP library for CTilman Keskinoz2015-02-176-0/+355
Parts of this port is based on work by fabianfreyer@github Notes: svn path=/head/; revision=379170