aboutsummaryrefslogtreecommitdiff
path: root/security/aescrypt
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* security/aescrypt: fix build on recent currentTobias C. Berner2020-08-271-0/+3
| | | | Notes: svn path=/head/; revision=546376
* - Pass maintainership to submitterHiroki Tagato2020-04-201-1/+4
| | | | | | | | | | | - Add license PR: 245492 Submitted by: Mauro F Caseres <mauroeldritch@gmail.com> Approved by: ehaupt (mentor), pizzamig (co-mentor) Notes: svn path=/head/; revision=532204
* - Switch to options helpersDmitry Marakasov2015-09-031-4/+1
| | | | | | | | | | | - Add some NO_ARCHes - Fix and unsilence some installation commands - Other minor fixes Approved by: portmgr blanket Notes: svn path=/head/; revision=395960
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380309
* Cleanup plistAntoine Brodin2014-11-131-1/+0
| | | | Notes: svn path=/head/; revision=372514
* Support staging.Emanuel Haupt2013-11-153-9/+18
| | | | Notes: svn path=/head/; revision=333863
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-221-1/+1
| | | | Notes: svn path=/head/; revision=327888
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Remove A/An in COMMENTCarlo Strub2013-03-291-5/+2
| | | | | | | - Trim Header where applicable Notes: svn path=/head/; revision=315566
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* - Reassign to the heapGreg Larkin2012-02-271-1/+1
| | | | | | | Requested by: roam (on ports-developers@) Notes: svn path=/head/; revision=292325
* -remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276991
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* Perform some much-needed work on aescrypt that somehow lingered forPeter Pentchev2008-06-083-6/+19
| | | | | | | | | | | | | | | seven years... - make aesget actually work with the default keysize (initialize it!) - do not overflow the key filename buffers while parsing command-line options - break out common code into a single file - make the read()/write() loops a bit more robust - fix lots of compiler warnings - use snprintf() instead of strcpy()/strcat() - write mdoc manual pages for aescrypt(1) and aesget(1) - install the binaries and the manual pages with the correct permission mode Notes: svn path=/head/; revision=214507
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,Peter Pentchev2004-11-011-1/+1
| | | | | | | | | like, MONTHS ago! Submitted by: Brian Poole <raj@cerias.purdue.edu> Notes: svn path=/head/; revision=120589
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Remove pkg-comment files in my ports.Peter Pentchev2003-02-192-1/+1
| | | | Notes: svn path=/head/; revision=75894
* Update to 0.7, which allows use of 192- and 256-bit keys.Peter Pentchev2001-08-062-2/+2
| | | | Notes: svn path=/head/; revision=45905
* A command-line Rijndael (AES) encryption/decryption utility.Peter Pentchev2000-12-125-0/+43
Notes: svn path=/head/; revision=35931