non port: security/libtomcrypt/Makefile |
SVNWeb
|
Number of commits found: 62 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 857c05f (Only the first 10 of 840 ports in this commit are shown above. )
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 21 Oct 2021
|
[ 14:27 Stefan Eßer (se) ] 5bc6aef
security/libtomcrypt: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 14 Oct 2019
|
[ 09:29 gahr ]
security/libtomcrypt: lib-depend on libtommath
PR: 241232
Submitted by: samm@os2.kiev.ua
Differential Revision: https://reviews.freebsd.org/D22015
|
Fri, 28 Sep 2018
|
[ 14:48 gahr ]
security/libtomcrypt: update to 1.18.2, unbreak [1]
Changes: https://github.com/libtom/libtomcrypt/blob/v1.18.2/changes
PR: 231783 [1]
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
Mon, 2 Jul 2018
|
[ 00:47 linimon ] (Only the first 10 of 15 ports in this commit are shown above. )
Mark various ports broken on mips64 and, where appropriate, mips.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Mon, 18 Jun 2018
|
[ 14:40 linimon ] (Only the first 10 of 27 ports in this commit are shown above. )
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
|
Tue, 23 Jan 2018
|
[ 08:51 gahr ]
security/libtomcrypt: use official tarball, install PDF, bump PORTREVISION
Reported by: mat
|
Mon, 22 Jan 2018
|
[ 13:36 gahr ]
security/libtomcrypt: update to 1.18.1
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
|
Wed, 27 Sep 2017
|
[ 16:06 gahr ]
security/libtomcrypt: fix dependencies
|
[ 15:02 gahr ]
security/libtomcrypt: take maintainership
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 12 Jan 2016
|
[ 14:33 amdmi3 ] (Only the first 10 of 26 ports in this commit are shown above. )
Add Public Domain support to ports license framework. You can now use
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
|
Sat, 14 Nov 2015
|
[ 23:20 amdmi3 ]
- Update MASTER_SITES and WWW
- Switch to options helpers
- Switch to new test framework
- Silence patching
|
Tue, 24 Feb 2015
|
[ 15:23 amdmi3 ]
Fix license permissions
Noticed by: jbeich
|
[ 14:40 amdmi3 ]
- Add LICENSE
- Drop @dirrm* from plist
|
Sun, 5 Oct 2014
|
[ 18:01 tijl ] (Only the first 10 of 50 ports in this commit are shown above. )
- Update devel/libtool and devel/libltdl to version 2.4.2.418
- 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)
|
Wed, 17 Sep 2014
|
[ 12:56 gahr ]
- Strip shared libraries
|
Sun, 10 Aug 2014
|
[ 19:26 tijl ]
Replace some dependencies on libtool with USES=libtool:build or a
dependency on libtoolize
|
Fri, 8 Aug 2014
|
[ 16:35 tijl ]
Build shared library and simplify DOCS option
PR: 192501
Tested by: samm@os2.kiev.ua
|
Tue, 22 Jul 2014
|
[ 06:34 bapt ]
Fix build with texlive
|
Mon, 30 Jun 2014
|
[ 15:33 gahr ]
- STAGE-clean
|
Wed, 25 Jun 2014
|
[ 05:35 bapt ] (Only the first 10 of 304 ports in this commit are shown above. )
Convert GMAKE to MAKE_CMD
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
|
Mon, 26 May 2014
|
[ 12:50 miwi ] (Only the first 10 of 31 ports in this commit are shown above. )
- Convert gmake, bzip2 to USES
Approved by: portmgr
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sat, 11 May 2013
|
[ 17:58 hrs ] (Only the first 10 of 152 ports in this commit are shown above. )
Rectify USE_TEX to support both of teTeX and TeXLive.
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.
|
Mon, 6 May 2013
|
[ 02:00 hrs ] (Only the first 10 of 150 ports in this commit are shown above. )
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
|
Tue, 6 Nov 2012
|
[ 03:51 adamw ]
Unbreak package build by registering PORTDOCS if we're installing docs.
Feature safe: yes
|
Fri, 26 Oct 2012
|
[ 06:59 beat ]
Mark as BROKEN: incomplete plist
Reported by: pointyhat
Feature safe: yes
|
Sun, 7 Oct 2012
|
[ 07:12 bapt ]
use libtommath as default math library as it used to be before conversion to
optionsng
Repored by: linimon
|
Thu, 4 Oct 2012
|
[ 10:48 bapt ]
Convert to new options framework
|
Fri, 3 Aug 2012
|
[ 15:54 cs ] (Only the first 10 of 88 ports in this commit are shown above. )
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit)
|
Tue, 31 Jul 2012
|
[ 02:22 wxs ]
Remove DEPRECATED and EXPIRATION_DATE as the main site appears back online.
|
Tue, 24 Jul 2012
|
[ 20:50 wxs ]
Deprecate these ports as upstream has abandoned them for a while now.
Set expiration date for one month from now.
|
Mon, 9 Aug 2010
|
[ 22:58 araujo ]
- Bump PORTREVISION to chase the update of math/libtommath.
|
Mon, 19 Apr 2010
|
[ 10:43 ale ] (Only the first 10 of 132 ports in this commit are shown above. )
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin)
|
Wed, 9 Sep 2009
|
[ 19:19 wxs ] (Only the first 10 of 15 ports in this commit are shown above. )
- Reassign maintainer to ports@
|
Sat, 9 May 2009
|
[ 02:46 wxs ] (Only the first 10 of 28 ports in this commit are shown above. )
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
is MAKE_JOBS_UNSAFE).
|
Mon, 4 Feb 2008
|
[ 15:35 wxs ] (Only the first 10 of 30 ports in this commit are shown above. )
Update my address.
Approved by: garga (mentor)
|
Fri, 22 Jun 2007
|
[ 02:32 araujo ]
- Update to 1.17.
PR: ports/113222
Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
Approved by: stas (mentor)
|
Tue, 9 Jan 2007
|
[ 21:33 miwi ]
- Update to 1.16
PR: ports/107627
Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer)
|
Tue, 19 Sep 2006
|
[ 15:48 garga ]
- Update to 1.14
PR: ports/102882
Submitted by: JImmie James <jimmiejaz@gmail.com>
Reworked by: Wesley Shields <wxs@atarininja.org> (maintainer)
|
Sat, 19 Aug 2006
|
[ 16:49 miwi ] (Only the first 10 of 22 ports in this commit are shown above. )
- Update maintainer addresses
PR: ports/102230
Submitted by: Wesley Shields <wxs(at)atarininja.org>
Approved by: krion (mentor)
|
Thu, 13 Jul 2006
|
[ 14:59 clsung ]
- security/libtomcrypt is up to 1.13 now. The attached patch updates the
port and makes the IGNORE string read properly.
PR: ports/100210
Submitted by: maintainer (Wesley Shields)
|
Wed, 31 May 2006
|
[ 18:06 garga ]
* security/libtomcrypt
- Update to 1.12
* math/libtommath
- Update to 0.39
* math/tomsfastmath
- Update to 0.09
PR: ports/98214
Submitted by: maintainer
|
Mon, 20 Mar 2006
|
[ 17:53 vanilla ]
Upgrade to 1.10.
PR: ports/94736
Submitted by: maintainer
|
Sat, 18 Mar 2006
|
[ 01:14 cperciva ]
Libtom* is back online at libtomcrypt.com. Point the ports back at
Tom's web server instead of fetching distfiles from freebsd.org.
|
Mon, 20 Feb 2006
|
[ 18:05 cperciva ]
Point MASTER_SITES and PATCH_SITES at the FreeBSD FTP mirrors and mark
the ports as unbroken.
Thanks to: Several people who found copies of the distfiles for me
|
Sun, 19 Feb 2006
|
[ 23:45 cperciva ]
Mark math/libtommath, math/tomsfastmath, and security/libtomcrypt as
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
|
Mon, 6 Feb 2006
|
[ 17:14 garga ]
- Update to 1.09
- Fix IGNORE message to pacify portlint(1)
- Drop USE_REINPLACE
PR: ports/92897
Submitted by: maintainer
|
Sat, 3 Dec 2005
|
[ 19:30 tdb ]
- Update to 1.08
PR: 89861
Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer)
Approved by: clement (mentor)
|
Mon, 29 Aug 2005
|
[ 14:58 pav ]
- Update to 1.06
- Provide options for new mathematical backends
- Transfer maintainership to submitter
PR: ports/83040
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Approved by: Afarsec <afarsec@012.net.il> (maintainer)
|
Sun, 22 May 2005
|
[ 16:43 jylefort ]
- Update to 1.02 [1]
- Do not use optimization CFLAGS
- OPTIONSify
- When WITH_DOCS is defined, do not run-depend on ghostscript-gnu (the
user is free to use his favorite pdf viewer)
- Sort pkg-plist
PR: ports/81356 [1]
Submitted by: maintainer [1]
|
Fri, 11 Feb 2005
|
[ 00:06 pav ]
- Libtomcrypt released a patchset to fix a few security bugs.
PR: ports/77349
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Approved by: Jonatan B <onatan@gmail.com> (maintainer)
|
Thu, 13 Jan 2005
|
[ 20:54 pav ]
- Update to 1.0
PR: ports/76185
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Approved by: Jonatan B <onatan@gmail.com> (maintained)
|
Sun, 21 Nov 2004
|
[ 01:05 pav ]
- Update to 0.99
PR: ports/73575
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Approved by: maintainer timeout (2 weeks)
|
Sun, 14 Nov 2004
|
[ 22:26 pav ] (Only the first 10 of 19 ports in this commit are shown above. )
- Update maintainer's email address
PR: ports/73939
Submitted by: Yonatan <onatan@gmail.com> (maintainer)
|
Mon, 9 Aug 2004
|
[ 13:53 vs ]
Update to 0.98
Closes PR: ports/68496
Submitted by: Wesley Shields, Yonatan Bokovza (maintainer)
|
Mon, 3 May 2004
|
[ 16:05 pav ]
- Update to 0.94
PR: ports/66099
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Approved by: maintainer
|
Sat, 10 Apr 2004
|
[ 23:16 thierry ]
Add libtomcrypt 0.92, comprehensive, modular and portable
cryptographic toolkit.
PR: 62581
Submitted by: Yonatan <Yonatan@Xpert.com>
Approved by: pav (mentor).
|
Number of commits found: 62 |