summaryrefslogtreecommitdiff
path: root/lang/modula-3-socks/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the modula-3-socks port. It is obsolete. CVSup works fineJohn Polstra2002-01-021-55/+0
| | | | | | | | now with standard runsocks, and I have finally updated the manual page to reflect that. Notes: svn path=/head/; revision=52508
* Use proper POSIX syntax for `chown'.David E. O'Brien2001-06-011-1/+1
| | | | Notes: svn path=/head/; revision=43378
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* portlint and move manpages from PLIST to MakefileMichael Haro1999-08-271-2/+5
| | | | Notes: svn path=/head/; revision=21039
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-3/+3
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-10/+10
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* This package implements SOCKS support for Modula-3 applications. ItJohn Polstra1996-11-011-0/+52
will be used to support SOCKS operation in the soon-to-be-released next version of CVSup. A tip of the hat to: Darryl Okahata, who developed the patches necessary to make the SOCKS library work with Modula-3's multithreaded I/O system. Notes: svn path=/head/; revision=4225