diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 23:06:12 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 23:10:59 +0200 |
commit | b7f05445c00f2625aa19b4154ebcbce5ed2daa52 (patch) | |
tree | c3b04fc0b07c55f849072e9b35e694f3d8ccf871 /multimedia | |
parent | graphics/tesseract: fix build when building from ports (diff) |
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)
Diffstat (limited to 'multimedia')
387 files changed, 387 insertions, 1 deletions
diff --git a/multimedia/Bento4/Makefile b/multimedia/Bento4/Makefile index 966f8d927700..628d33b0e100 100644 --- a/multimedia/Bento4/Makefile +++ b/multimedia/Bento4/Makefile @@ -7,6 +7,7 @@ CATEGORIES= multimedia devel MAINTAINER= rodrigo@FreeBSD.org COMMENT= Full-featured MP4 format and MPEG DASH library and tools +WWW= https://www.bento4.com LICENSE= GPLv2 diff --git a/multimedia/QtAV/Makefile b/multimedia/QtAV/Makefile index bb5cac8da2a0..bc557596cc98 100644 --- a/multimedia/QtAV/Makefile +++ b/multimedia/QtAV/Makefile @@ -10,6 +10,7 @@ PATCHFILES= 5abba7f0505e75fceabd4dd8992a7e02bb149d64.patch:-p1 MAINTAINER= kde@FreeBSD.org COMMENT= Cross-platform multimedia framwork based on Qt and ffmpeg +WWW= https://github.com/wang-bin/QtAV LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/lgpl-2.1.txt diff --git a/multimedia/ab-av1/Makefile b/multimedia/ab-av1/Makefile index d20b804e40ec..fa24da035d66 100644 --- a/multimedia/ab-av1/Makefile +++ b/multimedia/ab-av1/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= AV1 re-encoding using ffmpeg, svt-av1 & vmaf +WWW= https://github.com/alexheretic/ab-av1 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/ab25/Makefile b/multimedia/ab25/Makefile index baf2972292e1..c9ee5a3454ab 100644 --- a/multimedia/ab25/Makefile +++ b/multimedia/ab25/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= LOCAL/hrs MAINTAINER= ports@FreeBSD.org COMMENT= Utility for ARIB STD-B25 ECM handling in MPEG2-TS stream +WWW= http://www.marumo.ne.jp/db2012_2.htm #13 LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/licence.txt diff --git a/multimedia/aegisub/Makefile b/multimedia/aegisub/Makefile index 25b82cfe4d8c..ca33b1cef0e7 100644 --- a/multimedia/aegisub/Makefile +++ b/multimedia/aegisub/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= http://ftp.aegisub.org/pub/archives/releases/source/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform subtitle editor +WWW= http://www.aegisub.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENCE diff --git a/multimedia/aom/Makefile b/multimedia/aom/Makefile index 2b15c6a5b82f..7217ea86726c 100644 --- a/multimedia/aom/Makefile +++ b/multimedia/aom/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= AV1 reference encoder/decoder +WWW= https://aomedia.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/aravis/Makefile b/multimedia/aravis/Makefile index 72918fb3f851..9221e1c01c98 100644 --- a/multimedia/aravis/Makefile +++ b/multimedia/aravis/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= rozhuk.im@gmail.com COMMENT= Camera control and image acquisition viewer +WWW= https://github.com/AravisProject/aravis LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/arcan/Makefile b/multimedia/arcan/Makefile index c1ab323cd3c7..1de93d455cec 100644 --- a/multimedia/arcan/Makefile +++ b/multimedia/arcan/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= Display Server, Multimedia Framework, Game Engine +WWW= https://arcan-fe.com/ LICENSE= BSD3CLAUSE GPLv2+ LGPL21+ LICENSE_COMB= multi diff --git a/multimedia/aribb24/Makefile b/multimedia/aribb24/Makefile index cf51a8e44ffc..541e221c8416 100644 --- a/multimedia/aribb24/Makefile +++ b/multimedia/aribb24/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= driesm@FreeBSD.org COMMENT= ARIB STD-B24 library +WWW= https://github.com/nkoriyama/aribb24 LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/assimp/Makefile b/multimedia/assimp/Makefile index 1c3007e0f2a9..9b33df00d2fe 100644 --- a/multimedia/assimp/Makefile +++ b/multimedia/assimp/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= Library to import various 3D model formats in a uniform manner +WWW= https://www.assimp.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/atomicparsley/Makefile b/multimedia/atomicparsley/Makefile index 033dcf4ac7d4..38ef741a0a13 100644 --- a/multimedia/atomicparsley/Makefile +++ b/multimedia/atomicparsley/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= Command line program for reading parsing and setting MP4/M4A metadata +WWW= https://github.com/wez/atomicparsley LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index e6e72866968a..f44c83b8740d 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://distfiles.audacious-media-player.org/ MAINTAINER= madpilot@FreeBSD.org COMMENT= Plugins needed for audacious +WWW= https://audacious-media-player.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index 2098ea81482b..a0219a6c5323 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://distfiles.audacious-media-player.org/ MAINTAINER= madpilot@FreeBSD.org COMMENT= Lightweight and versatile audio player +WWW= https://audacious-media-player.org/ LICENSE= BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi diff --git a/multimedia/av1an/Makefile b/multimedia/av1an/Makefile index d66c06394bbd..12151a5c672e 100644 --- a/multimedia/av1an/Makefile +++ b/multimedia/av1an/Makefile @@ -8,6 +8,7 @@ PATCHFILES+= 2fc2ea51f2b6.patch:-p1 # https://github.com/master-of-zen/Av1an/pul MAINTAINER= jbeich@FreeBSD.org COMMENT= Command-line encoding framework with per scene quality +WWW= https://github.com/master-of-zen/Av1an LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile index fce6cadd6c26..5bf571ac3561 100644 --- a/multimedia/avidemux/Makefile +++ b/multimedia/avidemux/Makefile @@ -9,6 +9,7 @@ CATEGORIES= multimedia MAINTAINER= multimedia@FreeBSD.org COMMENT= Simple GUI based video editor +WWW= https://avidemux.org/ .include "${.CURDIR}/Makefile.common" diff --git a/multimedia/baka-mplayer/Makefile b/multimedia/baka-mplayer/Makefile index a9bafa0ef85b..89b436705731 100644 --- a/multimedia/baka-mplayer/Makefile +++ b/multimedia/baka-mplayer/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia audio MAINTAINER= jbeich@FreeBSD.org COMMENT= Qt 5 multimedia player based on libmpv +WWW= https://bakamplayer.u8sand.net/ LICENSE= GPLv2 diff --git a/multimedia/bcmatroska2/Makefile b/multimedia/bcmatroska2/Makefile index 99fb59cd6fd9..25312c1f5b68 100644 --- a/multimedia/bcmatroska2/Makefile +++ b/multimedia/bcmatroska2/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://www.linphone.org/releases/sources/bcmatroska2/ MAINTAINER= ports@FreeBSD.org COMMENT= Belledonne Communications Matroska media container support +WWW= https://www.linphone.org/ USES= cmake USE_LDCONFIG= yes diff --git a/multimedia/bino/Makefile b/multimedia/bino/Makefile index f7256f1c3a78..3440aab9b860 100644 --- a/multimedia/bino/Makefile +++ b/multimedia/bino/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://download.savannah.nongnu.org/releases/bino/ MAINTAINER= i@levsha.me COMMENT= 3D video player with multi-display support +WWW= https://bino3d.org LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/bitstream/Makefile b/multimedia/bitstream/Makefile index fb21d6bee388..eae9bce09e2e 100644 --- a/multimedia/bitstream/Makefile +++ b/multimedia/bitstream/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://get.videolan.org/bitstream/${PORTVERSION}/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Binary MPEG, DVB, IETF, etc. structures access library +WWW= https://www.videolan.org/developers/bitstream.html LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/blind/Makefile b/multimedia/blind/Makefile index 4ad20585d07d..456a49733d4f 100644 --- a/multimedia/blind/Makefile +++ b/multimedia/blind/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://dl.suckless.org/tools/ MAINTAINER= yuri@FreeBSD.org COMMENT= Collection of command line video editing utilities +WWW= https://tools.suckless.org/blind/ LICENSE= ISC LICENSE_GROUPS= FSF GPL OSI diff --git a/multimedia/bsdbktr_tvtune/Makefile b/multimedia/bsdbktr_tvtune/Makefile index 674bb01f2da2..6fbaa8ac6fa8 100644 --- a/multimedia/bsdbktr_tvtune/Makefile +++ b/multimedia/bsdbktr_tvtune/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://mina.naguib.ca/dist/ MAINTAINER= mina.website@naguib.ca COMMENT= Console Brooktree (bktr) TV tuner +WWW= https://web.archive.org/web/20050207003754/http://topfx.com/dist/bsdbktr_tvtune/ LICENSE= NONE diff --git a/multimedia/butt/Makefile b/multimedia/butt/Makefile index c8bb2e71caae..123c13992106 100644 --- a/multimedia/butt/Makefile +++ b/multimedia/butt/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= pi@FreeBSD.org COMMENT= Broadcast SHOUTcast and Icecast streams +WWW= https://danielnoethen.de/butt/ LICENSE= GPLv2 diff --git a/multimedia/camserv/Makefile b/multimedia/camserv/Makefile index a168c4b22895..c6193706794f 100644 --- a/multimedia/camserv/Makefile +++ b/multimedia/camserv/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= SF/cserv/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Free program to do streaming video via the web +WWW= http://cserv.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/celluloid/Makefile b/multimedia/celluloid/Makefile index 3deeed70de00..fe35db0f24e9 100644 --- a/multimedia/celluloid/Makefile +++ b/multimedia/celluloid/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= Simple GTK+ frontend for mpv +WWW= https://celluloid-player.github.io/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile index fbdfb8cb9511..47373ebf875f 100644 --- a/multimedia/cheese/Makefile +++ b/multimedia/cheese/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Photobooth-inspired app for taking pictures and videos from webcam +WWW= https://www.gnome.org/projects/cheese/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/chilitags/Makefile b/multimedia/chilitags/Makefile index 733da7eb4493..bf5475128b16 100644 --- a/multimedia/chilitags/Makefile +++ b/multimedia/chilitags/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= Robust fiducial markers for augmented reality and robotics +WWW= https://chili.epfl.ch/software LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/gpl.txt diff --git a/multimedia/cineencoder/Makefile b/multimedia/cineencoder/Makefile index 12f6562bcc4e..d18010cee2f0 100644 --- a/multimedia/cineencoder/Makefile +++ b/multimedia/cineencoder/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= danfe@FreeBSD.org COMMENT= HDR-aware multimedia file converter +WWW= https://github.com/CineEncoder/cine-encoder LICENSE= GPLv3 diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile index ec4a9760d445..2ed2ae93576e 100644 --- a/multimedia/clutter-gst/Makefile +++ b/multimedia/clutter-gst/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Clutter GStreamer integration +WWW= https://clutter-project.org/ LIB_DEPENDS= libclutter-1.0.so:graphics/clutter diff --git a/multimedia/clutter-gst3/Makefile b/multimedia/clutter-gst3/Makefile index b54153acadaa..e39b38ef0219 100644 --- a/multimedia/clutter-gst3/Makefile +++ b/multimedia/clutter-gst3/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Clutter GStreamer integration +WWW= https://clutter-project.org/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/cmrt/Makefile b/multimedia/cmrt/Makefile index 9f1d22f897eb..2b36caeca146 100644 --- a/multimedia/cmrt/Makefile +++ b/multimedia/cmrt/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= Legacy C for Metal Runtime +WWW= https://01.org/linuxmedia LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/cmrtlib/Makefile b/multimedia/cmrtlib/Makefile index b9771b21aa58..916a269f1578 100644 --- a/multimedia/cmrtlib/Makefile +++ b/multimedia/cmrtlib/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= C for Metal Runtime +WWW= https://01.org/intel-media-for-linux LICENSE= MIT LICENSE_FILE= ${WRKSRC:H}/LICENSE.md diff --git a/multimedia/cx88/Makefile b/multimedia/cx88/Makefile index 596fad089763..c6a83a082826 100644 --- a/multimedia/cx88/Makefile +++ b/multimedia/cx88/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://corona.homeunix.net/distfiles/ports/cx88/ MAINTAINER= jah@FreeBSD.org COMMENT= Drivers for Conexant CX23880x-based PCI(e) TV/radio capture cards +WWW= https://corona.homeunix.net/cx88wiki LICENSE= BSD2CLAUSE diff --git a/multimedia/dav1d/Makefile b/multimedia/dav1d/Makefile index 3691370505a4..97553bc2f3b6 100644 --- a/multimedia/dav1d/Makefile +++ b/multimedia/dav1d/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= Small and fast AV1 decoder +WWW= https://code.videolan.org/videolan/dav1d LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/deforaos-player/Makefile b/multimedia/deforaos-player/Makefile index 29d39adf45a6..dc9d6293b7e5 100644 --- a/multimedia/deforaos-player/Makefile +++ b/multimedia/deforaos-player/Makefile @@ -8,6 +8,7 @@ DISTNAME= Player-${PORTVERSION} MAINTAINER= olivier@FreeBSD.org COMMENT= DeforaOS desktop media player +WWW= https://www.defora.org/ LICENSE= GPLv3 diff --git a/multimedia/dirac/Makefile b/multimedia/dirac/Makefile index 5f666440e189..07fd5a7e754c 100644 --- a/multimedia/dirac/Makefile +++ b/multimedia/dirac/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-codec/Dirac-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= Open source video codec from the BBC +WWW= http://dirac.sourceforge.net/ GNU_CONFIGURE= yes USES= gmake libtool pathfix shebangfix diff --git a/multimedia/dragon/Makefile b/multimedia/dragon/Makefile index 9134477af9b5..e663a4a939d8 100644 --- a/multimedia/dragon/Makefile +++ b/multimedia/dragon/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -player MAINTAINER= kde@FreeBSD.org COMMENT= KDE multimedia player with a focus on simplicity +WWW= https://www.kde.org/applications/multimedia/dragonplayer/ LICENSE= GPLv2 diff --git a/multimedia/dtv-scan-tables/Makefile b/multimedia/dtv-scan-tables/Makefile index e3b80624823e..11c00d54180b 100644 --- a/multimedia/dtv-scan-tables/Makefile +++ b/multimedia/dtv-scan-tables/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= LOCAL/decke MAINTAINER= decke@FreeBSD.org COMMENT= Digital TV scan tables from linuxtv.org +WWW= https://linuxtv.org/ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi diff --git a/multimedia/dv2sub/Makefile b/multimedia/dv2sub/Makefile index 6bf9bf4a9093..0076fc40808f 100644 --- a/multimedia/dv2sub/Makefile +++ b/multimedia/dv2sub/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= oz@nixil.net COMMENT= Extracts info or subtitles from DV stream +WWW= http://dv2sub.sourceforge.net/ LIB_DEPENDS= libdv.so:multimedia/libdv diff --git a/multimedia/dvb-apps/Makefile b/multimedia/dvb-apps/Makefile index 4f51cd7aee34..6984f0a8e015 100644 --- a/multimedia/dvb-apps/Makefile +++ b/multimedia/dvb-apps/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-3d43b280298c MAINTAINER= decke@FreeBSD.org COMMENT= Linux DVB API applications and utilities +WWW= https://linuxtv.org/hg/dvb-apps/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LGPL diff --git a/multimedia/dvbcut/Makefile b/multimedia/dvbcut/Makefile index 098b86ed0b85..081ff7a228d6 100644 --- a/multimedia/dvbcut/Makefile +++ b/multimedia/dvbcut/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= se@FreeBSD.org COMMENT= Qt application for cutting of MPEG PS and MPEG TS streams (DVB) +WWW= https://github.com/bernhardu/dvbcut-deb/ LICENSE= GPLv2 diff --git a/multimedia/dvbsnoop/Makefile b/multimedia/dvbsnoop/Makefile index cd0fa26440a8..253d8747d961 100644 --- a/multimedia/dvbsnoop/Makefile +++ b/multimedia/dvbsnoop/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= fbsd@opal.com COMMENT= DVB stream analyzer / MPEG analyzer +WWW= http://dvbsnoop.sourceforge.net/ DVB_HEADERS= dmx.h frontend.h diff --git a/multimedia/dvd-slideshow/Makefile b/multimedia/dvd-slideshow/Makefile index 39094de555ca..f902d8ecceb7 100644 --- a/multimedia/dvd-slideshow/Makefile +++ b/multimedia/dvd-slideshow/Makefile @@ -10,6 +10,7 @@ THEMEVERSION= 0.8.4 MAINTAINER= oz@nixil.net COMMENT= Script to create slideshow-style DVD with some simple menus +WWW= http://dvd-slideshow.sourceforge.net/ RUN_DEPENDS= bash:shells/bash \ mpeg2enc:multimedia/mjpegtools \ diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index 7f1367a53ed6..0843d0e02b25 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= Makes a DVD file structure from one or more MPEG2 streams +WWW= https://dvdauthor.sourceforge.net/ https://github.com/ldo/dvdauthor LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/dvdid/Makefile b/multimedia/dvdid/Makefile index d2980ab3e540..e320e79ea2fd 100644 --- a/multimedia/dvdid/Makefile +++ b/multimedia/dvdid/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://dvdid.cjkey.org.uk/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for calculating dvdids +WWW= http://dvdid.cjkey.org.uk/ USES= libtool GNU_CONFIGURE= yes diff --git a/multimedia/dvdread/Makefile b/multimedia/dvdread/Makefile index 77b02cffb461..eadb645392eb 100644 --- a/multimedia/dvdread/Makefile +++ b/multimedia/dvdread/Makefile @@ -9,6 +9,7 @@ PATCHFILES= 3bd3e448668b95da784159bf5733b5169831b026.patch:-p1 \ MAINTAINER= daniel.engberg.lists@pyret.net COMMENT= Utility to create ISO images of encrypted DVDs +WWW= https://github.com/xrgtn/dvdread LICENSE= GPLv3 diff --git a/multimedia/dvdrip/Makefile b/multimedia/dvdrip/Makefile index 961a051754b6..96701601d6f9 100644 --- a/multimedia/dvdrip/Makefile +++ b/multimedia/dvdrip/Makefile @@ -7,6 +7,7 @@ MASTER_SITE_SUBDIR= CPAN:JRED MAINTAINER= se@FreeBSD.org COMMENT= Perl Gtk+ based dvd-ripper +WWW= https://www.exit1.org/dvdrip/ LICENSE= ART10 GPLv1 # (ART10 or GPLv1) and CC-BY-SA-2.5 LICENSE_COMB= dual diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index 1dd321cdaa8d..097ca0c4a50f 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -7,6 +7,7 @@ DISTNAME= DVDStyler-${PORTVERSION} MAINTAINER= ahicks@p-o.co.uk COMMENT= WxWidgets frontend to dvd recoding and authoring programs +WWW= https://www.dvdstyler.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/elementary-videos/Makefile b/multimedia/elementary-videos/Makefile index 8b6ba30fe691..f45a5a3eb106 100644 --- a/multimedia/elementary-videos/Makefile +++ b/multimedia/elementary-videos/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= miguel@gocobachi.dev COMMENT= Elementary OS video player +WWW= https://github.com/elementary/videos/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/emby-server-devel/Makefile b/multimedia/emby-server-devel/Makefile index bd320272f57b..35f0c58a9e4f 100644 --- a/multimedia/emby-server-devel/Makefile +++ b/multimedia/emby-server-devel/Makefile @@ -16,6 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}.tar.xz \ MAINTAINER= driesm@FreeBSD.org COMMENT= Media server to organize, play & stream audio/video to various devices +WWW= https://emby.media/ LICENSE= UNKNOWN LICENSE_NAME= custom diff --git a/multimedia/emby-server/Makefile b/multimedia/emby-server/Makefile index d71dd4f78d96..a156a711c69a 100644 --- a/multimedia/emby-server/Makefile +++ b/multimedia/emby-server/Makefile @@ -15,6 +15,7 @@ EXTRACT_ONLY= ${DISTNAME}.tar.xz \ MAINTAINER= driesm@FreeBSD.org COMMENT= Media server to organize, play & stream audio/video to various devices +WWW= https://emby.media/ LICENSE= UNKNOWN LICENSE_NAME= custom diff --git a/multimedia/emovix/Makefile b/multimedia/emovix/Makefile index daf670c3e29e..1abdbae9b2e0 100644 --- a/multimedia/emovix/Makefile +++ b/multimedia/emovix/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/movix/eMoviX/0.9 MAINTAINER= ports@FreeBSD.org COMMENT= Mini Linux distro to create bootable video CDs +WWW= http://movix.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/ffaudioconverter/Makefile b/multimedia/ffaudioconverter/Makefile index 9eac2828fb25..92cc1fe883d0 100644 --- a/multimedia/ffaudioconverter/Makefile +++ b/multimedia/ffaudioconverter/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia audio MAINTAINER= yuri@FreeBSD.org COMMENT= Graphical audio covert and filter tool +WWW= https://github.com/Bleuzen/FFaudioConverter LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/ffdec/Makefile b/multimedia/ffdec/Makefile index f1bc25c5ead1..ee2d783c868a 100644 --- a/multimedia/ffdec/Makefile +++ b/multimedia/ffdec/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Flash decompiler +WWW= https://github.com/jindrapetrik/jpexs-decompiler LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/license.txt diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 66d289f6cd0f..244eadab3c2f 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://ffmpeg.org/releases/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Realtime audio/video encoder/converter and streaming server +WWW= https://ffmpeg.org/ LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi diff --git a/multimedia/ffmpegthumbnailer/Makefile b/multimedia/ffmpegthumbnailer/Makefile index 9ae39e7d0d0e..0160384bf703 100644 --- a/multimedia/ffmpegthumbnailer/Makefile +++ b/multimedia/ffmpegthumbnailer/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/dirkvdb/${PORTNAME}/releases/download/${PORTVER MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight video thumbnailer that can be used by file managers +WWW= https://github.com/dirkvdb/ffmpegthumbnailer LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/ffms2/Makefile b/multimedia/ffms2/Makefile index 30e0a9340146..8ba20899d3fe 100644 --- a/multimedia/ffms2/Makefile +++ b/multimedia/ffms2/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= FFmpeg-based source library and VapourSynth plugin +WWW= https://github.com/FFMS/ffms2 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/filebot/Makefile b/multimedia/filebot/Makefile index 79a15d67b0ff..ff2001565432 100644 --- a/multimedia/filebot/Makefile +++ b/multimedia/filebot/Makefile @@ -6,6 +6,7 @@ DISTNAME= FileBot_${DISTVERSION}-portable MAINTAINER= dan.kotowski@a9development.com COMMENT= FileBot is the ultimate tool for organizing and renaming your media +WWW= https://www.filebot.net/ LICENSE= FileBot_EULA LICENSE_NAME= FileBot End User License Agreement diff --git a/multimedia/flvmeta/Makefile b/multimedia/flvmeta/Makefile index f304a01abff0..35aa41cb9ddb 100644 --- a/multimedia/flvmeta/Makefile +++ b/multimedia/flvmeta/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= earl@eeg3.net COMMENT= Manipulation tool for Adobe Flash Video files (FLV) +WWW= http://code.google.com/p/flvmeta/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/flvstreamer/Makefile b/multimedia/flvstreamer/Makefile index 11275906774c..5d0b074a8723 100644 --- a/multimedia/flvstreamer/Makefile +++ b/multimedia/flvstreamer/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-2.1c1 MAINTAINER= hrs@FreeBSD.org COMMENT= Open source command-line RTMP client +WWW= https://savannah.nongnu.org/projects/flvstreamer/ USES= gmake ALL_TARGET= posix diff --git a/multimedia/flvtool++/Makefile b/multimedia/flvtool++/Makefile index 4fdd9dcd9ec1..7b6e47e594b3 100644 --- a/multimedia/flvtool++/Makefile +++ b/multimedia/flvtool++/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= Tool for hinting and manipulating the metadata of FLV files +WWW= http://mirror.facebook.com/facebook/flvtool++/ LICENSE= BSD3CLAUSE diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index 8d79ea9a18ee..efaf021cffba 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/fxtv/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LOCAL/sanpei MAINTAINER= ports@FreeBSD.org COMMENT= X11-based TV display and capture application (for use with bt848 driver) +WWW= https://people.freebsd.org/~rhh/fxtv/ LICENSE= BSD2CLAUSE diff --git a/multimedia/gaupol/Makefile b/multimedia/gaupol/Makefile index f1c7a22d77a4..f17c6188b599 100644 --- a/multimedia/gaupol/Makefile +++ b/multimedia/gaupol/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia python MAINTAINER= greg@unrelenting.technology COMMENT= Subtitle editor +WWW= https://otsaloma.io/gaupol/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/gavl/Makefile b/multimedia/gavl/Makefile index d24eba2fe83e..a5982c2438d9 100644 --- a/multimedia/gavl/Makefile +++ b/multimedia/gavl/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/gmerlin/${PORTNAME}/${PORTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT= Library for handling uncompressed video and audio data +WWW= http://gmerlin.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/get_iplayer/Makefile b/multimedia/get_iplayer/Makefile index b8e0f9be3f0b..7f510df1bc59 100644 --- a/multimedia/get_iplayer/Makefile +++ b/multimedia/get_iplayer/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia net MAINTAINER= jamie@catflap.org COMMENT= Lists and records BBC iPlayer TV and BBC Sounds radio programmes +WWW= https://github.com/get-iplayer/get_iplayer LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/multimedia/gmerlin/Makefile b/multimedia/gmerlin/Makefile index 49e7dd04cabc..e0855c9a66e5 100644 --- a/multimedia/gmerlin/Makefile +++ b/multimedia/gmerlin/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Multimedia framework +WWW= http://gmerlin.sourceforge.net/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/gmmlib/Makefile b/multimedia/gmmlib/Makefile index 8335171638e8..30e2f206d231 100644 --- a/multimedia/gmmlib/Makefile +++ b/multimedia/gmmlib/Makefile @@ -16,6 +16,7 @@ PATCHFILES+= 4ae2fd0de966.patch:-p1 # https://github.com/intel/gmmlib/pull/68 MAINTAINER= jbeich@FreeBSD.org COMMENT= Intel Graphics Memory Management Library +WWW= https://01.org/intel-media-for-linux LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/multimedia/gmp-api/Makefile b/multimedia/gmp-api/Makefile index 638dcea3eb3d..357c9545d8e1 100644 --- a/multimedia/gmp-api/Makefile +++ b/multimedia/gmp-api/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= gecko@FreeBSD.org COMMENT= Gecko Media Plugins API extracted from Firefox +WWW= https://wiki.mozilla.org/GeckoMediaPlugins LICENSE= APACHE20 BSD3CLAUSE LICENSE_COMB= multi diff --git a/multimedia/gmtk/Makefile b/multimedia/gmtk/Makefile index eea296694ee3..7f81c8035867 100644 --- a/multimedia/gmtk/Makefile +++ b/multimedia/gmtk/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://pkgs.rpmfusion.org/repo/pkgs/free/gmtk/gmtk-1.0.9.tar.gz/9 MAINTAINER= ports@FreeBSD.org COMMENT= Library for gnome-mplayer and gecko-mediaplayer +WWW= http://code.google.com/p/gmtk/ LICENSE= GPLv2 diff --git a/multimedia/gnome-mplayer/Makefile b/multimedia/gnome-mplayer/Makefile index ae0e90cc97e3..b5759f96a78e 100644 --- a/multimedia/gnome-mplayer/Makefile +++ b/multimedia/gnome-mplayer/Makefile @@ -7,6 +7,7 @@ DISTNAME= gnome-mplayer_1.0.9.orig MAINTAINER= ports@FreeBSD.org COMMENT= GNOME frontend for MPlayer +WWW= http://kdekorte.googlepages.com/gnomemplayer LICENSE= GPLv2 diff --git a/multimedia/gpac-libgpac/Makefile b/multimedia/gpac-libgpac/Makefile index 5de9c9456852..e57b3700eeaa 100644 --- a/multimedia/gpac-libgpac/Makefile +++ b/multimedia/gpac-libgpac/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX= -libgpac MAINTAINER= multimedia@FreeBSD.org COMMENT= Gpac MPEG-4 Systems library and headers +WWW= http://gpac.sourceforge.net/ LICENSE= LGPL21 diff --git a/multimedia/gpac-mp4box/Makefile b/multimedia/gpac-mp4box/Makefile index 3b3be3238de2..4a6be6c22644 100644 --- a/multimedia/gpac-mp4box/Makefile +++ b/multimedia/gpac-mp4box/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= gpac- MAINTAINER= ports@FreeBSD.org COMMENT= Tool for merge mpg4 from Gpac +WWW= http://gpac.sourceforge.net/ LICENSE= LGPL21 diff --git a/multimedia/gpodder/Makefile b/multimedia/gpodder/Makefile index 3eb3fe0a6938..2fd2c3acf0f5 100644 --- a/multimedia/gpodder/Makefile +++ b/multimedia/gpodder/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia python MAINTAINER= rm@FreeBSD.org COMMENT= Media aggregator and podcast client +WWW= https://gpodder.github.io/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/gst123/Makefile b/multimedia/gst123/Makefile index 7e00dd3d8177..7ed50c8e047f 100644 --- a/multimedia/gst123/Makefile +++ b/multimedia/gst123/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://space.twc.de/~stefan/gst123/ MAINTAINER= h.skuhra@gmail.com COMMENT= Command-line tool to play audio and video files +WWW= https://space.twc.de/~stefan/gst123.php LICENSE= LGPL20 diff --git a/multimedia/gstreamer1-editing-services/Makefile b/multimedia/gstreamer1-editing-services/Makefile index 5083730f2da4..e8f0ff05f553 100644 --- a/multimedia/gstreamer1-editing-services/Makefile +++ b/multimedia/gstreamer1-editing-services/Makefile @@ -6,6 +6,7 @@ DISTNAME= gstreamer-editing-services-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= GStreamer editing services +WWW= http://gstreamer.freedeskop.org LICENSE= LGPL20 diff --git a/multimedia/gstreamer1-libav/Makefile b/multimedia/gstreamer1-libav/Makefile index 1ea5dd19c804..6ee6bdcf6f6f 100644 --- a/multimedia/gstreamer1-libav/Makefile +++ b/multimedia/gstreamer1-libav/Makefile @@ -9,6 +9,7 @@ PATCHFILES+= 07b43c727c9a.patch:-p1 # https://gitlab.freedesktop.org/gstreamer/g MAINTAINER= multimedia@FreeBSD.org COMMENT= GStreamer plug-in with many audio/video decoders/encoders +WWW= https://gstreamer.freedesktop.org/ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB diff --git a/multimedia/gstreamer1-plugins-all/Makefile b/multimedia/gstreamer1-plugins-all/Makefile index db19c3cbd5c8..52ded3b9e796 100644 --- a/multimedia/gstreamer1-plugins-all/Makefile +++ b/multimedia/gstreamer1-plugins-all/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= multimedia@FreeBSD.org COMMENT= Meta-port of all GStreamer 1.x plugins +WWW= https://gstreamer.freedesktop.org/ USES= gstreamer metaport diff --git a/multimedia/gstreamer1-plugins-core/Makefile b/multimedia/gstreamer1-plugins-core/Makefile index ec4e852388b1..f38bac3fbc05 100644 --- a/multimedia/gstreamer1-plugins-core/Makefile +++ b/multimedia/gstreamer1-plugins-core/Makefile @@ -7,6 +7,7 @@ EXTRACT_ONLY= # empty MAINTAINER= multimedia@FreeBSD.org COMMENT= Core set of typical audio and video GStreamer plugins +WWW= http://gstreamer.net NO_ARCH= yes NO_BUILD= yes diff --git a/multimedia/gstreamer1-plugins-gnonlin/Makefile b/multimedia/gstreamer1-plugins-gnonlin/Makefile index cf3872542ccb..a6f8f0f77538 100644 --- a/multimedia/gstreamer1-plugins-gnonlin/Makefile +++ b/multimedia/gstreamer1-plugins-gnonlin/Makefile @@ -6,6 +6,7 @@ DISTNAME= gnonlin-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= GStreamer library for writing non-linear audio and video +WWW= http://gstreamer.net USES= gstreamer libtool pkgconfig python:3.4+,build tar:xz GNU_CONFIGURE= yes diff --git a/multimedia/gstreamer1-plugins-rust/Makefile b/multimedia/gstreamer1-plugins-rust/Makefile index 723e3ee795f7..190d25c67ca6 100644 --- a/multimedia/gstreamer1-plugins-rust/Makefile +++ b/multimedia/gstreamer1-plugins-rust/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= Various GStreamer plugins written in Rust +WWW= https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs LICENSE= LGPL21+ MIT LICENSE_COMB= multi diff --git a/multimedia/gstreamer1-plugins-svt-av1/Makefile b/multimedia/gstreamer1-plugins-svt-av1/Makefile index 0d7d046a8027..05818f11155e 100644 --- a/multimedia/gstreamer1-plugins-svt-av1/Makefile +++ b/multimedia/gstreamer1-plugins-svt-av1/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= gstreamer1-plugins- MAINTAINER= jbeich@FreeBSD.org COMMENT= GStreamer (svt-av1) plugin +WWW= https://01.org/svt LICENSE= LGPL21+ # based on SPDX header LICENSE_FILE= ${_LICENSE_STORE}/LGPL21 diff --git a/multimedia/gstreamer1-plugins-svt-hevc/Makefile b/multimedia/gstreamer1-plugins-svt-hevc/Makefile index a4df44343aba..20c5b7e5b076 100644 --- a/multimedia/gstreamer1-plugins-svt-hevc/Makefile +++ b/multimedia/gstreamer1-plugins-svt-hevc/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= gstreamer1-plugins- MAINTAINER= jbeich@FreeBSD.org COMMENT= GStreamer (svt-hevc) plugin +WWW= https://01.org/svt LICENSE= LGPL21+ # based on SPDX header LICENSE_FILE= ${_LICENSE_STORE}/LGPL21 diff --git a/multimedia/gstreamer1-plugins-svt-vp9/Makefile b/multimedia/gstreamer1-plugins-svt-vp9/Makefile index 11e5ed133304..abf2201a32f5 100644 --- a/multimedia/gstreamer1-plugins-svt-vp9/Makefile +++ b/multimedia/gstreamer1-plugins-svt-vp9/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= gstreamer1-plugins- MAINTAINER= jbeich@FreeBSD.org COMMENT= GStreamer (svt-vp9) plugin +WWW= https://01.org/svt LICENSE= LGPL21+ # based on SPDX header LICENSE_FILE= ${_LICENSE_STORE}/LGPL21 diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile index 61984a26f336..ca2ce7b27b02 100644 --- a/multimedia/gstreamer1-plugins/Makefile +++ b/multimedia/gstreamer1-plugins/Makefile @@ -14,6 +14,7 @@ PKGNAMESUFFIX?= 1-plugins${GST_PLUGIN_SUFFIX} MAINTAINER= multimedia@FreeBSD.org COMMENT?= GStreamer written collection of plugins handling several media types +WWW= https://gstreamer.freedesktop.org/ LICENSE= LGPL20 diff --git a/multimedia/gstreamer1-qt/Makefile b/multimedia/gstreamer1-qt/Makefile index 420dd5b23f31..8e748bf0b1fc 100644 --- a/multimedia/gstreamer1-qt/Makefile +++ b/multimedia/gstreamer1-qt/Makefile @@ -8,6 +8,7 @@ DISTNAME= qt-gstreamer-${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Qt ${FLAVOR:C/qt//} bindings for GStreamer 1.x multimedia library +WWW= https://gstreamer.freedesktop.org/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/gstreamer1-rtsp-server/Makefile b/multimedia/gstreamer1-rtsp-server/Makefile index 0c78b92d8cfc..a58acad0e07c 100644 --- a/multimedia/gstreamer1-rtsp-server/Makefile +++ b/multimedia/gstreamer1-rtsp-server/Makefile @@ -6,6 +6,7 @@ DISTNAME= gst-rtsp-server-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= GStreamer library for building a RTSP server +WWW= https://gstreamer.freedesktop.org/ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/gstreamer1-transcoder/Makefile b/multimedia/gstreamer1-transcoder/Makefile index ac3e4deb42b4..3157a961e877 100644 --- a/multimedia/gstreamer1-transcoder/Makefile +++ b/multimedia/gstreamer1-transcoder/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= kwm@FreeBSD.org COMMENT= GStreamer Transcoding API +WWW= https://github.com/pitivi/gst-transcoder LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/gstreamer1-vaapi/Makefile b/multimedia/gstreamer1-vaapi/Makefile index e72d06bca479..a2f8080101d4 100644 --- a/multimedia/gstreamer1-vaapi/Makefile +++ b/multimedia/gstreamer1-vaapi/Makefile @@ -7,6 +7,7 @@ DISTNAME= gstreamer-vaapi-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= GStreamer hardware video decoding via VA-API plug-in +WWW= https://github.com/GStreamer/gstreamer-vaapi LICENSE= LGPL21 diff --git a/multimedia/gstreamer1-validate/Makefile b/multimedia/gstreamer1-validate/Makefile index faccfba25434..8b081a97bc1c 100644 --- a/multimedia/gstreamer1-validate/Makefile +++ b/multimedia/gstreamer1-validate/Makefile @@ -6,6 +6,7 @@ DISTNAME= gst-validate-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= Gstreamer element validation suite +WWW= https://gstreamer.freedesktop.org/ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libgstrtspserver-1.0.so:multimedia/gstreamer1-rtsp-server diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile index 1eeeeff7fa4e..9d667728a576 100644 --- a/multimedia/gstreamer1/Makefile +++ b/multimedia/gstreamer1/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 1 MAINTAINER= multimedia@FreeBSD.org COMMENT= Media applications framework +WWW= https://gstreamer.freedesktop.org/ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/gtk-youtube-viewer/Makefile b/multimedia/gtk-youtube-viewer/Makefile index cf049e972c70..40e2442ec57e 100644 --- a/multimedia/gtk-youtube-viewer/Makefile +++ b/multimedia/gtk-youtube-viewer/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia perl5 MAINTAINER= nc@FreeBSD.org COMMENT= GTK Search and play YouTube videos streaming in MPlayer +WWW= https://github.com/trizen/youtube-viewer LICENSE= ART10 GPLv3 LICENSE_COMB= dual diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile index bd45c3c72858..893035e78d3e 100644 --- a/multimedia/handbrake/Makefile +++ b/multimedia/handbrake/Makefile @@ -10,6 +10,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= naito.yuichiro@gmail.com COMMENT= Versatile DVD ripper and video transcoder +WWW= https://handbrake.fr/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/haruna/Makefile b/multimedia/haruna/Makefile index 9bd1d837dc75..9abc3913aa9b 100644 --- a/multimedia/haruna/Makefile +++ b/multimedia/haruna/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE video player +WWW= https://invent.kde.org/multimedia/haruna LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libmpv.so:multimedia/mpv diff --git a/multimedia/harvid/Makefile b/multimedia/harvid/Makefile index f124fab582f6..befa480b7317 100644 --- a/multimedia/harvid/Makefile +++ b/multimedia/harvid/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= marcelbonnet@gmail.com COMMENT= Extract still images from movies and serve them via HTTP +WWW= https://x42.github.io/harvid/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/helvum/Makefile b/multimedia/helvum/Makefile index 51daf66a90db..aadfcf893547 100644 --- a/multimedia/helvum/Makefile +++ b/multimedia/helvum/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= GTK patchbay for PipeWire +WWW= https://gitlab.freedesktop.org/ryuukyu/helvum LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/hypnotix/Makefile b/multimedia/hypnotix/Makefile index 77b2c1d17f1f..b3d0a974e90a 100644 --- a/multimedia/hypnotix/Makefile +++ b/multimedia/hypnotix/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= mistresssilvara@hotmail.com COMMENT= IPTV streaming application using mpv +WWW= https://github.com/linuxmint/hypnotix LICENSE= GPLv3 PD LICENSE_COMB= multi diff --git a/multimedia/intel-media-sdk/Makefile b/multimedia/intel-media-sdk/Makefile index 9aef2abb0d84..0897b1fd6f47 100644 --- a/multimedia/intel-media-sdk/Makefile +++ b/multimedia/intel-media-sdk/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= Hardware video decoding/encoding/filtering on Intel GPUs +WWW= http://mediasdk.intel.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/iso2mkv/Makefile b/multimedia/iso2mkv/Makefile index 641e5f38034d..5acf10689986 100644 --- a/multimedia/iso2mkv/Makefile +++ b/multimedia/iso2mkv/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Script to convert DVD image, device, or VIDEO_TS to mkv +WWW= http://5ko.free.fr/en/iso2mkv.html LICENSE= MIT diff --git a/multimedia/jmref/Makefile b/multimedia/jmref/Makefile index 2fdef51ad187..3cd5d68632a3 100644 --- a/multimedia/jmref/Makefile +++ b/multimedia/jmref/Makefile @@ -7,6 +7,7 @@ DISTNAME= jm${PORTVERSION} MAINTAINER= swills@FreeBSD.org COMMENT= JM Reference Software +WWW= https://iphome.hhi.de/suehring/tml LICENSE= ISO_IEC ITU LICENSE_COMB= multi diff --git a/multimedia/kaffeine/Makefile b/multimedia/kaffeine/Makefile index 8014279a28ba..81cea4b74892 100644 --- a/multimedia/kaffeine/Makefile +++ b/multimedia/kaffeine/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= KDE/stable/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Multimedia player based on KDE and VLC +WWW= https://www.kde.org/applications/multimedia/kaffeine/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/kamoso/Makefile b/multimedia/kamoso/Makefile index e87034fe9dac..27ccc09b5b3f 100644 --- a/multimedia/kamoso/Makefile +++ b/multimedia/kamoso/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Application to take pictures and videos out of your webcam +WWW= https://userbase.kde.org/Kamoso LICENSE= GPLv2 diff --git a/multimedia/kdemultimedia-ffmpegthumbs/Makefile b/multimedia/kdemultimedia-ffmpegthumbs/Makefile index ee4f7f7146ff..9657ec1cb000 100644 --- a/multimedia/kdemultimedia-ffmpegthumbs/Makefile +++ b/multimedia/kdemultimedia-ffmpegthumbs/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= kdemultimedia- MAINTAINER= kde@FreeBSD.org COMMENT= FFmpeg-based thumbnail generator for video files +WWW= https://www.kde.org/ LICENSE= GPLv2 diff --git a/multimedia/kdemultimedia/Makefile b/multimedia/kdemultimedia/Makefile index 8461187dd3e4..8366c47667df 100644 --- a/multimedia/kdemultimedia/Makefile +++ b/multimedia/kdemultimedia/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE Multimedia applications (meta port) +WWW= https://multimedia.kde.org USES= kde:5 metaport qt:5 USE_QT= # diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile index 45d96712757f..04b9b5aeaef8 100644 --- a/multimedia/kdenlive/Makefile +++ b/multimedia/kdenlive/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE professional quality non-linear video editing suite +WWW= https://www.kdenlive.org LICENSE= GPLv2 diff --git a/multimedia/kf5-kmediaplayer/Makefile b/multimedia/kf5-kmediaplayer/Makefile index 999273298ec3..2c2a0f4443bf 100644 --- a/multimedia/kf5-kmediaplayer/Makefile +++ b/multimedia/kf5-kmediaplayer/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 plugin interface for media player features +WWW= https://api.kde.org/frameworks/kmediaplayer/html/index.html USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg USE_KDE= auth codecs completion config configwidgets coreaddons \ diff --git a/multimedia/kmplayer/Makefile b/multimedia/kmplayer/Makefile index 2bd960303cd4..2848b622e74a 100644 --- a/multimedia/kmplayer/Makefile +++ b/multimedia/kmplayer/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R} MAINTAINER= jhale@FreeBSD.org COMMENT= KDE frontend to Phonon / KDE5 +WWW= https://kmplayer.kde.org/ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi diff --git a/multimedia/kodi-addon-inputstream.adaptive/Makefile b/multimedia/kodi-addon-inputstream.adaptive/Makefile index ace16d79e2ca..44d6aea03226 100644 --- a/multimedia/kodi-addon-inputstream.adaptive/Makefile +++ b/multimedia/kodi-addon-inputstream.adaptive/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= decke@FreeBSD.org COMMENT= Adaptive stream support for Kodi +WWW= https://github.com/peak3d/inputstream.adaptive LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.GPL diff --git a/multimedia/kodi-addon-peripheral.joystick/Makefile b/multimedia/kodi-addon-peripheral.joystick/Makefile index f958148e6736..1d73a24fc21f 100644 --- a/multimedia/kodi-addon-peripheral.joystick/Makefile +++ b/multimedia/kodi-addon-peripheral.joystick/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= rozhuk.im@gmail.com COMMENT= Joystick support for Kodi +WWW= https://github.com/xbmc/peripheral.joystick LICENSE= GPLv2+ diff --git a/multimedia/kodi-addon-pvr.hts/Makefile b/multimedia/kodi-addon-pvr.hts/Makefile index 848e1aecdb3e..4af7783f13a8 100644 --- a/multimedia/kodi-addon-pvr.hts/Makefile +++ b/multimedia/kodi-addon-pvr.hts/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= decke@FreeBSD.org COMMENT= Tvheadend PVR addon for Kodi +WWW= https://github.com/kodi-pvr/pvr.hts LICENSE= GPLv2+ diff --git a/multimedia/kodi-addon-pvr.iptvsimple/Makefile b/multimedia/kodi-addon-pvr.iptvsimple/Makefile index 5245d140e298..45954f4e4b6d 100644 --- a/multimedia/kodi-addon-pvr.iptvsimple/Makefile +++ b/multimedia/kodi-addon-pvr.iptvsimple/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= decke@FreeBSD.org COMMENT= IPTV Live TV and Radio PVR client for Kodi +WWW= https://github.com/kodi-pvr/pvr.iptvsimple LICENSE= GPLv2+ diff --git a/multimedia/kodi-addon-screensaver.biogenesis/Makefile b/multimedia/kodi-addon-screensaver.biogenesis/Makefile index aa76ed5ee556..5b5bb6be5e91 100644 --- a/multimedia/kodi-addon-screensaver.biogenesis/Makefile +++ b/multimedia/kodi-addon-screensaver.biogenesis/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= rozhuk.im@gmail.com COMMENT= BioGenesis screensaver for Kodi +WWW= https://github.com/xbmc/screensaver.biogenesis LICENSE= GPLv2+ diff --git a/multimedia/kodi-addon-screensaver.matrixtrails/Makefile b/multimedia/kodi-addon-screensaver.matrixtrails/Makefile index cc96e9529d10..a072b1e43f41 100644 --- a/multimedia/kodi-addon-screensaver.matrixtrails/Makefile +++ b/multimedia/kodi-addon-screensaver.matrixtrails/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= rozhuk.im@gmail.com COMMENT= Matrix trails screensaver for Kodi +WWW= https://github.com/xbmc/screensaver.matrixtrails LICENSE= GPLv2+ diff --git a/multimedia/kodi-addon-screensaver.stars/Makefile b/multimedia/kodi-addon-screensaver.stars/Makefile index 1096b8e34a87..17178dda09cc 100644 --- a/multimedia/kodi-addon-screensaver.stars/Makefile +++ b/multimedia/kodi-addon-screensaver.stars/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= rozhuk.im@gmail.com COMMENT= Starfield screensaver for Kodi +WWW= https://github.com/xbmc/screensaver.stars LICENSE= GPLv2+ diff --git a/multimedia/kodi-addon-visualization.fishbmc/Makefile b/multimedia/kodi-addon-visualization.fishbmc/Makefile index 4d6d19d3d8cc..1033727e9ed2 100644 --- a/multimedia/kodi-addon-visualization.fishbmc/Makefile +++ b/multimedia/kodi-addon-visualization.fishbmc/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= rozhuk.im@gmail.com COMMENT= Fische visualizer for Kodi +WWW= https://github.com/xbmc/visualization.fishbmc LICENSE= GPLv2+ diff --git a/multimedia/kodi-addon-visualization.shadertoy/Makefile b/multimedia/kodi-addon-visualization.shadertoy/Makefile index 75e502202dc4..e8f1ac689f96 100644 --- a/multimedia/kodi-addon-visualization.shadertoy/Makefile +++ b/multimedia/kodi-addon-visualization.shadertoy/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= rozhuk.im@gmail.com COMMENT= Shadertoy visualizer for Kodi +WWW= https://github.com/xbmc/visualization.shadertoy LICENSE= GPLv2+ diff --git a/multimedia/kodi-addon-visualization.spectrum/Makefile b/multimedia/kodi-addon-visualization.spectrum/Makefile index 0ccec7292c5b..da4cf3c18376 100644 --- a/multimedia/kodi-addon-visualization.spectrum/Makefile +++ b/multimedia/kodi-addon-visualization.spectrum/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= rozhuk.im@gmail.com COMMENT= Spectrum visualizer for Kodi +WWW= https://github.com/xbmc/visualization.spectrum LICENSE= GPLv2+ diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile index 8ecb7383a980..f10119dd97f0 100644 --- a/multimedia/kodi/Makefile +++ b/multimedia/kodi/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia java MAINTAINER= yzrh@noema.org COMMENT= Award winning media center application +WWW= https://kodi.tv/ LICENSE= GPLv2+ diff --git a/multimedia/kooha/Makefile b/multimedia/kooha/Makefile index 42bad8daafd2..966af385d7af 100644 --- a/multimedia/kooha/Makefile +++ b/multimedia/kooha/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia wayland MAINTAINER= jbeich@FreeBSD.org COMMENT= Elegantly record your screen +WWW= https://github.com/SeaDve/Kooha LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/kvazaar/Makefile b/multimedia/kvazaar/Makefile index 830cb7569b07..86a97b5f862d 100644 --- a/multimedia/kvazaar/Makefile +++ b/multimedia/kvazaar/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= H.265/HEVC encoder implemented in C +WWW= http://ultravideo.cs.tut.fi/ #encoder LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/l-smash/Makefile b/multimedia/l-smash/Makefile index 2afe996d57eb..3a0ca2548a6f 100644 --- a/multimedia/l-smash/Makefile +++ b/multimedia/l-smash/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= MP4 muxer and other tools +WWW= https://l-smash.github.io/l-smash/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/lebiniou-data/Makefile b/multimedia/lebiniou-data/Makefile index fc1290988d96..aacdfe8b4764 100644 --- a/multimedia/lebiniou-data/Makefile +++ b/multimedia/lebiniou-data/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia graphics MAINTAINER= olivier@biniou.info COMMENT= Data for lebiniou +WWW= https://gitlab.com/lebiniou/lebiniou-data LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/lebiniou/Makefile b/multimedia/lebiniou/Makefile index a4ab22a868fd..4cc2e3198d57 100644 --- a/multimedia/lebiniou/Makefile +++ b/multimedia/lebiniou/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia graphics MAINTAINER= olivier@biniou.info COMMENT= User-friendly, powerful music visualization / VJing tool +WWW= https://biniou.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libaacs/Makefile b/multimedia/libaacs/Makefile index a794fb60adbf..75d524e04b31 100644 --- a/multimedia/libaacs/Makefile +++ b/multimedia/libaacs/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSI MAINTAINER= ports@FreeBSD.org COMMENT= Advanced Access Content System implementation +WWW= https://www.videolan.org/developers/libaacs.html LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libass/Makefile b/multimedia/libass/Makefile index d30b02b68161..cfe1a97f6a80 100644 --- a/multimedia/libass/Makefile +++ b/multimedia/libass/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DIS MAINTAINER= multimedia@FreeBSD.org COMMENT= Portable ASS/SSA subtitle renderer +WWW= https://github.com/libass/libass LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libbdplus/Makefile b/multimedia/libbdplus/Makefile index 5091ff6b6100..a92a22f8ddae 100644 --- a/multimedia/libbdplus/Makefile +++ b/multimedia/libbdplus/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSI MAINTAINER= ports@FreeBSD.org COMMENT= BD+ System research implementation +WWW= https://www.videolan.org/developers/libbdplus.html LICENSE= LGPL21 diff --git a/multimedia/libbluray/Makefile b/multimedia/libbluray/Makefile index ce018b374416..c2909af5b71b 100644 --- a/multimedia/libbluray/Makefile +++ b/multimedia/libbluray/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSI MAINTAINER= ports@FreeBSD.org COMMENT= Blu-Ray discs playback library for media players +WWW= https://www.videolan.org/developers/libbluray.html LICENSE= LGPL21 diff --git a/multimedia/libcec/Makefile b/multimedia/libcec/Makefile index 10566c48c4b5..83ea1b51df9e 100644 --- a/multimedia/libcec/Makefile +++ b/multimedia/libcec/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library to control Pulse-Eight's HDMI-CEC adapter +WWW= http://libcec.pulse-eight.com/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libdc1394/Makefile b/multimedia/libdc1394/Makefile index 7ab3d7eb3b57..4cfb856edbaa 100644 --- a/multimedia/libdc1394/Makefile +++ b/multimedia/libdc1394/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-2/${PORTVERSION}/ MAINTAINER= multimedia@FreeBSD.org COMMENT= 1394-based DC Control Library +WWW= https://damien.douxchamps.net/ieee1394/libdc1394/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libdca/Makefile b/multimedia/libdca/Makefile index fe50f58a0e9a..23bbf5f979d7 100644 --- a/multimedia/libdca/Makefile +++ b/multimedia/libdca/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSIO MAINTAINER= jhale@FreeBSD.org COMMENT= Free DTS Coherent Acoustics decoder +WWW= https://www.videolan.org/developers/libdca.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libdcadec/Makefile b/multimedia/libdcadec/Makefile index 5faf983592e5..8dac8db40fb5 100644 --- a/multimedia/libdcadec/Makefile +++ b/multimedia/libdcadec/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= mickael.maillot@gmail.com COMMENT= DTS Coherent Acoustics decoder with support for HD extensions +WWW= https://github.com/foo86/dcadec LICENSE= LGPL21 diff --git a/multimedia/libde265/Makefile b/multimedia/libde265/Makefile index cfbdc5cb7148..fa6583377d7d 100644 --- a/multimedia/libde265/Makefile +++ b/multimedia/libde265/Makefile @@ -12,6 +12,7 @@ PATCHFILES= 900772c3e9ee1e106b93283fd8e7633d52899e40.patch:-p1 \ MAINTAINER= kwm@FreeBSD.org COMMENT= Open source h.265 video codec +WWW= https://www.libde265.org LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libdv/Makefile b/multimedia/libdv/Makefile index 36d728501896..6e7b6d3892de 100644 --- a/multimedia/libdv/Makefile +++ b/multimedia/libdv/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= Quasar DV codec (libdv) is a software codec for DV video +WWW= http://libdv.sourceforge.net/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libdvbcsa/Makefile b/multimedia/libdvbcsa/Makefile index 70c5a4208973..1d0e1b801473 100644 --- a/multimedia/libdvbcsa/Makefile +++ b/multimedia/libdvbcsa/Makefile @@ -10,6 +10,7 @@ PATCHFILES= 0001-altivec-powerpc64.patch:-p1 MAINTAINER= decke@FreeBSD.org COMMENT= Free implementation of the DVB Common Scrambling Algorithm +WWW= https://www.videolan.org/developers/libdvbcsa.html LICENSE= GPLv2 diff --git a/multimedia/libdvbpsi/Makefile b/multimedia/libdvbpsi/Makefile index 0aa683ac69a6..4c379a53532a 100644 --- a/multimedia/libdvbpsi/Makefile +++ b/multimedia/libdvbpsi/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://download.videolan.org/pub/libdvbpsi/${PORTVERSION}/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Library for MPEG TS and DVB PSI tables decoding and generation +WWW= https://www.videolan.org/developers/libdvbpsi.html LICENSE= LGPL21 diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile index 9d8aadc633e7..9fa290cac236 100644 --- a/multimedia/libdvdcss/Makefile +++ b/multimedia/libdvdcss/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://download.videolan.org/pub/${PORTNAME}/${DISTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Portable abstraction library for DVD decryption +WWW= https://www.videolan.org/developers/libdvdcss.html LICENSE= GPLv2 DMCA LICENSE_COMB= multi diff --git a/multimedia/libdvdnav/Makefile b/multimedia/libdvdnav/Makefile index 908efdf60ccc..371733e042eb 100644 --- a/multimedia/libdvdnav/Makefile +++ b/multimedia/libdvdnav/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSI MAINTAINER= martymac@FreeBSD.org COMMENT= Videolan version of the libdvdnav project +WWW= https://www.videolan.org/developers/libdvdnav.html LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libdvdread/Makefile b/multimedia/libdvdread/Makefile index b1c8d273d19d..bc3adffd72c2 100644 --- a/multimedia/libdvdread/Makefile +++ b/multimedia/libdvdread/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSI MAINTAINER= martymac@FreeBSD.org COMMENT= Videolan version of the libdvdread project +WWW= https://www.videolan.org/developers/libdvdnav.html LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libfame/Makefile b/multimedia/libfame/Makefile index 663f15f1a017..0da28e881db5 100644 --- a/multimedia/libfame/Makefile +++ b/multimedia/libfame/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/fame/${PORTNAME}/${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= Video encoding library +WWW= http://fame.sourceforge.net/ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libgav1/Makefile b/multimedia/libgav1/Makefile index 0c9ff9dff0ed..35a5116e0ae8 100644 --- a/multimedia/libgav1/Makefile +++ b/multimedia/libgav1/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= Main profile (0) & High profile (1) compliant AV1 decoder +WWW= https://chromium.googlesource.com/codecs/libgav1 LICENSE= APACHE20 diff --git a/multimedia/libhdhomerun/Makefile b/multimedia/libhdhomerun/Makefile index 21e61e5a11a1..1fd244140850 100644 --- a/multimedia/libhdhomerun/Makefile +++ b/multimedia/libhdhomerun/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= dor.bsd@xm0.uk COMMENT= Library and command line utility for interfacing with HDHomeRun device +WWW= http://www.silicondust.com/support/downloads/linux/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/libkate/Makefile b/multimedia/libkate/Makefile index 11a24a530ec4..6f863b8e20a5 100644 --- a/multimedia/libkate/Makefile +++ b/multimedia/libkate/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://downloads.xiph.org/releases/kate/ \ MAINTAINER= bar@FreeBSD.org COMMENT= Codec for karaoke and text encapsulation for Ogg +WWW= https://wiki.xiph.org/index.php/OggKate LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libmatroska/Makefile b/multimedia/libmatroska/Makefile index 9cded5e42439..0e81faec5a83 100644 --- a/multimedia/libmatroska/Makefile +++ b/multimedia/libmatroska/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://dl.matroska.org/downloads/libmatroska/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Extensible Multimedia Container Format +WWW= https://www.matroska.org/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL diff --git a/multimedia/libmediaart/Makefile b/multimedia/libmediaart/Makefile index 6f35f79e0188..80ba34db033f 100644 --- a/multimedia/libmediaart/Makefile +++ b/multimedia/libmediaart/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Library for handling media art +WWW= https://www.gnome.org/ LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual diff --git a/multimedia/libmediainfo/Makefile b/multimedia/libmediainfo/Makefile index a717b8bf1410..421038b8e4cf 100644 --- a/multimedia/libmediainfo/Makefile +++ b/multimedia/libmediainfo/Makefile @@ -7,6 +7,7 @@ DISTNAME= MediaInfo_CLI_${PORTVERSION}_GNU_FromSource MAINTAINER= sunpoet@FreeBSD.org COMMENT= MediaInfo library +WWW= https://mediaarea.net/en/MediaInfo LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/../../../License.html diff --git a/multimedia/libmpeg2/Makefile b/multimedia/libmpeg2/Makefile index 497a8d14c832..004e30157f37 100644 --- a/multimedia/libmpeg2/Makefile +++ b/multimedia/libmpeg2/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://libmpeg2.sourceforge.net/files/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Free library for decoding MPEG-2 and MPEG-1 video streams +WWW= http://libmpeg2.sourceforge.net/ USES= libtool pathfix GNU_CONFIGURE= yes diff --git a/multimedia/libmtp/Makefile b/multimedia/libmtp/Makefile index 58d296a4c7e4..0c8368babf92 100644 --- a/multimedia/libmtp/Makefile +++ b/multimedia/libmtp/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= desktop@FreeBSD.org COMMENT= Media Transfer Protocol (MTP) library +WWW= http://libmtp.sourceforge.net/ LICENSE= LGPL21+ diff --git a/multimedia/libndi/Makefile b/multimedia/libndi/Makefile index b43a4faffba6..beb4f9ef3cc9 100644 --- a/multimedia/libndi/Makefile +++ b/multimedia/libndi/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia net MAINTAINER= yuri@FreeBSD.org COMMENT= Cross-platform, open-source library done to interact with NDI streams +WWW= https://code.videolan.org/jbk/libndi LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libopenshot/Makefile b/multimedia/libopenshot/Makefile index 6cc4f5b1cc26..1b6b3a9864d8 100644 --- a/multimedia/libopenshot/Makefile +++ b/multimedia/libopenshot/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tatsuki_makino@hotmail.com COMMENT= OpenShot Video Library +WWW= https://www.openshot.org/ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libquicktime-lame/Makefile b/multimedia/libquicktime-lame/Makefile index 549a6be0406c..af8593ddd442 100644 --- a/multimedia/libquicktime-lame/Makefile +++ b/multimedia/libquicktime-lame/Makefile @@ -5,6 +5,7 @@ PKGNAMESUFFIX= -lame MAINTAINER= ports@FreeBSD.org COMMENT= LAME plugin for libquicktime +WWW= http://libquicktime.sourceforge.net/ LIB_DEPENDS= libquicktime.so:multimedia/libquicktime \ libmp3lame.so:audio/lame diff --git a/multimedia/libquicktime/Makefile b/multimedia/libquicktime/Makefile index 15c04ccfd7dc..4ae8d88a709b 100644 --- a/multimedia/libquicktime/Makefile +++ b/multimedia/libquicktime/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Library for reading and writing quicktime files +WWW= http://libquicktime.sourceforge.net/ .if !defined(_BUILDING_LIBQUICKTIME_PLUGINS) LIB_DEPENDS= libvorbis.so:audio/libvorbis diff --git a/multimedia/librespot/Makefile b/multimedia/librespot/Makefile index 1ce3bc3dae1e..bff4583b3d73 100644 --- a/multimedia/librespot/Makefile +++ b/multimedia/librespot/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= driesm@FreeBSD.org COMMENT= Open Source Spotify client library +WWW= https://github.com/librespot-org/librespot LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/librist/Makefile b/multimedia/librist/Makefile index f50e24cfaf31..62c42b6f3ef9 100644 --- a/multimedia/librist/Makefile +++ b/multimedia/librist/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= Library for Reliable Internet Stream Transport (RIST) protocol +WWW= https://code.videolan.org/rist/librist LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/librtmp/Makefile b/multimedia/librtmp/Makefile index 7d68cdb9e397..0e4c073c5d4e 100644 --- a/multimedia/librtmp/Makefile +++ b/multimedia/librtmp/Makefile @@ -6,6 +6,7 @@ DISTNAME= rtmpdump-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= RTMP stream library +WWW= https://rtmpdump.mplayerhq.hu/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index 1e73cb1cf497..fa452d1331e5 100644 --- a/multimedia/libtheora/Makefile +++ b/multimedia/libtheora/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://downloads.xiph.org/releases/theora/ \ MAINTAINER= multimedia@FreeBSD.org COMMENT= Theora video codec for the Ogg multimedia streaming system +WWW= https://www.theora.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libuvc/Makefile b/multimedia/libuvc/Makefile index 57c21100c8ad..1c3007c589d5 100644 --- a/multimedia/libuvc/Makefile +++ b/multimedia/libuvc/Makefile @@ -9,6 +9,7 @@ PATCHFILES+= c765bb30b5f5.patch:-p1 # https://github.com/libuvc/libuvc/pull/163 MAINTAINER= yuri@FreeBSD.org COMMENT= Cross-platform library for USB video devices +WWW= https://int80k.com/libuvc LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/multimedia/libv4l/Makefile b/multimedia/libv4l/Makefile index b149344d4712..52f5f18b0db3 100644 --- a/multimedia/libv4l/Makefile +++ b/multimedia/libv4l/Makefile @@ -8,6 +8,7 @@ CATEGORIES= multimedia MAINTAINER= multimedia@FreeBSD.org COMMENT?= Video4Linux library +WWW= https://linuxtv.org/wiki/index.php/V4l-utils LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual diff --git a/multimedia/libva-intel-driver/Makefile b/multimedia/libva-intel-driver/Makefile index a01a1ce9df33..093dddc7cc2f 100644 --- a/multimedia/libva-intel-driver/Makefile +++ b/multimedia/libva-intel-driver/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= VAAPI legacy driver for Intel GMA 4500 (Gen4) to UHD 630 (Gen9.5) +WWW= https://01.org/linuxmedia LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libva-intel-hybrid-driver/Makefile b/multimedia/libva-intel-hybrid-driver/Makefile index 3f8c133b84a6..1500dd30f0db 100644 --- a/multimedia/libva-intel-hybrid-driver/Makefile +++ b/multimedia/libva-intel-hybrid-driver/Makefile @@ -12,6 +12,7 @@ PATCHFILES+= 7de7270e7f96.patch:-p1 # https://github.com/intel/intel-hybrid-driv MAINTAINER= jbeich@FreeBSD.org COMMENT= Hybrid VP8 encoder and VP9 decoder for Intel GPUs +WWW= https://01.org/linuxmedia LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libva-intel-media-driver/Makefile b/multimedia/libva-intel-media-driver/Makefile index e465c4219bb7..819f6b799fd8 100644 --- a/multimedia/libva-intel-media-driver/Makefile +++ b/multimedia/libva-intel-media-driver/Makefile @@ -19,6 +19,7 @@ PATCHFILES+= a338a45f0675.patch:-p1 # https://github.com/intel/media-driver/pull MAINTAINER= jbeich@FreeBSD.org COMMENT= VAAPI driver for Intel HD 5000 (Gen8) or newer +WWW= https://01.org/intel-media-for-linux LICENSE= MIT BSD3CLAUSE LICENSE_COMB= multi diff --git a/multimedia/libva-utils/Makefile b/multimedia/libva-utils/Makefile index 85b03a95bb82..a505a2cf5fbf 100644 --- a/multimedia/libva-utils/Makefile +++ b/multimedia/libva-utils/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= Collection of tests and utilities for VAAPI +WWW= https://github.com/intel/libva-utils LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libva-vdpau-driver/Makefile b/multimedia/libva-vdpau-driver/Makefile index 08eff5f11fdd..14d11fe96b9b 100644 --- a/multimedia/libva-vdpau-driver/Makefile +++ b/multimedia/libva-vdpau-driver/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.freedesktop.org/software/vaapi/releases/${PORTNAME}/ MAINTAINER= madpilot@FreeBSD.org COMMENT= VDPAU-based backend for VAAPI +WWW= https://cgit.freedesktop.org/vaapi/vdpau-driver/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile index 7483a9a0f618..210c7e34d184 100644 --- a/multimedia/libva/Makefile +++ b/multimedia/libva/Makefile @@ -8,6 +8,7 @@ PATCHFILES+= 657d77406161.patch:-p1 # https://github.com/intel/libva/pull/292 MAINTAINER= jbeich@FreeBSD.org COMMENT?= VAAPI wrapper and dummy driver +WWW= https://github.com/intel/libva LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libvdpau-va-gl/Makefile b/multimedia/libvdpau-va-gl/Makefile index cf570b8541ef..6744c3645866 100644 --- a/multimedia/libvdpau-va-gl/Makefile +++ b/multimedia/libvdpau-va-gl/Makefile @@ -9,6 +9,7 @@ PATCHFILES= 58a98e8a735f.patch:-p1 MAINTAINER= madpilot@FreeBSD.org COMMENT= VDPAU driver with OpenGL/VAAPI backend +WWW= https://github.com/i-rinat/libvdpau-va-gl LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/libvdpau/Makefile b/multimedia/libvdpau/Makefile index 133e55061b74..936d435833e4 100644 --- a/multimedia/libvdpau/Makefile +++ b/multimedia/libvdpau/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= madpilot@FreeBSD.org COMMENT= VDPAU wrapper and tracing library +WWW= https://freedesktop.org/wiki/Software/VDPAU LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libvlcpp/Makefile b/multimedia/libvlcpp/Makefile index 3cd2fcd56754..20f3588f0af1 100644 --- a/multimedia/libvlcpp/Makefile +++ b/multimedia/libvlcpp/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= C++ bindings for libvlc, VLC mediaplayer library +WWW= https://code.videolan.org/videolan/libvlcpp LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile index fac29c3c2c5f..4ca312e69226 100644 --- a/multimedia/libvpx/Makefile +++ b/multimedia/libvpx/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= VP8/VP9 reference encoder/decoder +WWW= https://www.webmproject.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 0540eb140d9d..b8daa8fecbda 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}-lib-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Libraries for xine multimedia player +WWW= https://www.xine-project.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/libxspf/Makefile b/multimedia/libxspf/Makefile index c95fbbb2f377..11851dd89f45 100644 --- a/multimedia/libxspf/Makefile +++ b/multimedia/libxspf/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/libspiff/Sources/${PORTVERSION} MAINTAINER= ed@FreeBSD.org COMMENT= XSPF parsing library +WWW= http://libspiff.sourceforge.net/ LIB_DEPENDS= libexpat.so:textproc/expat2 diff --git a/multimedia/libzen/Makefile b/multimedia/libzen/Makefile index a4bfa2584824..5a9327c73b85 100644 --- a/multimedia/libzen/Makefile +++ b/multimedia/libzen/Makefile @@ -7,6 +7,7 @@ DISTNAME= MediaInfo_CLI_${PORTVERSION}_GNU_FromSource MAINTAINER= sunpoet@FreeBSD.org COMMENT= ZenLib used by MediaInfo and its library +WWW= https://mediaarea.net/en/MediaInfo LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/../../../License.txt diff --git a/multimedia/linux-tsmuxer/Makefile b/multimedia/linux-tsmuxer/Makefile index 76156b448b0a..092e52bd627f 100644 --- a/multimedia/linux-tsmuxer/Makefile +++ b/multimedia/linux-tsmuxer/Makefile @@ -7,6 +7,7 @@ DISTNAME= tsMuxeR_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Utility to create TS and M2TS files for IP broadcasting +WWW= http://www.smlabs.net/en/products/tsmuxer/ USES= linux NO_WRKSUBDIR= yes diff --git a/multimedia/linux_dvbwrapper-kmod/Makefile b/multimedia/linux_dvbwrapper-kmod/Makefile index 7b5cd33c366c..d0259b063fbc 100644 --- a/multimedia/linux_dvbwrapper-kmod/Makefile +++ b/multimedia/linux_dvbwrapper-kmod/Makefile @@ -6,6 +6,7 @@ DISTFILES= # none MAINTAINER= ports@FreeBSD.org COMMENT= Linux compatibility layer - DVB ioctl handler +WWW= https://people.freebsd.org/~nox/dvb/ ONLY_FOR_ARCHS= aarch64 amd64 i386 diff --git a/multimedia/livego/Makefile b/multimedia/livego/Makefile index 779c883c6e74..e3a78b838016 100644 --- a/multimedia/livego/Makefile +++ b/multimedia/livego/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= nc@FreeBSD.org COMMENT= Live video streaming server in golang +WWW= https://github.com/gwuhaolin/livego LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index 01ad199b0e6c..68a913aa9df1 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -7,6 +7,7 @@ DISTNAME= LiVES-${PORTVERSION} MAINTAINER= vvd@unislabs.com COMMENT= Video editing system +WWW= http://lives-video.com/ LICENSE= GPLv3+ LGPL3+ LICENSE_COMB= multi diff --git a/multimedia/lms/Makefile b/multimedia/lms/Makefile index 84e49168b8e0..0fdf8af87f1f 100644 --- a/multimedia/lms/Makefile +++ b/multimedia/lms/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight Music Server +WWW= https://github.com/epoupon/lms LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/lsdvd/Makefile b/multimedia/lsdvd/Makefile index 0ff166fab399..e7936c05af6e 100644 --- a/multimedia/lsdvd/Makefile +++ b/multimedia/lsdvd/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Print information about the contents and structure of a DVD +WWW= https://sourceforge.net/projects/lsdvd/ LICENSE= GPLv2 diff --git a/multimedia/m2vrequantiser/Makefile b/multimedia/m2vrequantiser/Makefile index 5a942a89d266..2a1ed8600303 100644 --- a/multimedia/m2vrequantiser/Makefile +++ b/multimedia/m2vrequantiser/Makefile @@ -6,6 +6,7 @@ DISTNAME= M2VRequantiser-v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Requantize MPEG-2 streams without recompressing +WWW= https://launchpad.net/m2vrequantiser CFLAGS= -Duint=unsigned MAKE_ARGS= CC="${CC}" CXX="${CXX}" diff --git a/multimedia/makemkv/Makefile b/multimedia/makemkv/Makefile index f36aeb945afb..88fa45d2e6db 100644 --- a/multimedia/makemkv/Makefile +++ b/multimedia/makemkv/Makefile @@ -13,6 +13,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= zirias@FreeBSD.org COMMENT= Video converter reading from DVD and Bluray +WWW= https://www.makemkv.com LICENSE= MAKEMKV LGPL21+ ${PORT_OPTIONS:MFDK_AAC} LICENSE_COMB= multi diff --git a/multimedia/mediainfo/Makefile b/multimedia/mediainfo/Makefile index 54bc2cdb615a..061cb1ae6e4c 100644 --- a/multimedia/mediainfo/Makefile +++ b/multimedia/mediainfo/Makefile @@ -7,6 +7,7 @@ DISTNAME= MediaInfo_CLI_${PORTVERSION}_GNU_FromSource MAINTAINER= sunpoet@FreeBSD.org COMMENT= Provides technical and tag information for video and audio files +WWW= https://mediaarea.net/en/MediaInfo LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/../../../License.html diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile index 281be30ad9af..b9f3b4644e08 100644 --- a/multimedia/mencoder/Makefile +++ b/multimedia/mencoder/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org COMMENT= Convenient video file and movie encoder +WWW= http://www.mplayerhq.hu/ .include "${.CURDIR}/../mplayer/Makefile.common" diff --git a/multimedia/minisatip/Makefile b/multimedia/minisatip/Makefile index 3e9c0e5f6eb0..fd24d5bc0237 100644 --- a/multimedia/minisatip/Makefile +++ b/multimedia/minisatip/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= decke@FreeBSD.org COMMENT= Multi-threaded SATIP server that supports DVB cards +WWW= https://github.com/catalinii/minisatip LICENSE= GPLv2+ diff --git a/multimedia/minitube/Makefile b/multimedia/minitube/Makefile index b1d3046df133..a67d0795b4b4 100644 --- a/multimedia/minitube/Makefile +++ b/multimedia/minitube/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia www MAINTAINER= yuri@FreeBSD.org COMMENT= TV-like client for YouTube +WWW= https://flavio.tordini.org/minitube LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/mjpegtools/Makefile b/multimedia/mjpegtools/Makefile index 4b08d13136c6..6eea238b760f 100644 --- a/multimedia/mjpegtools/Makefile +++ b/multimedia/mjpegtools/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME:S/tools//}/${PORTNAME}/${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= Set of tools to record/playback/edit videos in MPEG format +WWW= http://mjpeg.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/mjpg-streamer/Makefile b/multimedia/mjpg-streamer/Makefile index 1ad216294683..f73ef4729cc2 100644 --- a/multimedia/mjpg-streamer/Makefile +++ b/multimedia/mjpg-streamer/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia net MAINTAINER= swills@FreeBSD.org COMMENT= HTTP video streaming daemon +WWW= https://github.com/jacksonliam/mjpg-streamer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/mkclean/Makefile b/multimedia/mkclean/Makefile index 5ef1b1d73be1..de3aeaada160 100644 --- a/multimedia/mkclean/Makefile +++ b/multimedia/mkclean/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= Clean and optimize Matroska and WebM files +WWW= https://www.matroska.org/downloads/mkclean.html LICENSE= BSD3CLAUSE diff --git a/multimedia/mkvalidator/Makefile b/multimedia/mkvalidator/Makefile index ee2d282b1503..e5ce98731d94 100644 --- a/multimedia/mkvalidator/Makefile +++ b/multimedia/mkvalidator/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/matroska/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Command line tool to verify Matroska and WebM files +WWW= https://www.matroska.org/downloads/mkvalidator.html LICENSE= BSD3CLAUSE BSD4CLAUSE GPLv2 LICENSE_COMB= multi diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index 052e44f481ed..6a7ad593f18d 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://www.bunkus.org/videotools/mkvtoolnix/sources/ \ MAINTAINER= riggs@FreeBSD.org COMMENT= Tools to extract from/get info about/create Matroska media streams +WWW= https://www.bunkus.org/videotools/mkvtoolnix/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/mkxvcd/Makefile b/multimedia/mkxvcd/Makefile index 0559a3cc48a6..8dc031280ba3 100644 --- a/multimedia/mkxvcd/Makefile +++ b/multimedia/mkxvcd/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/kvcd4nix/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ MAINTAINER= se@FreeBSD.org COMMENT= Makes high quality X/K/S/VCD movies from many formats +WWW= http://kvcd4nix.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/mlt6/Makefile b/multimedia/mlt6/Makefile index d44e80cdb92b..a36fb79d0fb8 100644 --- a/multimedia/mlt6/Makefile +++ b/multimedia/mlt6/Makefile @@ -11,6 +11,7 @@ WRKSRC= ${WRKDIR}/mlt-${DISTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT?= Multimedia framework for TV broadcasting +WWW= https://www.mltframework.org/ LICENSE?= GPLv2 GPLv3 LGPL21 LICENSE_COMB?= multi diff --git a/multimedia/mlt7/Makefile b/multimedia/mlt7/Makefile index bd7b2f515ab5..25d5c21d3778 100644 --- a/multimedia/mlt7/Makefile +++ b/multimedia/mlt7/Makefile @@ -11,6 +11,7 @@ WRKSRC= ${WRKDIR}/mlt-${DISTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT?= Multimedia framework for TV broadcasting +WWW= https://www.mltframework.org/ LICENSE?= GPLv2 GPLv3 LGPL21 LICENSE_COMB?= multi diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile index 8b91ea11fcb5..d8eb07901399 100644 --- a/multimedia/motion/Makefile +++ b/multimedia/motion/Makefile @@ -8,6 +8,7 @@ CATEGORIES= multimedia # Maintainer block MAINTAINER= ports@blievers.net COMMENT= Motion detection application +WWW= https://motion-project.github.io/ # License block LICENSE= GPLv2+ diff --git a/multimedia/mp3cd/Makefile b/multimedia/mp3cd/Makefile index 53caf5796fd0..2096ba617dd0 100644 --- a/multimedia/mp3cd/Makefile +++ b/multimedia/mp3cd/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://outflux.net/software/pkgs/mp3cd/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Perl script that burns MP3 to audio CDs +WWW= https://outflux.net LICENSE= GPLv2+ diff --git a/multimedia/mp4v2/Makefile b/multimedia/mp4v2/Makefile index e3cb6297fa46..201674fb4438 100644 --- a/multimedia/mp4v2/Makefile +++ b/multimedia/mp4v2/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GENTOO MAINTAINER= multimedia@FreeBSD.org COMMENT= Library and tools to read, create, and modify mp4 files +WWW= http://code.google.com/p/mp4v2/ LICENSE= MPL11 diff --git a/multimedia/mpc-qt/Makefile b/multimedia/mpc-qt/Makefile index 20bbdc9c98cb..e06b230b6d8f 100644 --- a/multimedia/mpc-qt/Makefile +++ b/multimedia/mpc-qt/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia audio MAINTAINER= jbeich@FreeBSD.org COMMENT= Qt 5 clone of Media Player Classic based on libmpv +WWW= https://github.com/mpc-qt/mpc-qt LICENSE= GPLv2 diff --git a/multimedia/mplayer-skins/Makefile b/multimedia/mplayer-skins/Makefile index 7a068b2a02aa..f675c74ea703 100644 --- a/multimedia/mplayer-skins/Makefile +++ b/multimedia/mplayer-skins/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= mplayer-skins MAINTAINER= riggs@FreeBSD.org COMMENT= Skins for MPlayer's Graphical User Interface (GUI) +WWW= http://www.mplayerhq.hu/ # # When adding a new skin, please make sure to add it into the following diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 4eee3a02c826..c15f578ca228 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org COMMENT= High performance media player supporting many formats +WWW= http://www.mplayerhq.hu/ .include "${.CURDIR}/../../multimedia/mplayer/Makefile.common" diff --git a/multimedia/mpv-mpris/Makefile b/multimedia/mpv-mpris/Makefile index 4757ac198200..f92d8f63e6c4 100644 --- a/multimedia/mpv-mpris/Makefile +++ b/multimedia/mpv-mpris/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= tcberner@FreeBSD.org COMMENT= MPRIS plugin for mpv +WWW= https://github.com/hoyon/mpv-mpris LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index b194920157e9..63be72a1445b 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -19,6 +19,7 @@ PATCHFILES+= bc9805c71a67.patch:-p1 # https://github.com/mpv-player/mpv/pull/983 MAINTAINER= multimedia@FreeBSD.org COMMENT= Free and open-source general-purpose video player +WWW= https://mpv.io LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi diff --git a/multimedia/mpvpaper/Makefile b/multimedia/mpvpaper/Makefile index 0470b6fd1a24..1da9b5df68d8 100644 --- a/multimedia/mpvpaper/Makefile +++ b/multimedia/mpvpaper/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia wayland MAINTAINER= jbeich@FreeBSD.org COMMENT= Video wallpaper for wlroots compositors +WWW= https://github.com/GhostNaN/mpvpaper LICENSE= GPLv3 diff --git a/multimedia/msdl/Makefile b/multimedia/msdl/Makefile index 5755160aa8c8..2d5f1835474e 100644 --- a/multimedia/msdl/Makefile +++ b/multimedia/msdl/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/-r/} MAINTAINER= ashish@FreeBSD.org COMMENT= Streaming multimedia files downloader +WWW= http://msdl.sourceforge.net/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/msopenh264/Makefile b/multimedia/msopenh264/Makefile index c2e4d0938a12..05a24cfbd87e 100644 --- a/multimedia/msopenh264/Makefile +++ b/multimedia/msopenh264/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia net MAINTAINER= ports@FreeBSD.org COMMENT= Mediastreamer plugin with H.264 codec +WWW= https://www.linphone.org/technical-corner/mediastreamer2.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING @@ -22,7 +23,6 @@ GL_SITE= https://gitlab.linphone.org/BC GL_ACCOUNT= public GL_COMMIT= c09d2652245f0d660f427c1cf5ae97709b504803 - CMAKE_ARGS= -DENABLE_STATIC=NO PLIST_FILES= lib/mediastreamer/plugins/libmsopenh264.so diff --git a/multimedia/mswebrtc/Makefile b/multimedia/mswebrtc/Makefile index 03f0d360e500..6404b0bf1b59 100644 --- a/multimedia/mswebrtc/Makefile +++ b/multimedia/mswebrtc/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://www.linphone.org/releases/sources/plugins/mswebrtc/ MAINTAINER= ports@FreeBSD.org COMMENT= Mediastreamer plugin with WebRTC codecs +WWW= https://www.linphone.org/technical-corner/mediastreamer2.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/musikcube/Makefile b/multimedia/musikcube/Makefile index a9951c02e549..0b51739b7116 100644 --- a/multimedia/musikcube/Makefile +++ b/multimedia/musikcube/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia audio MAINTAINER= yuri@FreeBSD.org COMMENT= Terminal-based music player, audio engine, metadata indexer, server +WWW= https://musikcube.com/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/multimedia/musique/Makefile b/multimedia/musique/Makefile index 6df1cbd3042a..675cacbb2fad 100644 --- a/multimedia/musique/Makefile +++ b/multimedia/musique/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= Music player built for speed, simplicity and style +WWW= https://flavio.tordini.org/musique LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/mxflib/Makefile b/multimedia/mxflib/Makefile index c1acf38d6466..1d481b55faa3 100644 --- a/multimedia/mxflib/Makefile +++ b/multimedia/mxflib/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= olgeni@FreeBSD.org COMMENT= C++ library for MXF file I/O +WWW= http://www.freemxf.org/ GNU_CONFIGURE= yes diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile index 15a8c85e8b22..bc5310e86447 100644 --- a/multimedia/mythtv/Makefile +++ b/multimedia/mythtv/Makefile @@ -7,6 +7,7 @@ CATEGORIES= multimedia MAINTAINER?= ahicks@p-o.co.uk COMMENT?= Homebrew PVR project +WWW= https://www.mythtv.org/ LICENSE= GPLv2+ diff --git a/multimedia/naludump/Makefile b/multimedia/naludump/Makefile index 0b9a17b61d59..2e8e31c3e596 100644 --- a/multimedia/naludump/Makefile +++ b/multimedia/naludump/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.udo-richter.de/vdr/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Delete NALU fill data from h.264 TS files +WWW= https://www.udo-richter.de/vdr/naludump.en.html LICENSE= GPLv2 diff --git a/multimedia/navidrome/Makefile b/multimedia/navidrome/Makefile index 27579f22ee17..0cc06392c391 100644 --- a/multimedia/navidrome/Makefile +++ b/multimedia/navidrome/Makefile @@ -9,6 +9,7 @@ DIST_SUBDIR= navidrome MAINTAINER= daniel@morante.net COMMENT= Modern Music Server and Streamer compatible with Subsonic/Airsonic +WWW= https://www.navidrome.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/neolink/Makefile b/multimedia/neolink/Makefile index cb64bf935c73..90ad70998f14 100644 --- a/multimedia/neolink/Makefile +++ b/multimedia/neolink/Makefile @@ -7,6 +7,7 @@ CATEGORIES= multimedia MAINTAINER= kevans@FreeBSD.org COMMENT= RTSP bridge to Reolink IP cameras +WWW= https://github.com/thirtythreeforty/neolink LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/nordlicht/Makefile b/multimedia/nordlicht/Makefile index 561982da571e..3461216679d4 100644 --- a/multimedia/nordlicht/Makefile +++ b/multimedia/nordlicht/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= Create moodbars from video files +WWW= https://nordlicht.github.io/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/multimedia/nostt/Makefile b/multimedia/nostt/Makefile index d92e43f3fc47..7b4e5ba3299f 100644 --- a/multimedia/nostt/Makefile +++ b/multimedia/nostt/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= ik@sjmulder.nl COMMENT= Command line NOS Teletekst reader, the Dutch public teletext system +WWW= https://github.com/sjmulder/nostt LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/multimedia/nymphcast/Makefile b/multimedia/nymphcast/Makefile index 6577b830fbf3..17b8fb022467 100644 --- a/multimedia/nymphcast/Makefile +++ b/multimedia/nymphcast/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= adridg@FreeBSD.org COMMENT= Audio and video source for a television or powered speakers +WWW= http://nyanko.ws/nymphcast.php # The LICENSE_FILE lives outside the top-of-the-tree because # WRKSRC_SUBDIR is set. diff --git a/multimedia/nymphcastlib/Makefile b/multimedia/nymphcastlib/Makefile index 3bc4c557682d..2fcc0577c02f 100644 --- a/multimedia/nymphcastlib/Makefile +++ b/multimedia/nymphcastlib/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= adridg@FreeBSD.org COMMENT= Core functionality for a NymphCast client +WWW= https://github.com/MayaPosch/libnymphcast LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/nymphrpc/Makefile b/multimedia/nymphrpc/Makefile index 74c9dca23c23..b4e9af6e0846 100644 --- a/multimedia/nymphrpc/Makefile +++ b/multimedia/nymphrpc/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia devel MAINTAINER= adridg@FreeBSD.org COMMENT= Compact, C++-based Remote Procedure Call (RPC) library +WWW= https://github.com/MayaPosch/NymphRPC LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/obs-audio-spectralizer/Makefile b/multimedia/obs-audio-spectralizer/Makefile index a40cc32795cd..357b203a7f38 100644 --- a/multimedia/obs-audio-spectralizer/Makefile +++ b/multimedia/obs-audio-spectralizer/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= OBS Studio Plugin: Audio visualizer +WWW= https://github.com/univrsal/spectralizer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING.txt diff --git a/multimedia/obs-ndi/Makefile b/multimedia/obs-ndi/Makefile index 0ce4f02b9bad..e0df2e978a27 100644 --- a/multimedia/obs-ndi/Makefile +++ b/multimedia/obs-ndi/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= OBS Studio Plugin: Network Device Interface +WWW= https://github.com/Palakis/obs-ndi LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/obs-qtwebkit/Makefile b/multimedia/obs-qtwebkit/Makefile index b2008612a8f1..15bf840cdb44 100644 --- a/multimedia/obs-qtwebkit/Makefile +++ b/multimedia/obs-qtwebkit/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= swills@FreeBSD.org COMMENT= Browser source plugin for obs-studio +WWW= https://github.com/swills/obs-qtwebkit LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/obs-scrab/Makefile b/multimedia/obs-scrab/Makefile index 0ddc47c0be3e..aadbe07c36b9 100644 --- a/multimedia/obs-scrab/Makefile +++ b/multimedia/obs-scrab/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= OBS Studio Plugin: Screenshot plugin +WWW= https://github.com/univrsal/scrab LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/obs-streamfx/Makefile b/multimedia/obs-streamfx/Makefile index 026f809e4b28..5d67f269b3dd 100644 --- a/multimedia/obs-streamfx/Makefile +++ b/multimedia/obs-streamfx/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= OBS Studio Plugin: Modern effects +WWW= https://github.com/Xaymar/obs-StreamFX LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile index ccde077f5ae0..70e77690cf68 100644 --- a/multimedia/obs-studio/Makefile +++ b/multimedia/obs-studio/Makefile @@ -10,6 +10,7 @@ PATCHFILES+= 46b3935959c0afd4d2128279912ee86f69e81048.patch:-p1 \ MAINTAINER= yuri@FreeBSD.org COMMENT= Open source streaming/recording software +WWW= https://obsproject.com/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/obs-transition-matrix/Makefile b/multimedia/obs-transition-matrix/Makefile index b759f6a45031..044e520d4aba 100644 --- a/multimedia/obs-transition-matrix/Makefile +++ b/multimedia/obs-transition-matrix/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= OBS Studio Plugin: OBS Transition Matrix +WWW= https://github.com/admshao/obs-transition-matrix LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/obs-v4l2sink/Makefile b/multimedia/obs-v4l2sink/Makefile index f4b9306e7c2b..0b74217e1980 100644 --- a/multimedia/obs-v4l2sink/Makefile +++ b/multimedia/obs-v4l2sink/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= OBS Studio Plugin: Output as Video4Linux2 device +WWW= https://github.com/CatxFish/obs-v4l2sink LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/obs-websocket/Makefile b/multimedia/obs-websocket/Makefile index 8ba6b0a639fd..760f200b217f 100644 --- a/multimedia/obs-websocket/Makefile +++ b/multimedia/obs-websocket/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia www MAINTAINER= yuri@FreeBSD.org COMMENT= OBS Studio Plugin: WebSockets API +WWW= https://github.com/Palakis/obs-websocket LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/oggvideotools/Makefile b/multimedia/oggvideotools/Makefile index 37bd63061e9d..799b29ab8170 100644 --- a/multimedia/oggvideotools/Makefile +++ b/multimedia/oggvideotools/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Toolbox for manipulating Ogg video files +WWW= http://www.streamnik.de/oggvideotools.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/ogmrip/Makefile b/multimedia/ogmrip/Makefile index 1e1b17417036..92415d736b6e 100644 --- a/multimedia/ogmrip/Makefile +++ b/multimedia/ogmrip/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Application and libraries for encoding DVDs into DivX/OGM files +WWW= http://ogmrip.sourceforge.net/ LICENSE= GPLv2+ # from source, though COPYING says LGPLv2 diff --git a/multimedia/ogmtools/Makefile b/multimedia/ogmtools/Makefile index 1d70cfb6bf8e..7f5ec1abef1f 100644 --- a/multimedia/ogmtools/Makefile +++ b/multimedia/ogmtools/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.bunkus.org/videotools/ogmtools/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Tools to extract from/get info about/create OGG media streams +WWW= https://www.bunkus.org/videotools/ogmtools/ LIB_DEPENDS= libvorbis.so:audio/libvorbis diff --git a/multimedia/olive/Makefile b/multimedia/olive/Makefile index 0d42fd97732a..4abed255847b 100644 --- a/multimedia/olive/Makefile +++ b/multimedia/olive/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -video-editor MAINTAINER= yuri@FreeBSD.org COMMENT= NLE (nonlinear) video editor +WWW= https://www.olivevideoeditor.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/omxplayer/Makefile b/multimedia/omxplayer/Makefile index d3607c55d641..c1d460182808 100644 --- a/multimedia/omxplayer/Makefile +++ b/multimedia/omxplayer/Makefile @@ -8,6 +8,7 @@ PATCHFILES= 96800576209b.patch:-p1 MAINTAINER= ports@FreeBSD.org COMMENT= Raspberry Pi video player +WWW= https://github.com/popcornmix/omxplayer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/onevpl/Makefile b/multimedia/onevpl/Makefile index 281b08593df3..fdcfb09ab706 100644 --- a/multimedia/onevpl/Makefile +++ b/multimedia/onevpl/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= oneAPI Video Processing Library dispatcher, tools, and examples +WWW= https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onevpl.html LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/openh264/Makefile b/multimedia/openh264/Makefile index b7fbabb58671..4d74de3308f0 100644 --- a/multimedia/openh264/Makefile +++ b/multimedia/openh264/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= gecko@FreeBSD.org COMMENT= Cisco implementation of H.264 codec +WWW= https://www.openh264.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/openshot/Makefile b/multimedia/openshot/Makefile index 342ecd4e1c35..7e0f4c983294 100644 --- a/multimedia/openshot/Makefile +++ b/multimedia/openshot/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= tatsuki_makino@hotmail.com COMMENT= OpenShot Video Editor +WWW= https://www.openshot.org/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/opentimelineio/Makefile b/multimedia/opentimelineio/Makefile index 25059fb786ed..fcf2bf65a4ca 100644 --- a/multimedia/opentimelineio/Makefile +++ b/multimedia/opentimelineio/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= API and interchange format for editorial timeline information +WWW= https://github.com/PixarAnimationStudios/OpenTimelineIO LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/multimedia/opentoonz/Makefile b/multimedia/opentoonz/Makefile index f5dd5526d3af..757a62c05d0a 100644 --- a/multimedia/opentoonz/Makefile +++ b/multimedia/opentoonz/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= rozhuk.im@gmail.com COMMENT= Open-source full-featured 2D animation creation software +WWW= https://opentoonz.github.io/e/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/multimedia/oscam/Makefile b/multimedia/oscam/Makefile index 07d6c54bbbf9..94e3e9a59d64 100644 --- a/multimedia/oscam/Makefile +++ b/multimedia/oscam/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://repo.or.cz/oscam.git/snapshot/ef7f844739120f6119d7197e7be9 MAINTAINER= franz@bett.ag COMMENT= Softcam software to decrypt digital TV channels +WWW= https://www.streamboard.tv/oscam/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/p5-Audio-M4P/Makefile b/multimedia/p5-Audio-M4P/Makefile index b20fa43141fa..8fc0e05ed374 100644 --- a/multimedia/p5-Audio-M4P/Makefile +++ b/multimedia/p5-Audio-M4P/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= M4P / MP4 / m4a Quicktime audio and video tools +WWW= https://metacpan.org/release/Audio-M4P LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/multimedia/p5-FFmpeg-Command/Makefile b/multimedia/p5-FFmpeg-Command/Makefile index e140a66e3985..1418adebcc5a 100644 --- a/multimedia/p5-FFmpeg-Command/Makefile +++ b/multimedia/p5-FFmpeg-Command/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Wrapper class for ffmpeg command line utility +WWW= https://metacpan.org/release/FFmpeg-Command BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ diff --git a/multimedia/p5-FLV-Info/Makefile b/multimedia/p5-FLV-Info/Makefile index b6da591681a6..59ffc7344672 100644 --- a/multimedia/p5-FLV-Info/Makefile +++ b/multimedia/p5-FLV-Info/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Extract metadata from Flash Video files +WWW= https://metacpan.org/release/FLV-Info BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-AMF-Perl>=0.15:www/p5-AMF-Perl \ diff --git a/multimedia/p5-File-Format-RIFF/Makefile b/multimedia/p5-File-Format-RIFF/Makefile index 23cb99c20f87..94598dfd0a8b 100644 --- a/multimedia/p5-File-Format-RIFF/Makefile +++ b/multimedia/p5-File-Format-RIFF/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Read, manipulate, and write RIFF files +WWW= https://metacpan.org/release/File-Format-RIFF LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/multimedia/p5-MP4-Info/Makefile b/multimedia/p5-MP4-Info/Makefile index e39033d414d2..be356da9137b 100644 --- a/multimedia/p5-MP4-Info/Makefile +++ b/multimedia/p5-MP4-Info/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Fetch info from MPEG-4 files +WWW= https://metacpan.org/release/MP4-Info LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/multimedia/p5-Net-UPnP/Makefile b/multimedia/p5-Net-UPnP/Makefile index dcd1bbe51233..364f17218e24 100644 --- a/multimedia/p5-Net-UPnP/Makefile +++ b/multimedia/p5-Net-UPnP/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for UPnP +WWW= https://metacpan.org/release/Net-UPnP LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/README diff --git a/multimedia/p5-Subtitles/Makefile b/multimedia/p5-Subtitles/Makefile index 72aedc437d73..0a6726c6d0ab 100644 --- a/multimedia/p5-Subtitles/Makefile +++ b/multimedia/p5-Subtitles/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= osa@FreeBSD.org COMMENT= Perl5 backend for fix subtitles timing +WWW= https://metacpan.org/release/Subtitles NO_ARCH= yes USES= perl5 diff --git a/multimedia/pHash/Makefile b/multimedia/pHash/Makefile index 81adddc16c44..20b69702ca3f 100644 --- a/multimedia/pHash/Makefile +++ b/multimedia/pHash/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://phash.org/releases/ \ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Open source perceptual hash library +WWW= https://phash.org/ LICENSE= GPLv3+ diff --git a/multimedia/peek/Makefile b/multimedia/peek/Makefile index 326e5564e4c3..dd91d97dcc12 100644 --- a/multimedia/peek/Makefile +++ b/multimedia/peek/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= Simple animated GIF screen recorder with an easy to use interface +WWW= https://github.com/phw/peek LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/phonon-designerplugin/Makefile b/multimedia/phonon-designerplugin/Makefile index 0d50f1db50f7..baf04ed3f238 100644 --- a/multimedia/phonon-designerplugin/Makefile +++ b/multimedia/phonon-designerplugin/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -designerplugin-qt5 MAINTAINER= kde@FreeBSD.org COMMENT= Qt Designer plugin for Phonon +WWW= http://phonon.kde.org LICENSE= LGPL21 diff --git a/multimedia/phonon-gstreamer/Makefile b/multimedia/phonon-gstreamer/Makefile index 24a646ee3953..2dae3a5f94b7 100644 --- a/multimedia/phonon-gstreamer/Makefile +++ b/multimedia/phonon-gstreamer/Makefile @@ -9,6 +9,7 @@ PKGNAMESUFFIX= -${PHONON_PLUGIN}-qt5 MAINTAINER= kde@FreeBSD.org COMMENT= GStreamer backend for Phonon +WWW= http://phonon.kde.org LICENSE= LGPL21 diff --git a/multimedia/phonon-vlc/Makefile b/multimedia/phonon-vlc/Makefile index dae79973df4a..dae1647d53c8 100644 --- a/multimedia/phonon-vlc/Makefile +++ b/multimedia/phonon-vlc/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= KDE/phonon MAINTAINER= kde@FreeBSD.org COMMENT= VLC backend for Phonon +WWW= https://invent.kde.org/libraries/phonon-vlc LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB diff --git a/multimedia/phonon/Makefile b/multimedia/phonon/Makefile index 59b1a78e665b..05d380e1ca94 100644 --- a/multimedia/phonon/Makefile +++ b/multimedia/phonon/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -qt5 MAINTAINER= kde@FreeBSD.org COMMENT= KDE multimedia framework +WWW= https://phonon.kde.org/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB diff --git a/multimedia/photofilmstrip/Makefile b/multimedia/photofilmstrip/Makefile index e81392be8337..cfc6bf1e7074 100644 --- a/multimedia/photofilmstrip/Makefile +++ b/multimedia/photofilmstrip/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= Creates movies out of your pictures +WWW= https://www.photofilmstrip.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/php-pHash/Makefile b/multimedia/php-pHash/Makefile index 280c2cb7912f..8f5d8b2060d9 100644 --- a/multimedia/php-pHash/Makefile +++ b/multimedia/php-pHash/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= cyberbotx@cyberbotx.com COMMENT= PHP extension for the pHash perceptual hash library +WWW= https://phash.org/ LICENSE= PHP30 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/pipe-viewer/Makefile b/multimedia/pipe-viewer/Makefile index f0aa3c2f26cb..d333a35ec961 100644 --- a/multimedia/pipe-viewer/Makefile +++ b/multimedia/pipe-viewer/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia perl5 MAINTAINER?= DtxdF@disroot.org COMMENT?= Application for searching and playing videos from YouTube +WWW= https://github.com/trizen/pipe-viewer LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/pipewire/Makefile b/multimedia/pipewire/Makefile index 89a6f26180a0..2d4ffddab587 100644 --- a/multimedia/pipewire/Makefile +++ b/multimedia/pipewire/Makefile @@ -6,6 +6,7 @@ DISTFILES= media-session-${MEDIA_SESSION_VERSION}${EXTRACT_SUFX}:media_session MAINTAINER= arrowd@FreeBSD.org COMMENT= Server and user space API to deal with multimedia pipelines +WWW= https://pipewire.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/pitivi/Makefile b/multimedia/pitivi/Makefile index f0d9205f0196..84ce9b42f762 100644 --- a/multimedia/pitivi/Makefile +++ b/multimedia/pitivi/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= Gstreamer based non-linear audio/video editor +WWW= https://www.pitivi.org LICENSE= LGPL21+ diff --git a/multimedia/playerctl/Makefile b/multimedia/playerctl/Makefile index 01fd230cefc9..084df6405ec2 100644 --- a/multimedia/playerctl/Makefile +++ b/multimedia/playerctl/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/altdesktop/${PORTNAME}/releases/download/v${DIS MAINTAINER= aly@aaronly.me COMMENT= MPRIS command-line controller and library +WWW= https://github.com/altdesktop/playerctl LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/plexmediaserver/Makefile b/multimedia/plexmediaserver/Makefile index 90e12c413797..7cf03156b0e0 100644 --- a/multimedia/plexmediaserver/Makefile +++ b/multimedia/plexmediaserver/Makefile @@ -7,6 +7,7 @@ DISTNAME?= PlexMediaServer-${DISTVERSION}-${DISTVERSIONSUFFIX}-FreeBSD-${ARCH} MAINTAINER?= b.shertenlieb@yahoo.com COMMENT= Plex Media Server component +WWW= https://plex.tv ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= binary-only program, source code not available diff --git a/multimedia/podcastdl/Makefile b/multimedia/podcastdl/Makefile index 29f94645acb1..a69316d90f34 100644 --- a/multimedia/podcastdl/Makefile +++ b/multimedia/podcastdl/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/ \ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Simple command line podcast client written in plain C +WWW= https://www.osorio.me/projects/dev/podcastdl/ LICENSE= ISCL diff --git a/multimedia/poe/Makefile b/multimedia/poe/Makefile index 8c67f1e9be96..13fc2bfbd915 100644 --- a/multimedia/poe/Makefile +++ b/multimedia/poe/Makefile @@ -7,6 +7,7 @@ DISTNAME= Poe-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Vorbis comment editor for GNUstep +WWW= https://www.eskimo.com/~pburns/Poe/ LICENSE= GPLv2+ diff --git a/multimedia/ppm2fli/Makefile b/multimedia/ppm2fli/Makefile index 037bab96fd41..d84749c6abd9 100644 --- a/multimedia/ppm2fli/Makefile +++ b/multimedia/ppm2fli/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://vento.pi.tu-berlin.de/ppm2fli/ MAINTAINER= ports@FreeBSD.org COMMENT= Utilities to merge PPM files into animated FLI and backwards +WWW= http://vento.pi.tu-berlin.de/ppm2fli/main.html BROKEN_FreeBSD_13= ld: error: duplicate symbol: Xorigin BROKEN_FreeBSD_14= ld: error: duplicate symbol: Xorigin diff --git a/multimedia/projectx/Makefile b/multimedia/projectx/Makefile index 7351f390a999..fe7a58a4b29d 100644 --- a/multimedia/projectx/Makefile +++ b/multimedia/projectx/Makefile @@ -7,6 +7,7 @@ DISTNAME= ProjectX_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= DVB (mpeg) cutting/demux tool +WWW= https://sourceforge.net/projects/project-x/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/Copying diff --git a/multimedia/ptx-kmod/Makefile b/multimedia/ptx-kmod/Makefile index dc4da169dc18..571b5e0db812 100644 --- a/multimedia/ptx-kmod/Makefile +++ b/multimedia/ptx-kmod/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S,0.0.,,} MAINTAINER= hrs@FreeBSD.org COMMENT= Device driver for PT1/PT2 ISDB-S/T tuner cards +WWW= https://d.hatena.ne.jp/bsdaemon/20100429/1272556078 LICENSE= GPLv3 diff --git a/multimedia/pwcbsd/Makefile b/multimedia/pwcbsd/Makefile index bf870da27134..b61dee9672bf 100644 --- a/multimedia/pwcbsd/Makefile +++ b/multimedia/pwcbsd/Makefile @@ -8,6 +8,7 @@ MASTER_SITES= http://raaf.atspace.org/ \ MAINTAINER= ports@FreeBSD.org COMMENT= The Linux pwc webcam driver ported to FreeBSD +WWW= http://raaf.atspace.org/ LICENSE= GPLv2 diff --git a/multimedia/pwcview/Makefile b/multimedia/pwcview/Makefile index b2cbe7b25a1e..d4e6e696f3e2 100644 --- a/multimedia/pwcview/Makefile +++ b/multimedia/pwcview/Makefile @@ -8,6 +8,7 @@ MASTER_SITES= http://raaf.atspace.org/ \ MAINTAINER= hselasky@FreeBSD.org COMMENT= The Video4Linux PWC webcam viewer +WWW= http://raaf.atspace.org/ BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:multimedia/v4l_compat LIB_DEPENDS= libv4l1.so:multimedia/libv4l diff --git a/multimedia/py-PySceneDetect/Makefile b/multimedia/py-PySceneDetect/Makefile index d19cb7868359..ced0a1e26603 100644 --- a/multimedia/py-PySceneDetect/Makefile +++ b/multimedia/py-PySceneDetect/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= swills@FreeBSD.org COMMENT= OpenCV-based video scene detection program and Python library +WWW= https://pyscenedetect.readthedocs.io/en/latest/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/py-av/Makefile b/multimedia/py-av/Makefile index 4f65a2e150a0..e100a485c6b6 100644 --- a/multimedia/py-av/Makefile +++ b/multimedia/py-av/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= swills@FreeBSD.org COMMENT= Pythonic binding for FFmpeg +WWW= https://docs.mikeboers.com/pyav/develop/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/multimedia/py-cec/Makefile b/multimedia/py-cec/Makefile index edc81612aa99..0572a0e9229c 100644 --- a/multimedia/py-cec/Makefile +++ b/multimedia/py-cec/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python bindings for libcec +WWW= https://github.com/trainman419/python-cec LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/py-enzyme/Makefile b/multimedia/py-enzyme/Makefile index 5c8d0cccf79a..fe22bf3bb82d 100644 --- a/multimedia/py-enzyme/Makefile +++ b/multimedia/py-enzyme/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= Python module to parse metadata in video files +WWW= https://github.com/Diaoul/enzyme LICENSE= APACHE20 diff --git a/multimedia/py-ffmpeg-python/Makefile b/multimedia/py-ffmpeg-python/Makefile index a0419e7fd8b6..c926df2416d7 100644 --- a/multimedia/py-ffmpeg-python/Makefile +++ b/multimedia/py-ffmpeg-python/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python bindings for FFmpeg - with complex filtering support +WWW= https://github.com/kkroening/ffmpeg-python LICENSE= APACHE20 diff --git a/multimedia/py-gstreamer1/Makefile b/multimedia/py-gstreamer1/Makefile index 6e42cec90c07..df540090cd48 100644 --- a/multimedia/py-gstreamer1/Makefile +++ b/multimedia/py-gstreamer1/Makefile @@ -8,6 +8,7 @@ DISTNAME= gst-python-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= GStreamer python bindings +WWW= https://gstreamer.freedesktop.org/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/py-guessit/Makefile b/multimedia/py-guessit/Makefile index 52859617f850..a1731c53bce4 100644 --- a/multimedia/py-guessit/Makefile +++ b/multimedia/py-guessit/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= eduardo@FreeBSD.org COMMENT= Extract as much information as possible from a video file +WWW= https://guessit-io.github.io/guessit/ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/py-librtmp/Makefile b/multimedia/py-librtmp/Makefile index 09a5cef4fbb5..e70b6fad678d 100644 --- a/multimedia/py-librtmp/Makefile +++ b/multimedia/py-librtmp/Makefile @@ -8,6 +8,7 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Python bindings for librtmp, built with cffi +WWW= https://github.com/chrippa/python-librtmp LICENSE= BSD2CLAUSE diff --git a/multimedia/py-mat2/Makefile b/multimedia/py-mat2/Makefile index 8297d1fcda3f..0c9b69c7ab40 100644 --- a/multimedia/py-mat2/Makefile +++ b/multimedia/py-mat2/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= fuz@fuz.su COMMENT= Handy tool to trash your metadata +WWW= https://0xacab.org/jvoisin/mat2 LICENSE= LGPL3+ diff --git a/multimedia/py-metadata-cleaner/Makefile b/multimedia/py-metadata-cleaner/Makefile index f05a540f744f..789a6ef80831 100644 --- a/multimedia/py-metadata-cleaner/Makefile +++ b/multimedia/py-metadata-cleaner/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://gitlab.com/rmnvgr/metadata-cleaner/-/archive/v${DISTVERSIO MAINTAINER= fuz@fuz.su COMMENT= Python GTK application to view and clean metadata in files, using mat2 +WWW= https://gitlab.com/rmnvgr/metadata-cleaner LICENSE= CC-BY-SA-4.0 GPLv3+ LICENSE_COMB= multi diff --git a/multimedia/py-mido/Makefile b/multimedia/py-mido/Makefile index fe2bb1f2da93..08786082466d 100644 --- a/multimedia/py-mido/Makefile +++ b/multimedia/py-mido/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= MIDI Objects for Python +WWW= https://github.com/olemb/mido LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/py-moviepy/Makefile b/multimedia/py-moviepy/Makefile index d3349d262977..b7a7ac644300 100644 --- a/multimedia/py-moviepy/Makefile +++ b/multimedia/py-moviepy/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Video editing with Python +WWW= https://github.com/Zulko/moviepy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE.txt diff --git a/multimedia/py-opentimelineio/Makefile b/multimedia/py-opentimelineio/Makefile index 28ce45867903..fa1cd8445a9e 100644 --- a/multimedia/py-opentimelineio/Makefile +++ b/multimedia/py-opentimelineio/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= API and interchange format for editorial timeline information +WWW= https://github.com/PixarAnimationStudios/OpenTimelineIO LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/multimedia/py-periscope/Makefile b/multimedia/py-periscope/Makefile index 8ea42c8d4c14..464ffbbdb056 100644 --- a/multimedia/py-periscope/Makefile +++ b/multimedia/py-periscope/Makefile @@ -11,6 +11,7 @@ EXTRACT_ONLY= python-${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX} MAINTAINER= bofh@FreeBSD.org COMMENT= Subtitles searching module +WWW= https://code.google.com/archive/p/periscope/ LICENSE= LGPL3 diff --git a/multimedia/py-pretty_midi/Makefile b/multimedia/py-pretty_midi/Makefile index 72d24456788e..71155bae10b7 100644 --- a/multimedia/py-pretty_midi/Makefile +++ b/multimedia/py-pretty_midi/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Utility functions for handling MIDI data in a nice/intuitive way +WWW= https://github.com/craffel/pretty-midi LICENSE= MIT diff --git a/multimedia/py-pymediainfo/Makefile b/multimedia/py-pymediainfo/Makefile index c22eaef392b4..68eb45fc6804 100644 --- a/multimedia/py-pymediainfo/Makefile +++ b/multimedia/py-pymediainfo/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= m.ne@gmx.net COMMENT= Python wrapper for the mediainfo library +WWW= https://github.com/sbraz/pymediainfo LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/py-pysubs2/Makefile b/multimedia/py-pysubs2/Makefile index 46d2eb52473c..a097aa764a59 100644 --- a/multimedia/py-pysubs2/Makefile +++ b/multimedia/py-pysubs2/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Library for editing subtitle files +WWW= https://github.com/tkarabela/pysubs2 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/multimedia/py-soco/Makefile b/multimedia/py-soco/Makefile index 21befce92eaa..5cb903bb9cfe 100644 --- a/multimedia/py-soco/Makefile +++ b/multimedia/py-soco/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= conall@conall.net COMMENT= Python library to control Sonos speakers +WWW= https://github.com/SoCo/SoCo LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.rst diff --git a/multimedia/py-subliminal/Makefile b/multimedia/py-subliminal/Makefile index 0f9f451d7dbc..427a57484328 100644 --- a/multimedia/py-subliminal/Makefile +++ b/multimedia/py-subliminal/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= eduardo@FreeBSD.org COMMENT= Python library to search and download subtitles +WWW= https://subliminal.readthedocs.org/en/latest/index.html LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/py-tvnamer/Makefile b/multimedia/py-tvnamer/Makefile index 0be475406085..3257fbf6d908 100644 --- a/multimedia/py-tvnamer/Makefile +++ b/multimedia/py-tvnamer/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= Automatically names downloaded/recorded TV-episode +WWW= https://pypi.org/project/tvnamer/ LICENSE= GPLv2 diff --git a/multimedia/qmmp-plugin-pack-qt5/Makefile b/multimedia/qmmp-plugin-pack-qt5/Makefile index ccd4521b5101..84845d602f2b 100644 --- a/multimedia/qmmp-plugin-pack-qt5/Makefile +++ b/multimedia/qmmp-plugin-pack-qt5/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -qt5 MAINTAINER= fluffy@FreeBSD.org COMMENT= Additional plug-ins for QMMP (Qt5) +WWW= https://qmmp.ylsoftware.com/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/qmmp-plugin-pack-qt6/Makefile b/multimedia/qmmp-plugin-pack-qt6/Makefile index 21fc98c6eaa0..811b041b2a39 100644 --- a/multimedia/qmmp-plugin-pack-qt6/Makefile +++ b/multimedia/qmmp-plugin-pack-qt6/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -qt6 MAINTAINER= fluffy@FreeBSD.org COMMENT= Additional plug-ins for QMMP (Qt6) +WWW= https://qmmp.ylsoftware.com/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/qmmp-qt5/Makefile b/multimedia/qmmp-qt5/Makefile index a2c39c2c3b36..e76ff5be51a3 100644 --- a/multimedia/qmmp-qt5/Makefile +++ b/multimedia/qmmp-qt5/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX= -qt5 MAINTAINER= fluffy@FreeBSD.org COMMENT= Qt5-based multimedia player +WWW= https://qmmp.ylsoftware.com/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/qmmp-qt6/Makefile b/multimedia/qmmp-qt6/Makefile index b404603357d2..4ed77ca25f43 100644 --- a/multimedia/qmmp-qt6/Makefile +++ b/multimedia/qmmp-qt6/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX= -qt6 MAINTAINER= fluffy@FreeBSD.org COMMENT= Qt6-based multimedia player +WWW= https://qmmp.ylsoftware.com/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/qpwgraph/Makefile b/multimedia/qpwgraph/Makefile index ed3f0e642f41..e75082216bdf 100644 --- a/multimedia/qpwgraph/Makefile +++ b/multimedia/qpwgraph/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= PipeWire Graph Qt GUI Interface +WWW= https://gitlab.freedesktop.org/rncbc/qpwgraph LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/multimedia/qt6-multimedia/Makefile b/multimedia/qt6-multimedia/Makefile index 84ab126a4529..af0b0deccf5d 100644 --- a/multimedia/qt6-multimedia/Makefile +++ b/multimedia/qt6-multimedia/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= qt6- MAINTAINER= kde@FreeBSD.org COMMENT= Qt audio, video, radio and camera support module +WWW= https://qt.io BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon diff --git a/multimedia/quodlibet/Makefile b/multimedia/quodlibet/Makefile index a64d1f4aff2a..3c1a5ad6f209 100644 --- a/multimedia/quodlibet/Makefile +++ b/multimedia/quodlibet/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= aly@aaronly.me COMMENT= Music library/editor/player written in Python +WWW= https://quodlibet.readthedocs.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/qwinff/Makefile b/multimedia/qwinff/Makefile index 660e66014c33..1a1501bef89b 100644 --- a/multimedia/qwinff/Makefile +++ b/multimedia/qwinff/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= ehaupt@FreeBSD.org COMMENT= Qt5 GUI Frontend for FFmpeg +WWW= https://qwinff.github.io/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.txt diff --git a/multimedia/rage/Makefile b/multimedia/rage/Makefile index abfa325fc963..382ee6326814 100644 --- a/multimedia/rage/Makefile +++ b/multimedia/rage/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ MAINTAINER= enlightenment@FreeBSD.org COMMENT= EFL video and audio player with some extra bells and whistles +WWW= https://www.enlightenment.org/ LICENSE= BSD2CLAUSE diff --git a/multimedia/rav1e/Makefile b/multimedia/rav1e/Makefile index 0e8c2588449a..448cccca4d95 100644 --- a/multimedia/rav1e/Makefile +++ b/multimedia/rav1e/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= Fast and safe AV1 encoder +WWW= https://github.com/xiph/rav1e LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/recmpeg/Makefile b/multimedia/recmpeg/Makefile index e43577de44a2..5397f6cb6aed 100644 --- a/multimedia/recmpeg/Makefile +++ b/multimedia/recmpeg/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/fame/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple video encoder +WWW= http://fame.sourceforge.net/ LIB_DEPENDS= libfame.so:multimedia/libfame diff --git a/multimedia/recordmydesktop/Makefile b/multimedia/recordmydesktop/Makefile index 20c4ecc6ef11..10d6d496fe52 100644 --- a/multimedia/recordmydesktop/Makefile +++ b/multimedia/recordmydesktop/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= danfe@FreeBSD.org COMMENT= Record desktop sessions to an Ogg-Theora-Vorbis file +WWW= http://recordmydesktop.sourceforge.net/ LICENSE= GPLv2+ diff --git a/multimedia/ringrtc/Makefile b/multimedia/ringrtc/Makefile index 50f42d3ec15b..5b5b72a6bcf7 100644 --- a/multimedia/ringrtc/Makefile +++ b/multimedia/ringrtc/Makefile @@ -31,6 +31,7 @@ DISTFILES= base-${BASE_REV}.tar.gz:base \ MAINTAINER= mikael@FreeBSD.org COMMENT= Middleware library for Signal-Desktop +WWW= https://github.com/signalapp/ringrtc LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/../../LICENSE diff --git a/multimedia/rtmpdump/Makefile b/multimedia/rtmpdump/Makefile index ca9685c3dddf..f894a63a0565 100644 --- a/multimedia/rtmpdump/Makefile +++ b/multimedia/rtmpdump/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://git.ffmpeg.org/gitweb/rtmpdump.git/snapshot/c5f04a58fc2aee MAINTAINER= hrs@FreeBSD.org COMMENT= RTMP streams download utility +WWW= https://rtmpdump.mplayerhq.hu/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/rubygem-av/Makefile b/multimedia/rubygem-av/Makefile index 9da9119ae837..eae13357658b 100644 --- a/multimedia/rubygem-av/Makefile +++ b/multimedia/rubygem-av/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Programmable Ruby interface for FFMPEG/Libav +WWW= https://github.com/ruby-av LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/multimedia/rubygem-clutter-gstreamer/Makefile b/multimedia/rubygem-clutter-gstreamer/Makefile index 7345a8331a50..fc8cc001d971 100644 --- a/multimedia/rubygem-clutter-gstreamer/Makefile +++ b/multimedia/rubygem-clutter-gstreamer/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby binding of Clutter-GStreamer +WWW= https://ruby-gnome.github.io/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB diff --git a/multimedia/rubygem-flvtool2/Makefile b/multimedia/rubygem-flvtool2/Makefile index eb008fb4f0a1..b653abbdba7e 100644 --- a/multimedia/rubygem-flvtool2/Makefile +++ b/multimedia/rubygem-flvtool2/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Flash video (FLV) manipulation tool +WWW= https://github.com/unnu/flvtool2 LICENSE= BSD3CLAUSE diff --git a/multimedia/rubygem-gstreamer/Makefile b/multimedia/rubygem-gstreamer/Makefile index 7df259e8f34c..5b82693eafe1 100644 --- a/multimedia/rubygem-gstreamer/Makefile +++ b/multimedia/rubygem-gstreamer/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby binding of GStreamer +WWW= https://ruby-gnome.github.io/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB diff --git a/multimedia/rubygem-paperclip-av-transcoder-rails50/Makefile b/multimedia/rubygem-paperclip-av-transcoder-rails50/Makefile index aa0b335cbee2..8e8b7a9e6fb5 100644 --- a/multimedia/rubygem-paperclip-av-transcoder-rails50/Makefile +++ b/multimedia/rubygem-paperclip-av-transcoder-rails50/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -rails50 MAINTAINER= ruby@FreeBSD.org COMMENT= Audio/Video transcoder for Paperclip using FFMPEG/Avconv +WWW= https://github.com/ruby-av/paperclip-av-transcoder/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/multimedia/rubygem-paperclip-av-transcoder/Makefile b/multimedia/rubygem-paperclip-av-transcoder/Makefile index f5aa3265e211..c1e2527b5902 100644 --- a/multimedia/rubygem-paperclip-av-transcoder/Makefile +++ b/multimedia/rubygem-paperclip-av-transcoder/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Audio/Video transcoder for Paperclip using FFMPEG/Avconv +WWW= https://github.com/ruby-av/paperclip-av-transcoder/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/multimedia/rubygem-streamio-ffmpeg/Makefile b/multimedia/rubygem-streamio-ffmpeg/Makefile index 5629a024a5f5..489d18197979 100644 --- a/multimedia/rubygem-streamio-ffmpeg/Makefile +++ b/multimedia/rubygem-streamio-ffmpeg/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Wraps ffmpeg to read metadata and transcodes videos +WWW= https://github.com/streamio/streamio-ffmpeg LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/scte35dump/Makefile b/multimedia/scte35dump/Makefile index 081eadc57a69..31e6e46b5f7b 100644 --- a/multimedia/scte35dump/Makefile +++ b/multimedia/scte35dump/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= rodrigo@FreeBSD.org COMMENT= Dump SCTE-35 data from a Transport Stream +WWW= https://github.com/m2amedia/scte35dump LICENSE= MIT diff --git a/multimedia/shotcut/Makefile b/multimedia/shotcut/Makefile index 5436a2e01ab5..a6e5e7ab5ad6 100644 --- a/multimedia/shotcut/Makefile +++ b/multimedia/shotcut/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}-src-${DISTVERSION:C/\.//g} MAINTAINER= vishwin@FreeBSD.org COMMENT= Free, open source, cross-platform video editor +WWW= https://shotcut.org/ LICENSE= GPLv3 diff --git a/multimedia/simplescreenrecorder/Makefile b/multimedia/simplescreenrecorder/Makefile index e6790e76d4da..92306902fed7 100644 --- a/multimedia/simplescreenrecorder/Makefile +++ b/multimedia/simplescreenrecorder/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= Screen video recorder +WWW= https://www.maartenbaert.be/simplescreenrecorder/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/smpeg/Makefile b/multimedia/smpeg/Makefile index a413fb8ccc25..c6652510a7cb 100644 --- a/multimedia/smpeg/Makefile +++ b/multimedia/smpeg/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= GENTOO MAINTAINER= acm@FreeBSD.org COMMENT= Free MPEG1 video player library with sound support +WWW= https://www.lokigames.com/development/smpeg.php3 LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/smpeg2/Makefile b/multimedia/smpeg2/Makefile index 75ea752f68ea..160756f41b6b 100644 --- a/multimedia/smpeg2/Makefile +++ b/multimedia/smpeg2/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://www.libsdl.org/projects/smpeg/release/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Free MPEG1 video player library with sound support +WWW= https://icculus.org/smpeg/ LICENSE= MIT LGPL20+ LICENSE_COMB= multi diff --git a/multimedia/smplayer-skins/Makefile b/multimedia/smplayer-skins/Makefile index 3f720693a8b8..41624f93f252 100644 --- a/multimedia/smplayer-skins/Makefile +++ b/multimedia/smplayer-skins/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= SF/smplayer/SMPlayer-skins/${PORTVERSION} MAINTAINER= vvd@unislabs.com COMMENT= Skins for SMPlayer (Skinnable GUI) +WWW= http://smplayer.sourceforge.net/ USES= qt:5 tar:bzip2 USE_QT= buildtools_build diff --git a/multimedia/smplayer-themes/Makefile b/multimedia/smplayer-themes/Makefile index f3e5ee753d29..2d693a00db61 100644 --- a/multimedia/smplayer-themes/Makefile +++ b/multimedia/smplayer-themes/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= SF/smplayer/SMPlayer-themes/${PORTVERSION}/ MAINTAINER= vvd@unislabs.com COMMENT= Themes for SMPlayer +WWW= http://smplayer.sourceforge.net/ USES= qt:5 tar:bzip2 USE_QT= buildtools_build diff --git a/multimedia/smplayer/Makefile b/multimedia/smplayer/Makefile index d10861f83084..efb547959962 100644 --- a/multimedia/smplayer/Makefile +++ b/multimedia/smplayer/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/SMPlayer/${PORTVERSION} MAINTAINER= vvd@unislabs.com COMMENT= Complete front-end based on Qt for mplayer +WWW= https://www.smplayer.info/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/Copying.txt diff --git a/multimedia/smtube/Makefile b/multimedia/smtube/Makefile index ac6cfaa1e408..709afb5b8f1c 100644 --- a/multimedia/smtube/Makefile +++ b/multimedia/smtube/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/smtube/SMTube/${PORTVERSION}/ MAINTAINER= vvd@unislabs.com COMMENT= SMPlayer YouTube browser +WWW= https://www.smtube.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/Copying.txt diff --git a/multimedia/snapcast/Makefile b/multimedia/snapcast/Makefile index c086cdec3d04..74953c170c0e 100644 --- a/multimedia/snapcast/Makefile +++ b/multimedia/snapcast/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia audio MAINTAINER= yuri@FreeBSD.org COMMENT= Multiroom client-server audio player +WWW= https://github.com/badaix/snapcast LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/spook/Makefile b/multimedia/spook/Makefile index b47308455d35..6f86cc2eec1e 100644 --- a/multimedia/spook/Makefile +++ b/multimedia/spook/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.litech.org/spook/dist/ MAINTAINER= mizhka@gmail.com COMMENT= Embedded RTP/RTSP/HTTP video streamer +WWW= http://www.litech.org/spook/ LICENSE= GPLv2 diff --git a/multimedia/streamlink/Makefile b/multimedia/streamlink/Makefile index 14afea460139..8418a8d69643 100644 --- a/multimedia/streamlink/Makefile +++ b/multimedia/streamlink/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= takefu@airport.fm COMMENT= Command-line utility that pipes video streams +WWW= https://streamlink.github.io/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/subsync/Makefile b/multimedia/subsync/Makefile index 3587ace31a2a..18ac6557089d 100644 --- a/multimedia/subsync/Makefile +++ b/multimedia/subsync/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia python MAINTAINER= yuri@FreeBSD.org COMMENT= Synchronize your subtitles using machine learning +WWW= https://github.com/smacke/subsync LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/subtitlecomposer/Makefile b/multimedia/subtitlecomposer/Makefile index 489dfaa0b542..4160a19de95e 100644 --- a/multimedia/subtitlecomposer/Makefile +++ b/multimedia/subtitlecomposer/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= KDE/stable/${PORTNAME} MAINTAINER= makc@FreeBSD.org COMMENT= Advanced FFmpeg-based subtitle editor +WWW= https://subtitlecomposer.kde.org LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/subtitleoffsetmodifier/Makefile b/multimedia/subtitleoffsetmodifier/Makefile index 60d96a69eccb..6d4b19116a4b 100644 --- a/multimedia/subtitleoffsetmodifier/Makefile +++ b/multimedia/subtitleoffsetmodifier/Makefile @@ -7,6 +7,7 @@ DISTFILES= subtitle-offset-modificator.pl MAINTAINER= ports@FreeBSD.org COMMENT= Subtitle offset modificator +WWW= http://thomas.enix.org/SubtitleOffsetModificator LICENSE= GPLv2+ diff --git a/multimedia/subtitleripper/Makefile b/multimedia/subtitleripper/Makefile index b903ea206f5c..b36a83081064 100644 --- a/multimedia/subtitleripper/Makefile +++ b/multimedia/subtitleripper/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.3-4 MAINTAINER= multimedia@FreeBSD.org COMMENT= Convert DVD subtitles into text format (subrip srt) or VobSub format +WWW= http://subtitleripper.sourceforge.net/ LICENSE= GPLv2 diff --git a/multimedia/subtools/Makefile b/multimedia/subtools/Makefile index d689fdf1e45f..98ebe98ce631 100644 --- a/multimedia/subtools/Makefile +++ b/multimedia/subtools/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Command-line tools for movie subtitles in SubRipper format +WWW= http://subtools.sourceforge.net/ USES= python tar:bzip2 diff --git a/multimedia/svt-av1/Makefile b/multimedia/svt-av1/Makefile index a27deae913fc..017b35823aec 100644 --- a/multimedia/svt-av1/Makefile +++ b/multimedia/svt-av1/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= Scalable AV1 encoder +WWW= https://01.org/svt LICENSE= BSD2CLAUSE BSD3CLAUSE MIT LICENSE_COMB= multi diff --git a/multimedia/svt-hevc/Makefile b/multimedia/svt-hevc/Makefile index 113e90f12f18..c244d684ce9d 100644 --- a/multimedia/svt-hevc/Makefile +++ b/multimedia/svt-hevc/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= Scalable HEVC encoder +WWW= https://01.org/svt LICENSE= BSD2CLAUSE+PATENT LICENSE_GROUPS= FSF OSI COPYFREE diff --git a/multimedia/svt-vp9/Makefile b/multimedia/svt-vp9/Makefile index 6597482f6632..2208558d8ea9 100644 --- a/multimedia/svt-vp9/Makefile +++ b/multimedia/svt-vp9/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= Scalable VP9 encoder +WWW= https://01.org/svt LICENSE= BSD2CLAUSE+PATENT LICENSE_GROUPS= FSF OSI COPYFREE diff --git a/multimedia/syncplay/Makefile b/multimedia/syncplay/Makefile index 60c484dd3048..4ae03a8a7f00 100644 --- a/multimedia/syncplay/Makefile +++ b/multimedia/syncplay/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= heckendorfc@gmail.com COMMENT= Synchronize video playback over networks +WWW= https://syncplay.pl/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/szap-s2/Makefile b/multimedia/szap-s2/Makefile index 9e29fb484ed6..ec504409d3b7 100644 --- a/multimedia/szap-s2/Makefile +++ b/multimedia/szap-s2/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LOCAL/nox MAINTAINER= ports@FreeBSD.org COMMENT= Simple zapping tool for the Linux DVB S2 API +WWW= https://www.linuxtv.org/wiki/index.php/Szap-s2 LICENSE= GPLv2+ diff --git a/multimedia/tautulli/Makefile b/multimedia/tautulli/Makefile index 475a474ff29a..05bed07cae71 100644 --- a/multimedia/tautulli/Makefile +++ b/multimedia/tautulli/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia python MAINTAINER= christer.edwards@gmail.com COMMENT= Monitoring, analytics, and notifications for Plex Media Server +WWW= https://github.com/Tautulli/Tautulli LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/tcmplex-panteltje/Makefile b/multimedia/tcmplex-panteltje/Makefile index 42b28a6d5724..ad40d73a40ed 100644 --- a/multimedia/tcmplex-panteltje/Makefile +++ b/multimedia/tcmplex-panteltje/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://panteltje.com/panteltje/dvd/ MAINTAINER= ports@FreeBSD.org COMMENT= Re-write of the A/V multiplexer from the transcode distribution +WWW= http://panteltje.com/panteltje/dvd/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/termplay/Makefile b/multimedia/termplay/Makefile index d9cbb8fd5c35..67539de93969 100644 --- a/multimedia/termplay/Makefile +++ b/multimedia/termplay/Makefile @@ -7,6 +7,7 @@ DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= yuri@FreeBSD.org COMMENT= Tool that converts images to ANSI sequences, plays videos in terminals +WWW= https://github.com/jD91mZM2/termplay LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/tinyobjloader/Makefile b/multimedia/tinyobjloader/Makefile index 1a07a7d4035c..7586bce6401c 100644 --- a/multimedia/tinyobjloader/Makefile +++ b/multimedia/tinyobjloader/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= C++ single file wavefront obj loader +WWW= https://github.com/tinyobjloader/tinyobjloader LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/tivodecode/Makefile b/multimedia/tivodecode/Makefile index 4a84b2deb307..61c1117a3d5f 100644 --- a/multimedia/tivodecode/Makefile +++ b/multimedia/tivodecode/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.2pre4 MAINTAINER= mhsin@mhsin.org COMMENT= Converts .TiVo files to normal MPEG files +WWW= http://tivodecode.sourceforge.net/ OPTIONS_DEFINE= DOCS diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 51c0c45096cc..e7cc37dcf66b 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -10,6 +10,7 @@ PATCHFILES+= 61e3a957cb73.patch:-p1 # https://gitlab.gnome.org/GNOME/totem/-/mer MAINTAINER= gnome@FreeBSD.org COMMENT= Gstreamer-based video player for the GNOME 3 Desktop +WWW= https://www.gnome.org/projects/totem/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 0dc0e98571fd..f568926ec66d 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://bitbucket.org/france/transcode-tcforge/downloads/ MAINTAINER= se@FreeBSD.org COMMENT= Text-console utility for video stream processing +WWW= https://www.transcoding.org/ LICENSE= GPLv2 diff --git a/multimedia/tvheadend/Makefile b/multimedia/tvheadend/Makefile index d0948416cd2b..92857a3e0d36 100644 --- a/multimedia/tvheadend/Makefile +++ b/multimedia/tvheadend/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= decke@FreeBSD.org COMMENT= TV streaming server supporting DVB, IPTV, SAT>IP and more +WWW= https://tvheadend.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/multimedia/ustreamer/Makefile b/multimedia/ustreamer/Makefile index e02a3799a6c4..bdfeba5b91d6 100644 --- a/multimedia/ustreamer/Makefile +++ b/multimedia/ustreamer/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia net MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight and fast MJPG-HTTP streamer +WWW= https://github.com/pikvm/ustreamer LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/v4l-utils/Makefile b/multimedia/v4l-utils/Makefile index a0c5fa96a98a..f3b1a418f2c3 100644 --- a/multimedia/v4l-utils/Makefile +++ b/multimedia/v4l-utils/Makefile @@ -2,6 +2,7 @@ PORTNAME?= v4l-utils PORTREVISION= 1 COMMENT= Video4Linux utilities +WWW= https://linuxtv.org/wiki/index.php/V4l-utils MASTERDIR= ${.CURDIR}/../libv4l DESCR= ${.CURDIR}/pkg-descr diff --git a/multimedia/v4l_compat/Makefile b/multimedia/v4l_compat/Makefile index ad2df216a575..f0dc3814e826 100644 --- a/multimedia/v4l_compat/Makefile +++ b/multimedia/v4l_compat/Makefile @@ -1,6 +1,7 @@ PORTNAME= v4l_compat COMMENT= Video4Linux IOCTL header files +WWW= https://linuxtv.org NO_BUILD= yes NO_ARCH= yes diff --git a/multimedia/vamps/Makefile b/multimedia/vamps/Makefile index 8c54b983e1c3..a88c5f83e437 100644 --- a/multimedia/vamps/Makefile +++ b/multimedia/vamps/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/Vamps/${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= High performance tool to transcode DVD videos to a smaller size +WWW= http://vamps.sourceforge.net/ LIB_DEPENDS= libdvdread.so:multimedia/libdvdread diff --git a/multimedia/vapoursynth-l-smash-works/Makefile b/multimedia/vapoursynth-l-smash-works/Makefile index 3cabd5a3d571..184fed2571b6 100644 --- a/multimedia/vapoursynth-l-smash-works/Makefile +++ b/multimedia/vapoursynth-l-smash-works/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= vapoursynth- MAINTAINER= jbeich@FreeBSD.org COMMENT= L-SMASH source plugin for VapourSynth +WWW= https://github.com/VFR-maniac/L-SMASH-Works/tree/master/VapourSynth LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/vapoursynth-vmaf/Makefile b/multimedia/vapoursynth-vmaf/Makefile index 6f047a2c6fb5..8446ecc862b4 100644 --- a/multimedia/vapoursynth-vmaf/Makefile +++ b/multimedia/vapoursynth-vmaf/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= vapoursynth- MAINTAINER= jbeich@FreeBSD.org COMMENT= Video Multi-Method Assessment Fusion plugin for VapourSynth +WWW= https://github.com/HomeOfVapourSynthEvolution/VapourSynth-VMAF LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/vapoursynth/Makefile b/multimedia/vapoursynth/Makefile index 73b4e0fd45a0..24eb743875a0 100644 --- a/multimedia/vapoursynth/Makefile +++ b/multimedia/vapoursynth/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= Video processing framework with simplicity in mind +WWW= https://www.vapoursynth.com/ LICENSE= LGPL21+ diff --git a/multimedia/vcdgear/Makefile b/multimedia/vcdgear/Makefile index 0a8ed2d35111..2abd1b2caa0f 100644 --- a/multimedia/vcdgear/Makefile +++ b/multimedia/vcdgear/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}16d_i386_freebsd42 MAINTAINER= ports@FreeBSD.org COMMENT= Tool to convert VCDs from cue/bin format to mpeg +WWW= https://www.vcdgear.com/ ONLY_FOR_ARCHS= amd64 i386 diff --git a/multimedia/vcdimager/Makefile b/multimedia/vcdimager/Makefile index 5a153f092ca4..6d7a15af3478 100644 --- a/multimedia/vcdimager/Makefile +++ b/multimedia/vcdimager/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= GNU MAINTAINER= multimedia@FreeBSD.org COMMENT= GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping Tool +WWW= https://www.gnu.org/software/vcdimager/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdpauinfo/Makefile b/multimedia/vdpauinfo/Makefile index 8302221666fa..9e1a1332460a 100644 --- a/multimedia/vdpauinfo/Makefile +++ b/multimedia/vdpauinfo/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= madpilot@FreeBSD.org COMMENT= Tool to query VDPAU capabilities +WWW= https://freedesktop.org/wiki/Software/VDPAU LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-control/Makefile b/multimedia/vdr-plugin-control/Makefile index 082b69794cbf..c470e58ca7a4 100644 --- a/multimedia/vdr-plugin-control/Makefile +++ b/multimedia/vdr-plugin-control/Makefile @@ -11,6 +11,7 @@ PATCHFILES= ${PORTNAME}_${PORTVERSION:S/a45/a-45/}yavdr1.diff.gz MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - telnet control plugin +WWW= http://ricomp.de/vdr/down_en.html LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-eepg/Makefile b/multimedia/vdr-plugin-eepg/Makefile index 978e37bc5ded..c488a87c3ba6 100644 --- a/multimedia/vdr-plugin-eepg/Makefile +++ b/multimedia/vdr-plugin-eepg/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/p.*/pre/}-0-g${GITHASH} MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - extended EPG plugin +WWW= https://projects.vdr-developer.org/projects/plg-eepg LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-epgsearch/Makefile b/multimedia/vdr-plugin-epgsearch/Makefile index e7b4a37031ec..a1f61777d788 100644 --- a/multimedia/vdr-plugin-epgsearch/Makefile +++ b/multimedia/vdr-plugin-epgsearch/Makefile @@ -8,6 +8,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - EPG search plugin +WWW= http://winni.vdr-developer.org/epgsearch/index_eng.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-extrecmenu/Makefile b/multimedia/vdr-plugin-extrecmenu/Makefile index 2d8f17324a7a..f59a9de1c941 100644 --- a/multimedia/vdr-plugin-extrecmenu/Makefile +++ b/multimedia/vdr-plugin-extrecmenu/Makefile @@ -7,6 +7,7 @@ DISTNAME= vdr-${PLUGIN}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - extended recordings menu +WWW= https://projects.vdr-developer.org/projects/plg-extrecmenu LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-femon/Makefile b/multimedia/vdr-plugin-femon/Makefile index 4d29246e1b81..66c5fa4c42d5 100644 --- a/multimedia/vdr-plugin-femon/Makefile +++ b/multimedia/vdr-plugin-femon/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERS MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - frontend monitor plugin +WWW= http://www.saunalahti.fi/~rahrenbe/vdr/femon/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-infosatepg/Makefile b/multimedia/vdr-plugin-infosatepg/Makefile index 0a874ea3d292..323cb7aa6445 100644 --- a/multimedia/vdr-plugin-infosatepg/Makefile +++ b/multimedia/vdr-plugin-infosatepg/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERS MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - infosat EPG plugin +WWW= https://projects.vdr-developer.org/projects/plg-infosatepg LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-iptv/Makefile b/multimedia/vdr-plugin-iptv/Makefile index 75d335aa53fd..11538d02e936 100644 --- a/multimedia/vdr-plugin-iptv/Makefile +++ b/multimedia/vdr-plugin-iptv/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERS MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - IP television plugin +WWW= http://www.saunalahti.fi/~rahrenbe/vdr/iptv/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-markad/Makefile b/multimedia/vdr-plugin-markad/Makefile index 96f3ca74dcef..1db04f5a4bf9 100644 --- a/multimedia/vdr-plugin-markad/Makefile +++ b/multimedia/vdr-plugin-markad/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERS MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - MarkAd plugin +WWW= https://projects.vdr-developer.org/projects/plg-markad LICENSE= GPLv2+ LOGOS LICENSE_COMB= multi diff --git a/multimedia/vdr-plugin-osdpip/Makefile b/multimedia/vdr-plugin-osdpip/Makefile index 744dbe59a297..b1cdf5a7c70b 100644 --- a/multimedia/vdr-plugin-osdpip/Makefile +++ b/multimedia/vdr-plugin-osdpip/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= vdr MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - picture-in-picture plugin +WWW= https://projects.vdr-developer.org/projects/plg-osdpip LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-osdteletext/Makefile b/multimedia/vdr-plugin-osdteletext/Makefile index 9fc76297789f..26cef88d39c0 100644 --- a/multimedia/vdr-plugin-osdteletext/Makefile +++ b/multimedia/vdr-plugin-osdteletext/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERS MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - OSD teletext plugin +WWW= https://projects.vdr-developer.org/projects/plg-osdteletext LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-reelchannelscan/Makefile b/multimedia/vdr-plugin-reelchannelscan/Makefile index cfb6e90331a2..54ac0df63145 100644 --- a/multimedia/vdr-plugin-reelchannelscan/Makefile +++ b/multimedia/vdr-plugin-reelchannelscan/Makefile @@ -9,6 +9,7 @@ DISTFILES= ${PORTNAME}_${DISTVERSIONPREFIX}${DISTVERSION:S/b/+beta/}${DISTVERSIO MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - Reelchannelscan plugin +WWW= http://www.reel-multimedia.com LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-remote/Makefile b/multimedia/vdr-plugin-remote/Makefile index 4f1d9fa4d502..1a76e93fe50b 100644 --- a/multimedia/vdr-plugin-remote/Makefile +++ b/multimedia/vdr-plugin-remote/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERS MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - remote control plugin +WWW= http://escape-edv.de/endriss/vdr/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-skinenigmang/Makefile b/multimedia/vdr-plugin-skinenigmang/Makefile index ef0ab4d68115..3c0cc3e5e770 100644 --- a/multimedia/vdr-plugin-skinenigmang/Makefile +++ b/multimedia/vdr-plugin-skinenigmang/Makefile @@ -10,6 +10,7 @@ DISTFILES= ${DISTNAME}.tar.bz2:snapshot \ MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - Enigma-NG skin plugin +WWW= http://andreas.vdr-developer.org/enigmang/index.html LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-sleeptimer/Makefile b/multimedia/vdr-plugin-sleeptimer/Makefile index 4a3d6cbb1403..d29d42d3dd63 100644 --- a/multimedia/vdr-plugin-sleeptimer/Makefile +++ b/multimedia/vdr-plugin-sleeptimer/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://projects.vdr-developer.org/attachments/download/652/ MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - sleep timer plugin +WWW= https://projects.vdr-developer.org/projects/plg-sleeptimer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-streamdev/Makefile b/multimedia/vdr-plugin-streamdev/Makefile index 3e66a1e47c30..4f3030c55b97 100644 --- a/multimedia/vdr-plugin-streamdev/Makefile +++ b/multimedia/vdr-plugin-streamdev/Makefile @@ -8,6 +8,7 @@ DISTFILES= ${DISTNAME:S/plugin-//}${EXTRACT_SUFX}:release MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - stream device plugin +WWW= http://streamdev.vdr-developer.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-ttxtsubs/Makefile b/multimedia/vdr-plugin-ttxtsubs/Makefile index 1880e0039429..a1a7bcad2bbb 100644 --- a/multimedia/vdr-plugin-ttxtsubs/Makefile +++ b/multimedia/vdr-plugin-ttxtsubs/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERS MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - teletext subtitle plugin +WWW= https://projects.vdr-developer.org/projects/plg-ttxtsubs LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-vdrmanager/Makefile b/multimedia/vdr-plugin-vdrmanager/Makefile index 6648694b7e6b..093158ffee63 100644 --- a/multimedia/vdr-plugin-vdrmanager/Makefile +++ b/multimedia/vdr-plugin-vdrmanager/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME:S/-plugin//}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - VDR-Manager server plugin +WWW= https://projects.vdr-developer.org/projects/vdr-manager/wiki LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-vnsiserver/Makefile b/multimedia/vdr-plugin-vnsiserver/Makefile index ed68762686ec..0f86f874e4a8 100644 --- a/multimedia/vdr-plugin-vnsiserver/Makefile +++ b/multimedia/vdr-plugin-vnsiserver/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - VNSI server plugin +WWW= https://www.vdr-portal.de/board/thread.php?threadid=95292 LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-wirbelscan/Makefile b/multimedia/vdr-plugin-wirbelscan/Makefile index e7feda22aa20..243a374e8377 100644 --- a/multimedia/vdr-plugin-wirbelscan/Makefile +++ b/multimedia/vdr-plugin-wirbelscan/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERS MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - wirbelscan plugin +WWW= http://wirbel.htpc-forum.de/wirbelscan/index2.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-xineliboutput/Makefile b/multimedia/vdr-plugin-xineliboutput/Makefile index 6ee8c54fa2cd..160712827b7e 100644 --- a/multimedia/vdr-plugin-xineliboutput/Makefile +++ b/multimedia/vdr-plugin-xineliboutput/Makefile @@ -8,6 +8,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - xineliboutput plugin/viewer +WWW= https://sourceforge.net/projects/xineliboutput/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugin-xvdr/Makefile b/multimedia/vdr-plugin-xvdr/Makefile index c9d7fa4f82a6..078d345e7746 100644 --- a/multimedia/vdr-plugin-xvdr/Makefile +++ b/multimedia/vdr-plugin-xvdr/Makefile @@ -7,6 +7,7 @@ DISTNAME= pipelka-${PORTNAME}-xvdr-${PORTVERSION}-0-g${GITHASH} MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - XVDR server plugin +WWW= https://github.com/pipelka/vdr-plugin-xvdr LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vdr-plugins/Makefile b/multimedia/vdr-plugins/Makefile index d2339281604c..f596526716c7 100644 --- a/multimedia/vdr-plugins/Makefile +++ b/multimedia/vdr-plugins/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - plugin metaport +WWW= http://www.tvdr.de/ RUN_DEPENDS+= vdr:multimedia/vdr diff --git a/multimedia/vdr/Makefile b/multimedia/vdr/Makefile index ca8ca8129675..73117840e036 100644 --- a/multimedia/vdr/Makefile +++ b/multimedia/vdr/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= vdr MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - development version +WWW= http://www.tvdr.de/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/vid.stab/Makefile b/multimedia/vid.stab/Makefile index fe56516d951d..e34d7e95f31c 100644 --- a/multimedia/vid.stab/Makefile +++ b/multimedia/vid.stab/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= Video stabilization library +WWW= http://public.hronopik.de/vid.stab/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index d5de8d583f19..2b9c0eddc120 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSIO MAINTAINER= multimedia@FreeBSD.org COMMENT= Qt based multimedia player and streaming server +WWW= https://www.videolan.org LICENSE= GPLv2 diff --git a/multimedia/vmaf/Makefile b/multimedia/vmaf/Makefile index 33dd780517a4..62aaf278c8ed 100644 --- a/multimedia/vmaf/Makefile +++ b/multimedia/vmaf/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org COMMENT= Perceptual video quality assessment based on multi-method fusion +WWW= https://github.com/Netflix/vmaf LICENSE= BSD2CLAUSE+PATENT LICENSE_GROUPS= FSF OSI COPYFREE diff --git a/multimedia/vtkmpeg2encode/Makefile b/multimedia/vtkmpeg2encode/Makefile index 51870853df92..90526313c181 100644 --- a/multimedia/vtkmpeg2encode/Makefile +++ b/multimedia/vtkmpeg2encode/Makefile @@ -8,6 +8,7 @@ DISTNAME= vtkmpeg2encode MAINTAINER= ports@FreeBSD.org COMMENT= VTK MPEG2 encoding library +WWW= http://www.vtk.org/get-software.php #addons LICENSE= MPEG-2 LICENSE_NAME= MPEG-2 license diff --git a/multimedia/vvdec/Makefile b/multimedia/vvdec/Makefile index 04ba65b555e4..9a018f589264 100644 --- a/multimedia/vvdec/Makefile +++ b/multimedia/vvdec/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia python MAINTAINER= yuri@FreeBSD.org COMMENT= Versatile Video Coding (VVC) decoder +WWW= https://github.com/fraunhoferhhi/vvdec LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/multimedia/w_scan2/Makefile b/multimedia/w_scan2/Makefile index 4f9117c34f46..cba0db32a409 100644 --- a/multimedia/w_scan2/Makefile +++ b/multimedia/w_scan2/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= rene@FreeBSD.org COMMENT= Perform frequency scans for DVB and ATSC transmissions +WWW= https://github.com/stefantalpalaru/w_scan2 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/webcamd/Makefile b/multimedia/webcamd/Makefile index 8ab7d2184c4d..4d9422881eee 100644 --- a/multimedia/webcamd/Makefile +++ b/multimedia/webcamd/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= hselasky@FreeBSD.org COMMENT= Port of Linux USB webcam and DVB drivers into userspace +WWW= https://github.com/hselasky/webcamd LICENSE= GPLv2 diff --git a/multimedia/webcamoid/Makefile b/multimedia/webcamoid/Makefile index 3fbe96801742..259238581cd4 100644 --- a/multimedia/webcamoid/Makefile +++ b/multimedia/webcamoid/Makefile @@ -5,6 +5,7 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= Full featured webcam suite +WWW= https://webcamoid.github.io LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/wf-recorder/Makefile b/multimedia/wf-recorder/Makefile index 3c7196defeec..bd6522b16fe1 100644 --- a/multimedia/wf-recorder/Makefile +++ b/multimedia/wf-recorder/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/ammen99/wf-recorder/releases/download/v${DISTVE MAINTAINER= ports@FreeBSD.org COMMENT= Screen recorder for wlroots-based compositors +WWW= https://github.com/ammen99/wf-recorder LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/win32-codecs/Makefile b/multimedia/win32-codecs/Makefile index 4f0a4b41c90a..9889a8c725f8 100644 --- a/multimedia/win32-codecs/Makefile +++ b/multimedia/win32-codecs/Makefile @@ -12,6 +12,7 @@ EXTRACT_ONLY= all-${DISTVERSION}.tar.bz2 MAINTAINER= multimedia@FreeBSD.org COMMENT= Huge compilation of Win32 binary video codecs +WWW= http://www.mplayerhq.hu/MPlayer/releases/codecs/ # Converted from RESTRICTED LICENSE= win32-codec diff --git a/multimedia/winff/Makefile b/multimedia/winff/Makefile index 769c08799acf..32ebbd66cc19 100644 --- a/multimedia/winff/Makefile +++ b/multimedia/winff/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${_PORTNAME}-${PORTVERSION}-source MAINTAINER= thierry@FreeBSD.org COMMENT= Convert your videos quickly, easily, and all at once +WWW= https://www.biggmatt.com/p/winff.html LICENSE= GPLv3 diff --git a/multimedia/wlrobs/Makefile b/multimedia/wlrobs/Makefile index 34f770a0581d..13cb9f50bf9c 100644 --- a/multimedia/wlrobs/Makefile +++ b/multimedia/wlrobs/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONFULL:C/ MAINTAINER= jbeich@FreeBSD.org COMMENT= Wayland screen capture plugin for obs-studio +WWW= https://hg.sr.ht/~scoopta/wlrobs LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING.md diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index a15145acf8f9..354d8c6b9b04 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/Makefile @@ -24,6 +24,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= bofh@FreeBSD.org COMMENT?= H.264/MPEG-4 AVC Video Encoding (Front End CLI) +WWW= https://www.videolan.org/x264.html LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/x265/Makefile b/multimedia/x265/Makefile index b1fb5ceb644d..112b67f1dd5f 100644 --- a/multimedia/x265/Makefile +++ b/multimedia/x265/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://bitbucket.org/multicoreware/x265_git/get/${BB_TAG}.tar.gz? MAINTAINER= mi@aldan.algebra.com COMMENT= H.265/High Efficiency Video Coding (HEVC) format +WWW= https://www.x265.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC:H}/COPYING diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile index 43fe515d2fe3..59efca712152 100644 --- a/multimedia/xanim/Makefile +++ b/multimedia/xanim/Makefile @@ -10,6 +10,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main ${EXTRA_FILES} MAINTAINER= dinoex@FreeBSD.org COMMENT= Play most popular animation formats and show pictures +WWW= http://xanim.polter.net/ # Converted from NO_CDROM LICENSE= xanim diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index fba61d215cd5..facd1ceab728 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://linuxtv.org/downloads/xawtv/ MAINTAINER= oliver@FreeBSD.org COMMENT= TV viewing application and a few TV utilities +WWW= https://linuxtv.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/xfce4-parole/Makefile b/multimedia/xfce4-parole/Makefile index e07767fb5f06..1098d8a90979 100644 --- a/multimedia/xfce4-parole/Makefile +++ b/multimedia/xfce4-parole/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Lightweight media player for Xfce4 based on GStreamer +WWW= https://docs.xfce.org/apps/parole/introduction LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile index 1e8d34bf2b69..168b033d09e1 100644 --- a/multimedia/xine/Makefile +++ b/multimedia/xine/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}-ui-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= X11 multimedia player +WWW= https://www.xine-project.org LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/multimedia/xporthdmv/Makefile b/multimedia/xporthdmv/Makefile index 75610a8716d3..d4db5b39b07f 100644 --- a/multimedia/xporthdmv/Makefile +++ b/multimedia/xporthdmv/Makefile @@ -6,6 +6,7 @@ DISTNAME= xport MAINTAINER= swills@FreeBSD.org COMMENT= The xport Transport Stream Demuxer +WWW= https://www.w6rz.net/ USES= zip NO_WRKSUBDIR= yes diff --git a/multimedia/xvid/Makefile b/multimedia/xvid/Makefile index 042affa7fc71..31d6a10c9756 100644 --- a/multimedia/xvid/Makefile +++ b/multimedia/xvid/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}core-${PORTVERSION} MAINTAINER= riggs@FreeBSD.org COMMENT= Opensource MPEG-4 codec, based on OpenDivx +WWW= http://www.xvid.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKDIR}/xvidcore/LICENSE diff --git a/multimedia/yamdi/Makefile b/multimedia/yamdi/Makefile index 85ff73ebc304..dc57ef482dad 100644 --- a/multimedia/yamdi/Makefile +++ b/multimedia/yamdi/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= buganini@gmail.com COMMENT= Metadata injector for FLV files +WWW= http://yamdi.sourceforge.net/ LICENSE= BSD3CLAUSE diff --git a/multimedia/ytfzf/Makefile b/multimedia/ytfzf/Makefile index 03922ab000b8..9464b5052f44 100644 --- a/multimedia/ytfzf/Makefile +++ b/multimedia/ytfzf/Makefile @@ -6,6 +6,7 @@ CATEGORIES= multimedia MAINTAINER= 0mp@FreeBSD.org COMMENT= Find and watch YouTube videos from the terminal +WWW= https://github.com/pystardust/ytfzf LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/multimedia/zart/Makefile b/multimedia/zart/Makefile index b04f0f4a576f..b5475892f0c8 100644 --- a/multimedia/zart/Makefile +++ b/multimedia/zart/Makefile @@ -10,6 +10,7 @@ PATCHFILES= 6ca1964690afbbc78627d7c868a692401043a584.patch:-p1 MAINTAINER= yuri@FreeBSD.org COMMENT= GMIC GUI for video streams +WWW= https://github.com/c-koi/zart LICENSE= CeCILL LICENSE_NAME= CeCILL diff --git a/multimedia/zoneminder/Makefile b/multimedia/zoneminder/Makefile index be9926cb6a9c..dc4adddd4050 100644 --- a/multimedia/zoneminder/Makefile +++ b/multimedia/zoneminder/Makefile @@ -4,6 +4,7 @@ CATEGORIES= multimedia MAINTAINER= bsd@abinet.ru COMMENT= Complete security camera solution, fully web based with image analysis +WWW= https://www.zoneminder.com/ LICENSE= GPLv2 |