Import libburn 1.4.8, from libburnia project.
libburn is a library by which preformatted data get onto optical media: CD, DVD, BD (Blu-Ray). On OpenBSD it uses /dev/cdNc. libburn also offers a facility for reading data blocks from its drives without using the normal block device i/o, which has its advantages and disadvantages. It seems appropriate, nevertheless, to do writing and reading via the same channel. ok sthen@ uaa@
This commit is contained in:
parent
e88389dd9f
commit
7d1f9a6b1d
21
sysutils/libburn/Makefile
Normal file
21
sysutils/libburn/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2017/12/19 20:18:08 landry Exp $
|
||||
|
||||
COMMENT = library for reading, mastering and writing optical discs
|
||||
|
||||
DISTNAME = libburn-1.4.8
|
||||
SHARED_LIBS += burn 0.0 # 105.0
|
||||
|
||||
CATEGORIES = sysutils
|
||||
|
||||
HOMEPAGE = https://dev.lovelyhq.com/libburnia/web/wikis/Libburn
|
||||
MASTER_SITES = http://files.libburnia-project.org/releases/
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB = c pthread
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
USE_LIBTOOL = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/libburn/distinfo
Normal file
2
sysutils/libburn/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libburn-1.4.8.tar.gz) = PoGi41k3bDjZYjmpyZZ75xX3BtFQ2JwzfeD8hey3naY=
|
||||
SIZE (libburn-1.4.8.tar.gz) = 977757
|
7
sysutils/libburn/pkg/DESCR
Normal file
7
sysutils/libburn/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
libburn is a library by which preformatted data get onto optical media:
|
||||
CD, DVD, BD (Blu-Ray). On OpenBSD it uses /dev/cdNc.
|
||||
|
||||
libburn also offers a facility for reading data blocks from its drives
|
||||
without using the normal block device i/o, which has its advantages and
|
||||
disadvantages. It seems appropriate, nevertheless, to do writing and
|
||||
reading via the same channel.
|
9
sysutils/libburn/pkg/PLIST
Normal file
9
sysutils/libburn/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/12/19 20:18:08 landry Exp $
|
||||
@bin bin/cdrskin
|
||||
include/libburn/
|
||||
include/libburn/libburn.h
|
||||
lib/libburn.a
|
||||
lib/libburn.la
|
||||
@lib lib/libburn.so.${LIBburn_VERSION}
|
||||
lib/pkgconfig/libburn-1.pc
|
||||
@man man/man1/cdrskin.1
|
Loading…
Reference in New Issue
Block a user