aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cdrtools-devel
Commit message (Collapse)AuthorAgeFilesLines
* Add sysutils/cdrtools-devel (currently at version 2.01a18) andAlexander Leidinger2003-08-1916-40/+478
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sysutils/mkisofs-devel (currently at version 2.01a17) after repo-copy from sysutils/cdrtools respectively sysutils/mkisofs. The cdrtools-devel and mkisofs-devel ports are for the alpha versions, for further information on changes since cdrtools 2.00 see ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a01 up to AN-2.01a18. Further changes to the cdrtools-devel and mkisofs-devel ports to relative to the existing ports of cdrtools and mkisofs are: Changes common to cdrtools-devel and mkisofs-devel: - Delete targets for mkisofs and friends when building cdrtools and vice versa to speed up the build of the respective port. - Respect CC already at the configure-stage (Patch taken from the OpenBSD port of cdrtools). - Add patches to prefer seteuid(2) over setreuid(2), this s inconsistend with the cdrtools package (Mostly based on patches from the NetBSD port/pkgsrc of cdrtools). - Manually replace included copies of config.guess and config.sub with versions from ${PORTSDIR}/Templates. This is necessary as the cdrtools package doesn't have a valid configure script in it's root directory but several in sub-directories that are executed by the SING (Schily Is Not Gnu) makefile system further down the road. Therefor the port can't set GNU_CONFIGURE which would automatically copy the relevant files. - Install some relevant READMEs in DOCSDIR (unless NOPORTDOCS is set), some manual pages also reference these. Changes to cdrtools-devel: - Fix COMMENT, this port doesn't install mkisofs. Honor that some tools of the cdrtools package (namely cdda2wav and readcd) are for extracting CDs/CD-R[W]s. - Install scgcheck, a tool to check and validate the ABI of libscg. - Patch cdrecord to use ${PREFIX}/etc as the location of the global configuration file, rather than using /etc/default. The installed documentaion also gets patched accordingly and a PKGMESSAGE reflecting this change as required by the license of cdrtools is added (The idea for this and some wording in the PKGMESSAGE are taken from the NetBSD port/pkgsrc of cdrtools). See also PR ports/50835. - Install a sample configuration file for cdrecord, also install a configuration file if it doesn't already exist (the file doesn't cause problems if one doesn't edit it to suit local needs). - Patch manpages to better correspond to files and locations on FreeBSD. - Add a knob to optionally build and install rcsi, a tool that allows using SCSI-devices over the network. The required rscsi user gets added automatically and templates for the configuration file also get installed. PKGINSTALL points to for further information on how to configure remote access to SCSI-devices. Everything using lib(r)scg can act as a client to rscsi, e.g. sysutils/sformat (requires a bit of patching, however doesn't make much sense to use this over the network) and sysutils/cdrdao (requires a bit of patching). - Remove BSD_SCSI_SENSE_BUG from COPTX (CFLAGS) to libscg. It is a workaround for a (probably alumnus) bug in a SCSI-driver of NetBSD and the affected code doesn't get compiled on neither pre-CAM nor CAM versions of FreeBSD. Changes to mkisofs-devel: - Add MLINKS for devdump.8, isodump.8, isovfy.8 to isoinfo.8. - Install isodebug, a simple tool to display the creation date and the commandline options used to create a certain ISO-image with mkisofs. - Remove apple_driver.8, this tool doesn't get installed. - Replace mkhybrid.8 (just includes mkisofs.8, broken without patching) with a MLINKS to mkisofs.8. - Quiet portlint (3 errors/1 warning -> 0 errors/1 warning). None of these changes is bound to the alpha versions of the cdrtools package and may be "back-ported" to sysutils/cdrtools (apart from a security issue with rscsi of cdrtools 2.00.3). PR: ports/52849 Submitted by (including this commit message): Marius Strobl <marius@alchemy.franken.de> Notes: svn path=/head/; revision=87303
* Update to 2.0.3 (maintainer timeout after 19 days)Sergey A. Osokin2003-07-063-15/+4
| | | | | | | Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=84330
* Fix a securety issue which may cause a local root exploitOliver Lehmann2003-05-202-1/+12
| | | | | | | | | | | (if the cdrecord binary is suid 0). For more information about this, feel free to take a look at http://marc.theaimsgroup.com/?l=bugtraq&m=105285564307225&w=2 Approved by: maintainer hasn't responded within 3 days, alex (mentor) Notes: svn path=/head/; revision=81561
* Destroy pkg-comment for some of the stranger uses in the tree,Ade Lovett2003-03-063-2/+1
| | | | | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77037
* Always use -f with ln.David E. O'Brien2003-01-111-1/+1
| | | | Notes: svn path=/head/; revision=72920
* Unbreak mkisofs.David E. O'Brien2003-01-111-0/+1
| | | | Notes: svn path=/head/; revision=72919
* Update to version 2.0.David E. O'Brien2003-01-112-7/+5
| | | | Notes: svn path=/head/; revision=72917
* Update to 1.11.a40 (which is really a version 2.0 alpha).David E. O'Brien2003-01-113-17/+6
| | | | Notes: svn path=/head/; revision=72916
* Always create a link from ${MACHINE_ARCH}-freebsd-cc.rul to the i386Marcel Moolenaar2002-12-201-1/+1
| | | | | | | | | | version in the RULES directory if the build machine is not i386. This fixes the port on ia64 because it simply wasn't enumerated. No response: dirk@ Notes: svn path=/head/; revision=71731
* Upgrade to 1.11.a39.Dirk Froemberg2002-10-273-7/+7
| | | | Notes: svn path=/head/; revision=68944
* Make the cdrecord portion of cdrtools compile. 5-CURRENT definesScott Long2002-10-191-0/+11
| | | | | | | | | _POSIX_MEMLOCK, which was causing cdrecord to think that mlockall(2) was available. Of course the real solution is to not define _POSIX_MEMLOCK until this is true. Notes: svn path=/head/; revision=68352
* Make this compile on sparc64. Needed for make release.Jake Burkholder2002-10-141-2/+2
| | | | Notes: svn path=/head/; revision=68062
* Upgrade to cdrtools-1.11a28.Dirk Froemberg2002-08-042-3/+3
| | | | Notes: svn path=/head/; revision=63961
* Upgrade to cdrtools-1.11a21.Dirk Froemberg2002-04-165-40/+19
| | | | Notes: svn path=/head/; revision=57768
* mkisofs and companions are in mkisofs port.Dirk Froemberg2002-04-161-14/+0
| | | | | | | PR: ports/36009 Notes: svn path=/head/; revision=57751
* Add WWW.Dirk Froemberg2001-11-251-0/+2
| | | | Notes: svn path=/head/; revision=50533
* Fix cdda2wav for ATAPI drives.Dirk Froemberg2001-11-182-0/+12
| | | | | | | Submitted by: Naoya Nishimura <nishinao@m3.kcn.ne.jp> Notes: svn path=/head/; revision=50184
* Resurrect those parts of the original patch-ai that Joerg SchillingJoerg Wunsch2001-09-201-0/+20
| | | | | | | | | | did not integrate into the main source code. Otherwise, the old Plasmon 4100 CD-R still wouldn't work. OK by: dirk Notes: svn path=/head/; revision=48009
* Fix typo.Dirk Froemberg2001-08-161-1/+1
| | | | | | | Submitted by: John Reynolds <jreynold@sedona.ch.intel.com> Notes: svn path=/head/; revision=46305
* Upgrade to cdrtools-1.10 after repository copy from cdrecord.Dirk Froemberg2001-08-0218-341/+90
| | | | | | | Add knobs for mkisofs slave port. Notes: svn path=/head/; revision=45724
* Add a patch for the old and new __dtoa().Dirk Froemberg2001-02-251-0/+42
| | | | | | | | Submitted by: tegge PR: ports/25286 Notes: svn path=/head/; revision=38707
* Bring back my old Plasmon RF4100 to the list of actually working devices.Joerg Wunsch2001-02-021-0/+87
| | | | | | | Reviewed by: dirk Notes: svn path=/head/; revision=37911
* Replace every occurance of scsi_mode_page_header withDirk Froemberg2000-08-194-0/+167
| | | | | | | | scg_scsi_mode_page_header in order to resolve a conflict with scsi_mode_page_header defined /usr/include/scsi/scsi_all.h. Notes: svn path=/head/; revision=31774
* Upgrade to 1.9.Dirk Froemberg2000-07-313-5/+5
| | | | | | | cdda2wav-ATAPI-Reviewed-by: reg Notes: svn path=/head/; revision=31149
* Upgrade to 1.8.1.Dirk Froemberg2000-04-293-8/+11
| | | | Notes: svn path=/head/; revision=28072
* Corrrect whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-221-1/+1
| | | | Notes: svn path=/head/; revision=27887
* Update with the new PORTNAME/PORTVERSION variableChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27427
* Upgrade to 1.8.Dirk Froemberg2000-01-293-17/+7
| | | | Notes: svn path=/head/; revision=25302
* Upgrade to 1.8a40.Dirk Froemberg2000-01-183-6/+6
| | | | Notes: svn path=/head/; revision=24825
* Upgrade to 1.8a37.Dirk Froemberg1999-12-302-3/+3
| | | | Notes: svn path=/head/; revision=24285
* Upgrade to 1.8a36.Dirk Froemberg1999-12-222-3/+3
| | | | Notes: svn path=/head/; revision=23792
* - upgrade to cdrecord-1.8a33Dirk Froemberg1999-12-066-4/+15
| | | | | | | | | | - install readcd, too - don't build mkisofs (wasn't installed anyway) - minor corrections to pkg/COMMENT and pkg/DESCR - nuke pkg/INSTALL Notes: svn path=/head/; revision=23608
* Upgrade to 1.8a31.Dirk Froemberg1999-11-092-2/+2
| | | | Notes: svn path=/head/; revision=22983
* Upgrade to 1.8a30.Dirk Froemberg1999-10-192-2/+2
| | | | Notes: svn path=/head/; revision=22525
* Add a link from cdda2wav to list_audio_tracks.Dirk Froemberg1999-09-242-0/+2
| | | | | | | | | | list_audio_tracks lists the sectors for a audio track and is used by ${WRKSRC}/cdda2wav/cdda2mp3. Submitted by: TAOKA Satoshi <taoka@FreeBSD.org> Notes: svn path=/head/; revision=21924
* Respect ${CC} and ${CFLAGS}.Dirk Froemberg1999-09-221-0/+31
| | | | | | | As a side effect the commands executed are echoed, now. Notes: svn path=/head/; revision=21886
* Upgrade to 1.8a29.Dirk Froemberg1999-09-202-3/+3
| | | | | | | | | | | From AN-1.8a29: "removed a bug that caused an endless loop if a TEAC-CDR 50 /55 was present without a media. This bug has been introduced when tryint to find a workaround for a bug in the Ricoh 7040 firmware." Notes: svn path=/head/; revision=21827
* Make cdrecord build on alpha (at least).Dirk Froemberg1999-09-182-4/+30
| | | | | | | | It compiled fine on beast.freebsd.org. But I couldn't really test it there. So some feedback from alpha people would be great. Notes: svn path=/head/; revision=21723
* - upgrade to 1.8a28:Dirk Froemberg1999-09-173-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | highlight from AN-1.8a28: "Now after more then half a year of testing, auinfo.c is included with this distribution. This allows to create bitwise correct audio copies: cdda2wav -B -v255 cdrecord -v -dao -useinfo *.wav When using these commands, the cddb ID is copied, also the start time of the first track, all available ISRC ID's, the MCN, the size of all pregaps between all tracks and all indices if present." - add more MASTER_SITES - use MAKE_ENV instead of a custom do-build - don't link /dev/rworm0.ctl to /dev/scgx in pkg/PLIST according to the docs it isn't even neccessary for non-CAM systems Notes: svn path=/head/; revision=21677
* Change MAINTAINER from jmz@FreeBD.org to dirk@FreeBSD.org.Dirk Froemberg1999-09-171-1/+1
| | | | | | | | | Thanks to Jean-Marc for maintaining cdrecord up to now. OK'ed by: Jean-Marc Zucconi <jmz@FreeBSD.org> Notes: svn path=/head/; revision=21676
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21144
* Include audio as a virtual category, this port has an audio ripper too.Bill Fumerola1999-07-011-2/+2
| | | | | | | | PR: ports/12474 Submitted By: Marc van Woerkom <van.woerkom@netcologne.de> Notes: svn path=/head/; revision=19944
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Update to 1.8a22Michael Haro1999-05-312-3/+3
| | | | | | | | PR: 11949 Submited by: Juergen Lock <nox@jelal.kn-bremen.de> Notes: svn path=/head/; revision=19147
* Update to 1.8a21.David E. O'Brien1999-05-112-3/+3
| | | | Notes: svn path=/head/; revision=18782
* Add more WWW: tagsMichael Haro1999-05-031-2/+2
| | | | | | | I must really like taking on sick tasks. First gtk, now this. Notes: svn path=/head/; revision=18407
* Upgrade to 1.8a20David E. O'Brien1999-04-072-3/+3
| | | | | | | (all patches still apply) Notes: svn path=/head/; revision=17680
* Documentation update.Jean-Marc Zucconi1999-04-032-15/+14
| | | | | | | Submitted by: Khetan Gajjar <khetan@chain.freebsd.os.org.za> Notes: svn path=/head/; revision=17622
* portlintSatoshi Asami1999-03-271-3/+3
| | | | Notes: svn path=/head/; revision=17408
* Fix the path for cdda2wav.1.Jean-Marc Zucconi1999-03-241-3/+2
| | | | | | | | | Remove the (now useless) link to /dev/rworm0.ctl. Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Notes: svn path=/head/; revision=17385