WebCopy is a perl program that retrieves the URL specified in a unix-like command line. It can also retrieve recursively any file that a HTML file references, i.e. inlined images and/or anchors, if specified with an option. It can be used as a "mirror" program to retrieve a tree of documents from a remote site, and put them on-line immediately through the local server. WWW: http://www.alumnos.inf.utfsm.cl/~vparada/webcopy.html ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/pulseaudio-module-sndio/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* audio/pulseaudio-module-sndio: Update to 10.99.1tobik2017-09-071-3/+3
| | | | | | | - Fix runtime with PulseAudio versions >= 10.99.1 - Trim pkg-message MFH: 2017Q3
* audio/pulseaudio-module-sndio: update to 9.0 to unbreak after r424621jbeich2016-10-271-3/+3
| | | | | | | | | | | | cc -shared module-sndio.o -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib/pulseaudio -fstack-protector -L/usr/local/lib -L/usr/local/lib/pulseaudio -lpulsecore-8.0 -lpulsecommon-8.0 -lpulse -lsndio -o module-sndio.so /usr/bin/ld: cannot find -lpulsecore-8.0 cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Changes: https://github.com/t6/pulseaudio-module-sndio/compare/8.0...9.0 PR: 213825 Reported by: pkg-fallout Submitted by: Tobias Kortkamp (maintainer)