Commit Graph

4 Commits

Author SHA1 Message Date
Dmitry Marakasov
cf70f4c0a1 - Switch devel/argtable to USES=libtool, drop .la files
- Strip libraries
- Bump dependent ports as .so version has changed
2014-07-02 22:12:53 +00:00
Sunpoet Po-Chuan Hsieh
5951980c1c - Use USES=gmake
- Support STAGEDIR

Submitted by:	sunpoet (myself)
Approved by:	Jin-Sih Lin <linpct@gmail.com> (maintainer, via IRC)
2013-09-24 17:35:40 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Jason Helfman
c05861871b - add new port: sysutils/rsyncrypto
Rsyncrypto is a modified encryption scheme. It is based on industry standard
AES for symmetric encryption, as well as RSA for having different keys for
each file while allowing a single key to decrypt all files. It even uses an
encryption mode that is based on CBC.

Rsyncrypto does, however, do one thing differently. It changes the encryption
schema from plain CBC to a slightly modified version. This modification ensures
that two almost identical files, such as the same file before an after a
change, when encrypted using rsyncrypto and the same key, will produce almost
identical encrypted files. This means that both objectives can be achieved
simultaneously.

WWW: http://rsyncrypto.lingnu.com/

PR:		169840
Submitted by:	linpct@gmail.com
Feature safe:	yes
2012-12-08 07:33:48 +00:00