aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dvdread
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* multimedia/dvdread: fix build on GCC architecturesPiotr Kubaj2021-01-121-0/+1
| | | | | | | | | dvdread.c:177: error: 'for' loop initial declaration used outside C99 mode MFH: 2021Q1 Notes: svn path=/head/; revision=561359
* multimedia/dvdread: Fix REGION optionRainer Hurling2021-01-031-3/+2
| | | | | | | | | | | | - Correct description of option for removal of region lock. - Swap default behaviour PR: 252370 Submitted by: daniel.engberg.lists@pyret.net (maintainer) Approved by: arrowd, tcberner (mentors, implicit) Notes: svn path=/head/; revision=560023
* New port: multimedia/dvdread: Util to convert encrypted DVDs to ISO filesKurt Jaeger2021-01-015-0/+80
Command line utility with minimal dependencies that allows you to rip encrypted DVDs to ISO image. WWW: https://github.com/xrgtn/dvdread PR: 252323 Submitted by: daniel.engberg.lists@pyret.net Notes: svn path=/head/; revision=559886