aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/gtk-gnutella
Commit message (Collapse)AuthorAgeFilesLines
* MANPREFIX: eleminate its usage and move man to share/manBaptiste Daroussin2024-01-092-3/+3
|
* */*: Update WWW to use HTTPS for sourceforge.net projectsRodrigo Osorio2023-11-011-1/+1
| | | | Homepage link is permanent redirected to its HTTPS counterpart
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's new in at-spi2-core 2.46.0: * Fix GetInterfaces documentation on org.a11y.atspi.Accessible interface. What's new in at-spi2-core 2.45.91: * Send device event controller events using the same signature as other events. * Document the Accessible, Action, and Cache dbus interfaces. * Fix license of atspi-gmain.c (#87). What's new in at-spi2-core 2.45.90: * xml: Add some documentation. * xml: Fix event arguments. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
* 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-p2p: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Alexander Botero-Lowry <alex@foxybanana.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Attila Nagy <bra@fsn.hu> * Chad J. Milios <milios@ccsys.com> * Damian Gerow <dgerow@afflictions.org> * Daniel Morante <daniel@morante.net> * Dave Cottlehuber <dch@skunkwerks.at> * Dereckson <dereckson@gmail.com> * Devin Teske <dteske@FreeBSD.org> * Dmitriy Limonov * Doug Barton <dougb@FreeBSD.org> * Emanuel Haupt <ehaupt@FreeBSD.org> * Florent Thoumie <flz@xbsd.org> * Ganael LAPLANCHE <ganael.laplanche@martymac.org> * Gea-Suan Lin <gslin@gslin.org> * Holger Lamm <holger@e-gitt.net> * Holger Lamm <holger@e-gitt.net> and Mario S F Ferreira <lioux@FreeBSD.org> * Jeremy Faulkner <gldisater@gldis.ca> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Martin Matuska <mm@FreeBSD.org> * Maxim Ignatenko <gelraen.ua@gmail.com> * Michael Johnson <ahze@ahze.net> * Munish Chopra <mchopra@engmail.uwaterloo.ca> * Oleg Alexeenkov <proler@gmail.com> * Oleg R. Muhutdinov <mor@WhiteLuna.com> * Pankov Pavel <pankov_p@mail.ru> * Pav Lucistnik <pav@oook.cz> * Rod Taylor <rbt@zort.on.ca> * Ryan Steinmetz <zi@FreeBSD.org> * Shaun Amott <shaun@FreeBSD.org> * Stas Timokhin <stast@bsdportal.ru> * Sverrir Valgeirsson <e96sv@yahoo.se> and * Tsung-Han Yeh <snowfly@yuntech.edu.tw> * Vasil Dimov <vd@FreeBSD.org> * Yashin Dmitry <yashin.dm@gmail.com> * glocke@bsdstammtisch.at With hat: portmgr
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-0/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* net-p2p/gtk-gnutella: Fix pkg-plist on armRobert Clausecker2022-03-041-1/+1
| | | | | PR: 262333 MFH: 2022Q1
* net-p2p/gtk-gnutella: update to 1.2.2Fernando Apesteguía2022-02-272-4/+4
| | | | Reported by: portscout
* net-p2p/gtk-gnutella: fix packaging on powerpc*Piotr Kubaj2021-12-201-1/+1
| | | | | | | | ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%DATADIR%%/powerpc-%%OPSYS%%/gtk-gnutella.nm ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: %%DATADIR%%/%%ARCH%%-%%OPSYS%%/gtk-gnutella.nm ===> Error: Plist issues found.
* net-p2p/gtk-gnutella: fix build on powerpc*Piotr Kubaj2021-10-271-0/+59
| | | | | | | | | Rename callframe to fix redefinition: memusage.c:538:8: error: redefinition of 'callframe' struct callframe { ^ /usr/include/machine/frame.h:88:8: note: previous definition is here struct callframe {
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* net-p2p/gtk-gnutella: the port had been updated and improved (+)Alexey Dokuchaev2021-09-153-11/+12
| | | | | | | | | | | | | | | | - Update to version 1.2.1, which now needs GNU make to build - Switch to SourceForge where official releases are published; this also means shorter distfile name, correctly preserved modification time, and alleviates the need for DISTVERSIONPREFIX abomination - Remove ONLY_FOR_ARCHS constraint: there should not be anything architecture-specific about server/client program for Gnutella, modulo some fragility in their custom memory allocator - Force previous (as in version 1.1.15) alignment value on i386 and likely other 32-bit architectures to unbreak the build there - Drop non-standard IRC line from the port description and improve creator's attribution while I'm here PR: 258276
* */*: Fix ENOTIME: return my ports to the poolBen Woods2021-05-221-1/+1
| | | | | Reset maintainership of my ports to ports@FreeBSD.org so others can step in to help where I haven't been able to find the time.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop the ipv6 virtual category for n* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514143
* net-p2p/gtk-gnutella: Update to 1.1.15Ben Woods2019-08-072-5/+6
| | | | | | | | | | Also change port to use GitHub as the new upstream repo Changes this release: https://github.com/gtk-gnutella/gtk-gnutella/blob/v1.1.15/ChangeLog Notes: svn path=/head/; revision=508353
* net-p2p/gtk-gnutella: Update to 1.1.14Ben Woods2019-01-282-5/+4
| | | | | | | | | | | Changes this release: http://gtk-gnutella.sourceforge.net/en/?page=news#news_83 PR: 234989 Submitted by: Jamie Landeg-Jones <jamie@catflap.org> Notes: svn path=/head/; revision=491449
* net-p2p/gtk-gnutella: Pet portlint, MAKE_JOBS_SAFEBen Woods2019-01-281-6/+5
| | | | | | | Using parallel make seems to work fine for this port. Notes: svn path=/head/; revision=491448
* net-p2p/gtk-gnutella: Do not call arc4random_stir or arc4random_addrandom.Xin LI2018-08-263-0/+27
| | | | | | | | PR: 230829, 230756 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=478105
* net-p2p/gtk-gnutella: Update to 1.1.13Ben Woods2018-01-143-5/+10
| | | | | | | | | Changes this release: http://gtk-gnutella.sourceforge.net/en/?page=news#news_82 http://gtk-gnutella.sourceforge.net/en/?page=news#news_81 Notes: svn path=/head/; revision=458950
* net-p2p/gtk-gnutella: Update to 1.1.11Ben Woods2016-11-132-4/+4
| | | | | | | | | | Changes this release: http://gtk-gnutella.sourceforge.net/en/?page=news#news_80 Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=426007
* Cleanup no longer needed CHMOD usage after r424898.Mathieu Arnold2016-11-021-3/+0
| | | | | | | | | | PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=425174
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=423014
* net-p2p/gtk-gnutella: Update to 1.1.10Ben Woods2016-09-064-49/+35
| | | | | | | | | | | - Add undeclared dependencies detected by qa-stage script - Move helper text from Makefile to pkg-help Approved by: adamw, mat (mentors) Differential Revision: https://reviews.freebsd.org/D7788 Notes: svn path=/head/; revision=421430
* Update the maintainer email address for the ports IBen Woods2016-05-091-1/+1
| | | | | | | | | | maintain to woodsb02@FreeBSD.org Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6278 Notes: svn path=/head/; revision=414892
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411990
* - Fix build on 9.xDmitry Marakasov2016-03-251-0/+11
| | | | | | | | PR: 208265 Submitted by: woodsb02@gmail.com (maintainer) Notes: svn path=/head/; revision=411844
* Update to 1.1.9.Raphael Kubo da Costa2016-03-123-3/+4
| | | | | | | | | | Changes: http://gtk-gnutella.sourceforge.net/en/?page=news#news_78 PR: 207819 Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer) Notes: svn path=/head/; revision=410883
* net-p2p/gtk-gnutella: 1.1.6 -> 1.1.8Kurt Jaeger2016-02-032-3/+3
| | | | | | | | | | | Changes: Many, especially from 1.1.6 -> 1.1.7 http://gtk-gnutella.sourceforge.net/en/?page=news#news_77 PR: 206777 Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer) Notes: svn path=/head/; revision=407944
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Update to version 1.1.6 [1]Pawel Pekala2015-11-242-7/+4
| | | | | | | | | | - Convert to USES=localbase PR: 204722 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=402381
* Update to 1.1.5Mathieu Arnold2015-10-142-3/+3
| | | | | | | | | | PR: 203731 Changes: http://gtk-gnutella.sourceforge.net/en/?page=news#news_74 Submitted by: maintainer Sponsored by: Absolight Notes: svn path=/head/; revision=399263
* net-p2p/gtk-gnutella: update to 1.1.4 [1]Jan Beich2015-09-233-14/+8
| | | | | | | | | | | - Convert to new option helpers Changes: http://gtk-gnutella.sourceforge.net/en/?page=news#news_73 PR: 203020 [1] Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer) [1] Notes: svn path=/head/; revision=397609
* net-p2p/gtk-gnutella: new version is not jobs safeJohn Marino2015-06-091-0/+2
| | | | | | | | | | | This failed two of the last three attempts in a multijob bulk bulld. It failed during linking (unknown symbol references) so probably the object files were still building at link time. Approved by: blanket (jobs safe) Notes: svn path=/head/; revision=388941
* - Update to 1.1.3.Adam Weinberger2015-04-273-8/+15
| | | | | | | | | | | | | - Remove perl5 dependency (see PR for details). - Strip as part of the install rather than post-install due to permission problems. - Mark as -jn safe PR: 199363 Submitted by: Ben Woods (maintainer) Notes: svn path=/head/; revision=384829
* Update to 1.1.2, and pass maintainership to submitter (Ben Woods).Adam Weinberger2015-03-262-4/+4
| | | | | | | | PR: 198916 Submitted by: Ben Woods Notes: svn path=/head/; revision=382358
* Cleanup plistAntoine Brodin2014-11-121-11/+0
| | | | Notes: svn path=/head/; revision=372503
* - Update to version 1.1.1 [1]Pawel Pekala2014-09-213-28/+32
| | | | | | | | | | - Fix LIB_DEPENDS for DBUS option PR: ports/193328 [1] Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=368722
* net-p2p/gtk-gnutella: Finish off de-hardcoding pkg-plistJohn Marino2014-08-231-1/+1
| | | | Notes: svn path=/head/; revision=365705
* net-p2p/gtk-gnutella: Upgrade version 1.0.1 => 1.1.0John Marino2014-08-093-49/+31
| | | | | | | | PR: 191825 Submitted by: Ports Fury Notes: svn path=/head/; revision=364487
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-231-1/+1
| | | | | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=362645
* net-p2p/gtk-gnutella: Support dragonFly (dports)John Marino2014-07-052-5/+4
| | | | Notes: svn path=/head/; revision=360841
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Update to 1.0.1Martin Wilke2014-01-175-62/+51
| | | | | | | | PR: 181890 Submitted by: port fury Notes: svn path=/head/; revision=340048
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [np]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331273
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-p2p) Notes: svn path=/head/; revision=327758
* Add explicit dependency on pkgconf (10 ports)John Marino2013-09-131-1/+1
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327124