Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Changes: 2019.07.16 ---------- Extractors + [asiancrush] Add support for yuyutv.com, midnightpulp.com and cocoro.tv (#21281, #21290) * [kaltura] Check source format URL (#21290) * [ctsnews] Fix YouTube embeds extraction (#21678) + [einthusan] Add support for einthusan.com (#21748, #21775) + [youtube] Add support for invidious.mastodon.host (#21777) + [gfycat] Extend URL regular expression (#21779, #21780) * [youtube] Restrict is_live extraction (#21782) 2019.07.14 ---------- Extractors * [porn91] Fix extraction (#21312) + [yandexmusic] Extract track number and disk number (#21421) + [yandexmusic] Add support for multi disk albums (#21420, #21421) * [lynda] Handle missing subtitles (#20490, #20513) + [youtube] Add more invidious instances to URL regular expression (#21694) * [twitter] Improve uploader id extraction (#21705) * [spankbang] Fix and improve metadata extraction * [spankbang] Fix extraction (#21763, #21764) + [dlive] Add support for dlive.tv (#18080) + [livejournal] Add support for livejournal.com (#21526) * [roosterteeth] Fix free episode extraction (#16094) * [dbtv] Fix extraction * [bellator] Fix extraction - [rudo] Remove extractor (#18430, #18474) * [facebook] Fallback to twitter:image meta for thumbnail extraction (#21224) * [bleacherreport] Fix Bleacher Report CMS extraction * [espn] Fix fivethirtyeight.com extraction * [5tv] Relax video URL regular expression and support https URLs * [youtube] Fix is_live extraction (#21734) * [youtube] Fix authentication (#11270) |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
Makefile | ||
pkglocate | ||
README |
$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge Exp $ pkgsrc is a framework for building software on UNIX-like systems. To use, bootstrap using: cd pkgsrc/bootstrap/ ./bootstrap build packages, use: cd pkgsrc/category/package-name $PREFIX/bin/bmake install Where $PREFIX is where you've chosen to install packages (typically /usr/pkg) Bugs and patches can be filed in the following link (use category 'pkg'): https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd To fetch the main CVS repository: cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc It's also possible to contribute through pkgsrc wip (work in progress), for more information, see http://pkgsrc.org/wip/users/ Please see doc/pkgsrc.txt for information.