non port: net-p2p/vuze/Makefile |
Number of commits found: 60 |
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 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 |
Thursday, 2 Sep 2021
|
08:53 Bernhard Froehlich (decke)
net-p2p/vuze: Add CPE information
Approved by: portmgr (blanket)
6eeb04f |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 26 Nov 2019
|
21:46 jkim
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342
|
Friday, 8 Nov 2019
|
13:26 tobik
net-p2p: Add missing USES=gnome
|
Sunday, 6 Oct 2019
|
21:37 antoine
Fix dependencies
|
Monday, 30 Sep 2019
|
20:37 makc
net-p2p/vuze:
- Switch from x11-toolkits/swt-devel to x11-toolkits/swt, which is newer
than -devel variant.
PR: 219186
|
Wednesday, 1 Feb 2017
|
20:13 pawel
- Update to version 5.7.4.0
- Drop maintainership, I'm not using it anymore
- Remove antique minimal java version requirement
- Port is architecture neutral
|
Wednesday, 18 Jan 2017
|
13:20 tijl
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Friday, 21 Oct 2016
|
12:51 mat
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Wednesday, 13 Jan 2016
|
23:15 pawel
- Update to version 5.7.0.0
- Add LICENSE_FILE
|
Thursday, 5 Nov 2015
|
12:36 mat
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735
|
Wednesday, 19 Aug 2015
|
20:42 pawel
Update to version 5.6.2.0
|
Thursday, 18 Jun 2015
|
17:32 pawel
Update to version 5.6.1.2
|
Wednesday, 18 Mar 2015
|
19:43 pawel
Update to version 5.6.0.0
|
Wednesday, 24 Dec 2014
|
13:08 pawel
Update to version 5.5.0.0
|
Wednesday, 10 Sep 2014
|
20:50 gerald
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Saturday, 6 Sep 2014
|
15:55 pawel
Update to version 5.4.0.0
|
Saturday, 31 May 2014
|
16:37 ak
- Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine)
|
Wednesday, 19 Mar 2014
|
19:15 pawel
- Update to version 5.3.0.0
- Add LICENSE
PR: ports/187714
Submitted by: Radim Kolar <hsn@sanatana.dharma>
|
Monday, 10 Mar 2014
|
16:38 bapt
Convert n* to USES=zip
|
Sunday, 15 Dec 2013
|
13:27 pawel
Update to version 5.2.0.0
|
Sunday, 13 Oct 2013
|
15:22 pawel
Add support for STAGEDIR
|
Friday, 20 Sep 2013
|
22:28 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
|
Thursday, 12 Sep 2013
|
14:07 pawel
- Update to version 5.1.0.0
- Add patch removing use of SWT 3.8 API
- Remove options, vuze don't build with ancient swt anymore
Changes: http://blog.vuze.com/2013/08/14/vuze-5-1/
|
Wednesday, 22 May 2013
|
22:21 pawel
Update to version 5.0.0.0
|
Friday, 1 Mar 2013
|
15:44 pawel
Update to version 4.9.0.0
|
Wednesday, 23 Jan 2013
|
15:00 makc
Bump PORTREVISION after DESKTOP_ENTRIES update
|
Tuesday, 22 Jan 2013
|
23:13 makc
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category if missing
- Remove indefinite article and/or rephrase COMMENT
Approved by: portmgr (bapt), maintainer silence (12 days)
|
Wednesday, 19 Dec 2012
|
19:30 pawel
- Update to version 4.8.1.2 [1]
- Remove stale /bin/bash removal
Submitted by: Mikhail T. <mi@aldan.algebra.com> via email [1]
|
Monday, 10 Dec 2012
|
13:43 bapt
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3)
|
Sunday, 28 Oct 2012
|
16:17 pawel
- Update to version 4.8.0.0
- Take maintainership
- Remove out-of-date pkg-message
- Cleanup Makefile, remove unnecessary stuff - gecko bits, dos2unix
- Update homepage
Feature safe: yes
|
Tuesday, 16 Oct 2012
|
12:43 mi
Upgrade from 4.7.1.2 to 4.7.2.0. Add a patch to offer KOI8-U as
a valid filename-encoding.
Feature safe: yes
|
Sunday, 7 Oct 2012
|
00:42 linimon
Attempt to fix build on pointyhat-west.
|
Thursday, 4 Oct 2012
|
10:00 bapt
Convert to new options framework
|
Tuesday, 11 Sep 2012
|
06:14 mi
Upgrade from 4.7.0.2 to 4.7.1.2. Remove dependency on gecko -- does
not appear to be in any use...
|
Monday, 10 Sep 2012
|
19:19 beat
- Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
resulting package will change.
Submitted by: Jan Beich <jbeich@tormail.org>
With hat: gecko
|
Monday, 9 Jul 2012
|
02:33 mi
(Trivial) update from 4.7.0.0 to 4.7.0.2. Developers' changelog lists
minor improvements.
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Monday, 14 Nov 2011
|
05:35 mi
Update from "obsolete" 4.3.1.4 to the currently-latest 4.7.0.0.
Feature safe: yes
Approved by: portmgr (tabthorpe)
|
Saturday, 13 Aug 2011
|
07:40 crees
Fix fetch, but it could still do with an update.
PR: ports/159667
|
Tuesday, 2 Aug 2011
|
16:27 bapt
Mark BROKEN: Does not fetch
|
Tuesday, 5 Jul 2011
|
02:51 tabthorpe
- Reassign to the heap
|
Sunday, 8 Aug 2010
|
08:56 beat
- Bump PORTREVISION after libxul update
PR: ports/149044
Expr-run by: pav@
Approved by: portmgr (pav)
|
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Thursday, 11 Feb 2010
|
16:02 rnoland
Update to 4.3.1.4
|
Sunday, 7 Feb 2010
|
14:02 rnoland
Update to 4.3.1.2.
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Tuesday, 1 Dec 2009
|
21:05 rnoland
Update to 3.4.0.4
- Only support the libxul gecko backend now.
You will need to set the path to libxul in your
Options->Interface->Display section for browsing to work.
- Special hacks are no longer required for it to perform well.
|
Saturday, 22 Aug 2009
|
00:32 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with N
|
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
|
Friday, 10 Apr 2009
|
07:40 rnoland
Update to 4.2.0.2
|
Saturday, 7 Mar 2009
|
05:46 rnoland
Update to 4.1.0.4
|
Wednesday, 18 Feb 2009
|
21:18 rnoland
Update to 4.1.0.0
|
Sunday, 18 Jan 2009
|
06:33 rnoland
Fix build on amd64
Submitted by: Mikhail T. <mi@aldan.algebra.com>
Approved by: garga (mentor, implicit)
|
Monday, 22 Dec 2008
|
18:27 rnoland
Update to 4.0.0.4
Note that this may co-exist with 3.x versions of azureus
Approved by: garga (mentor)
|
17:43 rnoland
Forced commit after repocopy net-p2p/azureus -> net-p2p/vuze
Approved by: garga (mentor)
|
Number of commits found: 60 |