aboutsummaryrefslogtreecommitdiff
path: root/security/py-pysha3
Commit message (Collapse)AuthorAgeFilesLines
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* security/py-pysha3: Modernise: STAGE and AUTOPLISTKubilay Kocak2014-02-011-15/+6
| | | | | | | | | | | | - Enable STAGE support - Enable AUTOPLIST, remove PLIST_FILES - Add LICENSE (PSFL) - Remove py3k-fix-pkg-plist hack - Whitespace alignment - Bump PORTREVISION Notes: svn path=/head/; revision=342158
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Update MAINTAINER address for all my ports. While I'm here,Kubilay Kocak2013-02-091-2/+2
| | | | | | | | | standardise and canonicalise Makefile header format and contents. Approved by: eadler (mentor) Notes: svn path=/head/; revision=311983
* - Update to 0.3Sofian Brabez2012-11-052-3/+3
| | | | | | | | | PR: ports/172850 Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307039
* sha3 wrapper (keccak) for Python. The package is a wrapper around theRuslan Makhmatkhanov2012-10-174-0/+56
optimized reference implementation from http://keccak.noekeon.org/ . Only the optimizations for 32 and 64bit platforms are used. The optimized SSE and ARM assembly variants are ignored for now. The module is a standalone version of the SHA-3 implemention of Python 3.4 (currently under development). WWW: http://bitbucket.org/tiran/pykeccak PR: 172606 Submitted by: Kubilay Kocak <koobs.freebsd at gmail dot com> Feature safe: yes Notes: svn path=/head/; revision=306002