aboutsummaryrefslogtreecommitdiff
path: root/polish/libgadu
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* polish: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Aleksander Fafula <alex@BSDGuru.org> * Aleksander Fafula <alex@bsdguru.org> * Jacek Pelka <jacek@combit.com.pl> * Maciek Korzen <eaquer@ceti.pl> * Pawel Pekala <c0rn@o2.pl> * Piotr Smyrak <smyru@heron.pl> and * Thierry Thomas <thierry@pompo.net> * smyru@heron.pl * wtp@bsdguru.org With hat: portmgr
* devel/protobuf-c: Bump PORTREVISION of dependent portsDon Lewis2021-05-311-0/+1
| | | | | | Bump the PORTREVISION of ports that use protobuf-c and bake in the value of PROTOBUF_C_VERSION*. Sponsored by: Farsight Security, Inc.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Return pawel@'s ports to the pool after he resigned.Rene Ladan2018-02-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=462871
* - Update to version 1.12.2Pawel Pekala2017-01-273-5/+5
| | | | | | | - New homepage Notes: svn path=/head/; revision=432554
* Switch to GnuTLS for secure connections, it's upstream firstPawel Pekala2016-12-052-26/+4
| | | | | | | | | choice. Also newer polish/kadu (version >= 3.0, soon to be committed) have documented problems with connecting to GaduGadu servers when using OpenSSL. Notes: svn path=/head/; revision=427920
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-1/+0
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* polish/libgadu: Handle missing SSLv3 method for LibreSSLJohn Marino2016-09-112-1/+15
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421876
* 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
* - Add LICENSE_FILEDmitry Marakasov2016-03-151-4/+2
| | | | | | | | | | - Remove unneeded USES=tar:tbz2 (noop with USE_GITHUB) - Switch to USES=localbase Approved by: portmgr blanket Notes: svn path=/head/; revision=411179
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.Mathieu Arnold2016-03-081-2/+2
| | | | | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268 Notes: svn path=/head/; revision=410613
* Switch to options helperPawel Pekala2015-12-111-6/+2
| | | | Notes: svn path=/head/; revision=403570
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.Bryan Drewery2015-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested. Notes: svn path=/head/; revision=384932
* Convert to new USE_GITHUBPawel Pekala2015-04-042-3/+2
| | | | Notes: svn path=/head/; revision=383207
* - Update to version 1.12.1Pawel Pekala2015-01-012-11/+6
| | | | | | | - Use pathfix to fix pkgconfigdir Notes: svn path=/head/; revision=375914
* Convert to USES=autoreconfPawel Pekala2014-09-261-4/+1
| | | | Notes: svn path=/head/; revision=369333
* devel/protobuf-c: update to 1.0.1William Grzybowski2014-08-161-0/+1
| | | | | | | | | | | | | - Bump port revision due to shlib change - Add DOCS option - Pass maintainership to submitter PR: 192175 Submitted by: truckman Approved by: maintainer Notes: svn path=/head/; revision=365134
* Update to version 1.12.0Pawel Pekala2014-06-182-4/+10
| | | | Notes: svn path=/head/; revision=358298
* - Update to version 1.11.4, development switched to githubPawel Pekala2014-05-292-16/+19
| | | | | | | - Convert to USES=libtool, options helpers Notes: svn path=/head/; revision=355731
* Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-runBaptiste Daroussin2013-09-241-1/+0
| | | | | | | Exp-run by: bdrewery Notes: svn path=/head/; revision=328096
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | polish) Notes: svn path=/head/; revision=327761
* Eliminate USE_GNOME=pkgconfig from polishBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=325970
* - Change secondary category to net-im [1]Pawel Pekala2013-01-241-6/+3
| | | | | | | | | | | - Improve COMMENT - Trim Makefile header PR: ports/171434 [1] Suggested by: tcb <tcberner@gmail.com> [1] Notes: svn path=/head/; revision=310936
* - Update to version 1.11.2Pawel Pekala2012-06-232-4/+3
| | | | | | | - Remove OPENSSL option description (use global one) Notes: svn path=/head/; revision=299822
* Convert my ports to optionsNGPawel Pekala2012-06-071-4/+6
| | | | Notes: svn path=/head/; revision=298711
* Update to version 1.11.1Pawel Pekala2012-01-182-3/+3
| | | | Notes: svn path=/head/; revision=289410
* - update to version 0.11.0Pawel Pekala2011-08-242-9/+9
| | | | | | | | | | | | - take maintainership - fix indentation PR: ports/160068 Submitted by: me Approved by: miwi,wen (mentors implicit) Notes: svn path=/head/; revision=280364
* - Update to 1.10.1Wen Heping2011-03-152-5/+6
| | | | | | | | PR: ports/155551 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer) Notes: svn path=/head/; revision=270917
* - Update to 1.9.0Sylvio Cesar Teixeira2010-05-162-8/+9
| | | | | | | | PR: ports/146497 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer) Notes: svn path=/head/; revision=254462
* Update to 1.9.0-rc2Max Brazhnikov2010-02-182-6/+7
| | | | | | | | | PR: ports/144014 Submitted by: Marcin Wisnicki (maintainer) Feature safe: yes Notes: svn path=/head/; revision=250044
* Enable pthread to fix crash in KopeteMax Brazhnikov2009-03-151-1/+2
| | | | | | | | | PR: 132087 Submitted by: Bartosz Fabianowski <freebsd at chillt.de> Approved by: Marcin Wisnicki (maintainer) Notes: svn path=/head/; revision=230165
* - Update to 1.8.2Martin Wilke2008-11-082-4/+4
| | | | | | | | PR: 128523 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer) Notes: svn path=/head/; revision=222565
* Assign to new maintainer.Mark Linimon2008-09-051-1/+1
| | | | Notes: svn path=/head/; revision=219874
* Reset alex@bsdguru.org due to maintainer-timeouts and no response to email.Mark Linimon2008-09-031-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=219705
* - Update to 1.8.1.Felippe de Meirelles Motta2008-07-262-5/+4
| | | | | | | | | PR: ports/125471 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> Approved by: gabor (mentor, implicit), maintainer timeout (>2 weeks) Notes: svn path=/head/; revision=217610
* - Fix SSL bug and unbreak polish/gnugadu2 too.Felippe de Meirelles Motta2008-05-171-3/+14
| | | | | | | | | PR: ports/122394 Submitted by: "Aleksander Fafula" <aleksander.fafula@gmail.com> Approved by: araujo (mentor), maintainer timeout (> 2 weeks) Notes: svn path=/head/; revision=213199
* - Upgrade to 1.8.0.Felippe de Meirelles Motta2008-03-254-12/+19
| | | | | | | | | | | | | | - Use PLIST_FILES and remove pkg-plist. - Fix WWW in pkg-descr. - Add SSL support. PR: ports/121303 Submitted by: Aleksander Fafula <alex@fafula.com> (maintainer) Reviewed by: Marcin Wisnicki <mwisnicki@gmail.com> Approved by: gabor (mentor), Aleksander Fafula <alex@fafula.com> (maintainer) Notes: svn path=/head/; revision=209803
* Update to 1.7.1Ion-Mihai Tetcu2007-06-102-4/+4
| | | | | | | | PR: ports/113223 Submitted by: Jan Srzednicki (maintainer) Notes: svn path=/head/; revision=193180
* - Update to 1.7.0Rong-En Fan2007-02-244-37/+9
| | | | | | | | | PR: ports/108989 Submitted by: Marcin Wisnicki <mwisnicki+freebsd at gmail.com> Approved by: maintainer via irc Notes: svn path=/head/; revision=185780
* - Add conflict with older versions of ekg to prevent overwrite of libgadu.so.Ion-Mihai Tetcu2006-07-282-6/+30
| | | | | | | | | | | | | | | - hacked Makefile to install correct files instead of playing with them in post-install stage. Added file(s): - files/patch-Makefile.in PR: ports/99727 Submitted by: Marcin Wisnicki Approved by: maintainer timeout Notes: svn path=/head/; revision=168974
* Remove USE_REINPLACE from all categories starting with PEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162206
* Disable OpenSSL support. This is not a big deal since gadugadu serversJoe Marcus Clarke2006-04-021-1/+2
| | | | | | | | | | | | | do not currently support SSL. See https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1424846&group_id=235 for more details. PR: 93689 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Approved by: maintainer Notes: svn path=/head/; revision=158609
* A library used by many Instant Messangers that can communicate using thePav Lucistnik2006-01-154-0/+42
Gadu-Gadu protocol. PR: ports/91675 Submitted by: Aleksander Fafula <alex@bsdguru.org> Notes: svn path=/head/; revision=153559