Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | knu | 2002-01-29 | 1 | -1/+1 |
| | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. | ||||
* | Remove the restriction on these due to containing DES code. | obrien | 2000-11-25 | 1 | -1/+0 |
| | |||||
* | Add $FreeBSD$'s which help me in problem reports. | obrien | 2000-11-22 | 1 | -0/+1 |
| | |||||
* | Correct whitespace introduced during PORTNAME conversion and portlint | mharo | 2000-04-21 | 1 | -1/+1 |
| | |||||
* | Standardize all user defined options to the booleans WITH_FOO and | reg | 2000-04-17 | 1 | -2/+2 |
| | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports | ||||
* | Update with the new PORTNAME/PORTVERSION variables | cpiazza | 2000-04-09 | 1 | -3/+3 |
| | |||||
* | Restore useless version required comments. | obrien | 2000-03-22 | 1 | -0/+1 |
| | |||||
* | Remove the "version required" line. | obrien | 2000-03-20 | 1 | -1/+0 |
| | |||||
* | Style nits in the ports I maintain. | obrien | 2000-02-13 | 1 | -10/+10 |
| | |||||
* | portlint | obrien | 1999-09-04 | 2 | -2/+0 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | expr -> ${EXPR} | mharo | 1999-08-28 | 1 | -3/+3 |
| | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} | ||||
* | echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff | mharo | 1999-08-27 | 1 | -4/+4 |
| | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} | ||||
* | #4/4 enforcing Caps, no period | hoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de | ||||
* | '-lcrypt' is needed in the USE_DES case too. | steve | 1998-10-10 | 1 | -2/+2 |
| | | | | PR: 8080 | ||||
* | Don't fetch Crack from a US site. | obrien | 1997-11-26 | 1 | -2/+1 |
| | |||||
* | Replace a couple of non-working master_sites with working ones. | fenner | 1997-06-09 | 1 | -3/+3 |
| | | | | Found by: distfile checker | ||||
* | Add $Id$. | asami | 1997-02-06 | 1 | -0/+3 |
| | |||||
* | Minor style nitpick. | obrien | 1997-02-02 | 1 | -1/+1 |
| | |||||
* | Change Makefile more to my likeing. | obrien | 1997-02-02 | 1 | -8/+8 |
| | |||||
* | This is Alec Muffett's password guessing program. | obrien | 1997-02-02 | 9 | -0/+97 |
This version (5.0) supports the 4.4BSD password format, and also FreeBSD's MD5 style passwords. |