non port: net-mgmt/iftop/Makefile |
SVNWeb
|
Number of commits found: 21 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 43ac3e2 (Only the first 10 of 285 ports in this commit are shown above. )
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 10 Sep 2018
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Fri, 5 Feb 2016
|
[ 11:38 marino ]
net-mgmt/iftop: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
|
Tue, 24 Mar 2015
|
[ 18:19 marino ] (Only the first 10 of 20 ports in this commit are shown above. )
4 ports categories: Remove $PTHREAD_LIBS
Categories: www, ftp, net-im, net-mgmt
approved by: PTHREAD blanket
|
Sat, 31 Jan 2015
|
[ 08:36 vd ]
Upgrade net-mgmt/iftop from 0.17 to 1.0pre4
|
Fri, 21 Feb 2014
|
[ 15:53 ehaupt ]
Support staging
|
Fri, 20 Sep 2013
|
[ 22:24 bapt ] (Only the first 10 of 336 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
Thu, 11 May 2006
|
[ 22:49 edwin ] (Only the first 10 of 270 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with N
|
Tue, 21 Feb 2006
|
[ 10:19 vd ]
Update to 0.17:
* Added support for ppp interfaces on FreeBSD (and others using DLT_PPP)
* Added 802.1q VLAN support
* a lot of bugfixes
Approved by: garga (mentor)
|
Fri, 20 Jan 2006
|
[ 06:12 vd ] (Only the first 10 of 13 ports in this commit are shown above. )
Change my email address to the @FreeBSD one
Approved by: garga (mentor)
|
Wed, 8 Jun 2005
|
[ 11:59 jylefort ]
[1]:
- force iftop to use its netdb_1thread resolver, instead of the buggy "fork"
one which leaves 2 processes (holding /dev/bpf?) after exiting
- remove a stale entry from MASTER_SITES
- change comment and description to match iftop.spec
- pass maintainership to submitter
Moreover:
- fix the packing list when NOPORTDOCS is defined
- unsilence the install
- polish the Makefile
PR: ports/81830 [1]
Submitted by: Vasil Dimov <vd@datamax.bg> (new maintainer) [1]
|
Thu, 21 Apr 2005
|
[ 17:44 krion ] (Only the first 10 of 22 ports in this commit are shown above. )
Drop maintership.
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Sat, 20 Mar 2004
|
[ 18:28 krion ]
- Utilize PLIST_FILES
|
Thu, 4 Mar 2004
|
[ 14:03 krion ]
- Add more MASTER_SITES
Submitted by: bento via kris
|
Sun, 29 Feb 2004
|
[ 14:36 krion ]
- Update to version 0.16
|
Mon, 23 Feb 2004
|
[ 04:42 wollman ] (Only the first 10 of 907 ports in this commit are shown above. )
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
|
Number of commits found: 21 |