summaryrefslogtreecommitdiffstats
path: root/sysutils/dvdtape
Commit message (Collapse)AuthorAgeFilesLines
* update sysutils/dvdtape: remove MASTER_SITE_SUBDIRdaichi2003-07-172-3/+0
| | | | | PR: 53122 Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
* - Utilize USE_GETOPT_LONGijliao2003-05-122-16/+19
| | | | | | | - Support install macros PR: 51871 Submitted by: Ports Fury
* Add MAINTAINER=ports@FreeBSD.org and de-pkg-comment.knu2003-02-202-1/+3
|
* Remove ports@freebsd-services.com as MAINTAINER; email has beenfenner2003-02-091-2/+0
| | | | bouncing for 3 months.
* remove ftp.yggdrasil.comijliao2002-09-211-1/+0
| | | | | | | it's offline for a long time PR: 38191 Submitted by: Tom Rissman <trissman@mrdlaw.com>
* Change MAINTAINER from brian@FreeBSD.org to ports@freebsd-services.combrian2002-03-121-1/+1
|
* constify dvdtape.cbrian2001-09-232-0/+85
| | | | | | | | | | | Correct format arguments for unsigned long longs; In printf, use %llu In sscanf, use %qu These were both previously using %Ld... This fixes generation of DVDs >4Gb in size.
* Upgrade to version 1.6brian2001-07-074-26/+2
|
* Add back this patch which was missing in the release 1.5 tarball :(brian2001-07-071-0/+10
|
* Upgrade to version 1.5brian2001-07-034-82/+8
| | | | | This version pushes a better (working) version of the local changes back into the main yggdrasil sources.
* Remove -O and -Wall from CFLAGS and use whatever's already therebrian2001-06-111-1/+1
| | | | Suggested by: will
* Fix some option-parsing bugs (missing breaks)brian2001-06-103-2/+80
| | | | | Change sprintf -> snprintf Change -O2 -> -O
* dvdtape - a utility for creating a DVD master on a DLT drivebrian2001-04-037-0/+68
OpenPOWER on IntegriCloud