add hashish 0.4b

A file and string hashing utility
This commit is contained in:
Ying-Chieh Liao 2002-05-08 06:51:54 +00:00
parent 9245ff8942
commit 0c5ccbb092
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58692
6 changed files with 42 additions and 0 deletions

View File

@ -61,6 +61,7 @@
SUBDIR += gpgme
SUBDIR += gtk-knocker
SUBDIR += gtkportscan
SUBDIR += hashish
SUBDIR += heimdal
SUBDIR += hlfl
SUBDIR += hping

34
security/hashish/Makefile Normal file
View File

@ -0,0 +1,34 @@
# ex:ts=8
# Ports collection makefile for: hashish
# Date Created: May 7, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= hashish
PORTVERSION= 0.4b
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www4.ncsu.edu/~jllovela/
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-beta-0.4-src
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp
LIB_DEPENDS= wx_gtk:${PORTSDIR}/x11-toolkits/wxgtk-devel
WRKSRC= ${WRKDIR}/Hashish
CFLAGS+= -I${LOCALBASE}/include
USE_GMAKE= yes
post-patch:
@${PERL} -pi -e "s,^CXXFLAGS =,CXXFLAGS+=,g ; \
s,^LBLIBS =,LBLIBS = -L${LOCALBASE}/lib,g" ${WRKSRC}/Makefile
@${PERL} -pi -e "s,crypto/,cryptopp/,g" ${WRKSRC}/src/main.cpp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hashish ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (hashish-beta-0.4-src.tar.gz) = 318a2ee1490e2cb35a8420e574356159

View File

@ -0,0 +1 @@
A file and string hashing utility

View File

@ -0,0 +1,4 @@
Hashish is a file and string hashing utility that computes cryptograhpic
hashes. It is cross platform and includes a gui front end.
WWW: http://hashish.sourceforge.net/

View File

@ -0,0 +1 @@
bin/hashish