View | Details | Raw Unified | Return to bug 83648
Collapse All | Expand All

(-)hashcash/Makefile (-2 / +1 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	hashcash
8
PORTNAME=	hashcash
9
PORTVERSION=	1.17
9
PORTVERSION=	1.18
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	http://www.hashcash.org/source/
11
MASTER_SITES=	http://www.hashcash.org/source/
12
EXTRACT_SUFX=	.tgz
12
EXTRACT_SUFX=	.tgz
13
13
14
MAINTAINER=	bremner@unb.ca
14
MAINTAINER=	bremner@unb.ca
15
COMMENT=	Anti-spam / denial of service counter-measure tool
15
COMMENT=	Anti-spam / denial of service counter-measure tool
16
17
16
18
MAN1=		hashcash.1 sha1-hashcash.1
17
MAN1=		hashcash.1 sha1-hashcash.1
19
PLIST_FILES=	bin/hashcash bin/sha1
18
PLIST_FILES=	bin/hashcash bin/sha1
(-)hashcash/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (hashcash-1.17.tgz) = 9e5a8a35941c0cdccac93f41bd943593
1
MD5 (hashcash-1.18.tgz) = ce4fd5bdddb496f54600807c784d91d1
2
SIZE (hashcash-1.17.tgz) = 185522
2
SIZE (hashcash-1.18.tgz) = 185686
(-)hashcash/files/patch-Makefile (-2 / +11 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	Wed Mar 30 06:27:47 2005
1
--- Makefile.orig	Wed Jul 13 12:10:52 2005
2
+++ Makefile	Fri Apr  1 15:54:54 2005
2
+++ Makefile	Mon Jul 18 12:23:12 2005
3
@@ -2,9 +2,9 @@
3
@@ -2,9 +2,9 @@
4
 CHANGEME1 = 1 # put PACKAGER = EBUILD|RPM etc here
4
 CHANGEME1 = 1 # put PACKAGER = EBUILD|RPM etc here
5
 CHANGEME2 = 2
5
 CHANGEME2 = 2
Lines 13-15 Link Here
13
 MAKEDEPEND = makedepend
13
 MAKEDEPEND = makedepend
14
 MSLIB = mslib 
14
 MSLIB = mslib 
15
 # here you can choose the regexp style your system has
15
 # here you can choose the regexp style your system has
16
@@ -16,7 +16,7 @@
17
 # 	REGEXP = 
18
 REGEXP=-DREGEXP_POSIX
19
 COPT_DEBUG = -g
20
-COPT_GENERIC = -O3
21
+#COPT_GENERIC = -O3
22
 COPT_GNU = -O3 -funroll-loops
23
 COPT_X86 = -O3 -funroll-loops -march=i386 -mcpu=pentium -mmmx \
24
 	-D_REENTRANT -D_THREAD_SAFE -fPIC
(-)hashcash/pkg-descr (+3 lines)
Lines 2-4 Link Here
2
emails you send, and to verify hashcash tokens attached to emails you
2
emails you send, and to verify hashcash tokens attached to emails you
3
receive. A hashcash token constitutes a proof-of-work which takes a
3
receive. A hashcash token constitutes a proof-of-work which takes a
4
parameterizable amount of work to compute for the sender.  
4
parameterizable amount of work to compute for the sender.  
5
6
Author: Adam Back <adam@cypherspace.org>
7
WWW:    http://www.hashcash.org/

Return to bug 83648