summaryrefslogtreecommitdiff
path: root/sysutils/dc-tools
AgeCommit message (Collapse)AuthorFilesLines
2017-01-19Convert all occurrences (353 by my count) ofagc1-3/+3
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
2016-07-08Fix stupid error in last update (plus some pkglint -Wall cleanup).abs1-7/+8
No pkgrevision bump as last version would not have packaged
2016-07-06Updated sysutils/dc-tools to 1.6abs2-8/+10
Update default NetBSD version to 7.0.1, from TravisPaul
2015-11-04Add SHA512 digests for distfiles for sysutils categoryagc1-1/+4
Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-05-17Updated sysutils/dc-tools to 1.5abs2-8/+8
v1.5: use xorg.conf.uskbd if present as a default xorg.conf (From Travis Paul)
2014-01-27Do not set FETCH_USING, should not be set in a package Makefile.wiz1-3/+1
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-07-29Actually... update to 1.4abs1-2/+2
2012-07-29Updated sysutils/dc-tools to 1.3abs2-7/+13
changes to dc-burn-netbsd - rename 'extract sets' from -r to -s - Split out the code to adjust the extracted data for live CD usage and enable via '-l'. Make -l imply '-s base -k GENERIC' unless overridden - Tweak live setup further to speed up slightly and avoid rebuilding the X11 fontcache, sort rc.conf, set dhcpcd=YES & tweak root entry in fstab - Disable burning to CD by default and add -b to enable - Add support for listing and downloading/burning the daily NetBSD branch builds from nyftp.netbsd.org pkgsrc changes: Set RESTRICTED and NO_{BIN,SRC}_ON_{CDROM,FTP} due to contents of makeip
2012-07-26Updated sysutils/dc-tools to 1.3abs2-8/+8
fix issue with non -r usage
2012-07-26update COMMENTabs1-2/+2
2012-07-26Updated sysutils/dc-tools to 1.2abs3-8/+22
Changes to dc-burn-netbsd - If run as non root, call sudo where root is required - Adjust -r to permit explicit list of tarfiles to extract - Enumerate all possible tarfiles to avoid having to query NetBSD site - Add -e option to tun emulator (gxemul) on result - Fix rework of extracted files to create viable live image - Implement -v '?' to list available versions (from main NetBSD site) - Automatically check NetBSD-archive directory for older NetBSD versions
2012-07-21Updated sysutils/dc-tools to 1.1abs2-9/+8
dc-burn-netbsd updated to 1.1: - Check & clean data dir if build options change - Extend "-r" to take type of release - base, std, x - Tweak extracted files with -r to get closer to viable root-on-cd system
2012-07-12Add dependency on cdrtools, bump pkgrevisionabs1-3/+6
2012-07-12Added sysutils/dc-tools version 1.00abs4-0/+106
Contents: some Dreamcast tools from Marcus Comstedt http://mc.pp.se/dc/sw.html and a dc-burn-netbsd script to build and burn a bootable NetBSD/dreamcast CD dc-burn-netbsd Script to download a given NetBSD/dreamcast version and burn a bootable CD dc-makeip (IP creator) Utility for creating IP.BIN from a textual representation of IP0000.BIN dc-scramble (1ST_READ.BIN scrambler) Utility to "scramble" binary files to match bootloader requirements share/dc-tools/ip_slave/ (IP upload slave) Dreamcast binary to upload and run software over ethernet share/dc-tools/serial_slave/ (Serial upload slave) Dreamcast binary to upload and run software over the serial port