non port: net-p2p/gtk-gnutella/Makefile |
Number of commits found: 81 |
Wednesday, 1 Nov 2023
|
22:11 Rodrigo Osorio (rodrigo)
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
05f0f44 |
Thursday, 2 Mar 2023
|
05:23 Tobias C. Berner (tcberner)
accessibility/at-spi2-core: update to 2.46.0
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
---
fa81a4f |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:22 Tobias C. Berner (tcberner)
net-p2p: remove 'Created by' lines
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
ef8eaee |
Sunday, 10 Apr 2022
|
19:11 Charlie Li (vishwin)
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
d63665f |
Saturday, 26 Mar 2022
|
08:27 Matthias Fechner (mfechner)
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
247c7db |
Friday, 4 Mar 2022
|
16:46 Jason E. Hale (jhale) Author: Robert Clausecker
net-p2p/gtk-gnutella: Fix pkg-plist on arm
PR: 262333
MFH: 2022Q1
bbecc13 |
Sunday, 27 Feb 2022
|
17:54 Fernando Apesteguía (fernape)
net-p2p/gtk-gnutella: update to 1.2.2
Reported by: portscout
5abb49b |
Monday, 20 Dec 2021
|
01:56 Piotr Kubaj (pkubaj)
net-p2p/gtk-gnutella: fix packaging on powerpc*
===> 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.
ad34a61 |
Sunday, 10 Oct 2021
|
19:44 Baptiste Daroussin (bapt)
INSTALLS_ICONS: retire the macro and rework the related dependencies
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)
2c672a4 |
Wednesday, 15 Sep 2021
|
11:55 Alexey Dokuchaev (danfe)
net-p2p/gtk-gnutella: the port had been updated and improved (+)
- 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
9a32701 |
Saturday, 22 May 2021
|
02:13 Ben Woods (woodsb02)
*/*: Fix ENOTIME: return my ports to the pool
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.
95d52e5 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 9 Oct 2019
|
12:17 bapt
Drop the ipv6 virtual category for n* category as it is not relevant anymore
 |
Wednesday, 7 Aug 2019
|
22:18 woodsb02
net-p2p/gtk-gnutella: Update to 1.1.15
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
 |
Monday, 28 Jan 2019
|
03:06 woodsb02
net-p2p/gtk-gnutella: Update to 1.1.14
Changes this release:
http://gtk-gnutella.sourceforge.net/en/?page=news#news_83
PR: 234989
Submitted by: Jamie Landeg-Jones <jamie@catflap.org>
 |
03:05 woodsb02
net-p2p/gtk-gnutella: Pet portlint, MAKE_JOBS_SAFE
Using parallel make seems to work fine for this port.
 |
Sunday, 26 Aug 2018
|
08:07 delphij
net-p2p/gtk-gnutella: Do not call arc4random_stir or arc4random_addrandom.
PR: 230829, 230756
Approved by: portmgr (antoine)
 |
Sunday, 14 Jan 2018
|
01:59 woodsb02
net-p2p/gtk-gnutella: Update to 1.1.13
Changes this release:
http://gtk-gnutella.sourceforge.net/en/?page=news#news_82
http://gtk-gnutella.sourceforge.net/en/?page=news#news_81
 |
Sunday, 13 Nov 2016
|
05:02 woodsb02
net-p2p/gtk-gnutella: Update to 1.1.11
Changes this release:
http://gtk-gnutella.sourceforge.net/en/?page=news#news_80
Approved by: adamw (mentor, implicit)
 |
Wednesday, 2 Nov 2016
|
22:45 mat
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
 |
Friday, 30 Sep 2016
|
19:24 tijl
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
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)
 |
Tuesday, 6 Sep 2016
|
14:09 woodsb02
net-p2p/gtk-gnutella: Update to 1.1.10
- 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
 |
Monday, 9 May 2016
|
20:46 woodsb02
Update the maintainer email address for the ports I
maintain to woodsb02@FreeBSD.org
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6278
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 27 Mar 2016
|
14:58 tijl
- Update security/gnutls to 3.4.10.
- 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)
 |
Saturday, 12 Mar 2016
|
13:58 rakuco
Update to 1.1.9.
Changes: http://gtk-gnutella.sourceforge.net/en/?page=news#news_78
PR: 207819
Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer)
 |
Wednesday, 3 Feb 2016
|
06:30 pi
net-p2p/gtk-gnutella: 1.1.6 -> 1.1.8
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)
 |
Tuesday, 12 Jan 2016
|
16:20 amdmi3
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
 |
Tuesday, 24 Nov 2015
|
22:41 pawel
- Update to version 1.1.6 [1]
- Convert to USES=localbase
PR: 204722 [1]
Submitted by: maintainer [1]
 |
Wednesday, 14 Oct 2015
|
13:55 mat
Update to 1.1.5
PR: 203731
Changes: http://gtk-gnutella.sourceforge.net/en/?page=news#news_74
Submitted by: maintainer
Sponsored by: Absolight
 |
Wednesday, 23 Sep 2015
|
07:21 jbeich
net-p2p/gtk-gnutella: update to 1.1.4 [1]
- 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]
 |
Tuesday, 9 Jun 2015
|
14:32 marino
net-p2p/gtk-gnutella: new version is not jobs safe
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)
 |
Monday, 27 Apr 2015
|
12:38 adamw
- Update to 1.1.3.
- 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)
 |
Thursday, 26 Mar 2015
|
23:37 adamw
Update to 1.1.2, and pass maintainership to submitter (Ben Woods).
PR: 198916
Submitted by: Ben Woods
 |
Sunday, 21 Sep 2014
|
08:03 pawel
- Update to version 1.1.1 [1]
- Fix LIB_DEPENDS for DBUS option
PR: ports/193328 [1]
Submitted by: tkato432@yahoo.com
 |
Saturday, 9 Aug 2014
|
23:54 marino
net-p2p/gtk-gnutella: Upgrade version 1.0.1 => 1.1.0
PR: 191825
Submitted by: Ports Fury
 |
Wednesday, 23 Jul 2014
|
09:54 tijl
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- 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)
 |
Saturday, 5 Jul 2014
|
23:28 marino
net-p2p/gtk-gnutella: Support dragonFly (dports)
 |
Wednesday, 16 Apr 2014
|
18:28 zeising
The FreeBSD x11@ and graphics team proudly presents
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)
 |
Friday, 17 Jan 2014
|
14:43 miwi
- Update to 1.0.1
PR: 181890
Submitted by: port fury
 |
Friday, 20 Sep 2013
|
22:28 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
 |
Friday, 13 Sep 2013
|
01:21 marino
Add explicit dependency on pkgconf (10 ports)
Approved by: portmgr (bapt, implicit)
 |
Saturday, 3 Aug 2013
|
08:45 az
- Convert to new perl framework
- Trim Makefile header
 |
Friday, 26 Apr 2013
|
10:44 ak
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
 |
Friday, 8 Mar 2013
|
11:32 bapt
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
 |
Tuesday, 5 Feb 2013
|
16:17 novel
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
 |
Monday, 4 Feb 2013
|
08:47 araujo
- Update to version 0.98.4.
PR: ports/174202
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
 |
Thursday, 13 Dec 2012
|
08:54 bapt
Convert to new option framework
rename TLS to GNUTLS
 |
Tuesday, 4 Dec 2012
|
20:39 zi
- Reset MAINTAINER due to unrecoverable bounce
Reported by: portscout
Feature safe: yes
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Sunday, 5 Jun 2011
|
18:43 novel
Chase security/gnutls update and add an UPDATING entry.
 |
Tuesday, 5 Apr 2011
|
16:55 dhn
- Update to 0.96.9
PR: ports/156094
Submitted by: Jamie Landeg Jones <jamie@bishopston.net> (maintainer)
 |
Sunday, 17 Oct 2010
|
23:06 swills
- Update to 0.96.8
- Set maintainer to submitter due to maintainers email address bouncing
Submitted by: Jamie Landeg Jones <jamie@bishopston.net>
Approved by: wxs (mentor)
 |
Wednesday, 15 Sep 2010
|
18:35 ade
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
 |
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Sunday, 16 Aug 2009
|
18:04 novel
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
 |
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
 |
Sunday, 5 Apr 2009
|
09:16 miwi
- MAKE_JOBS_SAFE -> MAKE_JOBS_UNSAFE
Reported by: pavbot/maintainer
 |
Thursday, 2 Apr 2009
|
11:09 miwi
- Update to 0.96.6
PR: 133266
Submitted by: jonas sonntag <jonas@schiebtsich.net> (maintainer)
 |
Tuesday, 22 Jul 2008
|
13:45 rafan
- Update to 0.96.5
PR: ports/125864
Submitted by: Jonas Sonntag <jonas at schiebtsich.net> (maintainer)
 |
Friday, 6 Jun 2008
|
13:53 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Sunday, 23 Mar 2008
|
23:03 miwi
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
 |
Monday, 3 Mar 2008
|
11:57 novel
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
 |
Tuesday, 18 Dec 2007
|
00:25 miwi
- Update to 0.96.4
PR: 118420
Submitted by: Jonas Sonntag <jonas@schiebtsich.net> (maintainer)
 |
Wednesday, 17 Oct 2007
|
10:13 ade
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
 |
Sunday, 1 Jul 2007
|
08:56 novel
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Tuesday, 2 Jan 2007
|
08:54 novel
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
 |
Saturday, 30 Dec 2006
|
14:56 garga
Remove outdated MASTER_SITES
PR: ports/107094
Submitted by: Jonas Sonntag <jonas@schiebtsich.net> (maintainer)
 |
Thursday, 21 Dec 2006
|
21:43 miwi
- Add ipv6 category
PR: ports/106889
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Approved by: maintainer
 |
Monday, 27 Nov 2006
|
21:28 miwi
- Swap logic for X11 option
- Increase PORTREVISION so users notice the change
PR: ports/105913
Submitted by: Jonas Sonntag <jonas@schiebtsich.net> (maintainer)
 |
Friday, 17 Nov 2006
|
08:41 miwi
- Fix bug that would prevent FreeBSD nodes from uploading files (obtained from
Gtk-Gnutella SVN)
- Move from X11BASE to LOCALBASE
- New option to build without GUI
- Various readability changes to ./Configure options
- Update comments on configuration knobs
PR: ports/105576
Submitted by: Jonas Sonntag <jonas@schiebtsich.net> (maintainer)
 |
Sunday, 12 Nov 2006
|
19:41 miwi
- Update to 0.96.3
PR: ports/105373
Submitted by: Jonas Sonntag <jonas@schiebtsich.net> (maintainer)
 |
Tuesday, 31 Oct 2006
|
13:23 miwi
- Update to 0.96.2
PR: ports/104565
Submitted by: Jonas Sonntag <jonas@schiebtsich.net> (maintainer)
 |
Wednesday, 29 Mar 2006
|
12:14 pav
- Update to 0.96.1
PR: ports/93859
Submitted by: Jonas Sonntag <jonas@schiebtsich.net> (maintainer)
 |
Tuesday, 7 Mar 2006
|
08:28 ade
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
 |
Saturday, 11 Feb 2006
|
20:57 jylefort
- Update to 0.96
- Add NLS option
- Change default setting of TLS and IPV6 knobs to "on"
PR: ports/93196
Submitted by: maintainer
 |
Monday, 30 Jan 2006
|
21:36 pav
Populate newly create net-p2p category with these ports:
ftp/jigdo
net/amule1
net/amule2
net/apollon
net/azureus
net/bnbt
net/btpeer
net/btqueue
net/cdonkey
net/ctorrent
net/dcd
net/dclib
net/dctc
net/dctc-gui
net/dctc-gui-qt
net/edonkey-gui-gtk
net/edonkey-gui-gtk-urlslave
net/fcptools
net/fidelio
net/freenet
net/frost
net/giftcurs
net/giftoxic
net/giftui
net/gift
net/gift-fasttrack
net/gift-gnutella
net/gift-openft
net/gkrellm-gift
net/gnewtellium
net/gnome-btdownload
net/gnunet
net/gtkhx
net/gtk-gnutella
net/gtorrentviewer
net/hagelslag
net/hx
net/i2p
net/javadc
net/kmldonkey
net/ktorrent
net/libbt
net/liberator
net/libfreenet
net/libpdtp
net/libtorrent
net/limewire
net/linux-agsatellite
net/linux-edonkey-core
net/linux-edonkey-server
net/linux-jigdo
net/linux-overnet-core
net/minder
net/mldonkey
net/mldonkey-core
net/mldonkey-core-devel
net/mldonkey-devel
net/mldonkey-gui
net/mldonkey-gui-devel
net/mldonkey-perlreactor
net/mldonkey-sancho
net/mldonkey-serverspy
net/mldonkey-urlslave
net/mutella
net/mute-net
net/mute-net-gui
net/mute-net-text
net/napshare
net/nicotine
net/opendchub
net/peercast
net/phex
net/pyslsk
net/py-bittornado
net/py-bittornado-core
net/py-bittorrent
net/py-bittorrent-core
net/py-bittorrent-core-devel
net/py-bittorrent-devel
net/py-fngrab
net/py-kenosis
net/py-kenosis-bittorrent
net/py-py2play
net/p5-pdonkey
net/qtella
net/qtorrent
net/rtorrent
net/squall
net/torrentflux
net/torrentsniff
net/trackerbt
net/transmission
net/valknut
net/verlihub
net/verlihub-plugins
net/xmule
net/xnap
misc/ed2k
misc/edonkey-tool-hash
misc/linux-edonkey-tool-recovermet
Repocopies by: marcus
 |
Number of commits found: 81 |