summaryrefslogtreecommitdiff
path: root/net/tsocks/files/patch-tsocks.8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tsocks(8) suggests the the following line (twice):Emanuel Haupt2019-05-301-8/+8
| | | | | | | | | | | | | | | LD_PRELOAD=/usr/local/lib/tsocks/libtsocks.so This is wrong, because the library is installed under regular path, without the `tsocks' subdirectory. Fix the manpage accordingly. Notified by: danfe MFH: 2019Q2 Notes: svn path=/head/; revision=503074
* - Install inspectsocks and validateconf which are mentioned in the manpageEmanuel Haupt2016-08-191-8/+8
| | | | | | | | | | | | | - Add license - Use SUB_FILES for pkg-message - Use DISTVERSION instead of PORTVERSION - Recreate patch files to satisfy portlint - Reformat pkg-message to what the PHB (section 8.5) defines as a good format - Bump PORTREVISION - Take maintainership Notes: svn path=/head/; revision=420478
* new port: net/tsocksEdwin Groothuis2003-10-081-0/+168
Allow non SOCKS aware applications to use SOCKS without modification. PR: ports/56534 Submitted by: YazzY <yazzy@yazzy.org> Notes: svn path=/head/; revision=90580