aboutsummaryrefslogtreecommitdiff
path: root/security/truecrypt
Commit message (Collapse)AuthorAgeFilesLines
* - Update LEGAL per eadler@Ryan Steinmetz2014-03-031-3/+3
| | | | Notes: svn path=/head/; revision=346883
* - Fix build under 10.0Ryan Steinmetz2014-02-022-7/+11
| | | | | | | | - Switch wxWidgets archive format to bz2 for future upgrades - Bump PORTREVISION Notes: svn path=/head/; revision=342226
* - Add pkgconfig to USES to resolve build failure with poudriereRyan Steinmetz2013-09-241-1/+1
| | | | | | | Submitted by: blakkheim@EFNet Notes: svn path=/head/; revision=328187
* 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
* - IGNORE when PACKAGE_BUILDING as these require manual fetchBryan Drewery2013-08-311-1/+5
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=325765
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* Convert USE_FUSE macros into USES feature.7-eolBaptiste Daroussin2013-03-061-1/+1
| | | | | | | | | While here trim headers Convert some USE_GNOME= gnomehack -> USES= pathfix Notes: svn path=/head/; revision=313527 svn path=/tags/RELEASE_7_EOL/; revision=313528; tag=7-eol
* - introduce a USE_FUSE macroFlorian Smeets2012-12-141-5/+3
| | | | | | | | | | | | - convert all fuse ports to use the new macro The macro makes sure sysutils/fusefs-libs gets installed and depending on fuse being in base or not it installs sysutils/fusefs-kmod. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=308910
* - Add additional MASTER_SITES for pkcs header files.Ryan Steinmetz2012-10-101-1/+2
| | | | Notes: svn path=/head/; revision=305640
* Fix type in headedBaptiste Daroussin2012-09-281-1/+1
| | | | | | | Reported by: zi (maintainer) Notes: svn path=/head/; revision=304986
* Convert to OptionsNGBaptiste Daroussin2012-09-261-14/+11
| | | | Notes: svn path=/head/; revision=304878
* - Add security/sudo to RUN_DEPENDSRyan Steinmetz2012-03-101-1/+2
| | | | | | | | | | | - Do not bump PORTREVISION PR: ports/165755 Submitted by: Olivier Cochard-Labbé <olivier@cochard.me> Feature safe: yes Notes: svn path=/head/; revision=293048
* - Update to 7.1aRyan Steinmetz2012-02-102-7/+3
| | | | | | | - Unbreak on 10-CURRENT Notes: svn path=/head/; revision=290882
* - Replace WITH_GUI with WITH_X11 to adhear to standardsRyan Steinmetz2012-02-051-2/+2
| | | | Notes: svn path=/head/; revision=290441
* - Mark BROKEN under FreeBSD 10Ryan Steinmetz2012-01-291-0/+4
| | | | Notes: svn path=/head/; revision=289995
* - Update to 7.1Ryan Steinmetz2011-10-092-5/+16
| | | | | | | - Add OPTIONS for GUI support Notes: svn path=/head/; revision=283266
* Update my email address on the ports I maintain.Ryan Steinmetz2011-07-151-1/+1
| | | | | | | Approved by: wxs@ (mentor) Notes: svn path=/head/; revision=277761
* Free open-source disk encryption softwareWesley Shields2011-06-114-0/+123
Main Features: * Creates a virtual encrypted disk within a file and mounts it as a real disk. * Encrypts an entire partition or storage device such as USB flash drive or hard drive. * Encryption is automatic, real-time (on-the-fly) and transparent. * Parallelization and pipelining allow data to be read and written as fast as if the drive was not encrypted. * Provides plausible deniability, in case an adversary forces you to reveal the password: Hidden volume (steganography) and hidden operating system. WWW: http://www.truecrypt.org/ NOTE: This port is experimental and provides no GUI for managing truecrypt volumes. PR: ports/157072 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Notes: svn path=/head/; revision=275332