add hashish 0.4b
A file and string hashing utility
This commit is contained in:
parent
9245ff8942
commit
0c5ccbb092
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58692
@ -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
34
security/hashish/Makefile
Normal 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>
|
1
security/hashish/distinfo
Normal file
1
security/hashish/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (hashish-beta-0.4-src.tar.gz) = 318a2ee1490e2cb35a8420e574356159
|
1
security/hashish/pkg-comment
Normal file
1
security/hashish/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A file and string hashing utility
|
4
security/hashish/pkg-descr
Normal file
4
security/hashish/pkg-descr
Normal 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/
|
1
security/hashish/pkg-plist
Normal file
1
security/hashish/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/hashish
|
Loading…
Reference in New Issue
Block a user