Skip to content

Commit

Permalink
+devel/p5-DVD-Read .. need to solve binding issues before it is usable
Browse files Browse the repository at this point in the history
  • Loading branch information
toddfries committed Nov 7, 2016
1 parent 303e29f commit 35fa03a
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 0 deletions.
22 changes: 22 additions & 0 deletions devel/p5-DVD-Read/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# : Makefile,v 1.2 2005/12/01 22:37:28 steven Exp $

COMMENT= "libdvdread perl binding"
DISTNAME= DVD-Read-0.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5

MAINTAINER= Todd T. Fries <todd@openbsd.org>

# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_FTP= Yes

#RUN_DEPENDS+= ${BUILD_DEPENDS}
#BUILD_DEPENDS+=

MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NA/NANARDON/}

CONFIGURE_STYLE= perl

.include <bsd.port.mk>
14 changes: 14 additions & 0 deletions devel/p5-DVD-Read/TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
figure out why even basic usage does not work:

perl -e 'use strict;use warnings; use DVD::Read; print DVD::Read->new("/dev/rcd0c")->volid()."\n"'
Subroutine DVD::Read::Dvd::BLOCK_SIZE redefined at /usr/local/libdata/perl5/site_perl/amd64-openbsd/DVD/Read/Dvd/Ifo/Pgc.pm line 12.
Subroutine DVD::Read::Dvd::_new redefined at /usr/local/libdata/perl5/site_perl/amd64-openbsd/DVD/Read/Dvd/Ifo/Pgc.pm line 12.
Subroutine DVD::Read::Dvd::volid redefined at /usr/local/libdata/perl5/site_perl/amd64-openbsd/DVD/Read/Dvd/Ifo/Pgc.pm line 12.
Subroutine DVD::Read::Dvd::DESTROY redefined at /usr/local/libdata/perl5/site_perl/amd64-openbsd/DVD/Read/Dvd/Ifo/Pgc.pm line 12.
Subroutine DVD::Read::Dvd::File::BLOCK_SIZE redefined at /usr/local/libdata/perl5/site_perl/amd64-openbsd/DVD/Read/Dvd/Ifo/Pgc.pm line 12.
Subroutine DVD::Read::Dvd::File::new redefined at /usr/local/libdata/perl5/site_perl/amd64-openbsd/DVD/Read/Dvd/Ifo/Pgc.pm line 12.
Subroutine DVD::Read::Dvd::File::DESTROY redefined at /usr/local/libdata/perl5/site_perl/amd64-openbsd/DVD/Read/Dvd/Ifo/Pgc.pm line 12.
Subroutine DVD::Read::Dvd::File::size redefined at /usr/local/libdata/perl5/site_perl/amd64-openbsd/DVD/Read/Dvd/Ifo/Pgc.pm line 12.
Subroutine DVD::Read::Dvd::File::readblock redefined at /usr/local/libdata/perl5/site_perl/amd64-openbsd/DVD/Read/Dvd/Ifo/Pgc.pm line 12.
Subroutine DVD::Read::Dvd::Ifo::new redefined at /usr/local/libdata/perl5/site_perl/amd64-openbsd/DVD/Read/Dvd/Ifo/Pgc.pm line 12.
[..]
2 changes: 2 additions & 0 deletions devel/p5-DVD-Read/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SHA256 (DVD-Read-0.04.tar.gz) = FpHT/7clp0fdWanU6gNs6giKJMCMHSZzrWKQN01m4Eo=
SIZE (DVD-Read-0.04.tar.gz) = 237624
1 change: 1 addition & 0 deletions devel/p5-DVD-Read/pkg/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
libdvdread perl binding
31 changes: 31 additions & 0 deletions devel/p5-DVD-Read/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
@comment $OpenBSD$
${P5ARCH}/
${P5ARCH}/DVD/
${P5ARCH}/DVD/Read/
${P5ARCH}/DVD/Read.pm
${P5ARCH}/DVD/Read/Dvd/
${P5ARCH}/DVD/Read/Dvd.pm
${P5ARCH}/DVD/Read/Dvd/File.pm
${P5ARCH}/DVD/Read/Dvd/Ifo/
${P5ARCH}/DVD/Read/Dvd/Ifo.pm
${P5ARCH}/DVD/Read/Dvd/Ifo/Cell.pm
${P5ARCH}/DVD/Read/Dvd/Ifo/Pgc.pm
${P5ARCH}/DVD/Read/Dvd/Ifo/Vmg.pm
${P5ARCH}/DVD/Read/Dvd/Ifo/Vts.pm
${P5ARCH}/DVD/Read/Title.pm
${P5ARCH}/auto/
${P5ARCH}/auto/DVD/
${P5ARCH}/auto/DVD/Read/
${P5ARCH}/auto/DVD/Read/Read.so
${P5ARCH}/auto/DVD/Read/Title/
${P5ARCH}/auto/DVD/Read/Title/autosplit.ix
${P5ARCH}/auto/DVD/Read/autosplit.ix
@man man/man3p/DVD::Read.3p
@man man/man3p/DVD::Read::Dvd.3p
@man man/man3p/DVD::Read::Dvd::File.3p
@man man/man3p/DVD::Read::Dvd::Ifo.3p
@man man/man3p/DVD::Read::Dvd::Ifo::Cell.3p
@man man/man3p/DVD::Read::Dvd::Ifo::Pgc.3p
@man man/man3p/DVD::Read::Dvd::Ifo::Vmg.3p
@man man/man3p/DVD::Read::Dvd::Ifo::Vts.3p
@man man/man3p/DVD::Read::Title.3p

0 comments on commit 35fa03a

Please sign in to comment.