- upgrade to version 1.3
- add FLAVOR emacs21
This commit is contained in:
parent
a32fc58676
commit
5f0b6b4f33
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2002/12/29 20:31:39 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2003/01/30 05:11:49 kevlo Exp $
|
||||
|
||||
COMMENT= "encrypt and decrypt AES files and streams"
|
||||
|
||||
DISTNAME= ccrypt-1.2
|
||||
DISTNAME= ccrypt-1.3
|
||||
CATEGORIES= security
|
||||
|
||||
HOMEPAGE= http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/
|
||||
@ -19,4 +19,11 @@ MASTER_SITES= ${HOMEPAGE}/download/ \
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
FLAVORS= emacs21
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L:Memacs21}
|
||||
BUILD_DEPENDS= :emacs-21.*:editors/emacs21
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ccrypt-1.2.tar.gz) = 48d592d677e344d7a5259f3571886adf
|
||||
RMD160 (ccrypt-1.2.tar.gz) = 2bcf1e18aa1c1bb5f72c2ed449484f44a67d161d
|
||||
SHA1 (ccrypt-1.2.tar.gz) = 2b9bc514bc40b56cb113605725620258d5b0de6f
|
||||
MD5 (ccrypt-1.3.tar.gz) = 5dc4646f684273e8fa9f152286b54256
|
||||
RMD160 (ccrypt-1.3.tar.gz) = 66fbb4c8b5fa50baf77b38b516f6648a223d44d9
|
||||
SHA1 (ccrypt-1.3.tar.gz) = af4ab2bdad79f4fa645b95090210f180bfa3de95
|
||||
|
3
security/ccrypt/pkg/PFRAG.emacs21
Normal file
3
security/ccrypt/pkg/PFRAG.emacs21
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.emacs21,v 1.1 2003/01/30 05:11:52 kevlo Exp $
|
||||
share/emacs/site-lisp/jka-compr-ccrypt.el
|
||||
share/emacs/site-lisp/jka-compr-ccrypt.elc
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/12/01 12:52:26 kevlo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/01/30 05:11:52 kevlo Exp $
|
||||
bin/ccat
|
||||
bin/ccdecrypt
|
||||
bin/ccencrypt
|
||||
@ -8,4 +8,5 @@ man/man1/ccdecrypt.1
|
||||
man/man1/ccencrypt.1
|
||||
man/man1/ccrypt.1
|
||||
share/doc/ccrypt/ccrypt.html
|
||||
%%emacs21%%
|
||||
@dirrm share/doc/ccrypt
|
||||
|
Loading…
Reference in New Issue
Block a user