Bug 15893 - New mhash-0.6.1 Port
Summary: New mhash-0.6.1 Port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: nsayer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-01-05 02:00 UTC by Cy Schubert
Modified: 2000-01-09 02:38 UTC (History)
0 users

See Also:


Attachments
file.shar (4.07 KB, text/plain)
2000-01-05 02:00 UTC, Cy Schubert
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cy Schubert 2000-01-05 02:00:01 UTC
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
Comment 1 Bill Fumerola 2000-01-05 02:11:24 UTC
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  -
Comment 2 cschuber 2000-01-05 02:16:55 UTC
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"
Comment 3 Bill Fumerola 2000-01-05 02:36:01 UTC
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  -
Comment 4 Kris Kennaway freebsd_committer freebsd_triage 2000-01-08 23:59:34 UTC
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.. 
Comment 5 nsayer freebsd_committer freebsd_triage 2000-01-09 02:37:34 UTC
State Changed
From-To: open->closed