mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
New port: sysutils/dvd+rw-tools
Dvd+rw-tools support DVD-R, DVD-RW, DVD+R, and DVD+RW format dvd burners. Submitted by: Chuck Swiger <cswiger (at) mac.com>
This commit is contained in:
parent
486da0de09
commit
c02183a616
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83130
@ -68,6 +68,7 @@
|
||||
SUBDIR += du2ps
|
||||
SUBDIR += dump9660
|
||||
SUBDIR += durep
|
||||
SUBDIR += dvd+rw-tools
|
||||
SUBDIR += dvdtape
|
||||
SUBDIR += dwatch
|
||||
SUBDIR += e2fsprogs
|
||||
|
22
sysutils/dvd+rw-tools/Makefile
Normal file
22
sysutils/dvd+rw-tools/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: dvd+rw-tools
|
||||
# Date created: 2003-6-15
|
||||
# Whom: chuck@pkix.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dvd+rw-tools
|
||||
PORTVERSION= 5.8.4.4.4
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://fy.chalmers.se/~appro/linux/DVD+RW/tools/
|
||||
|
||||
MAINTAINER= chuck@pkix.net
|
||||
COMMENT= DVD+RW burning software
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/mkisofs:${PORTSDIR}/sysutils/mkisofs
|
||||
|
||||
MAN1= growisofs.1
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/growisofs.1 ${MANPREFIX}/man/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/dvd+rw-tools/distinfo
Normal file
1
sysutils/dvd+rw-tools/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (dvd+rw-tools-5.8.4.4.4.tar.gz) = 75de7d3741f7373a1eacbf48213b6e4c
|
26
sysutils/dvd+rw-tools/files/patch-Makefile.m4
Normal file
26
sysutils/dvd+rw-tools/files/patch-Makefile.m4
Normal file
@ -0,0 +1,26 @@
|
||||
--- Makefile.m4_old Mon Jun 16 12:46:31 2003
|
||||
+++ Makefile.m4 Mon Jun 16 12:46:56 2003
|
||||
@@ -5,10 +5,10 @@
|
||||
dvd+rw-tools: $(CHAIN)
|
||||
|
||||
WARN=#-Wall # developers are welcomed to build with `make WARN=-Wall'
|
||||
-CC=gcc
|
||||
-CFLAGS=$(WARN) -O2
|
||||
-CXX=g++
|
||||
-CXXFLAGS=$(WARN) -O2 -fno-exceptions
|
||||
+CC ?= gcc
|
||||
+CFLAGS ?= $(WARN) -O2
|
||||
+CXX ?= g++
|
||||
+CXXFLAGS ?=$(WARN) -O2 -fno-exceptions
|
||||
'
|
||||
ifelse(OS,NetBSD,`define(`OS',`BSD')')
|
||||
ifelse(OS,OpenBSD,`define(`OS',`BSD')')
|
||||
@@ -27,7 +27,7 @@
|
||||
$(CXX) $(CXXFLAGS) -o $@ $> $^ $(LDFLAGS) $(LDLIBS)
|
||||
|
||||
install: dvd+rw-tools
|
||||
- install -o root -m 04755 $(CHAIN) /usr/local/bin
|
||||
+ install -o root -m 0755 $(CHAIN) /usr/local/bin
|
||||
')
|
||||
ifelse(OS,SunOS,`
|
||||
#
|
15
sysutils/dvd+rw-tools/pkg-descr
Normal file
15
sysutils/dvd+rw-tools/pkg-descr
Normal file
@ -0,0 +1,15 @@
|
||||
DVD+RW Tools by Andy Polyakov. This software allows one to use a DVD
|
||||
burner, as well as supporting multisession CD-R/W formats, primarily
|
||||
via the "growisofs" utility.
|
||||
|
||||
growisofs was originally designed as a frontend to mkisofs to facilitate
|
||||
appending of data to ISO9660 volumes residing on random-access media such as
|
||||
DVD+RW, DVD-RAM, plain files, hard disk partitions. In the course of
|
||||
development general purpose DVD recording support was implemented, and as of
|
||||
now growisofs supports not only random-access media, but even mastering of
|
||||
multi-session DVD media such as DVD+R and DVD-R/-RW. In addition growisofs
|
||||
supports first-/single-session recording of arbitrary pre-mastered image
|
||||
(formatted as UDF, ISO9660 or any other file system, if formatted at all) to
|
||||
all supported DVD media types.
|
||||
|
||||
WWW: http://fy.chalmers.se/~appro/linux/DVD+RW
|
4
sysutils/dvd+rw-tools/pkg-plist
Normal file
4
sysutils/dvd+rw-tools/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/growisofs
|
||||
bin/dvd+rw-format
|
||||
bin/dvd+rw-booktype
|
||||
bin/dvd+rw-mediainfo
|
Loading…
Reference in New Issue
Block a user