summaryrefslogtreecommitdiff
path: root/security/mhash (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.8.14.Peter Pentchev2002-05-213-15/+12
| | | | Notes: svn path=/head/; revision=59650
* Update to 0.9.13.Peter Pentchev2002-02-204-2/+31
| | | | | | | | | | | 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. Based on a patch by: ijliao Notes: svn path=/head/; revision=54970
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* Update to 0.8.9Peter Pentchev2001-02-232-2/+2
| | | | Notes: svn path=/head/; revision=38642
* Update to 0.8.4.Peter Pentchev2000-12-162-2/+2
| | | | Notes: svn path=/head/; revision=36029
* update my email address - roam@orbitel.bg -> roam@FreeBSD.orgPeter Pentchev2000-11-221-1/+1
| | | | Notes: svn path=/head/; revision=35336
* Update to version 0.8.3James E. Housley2000-11-022-4/+4
| | | | | | | | | | New Maintainer PR: 22350 Submitted by: Peter Pentchev <roam@orbitel.bg> Notes: svn path=/head/; revision=34577
* Whitespace changes and PLIST sorting.Jeremy Lea2000-10-011-3/+3
| | | | Notes: svn path=/head/; revision=33282
* Update to 0.8.2. Use proper pthread-linking (-pthread vs. -lc_r). UseWill Andrews2000-07-143-8/+7
| | | | | | | | | | | | 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. PR: 19921 Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca> Approved by: nsayer Notes: svn path=/head/; revision=30627
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-5/+1
| | | | Notes: svn path=/head/; revision=29630
* Portlint COMMENT's.Akinori MUSHA2000-04-141-2/+1
| | | | | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27537
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27426
* 1. Remove RESTRICTED -- aparently hashing is exportable.Nick Sayer2000-01-093-5/+4
| | | | | | | | | | | | | | 2. Removed threading restriction. 3. Changed the WWW: 4. Improved the pkg/COMMENT PR: 15893 Submitted by: Cy.Schubert@uumail.gov.bc.ca Notes: svn path=/head/; revision=24576
* Update to 0.6.1Nick Sayer1999-11-282-4/+4
| | | | | | | Submitted by: sascha@schumann.cx Notes: svn path=/head/; revision=23462
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Add --disable-pthreads. Fixes apache+php3 hangNick Sayer1999-06-291-2/+2
| | | | | | | suggested by: PHP-dev mailing list Notes: svn path=/head/; revision=19894
* Stealing some fix-ups from ports/devel/mm:Nick Sayer1999-06-292-3/+9
| | | | | | | | | 1. post-install ldconfig 2. CONFIGURE_ARGS 3. PLIST ldconfigs Notes: svn path=/head/; revision=19891
* Import of mhash cryptographic hashing library portNick Sayer1999-06-285-0/+32
Notes: svn path=/head/; revision=19882