summaryrefslogtreecommitdiff
path: root/audio/ifp-line
AgeCommit message (Collapse)AuthorFilesLines
2020-01-26all: migrate some SourceForge homepage URLs back from https to httprillig1-2/+2
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html In the above commit, the homepage URLs were migrated from http to https, assuming that SourceForge would use the same host names for both http and https connections. This assumption was wrong. Their documentation at https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states that the https URLs use the domain sourceforge.io instead. To make the homepages from the above commit reachable again, pkglint has been extended to check for reachable homepages. This check is only enabled when the --network command line option is given. Each of the homepages that referred to https://$project.sourceforge.net before was migrated to https://$project.sourceforge.io (27), and if that was not reachable, to the fallback URL http://$project.sourceforge.net (163).
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2018-02-27Revbump for packages depending on devel/libusb{,compat}khorben1-1/+2
2018-02-10Import global switch for libusb's implementation [2/2]khorben1-2/+2
This switch is meant to be used by packages requiring an implementation of the former libusb (as in devel/libusb). The original implementation can be chosen by setting LIBUSB_TYPE to "native". The alternative implementation libusb-compat (as in devel/libusb-compat) wraps libusb1 (in devel/libusb1). This implementation can be chosen by setting LIBUSB_TYPE to "compat". On NetBSD, it has the advantage of not requiring root privileges to locate and use USB devices without a kernel driver. This second part switches packages using libusb to this framework. It does not change compilation options or dependencies at this point. Compile-tested on most packages affected and available on NetBSD/amd64.
2016-04-20Set LICENSE for a lot of audio packages.nros1-1/+2
2015-11-03Add SHA512 digests for distfiles for audio categoryagc1-1/+2
Problems found with existing distfiles: /pub/pkgsrc/distfiles/amp-0.7.6.tgz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz /pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz /pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2 /pub/pkgsrc/distfiles/mp3to.gz /pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz No changes made to these file. 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-08-08Reset maintainer, he resigned quite some time ago.wiz1-2/+2
2015-07-09Use nbcompat, update some patches. Fixes build on SunOS.jperkin4-7/+27
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-02-29Add fts_open to USE_FEATURES.hans1-1/+3
2011-07-03Fix failed build by removing stray ./ in some paths. Was meant to godholland2-0/+39
with previous commit but cvs apparently belched.
2011-07-03Fix failed build by removing stray ./ in some paths.dholland1-1/+3
2011-06-18PR/38038 -- update to ifp-line 0.3. Changes:shattered4-24/+14
0.3: * autotooled * Add iconv(3) support. ifp-line can transfer file with non-ASCII filename. * Add "version" command. Show ifp-line's version. * ifp-1XX can download MP3/WMA/ASF to PC! Firmware version 3.23 and later required. 0.2.4.7: * Print "help" message before opening the iFP device and add -h/-help/--help options. 0.2.4.6: * Bug fix release. * Beta version of N10 firmware update support (not tested). * Fix bug with older versions of libusb. * Fix "ifp get" behavioir with non-existant file. 0.2.4.5: * Bug fix release. * Fix behavior of "ifp download VOICE somedir" and "ifp get VOICE". * Fix bug of "ifp put /path/to/music.mp3".
2010-01-30DESTDIR supportjoerg3-8/+13
2005-09-22Fix PLIST. Bump PKGREVISION.minskim2-2/+4
2005-05-24Added RCS tag to patch-aa.rillig2-2/+4
2005-05-24Removed an empty line.rillig1-2/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-10-19Update to ifp-line-0.2.4.4:sekiya2-6/+5
* 2004-08-18 ifp-line-0.2.4.4 + Stable release. + Fixed upload process.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-13Update to ifp-line-0.2.4.3. Relevent changes from 0.2.4:sekiya3-12/+11
* Fix upload bug * Fix "ls" bug for ifp-8xx. * Fix "mkdir" and "rmdir" bug. * Added support for iFP-7XX and iFP-8XX by Joseph Roback<joe@roback.cc>. * 7XX and 8XX series can download any file, change behavior of "download". * Change behavior of "ls"("ls" is same as "ls /").
2004-05-22Remove superfluous inclusion of bsd.prefs.mk.wiz1-3/+1
2004-05-22regen, without $Id$ in patch.wiz2-9/+6
2004-05-22Use buildlink3 for libusb.sekiya1-3/+2
2004-05-22Re-add patch-aasekiya1-0/+17
2004-05-22The patch had an embedded RCS tag. Remove, re-import with -kosekiya1-17/+0
2004-05-22Add ifp-line-0.2.4 -- a command-line interface to iRiver MP3 players.sekiya5-0/+46