FreshPorts -- The Place For Ports Sat, 4 Jul 2009 7:07 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
mhash 0.9.9 security on this many watch lists=195 search for ports that depend on this port
An easy-to-use library for strong hashes such as MD5 and SHA1
Maintained by: roam@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown


Libmhash is a library which implements some hash algorithms like
crc32, md5 and sha-1.

WWW: http://schumann.cx/mhash/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon

To install the port: cd /usr/ports/security/mhash/ && make install clean
To add the package: pkg_add -r mhash


Configuration Options
     No options to configure

Master Sites:
http://nchc.dl.sourceforge.net/sourceforge/mhash/
http://kent.dl.sourceforge.net/sourceforge/mhash/
http://easynews.dl.sourceforge.net/sourceforge/mhash/
http://ufpr.dl.sourceforge.net/sourceforge/mhash/
http://umn.dl.sourceforge.net/sourceforge/mhash/
http://heanet.dl.sourceforge.net/sourceforge/mhash/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 28

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Aug 2008 07:18:49
Original commit files touched by this commit  0.9.9
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
16 Jan 2008 15:46:05
Original commit files touched by this commit  0.9.9
roam search for other commits by this committer
Update to mhash-0.9.9, fixing several style issues, lots of memory
leaks, and two serious (even if not easily triggered) bugs.
20 Sep 2006 17:33:24
Original commit files touched by this commit  0.9.7.1
garga search for other commits by this committer
- Update to 0.9.7.1
- Remove uneeded perl dependency
- s/INSTALLS_SHLIB/USE_LDCONFIG/
- Use PORTDOCS

PR:             ports/93730 (based on)
Submitted by:   cy
Discussed with: portmgr (erwin)
Approved by:    maintainer timeout (over 6 months)
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.9.2
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
24 Jan 2006 01:03:33
Original commit files touched by this commit  0.9.2
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.9.2
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
18 Jul 2005 09:14:57
Original commit files touched by this commit  0.9.2
pav search for other commits by this committer
- Update to 0.9.2

PR:             ports/80238
Submitted by:   Vasil Dimov <vd@datamax.bg>
Approved by:    maintainer timeout (3 months)
12 Apr 2005 04:26:57
Original commit files touched by this commit  0.9.1
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  0.9.1
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
30 Dec 2004 12:48:29
Original commit files touched by this commit  0.9.1
roam search for other commits by this committer
Update mhash to version 0.9.1, which provides three new hashes.
Shorten COMMENT at portlint's suggestion.
Install a couple of docfiles.
01 Nov 2004 17:09:55
Original commit files touched by this commit  0.8.18
roam search for other commits by this committer
A long-overdue dequoting of COMMENT.  D'oh, I thought I'd done this,
like, MONTHS ago!

Submitted by:   Brian Poole <raj@cerias.purdue.edu>
31 Mar 2004 04:12:58
Original commit files touched by this commit  0.8.18
trevor search for other commits by this committer
SIZEify (maintainer timeout)
14 Mar 2004 06:17:56
Original commit files touched by this commit  0.8.18
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
01 Sep 2003 12:42:22
Original commit files touched by this commit  0.8.18
roam search for other commits by this committer
Update to 0.8.18.

PR:             56167
Submitted by:   foxfair
05 Mar 2003 11:28:13
Original commit files touched by this commit  0.8.17
roam search for other commits by this committer
Update to 0.8.17.
19 Feb 2003 16:07:30
Original commit files touched by this commit  0.8.14
roam search for other commits by this committer
Remove pkg-comment files in my ports.
21 May 2002 18:53:20
Original commit files touched by this commit  0.8.14
roam search for other commits by this committer
Update to 0.8.14.
20 Feb 2002 11:03:42
files touched by this commit
roam search for other commits by this committer
Update to 0.9.13.   In the process, fix an autoconf-2.52 bug in using
$target_alias   as a program prefix even if it is exactly the same as
$host_alias.   Also, remove the installation of the library .la file.    
29 Mar 2001 17:35:19
files touched by this commit
sobomax search for other commits by this committer
-pthread --> ${PTHREAD_LIBS}   -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}    
23 Feb 2001 16:07:17
files touched by this commit
roam search for other commits by this committer
Update to 0.8.9    
16 Dec 2000 14:46:33
files touched by this commit
roam search for other commits by this committer
Update to 0.8.4.    
22 Nov 2000 10:20:14
files touched by this commit
roam search for other commits by this committer
update my email address - roam@orbitel.bg -> roam@FreeBSD.org    
02 Nov 2000 00:36:05
files touched by this commit
jeh search for other commits by this committer
Update to version 0.8.3   New Maintainer    
08 Oct 2000 08:30:58
files touched by this commit
asami search for other commits by this committer
Convert category security to new layout.  
01 Oct 2000 11:59:09
files touched by this commit
reg search for other commits by this committer
Whitespace changes and PLIST sorting.    
14 Jul 2000 17:46:20
files touched by this commit
will search for other commits by this committer
Update to 0.8.2.  Use proper pthread-linking (-pthread vs. -lc_r).  Use  
USE_LIBTOOL instead of GNU_CONFIGURE so we don't install .la file.  Turn   this
port loose upon the world.  This update is needed for aide port.    
16 Jun 2000 23:52:41
files touched by this commit
asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
16 Jun 2000 10:48:25
files touched by this commit
sobomax search for other commits by this committer
Fourth round of INSTALLS_SHLIBS conversion.    

Number of commits found: 28

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 vulnerabilities affecting 11 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 20375
Broken 144
Deprecated 44
Ignore 762
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 17
Set to expire 25
Interactive 81
new 24 hours 2
new 48 hours4
new 7 days69
new fortnight98
new month180

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.38 seconds.