notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: net-p2p/ctorrent/Makefile
SVNWeb

Number of commits found: 27

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:ef8eaee7579a2e6598077d27c62d8a7af4434276  commit hash:ef8eaee7579a2e6598077d27c62d8a7af4434276  commit hash:ef8eaee7579a2e6598077d27c62d8a7af4434276  ef8eaee  (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 25 Jun 2020
[ 11:33 dinoex search for other commits by this committer ] Original commit   Revision:540385
- fix empty announce list
- fix empty path
PR:		247376
Submitted by:	Alexey Dokuchaev
Obtained from:	Gentoo

- fix mutiple peers behind same IP
Obtained from:	Timothy Palpant
Fri, 1 Mar 2019
[ 08:59 danfe search for other commits by this committer ] Original commit   Revision:494244
Use SourceForge's CDN by default, which is the preferred download mechanism
according to the project website; distfiles' contents and modification time
are identical regardless of the download location.
Mon, 9 Apr 2018
[ 22:17 dbaio search for other commits by this committer ] Original commit   Revision:466905
net-p2p/ctorrent: Add license

While here, add USES=ssl (qa warning).

Approved by:	portmgr (blanket)
Tue, 1 Sep 2015
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:395777 (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
- Switch to options helpers
- While here, add some NO_ARCHes

Approved by:	portmgr blanket
Fri, 21 Feb 2014
[ 13:38 ehaupt search for other commits by this committer ] Original commit   Revision:345426
Remove trailing whitespaces from category net-p2p
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Mon, 28 Oct 2013
[ 19:10 dinoex search for other commits by this committer ] Original commit   Revision:331891
- use STAGEDIR
Sat, 21 Sep 2013
[ 11:06 dinoex search for other commits by this committer ] Original commit   Revision:327804 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
- fix misplaced NO_STAGE in slaveports and ifdefs
Fri, 20 Sep 2013
[ 22:28 bapt search for other commits by this committer ] Original commit   Revision:327758 (Only the first 10 of 108 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
Tue, 11 Jun 2013
[ 04:44 dinoex search for other commits by this committer ] Original commit   Revision:320530
- fix negative int bug
- take maintainership
PR:		169283
Submitted by:	dinoex
Approved by:	flz
Obtained
from:	http://sourceforge.net/tracker/?func=detail&aid=3159066&group_id=202532&atid=981959
Mon, 22 Feb 2010
[ 19:02 flz search for other commits by this committer ] Original commit 
Daemonize ctorrent a bit later so you can use CTCS authentication.

Submitted by:   Andrey Zakharchenko
Feature safe:   yes
Thu, 29 Oct 2009
[ 14:20 flz search for other commits by this committer ] Original commit 
Fix stack-based buffer overflow (CVE-2009-1759).

PR:             ports/139635
Submitted by:   Eygene Ryabinkin
Security:       http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1759
Fri, 17 Jul 2009
[ 12:18 flz search for other commits by this committer ] Original commit 
Add pkg-message mentioning net-p2p/ctcs.

PR:             ports/136483
Submitted by:   Sébastien Santoro
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 21 Jun 2008
[ 12:41 flz search for other commits by this committer ] Original commit 
Update net-p2p/ctorrent to 3.3.2.
Fri, 2 May 2008
[ 09:26 flz search for other commits by this committer ] Original commit 
Update net-p2p/ctorrent to 3.3.1.

Reported by:            Jason Henson
Thu, 10 Apr 2008
[ 13:05 flz search for other commits by this committer ] Original commit 
Update net-p2p/ctorrent to 3.3.
Sat, 25 Aug 2007
[ 11:49 flz search for other commits by this committer ] Original commit 
Fix install after latest commit.

Reported by:    Zahemszky Gábor
Fri, 24 Aug 2007
[ 09:40 flz search for other commits by this committer ] Original commit 
Add UserGuide to the list of installed documentation files.

Suggested by:   John E Hein
Tue, 14 Aug 2007
[ 12:22 flz search for other commits by this committer ] Original commit 
Update to enhanced ctorrent 3.2.

PR:             ports/115386
Submitted by:   Jamie Jones <jamie@bishopston.net>
Tue, 9 Jan 2007
[ 02:31 flz search for other commits by this committer ] Original commit 
Update ctorrent to patchset 2.2.
Use the patchset version as PORTVERSION from now on since the upstream
maintainer is long gone.
Tue, 19 Sep 2006
[ 11:42 flz search for other commits by this committer ] Original commit 
Update to dnh patchset version 2.1.

Submitted by:   az
Mon, 20 Feb 2006
[ 13:59 flz search for other commits by this committer ] Original commit 
- Update to Enhanced CTorrent Patchset 2.

PR:             ports/92662
Submitted by:   Jeffrey H. Johnson <COE1704TKS@bellsouth.net>
Mon, 30 Jan 2006
[ 21:36 pav search for other commits by this committer ] Original commit  (Only the first 10 of 676 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 27