Commit graph

21 commits

Author SHA1 Message Date
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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)
2022-09-07 23:10:59 +02:00
Yuri Victorovich
837de389e1 audio/py-sounddevice: Update 0.4.4 -> 0.4.5
Reported by:	portscout
2022-09-03 23:12:10 -07:00
Yuri Victorovich
ec9d2f0016 audio/py-sounddevice: Update 0.4.3 -> 0.4.4
Reported by:	portscout
2022-01-14 00:29:37 -08:00
Yuri Victorovich
6127e3860c audio/py-sounddevice: Update 0.4.2 -> 0.4.3
Reported by:	portscout
2021-10-22 01:57:00 -07:00
Yuri Victorovich
1eef46469c audio/py-sounddevice: Update 0.4.1 -> 0.4.2
Reported by:	portscout
2021-08-08 17:13:46 -07:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Antoine Brodin
aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00
Yuri Victorovich
4fb1e988d9 audio/py-sounddevice: Update 0.4.0 -> 0.4.1
Reported by:	portscout
2020-10-02 02:39:50 +00:00
Yuri Victorovich
72712b2051 audio/py-sounddevice: Update 0.3.15 -> 0.4.0 2020-09-05 06:07:25 +00:00
Yuri Victorovich
03534bf596 audio/py-sounddevice: Update 0.3.14 -> 0.3.15
Reported by:	portscout
2020-03-21 09:04:51 +00:00
Yuri Victorovich
1c0f0a0ecb audio/py-sounddevice: Update 0.3.13 -> 0.3.14
Reported by:	portscout
2019-10-09 04:58:14 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Yuri Victorovich
5bfb3f6ecc audio/py-sounddevice: Update 0.3.12 -> 0.3.13
Reported by:	portscout
2019-03-01 01:33:48 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Yuri Victorovich
cc331ca2d4 audio/py-sounddevice: Update 0.3.11 -> 0.3.12
Reported by:	portscout
2018-09-03 05:23:06 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Yuri Victorovich
d71b0f5a99 audio/py-sounddevice: Update 0.3.10 -> 0.3.11
Reported by:	portscout
2018-05-08 16:19:13 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Yuri Victorovich
820c075bc0 New port: audio/py-sounddevice: Play and record sound through OSS in python programs
See usage examples here:
http://python-sounddevice.readthedocs.io/en/0.3.10/#usage

Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D14199
2018-02-04 22:33:06 +00:00