aboutsummaryrefslogtreecommitdiff
path: root/security/libtomcrypt
Commit message (Collapse)AuthorAgeFilesLines
* security/libtomcrypt: update to 1.18.2, unbreak [1]Pietro Cerutti2018-09-283-9/+17
| | | | | | | | | | Changes: https://github.com/libtom/libtomcrypt/blob/v1.18.2/changes PR: 231783 [1] Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=480862
* Mark various ports broken on mips64 and, where appropriate, mips.Mark Linimon2018-07-021-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473692
* Mark ports broken on powerpc64, categories o-z.Mark Linimon2018-06-181-0/+2
| | | | | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472699
* security/libtomcrypt: use official tarball, install PDF, bump PORTREVISIONPietro Cerutti2018-01-232-9/+14
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=459730
* security/libtomcrypt: update to 1.18.1Pietro Cerutti2018-01-224-145/+35
| | | | | | | | | | | Changes: https://github.com/libtom/libtomcrypt/blob/v1.18.1/changes Please note that the PDF documentation is not distributed anymore. You can find the latest version pre-built at the release page: https://github.com/libtom/libtomcrypt/releases/tag/v1.18.1 Notes: svn path=/head/; revision=459650
* security/libtomcrypt: fix dependenciesPietro Cerutti2017-09-271-3/+3
| | | | Notes: svn path=/head/; revision=450764
* security/libtomcrypt: take maintainershipPietro Cerutti2017-09-271-1/+1
| | | | Notes: svn path=/head/; revision=450753
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Add Public Domain support to ports license framework. You can now useDmitry Marakasov2016-01-121-2/+0
| | | | | | | | | | | | | | | | LICENSE= PD Note that although Public Domain is not technically a license, it's handled in the same way as licenses here, which is a common practice (Arch, Gentoo, Fedora, Debian, even FOSSology do the same). Convert all ports which redefine Public Domain LICENSE to LICENSE=PD. Approved by: portmgr (bapt) Differential Revision: D4149 Notes: svn path=/head/; revision=405874
* - Update MASTER_SITES and WWWDmitry Marakasov2015-11-142-30/+21
| | | | | | | | | - Switch to options helpers - Switch to new test framework - Silence patching Notes: svn path=/head/; revision=401617
* Allow building with clang 3.6Antoine Brodin2015-03-151-0/+104
| | | | | | | | PR: 198017 Submitted by: dim Notes: svn path=/head/; revision=381342
* Fix license permissionsDmitry Marakasov2015-02-241-1/+1
| | | | | | | Noticed by: jbeich Notes: svn path=/head/; revision=379805
* - Add LICENSEDmitry Marakasov2015-02-242-2/+5
| | | | | | | - Drop @dirrm* from plist Notes: svn path=/head/; revision=379801
* - Update devel/libtool and devel/libltdl to version 2.4.2.418Tijl Coosemans2014-10-052-1/+3
| | | | | | | | | | | | | | | | | | | - Patch libtool so it uses the same library version specification as on Darwin, Linux and other systems. Given the version current:revision:age a library will be given the extension .so.major.age.revision with major equal to current-age. Before libtool would use .so.current on FreeBSD. - Patch libtoolize to remove two cases of umask 0 that caused libltdl files to be copied world writable (--ltdl option) - Let USES=libtool patch this new version correctly - Adjust all ports with USES=libtool:build and bump PORTREVISION on their dependent ports if a library version changed PR: 194068 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=370099
* - Strip shared librariesPietro Cerutti2014-09-171-0/+2
| | | | Notes: svn path=/head/; revision=368370
* Replace some dependencies on libtool with USES=libtool:build or aTijl Coosemans2014-08-101-3/+1
| | | | | | | dependency on libtoolize Notes: svn path=/head/; revision=364561
* Build shared library and simplify DOCS optionTijl Coosemans2014-08-083-62/+33
| | | | | | | | PR: 192501 Tested by: samm@os2.kiev.ua Notes: svn path=/head/; revision=364372
* Fix build with texliveBaptiste Daroussin2014-07-221-1/+1
| | | | Notes: svn path=/head/; revision=362520
* - STAGE-cleanPietro Cerutti2014-06-302-6/+5
| | | | Notes: svn path=/head/; revision=359866
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-3/+3
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Convert gmake, bzip2 to USESMartin Wilke2014-05-261-2/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355321
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Rectify USE_TEX to support both of teTeX and TeXLive.Hiroki Sato2013-05-111-1/+1
| | | | | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk. Notes: svn path=/head/; revision=317899
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexHiroki Sato2013-05-061-1/+1
| | | | | | | instead to make migration to TeXLive easier. Notes: svn path=/head/; revision=317455
* Unbreak package build by registering PORTDOCS if we're installing docs.Adam Weinberger2012-11-061-2/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307051
* Mark as BROKEN: incomplete plistBeat Gaetzi2012-10-261-0/+2
| | | | | | | | Reported by: pointyhat Feature safe: yes Notes: svn path=/head/; revision=306424
* use libtommath as default math library as it used to be before conversion toBaptiste Daroussin2012-10-071-0/+1
| | | | | | | | | optionsng Repored by: linimon Notes: svn path=/head/; revision=305432
* Convert to new options frameworkBaptiste Daroussin2012-10-041-20/+12
| | | | Notes: svn path=/head/; revision=305249
* Fix typos and make small modifications in COMMENT (according to Porter'sCarlo Strub2012-08-031-1/+1
| | | | | | | | | Handbook) Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301960
* Remove DEPRECATED and EXPIRATION_DATE as the main site appears back online.Wesley Shields2012-07-311-5/+1
| | | | Notes: svn path=/head/; revision=301772
* Deprecate these ports as upstream has abandoned them for a while now.Wesley Shields2012-07-241-0/+3
| | | | | | | Set expiration date for one month from now. Notes: svn path=/head/; revision=301493
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* - Bump PORTREVISION to chase the update of math/libtommath.Marcelo Araujo2010-08-091-1/+1
| | | | Notes: svn path=/head/; revision=259030
* Switch to use newer GMP version.Alex Dupre2010-04-191-1/+2
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* - Reassign maintainer to ports@Wesley Shields2009-09-091-1/+1
| | | | Notes: svn path=/head/; revision=241132
* - Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome whichWesley Shields2009-05-091-0/+1
| | | | | | | is MAKE_JOBS_UNSAFE). Notes: svn path=/head/; revision=233477
* Update my address.Wesley Shields2008-02-041-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=206711
* - Update to 1.17.Marcelo Araujo2007-06-223-7/+4
| | | | | | | | | PR: ports/113222 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer) Approved by: stas (mentor) Notes: svn path=/head/; revision=194026
* - Update to 1.16Martin Wilke2007-01-093-6/+7
| | | | | | | | PR: ports/107627 Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer) Notes: svn path=/head/; revision=181893
* - Update to 1.14Renato Botelho2006-09-192-4/+4
| | | | | | | | | PR: ports/102882 Submitted by: JImmie James <jimmiejaz@gmail.com> Reworked by: Wesley Shields <wxs@atarininja.org> (maintainer) Notes: svn path=/head/; revision=173396
* - Update maintainer addressesMartin Wilke2006-08-191-1/+1
| | | | | | | | | PR: ports/102230 Submitted by: Wesley Shields <wxs(at)atarininja.org> Approved by: krion (mentor) Notes: svn path=/head/; revision=170994
* - security/libtomcrypt is up to 1.13 now. The attached patch updates theCheng-Lung Sung2006-07-132-5/+5
| | | | | | | | | | port and makes the IGNORE string read properly. PR: ports/100210 Submitted by: maintainer (Wesley Shields) Notes: svn path=/head/; revision=167694
* * security/libtomcryptRenato Botelho2006-05-312-7/+21
| | | | | | | | | | | | | | | | - Update to 1.12 * math/libtommath - Update to 0.39 * math/tomsfastmath - Update to 0.09 PR: ports/98214 Submitted by: maintainer Notes: svn path=/head/; revision=164097
* Upgrade to 1.10.Vanilla I. Shu2006-03-202-10/+4
| | | | | | | | PR: ports/94736 Submitted by: maintainer Notes: svn path=/head/; revision=157759
* Libtom* is back online at libtomcrypt.com. Point the ports back atColin Percival2006-03-182-5/+3
| | | | | | | Tom's web server instead of fetching distfiles from freebsd.org. Notes: svn path=/head/; revision=157515
* Point MASTER_SITES and PATCH_SITES at the FreeBSD FTP mirrors and markColin Percival2006-02-201-4/+4
| | | | | | | | | the ports as unbroken. Thanks to: Several people who found copies of the distfiles for me Notes: svn path=/head/; revision=156515
* Mark math/libtommath, math/tomsfastmath, and security/libtomcrypt asColin Percival2006-02-191-0/+2
| | | | | | | | | | | | | | | being unfetchable. The author's domain name (libtomcrypt.org) expired and was picked up by a cybersquatter, and the distfiles haven't been mirrored by ftp.freebsd.org yet. If anyone has a copy of the distfiles for any of these ports, please send them to me so that I can host them and unbreak these ports. Approved by: flz Discussed with: maintainer Notes: svn path=/head/; revision=156428
* - Update to 1.09Renato Botelho2006-02-062-6/+11
| | | | | | | | | | | - Fix IGNORE message to pacify portlint(1) - Drop USE_REINPLACE PR: ports/92897 Submitted by: maintainer Notes: svn path=/head/; revision=155351
* - Update to 1.08Tim Bishop2005-12-033-29/+27
| | | | | | | | | PR: 89861 Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer) Approved by: clement (mentor) Notes: svn path=/head/; revision=150305