The mhash library provides an easy way to access strong hashes such as MD5 and SHA1. This port is used by the AIDE port that will be subsequently submitted. Fix: Shar archive follows: How-To-Repeat: N/A
On Tue, 4 Jan 2000 Cy.Schubert@uumail.gov.bc.ca wrote: > # mhash-000104 Why the numbers? > XGNU_CONFIGURE= yes > XCONFIGURE_ARGS+= --prefix=${PREFIX} \ GNU_CONFIGURE implies --prefix=${PREFIX} from bsd.port.mk: .if defined(GNU_CONFIGURE) CONFIGURE_ARGS+= --prefix=${PREFIX} ${CONFIGURE_TARGET} HAS_CONFIGURE= yes .endif -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org -
In message <Pine.BSF.4.10.10001042106100.66359-100000@jade.chc-chimes.co m>, Bil l Fumerola writes: > On Tue, 4 Jan 2000 Cy.Schubert@uumail.gov.bc.ca wrote: > > > # mhash-000104 > > Why the numbers? It's the way I keep track of ports that I've built myself or modified. There's probably a better way of doing this. I don't expect you to use them. I suppose I should strip them before I shar. > > > XGNU_CONFIGURE= yes > > XCONFIGURE_ARGS+= --prefix=${PREFIX} \ > > GNU_CONFIGURE implies --prefix=${PREFIX} > > from bsd.port.mk: > > .if defined(GNU_CONFIGURE) > CONFIGURE_ARGS+= --prefix=${PREFIX} ${CONFIGURE_TARGET} > HAS_CONFIGURE= yes > .endif I learned something new today. Thanks. Learning new stuff, no matter how small is what makes life worth living. > > > -- > - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - > - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - > > > > Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Sun/DEC Team, UNIX Group Internet: Cy.Schubert@uumail.gov.bc.ca ITSD Province of BC "e**(i*pi)+1=0"
On Tue, 4 Jan 2000, Cy Schubert wrote: > It's the way I keep track of ports that I've built myself or modified. > There's probably a better way of doing this. I don't expect you to use > them. I suppose I should strip them before I shar. I thought as much. > I learned something new today. Thanks. > > Learning new stuff, no matter how small is what makes life worth living. Well, they certainly weren't show stoppers. See ports/7140 for an example of someone really learning some new stuff. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org -
Responsible Changed From-To: freebsd-ports->nsayer This ports already exists and is maintained by nsayer. There are a few things he may want to consider, though: the threading change, a better (IMO) COMMENT, and the fact that this port isn't crypto-restricted since it just doesh hashing..
State Changed From-To: open->closed