Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.18.2_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.18.2_1 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
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 ) |
1.18.2_1 21 Oct 2021 14:27:04 |
Stefan Eßer (se) |
security/libtomcrypt: Add CPE information
Approved by: portmgr (blanket) |
1.18.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.18.2_1 14 Oct 2019 09:29:44 |
gahr |
security/libtomcrypt: lib-depend on libtommath
PR: 241232
Submitted by: samm@os2.kiev.ua
Differential Revision: https://reviews.freebsd.org/D22015 |
1.18.2 28 Sep 2018 14:48:17 |
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> |
1.18.1_1 02 Jul 2018 00:47:14 |
linimon |
Mark various ports broken on mips64 and, where appropriate, mips.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.18.1_1 18 Jun 2018 14:40:31 |
linimon |
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
1.18.1_1 23 Jan 2018 08:51:20 |
gahr |
security/libtomcrypt: use official tarball, install PDF, bump PORTREVISION
Reported by: mat |
1.18.1 22 Jan 2018 13:36:10 |
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 |
1.17_4 27 Sep 2017 16:06:31 |
gahr |
security/libtomcrypt: fix dependencies |
1.17_4 27 Sep 2017 15:02:40 |
gahr |
security/libtomcrypt: take maintainership |
1.17_4 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.17_4 12 Jan 2016 14:33:21 |
amdmi3 |
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 |
1.17_4 14 Nov 2015 23:20:56 |
amdmi3 |
- Update MASTER_SITES and WWW
- Switch to options helpers
- Switch to new test framework
- Silence patching |
1.17_4 15 Mar 2015 15:37:56 |
antoine |
Allow building with clang 3.6
PR: 198017
Submitted by: dim |
1.17_4 24 Feb 2015 15:23:58 |
amdmi3 |
Fix license permissions
Noticed by: jbeich |
1.17_4 24 Feb 2015 14:40:59 |
amdmi3 |
- Add LICENSE
- Drop @dirrm* from plist |
1.17_4 05 Oct 2014 18:01:20 |
tijl |
- 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) |
1.17_3 17 Sep 2014 12:56:01 |
gahr |
- Strip shared libraries |
1.17_3 10 Aug 2014 19:26:38 |
tijl |
Replace some dependencies on libtool with USES=libtool:build or a
dependency on libtoolize |
1.17_3 08 Aug 2014 16:35:35 |
tijl |
Build shared library and simplify DOCS option
PR: 192501
Tested by: samm@os2.kiev.ua |
1.17_2 22 Jul 2014 06:34:44 |
bapt |
Fix build with texlive |
1.17_2 30 Jun 2014 15:33:35 |
gahr |
- STAGE-clean |
1.17_2 25 Jun 2014 05:35:32 |
bapt |
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 |
1.17_2 26 May 2014 12:50:41 |
miwi |
- Convert gmake, bzip2 to USES
Approved by: portmgr |
1.17_2 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.17_2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.17_2 11 May 2013 17:58:56 |
hrs |
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. |
1.17_2 06 May 2013 02:00:41 |
hrs |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier. |
1.17_2 06 Nov 2012 03:51:42 |
adamw |
Unbreak package build by registering PORTDOCS if we're installing docs.
Feature safe: yes |
1.17_2 26 Oct 2012 06:59:33 |
beat |
Mark as BROKEN: incomplete plist
Reported by: pointyhat
Feature safe: yes |
1.17_2 07 Oct 2012 07:12:55 |
bapt |
use libtommath as default math library as it used to be before conversion to
optionsng
Repored by: linimon |
1.17_2 04 Oct 2012 10:48:50 |
bapt |
Convert to new options framework |
1.17_2 03 Aug 2012 15:54:36 |
cs |
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit) |
1.17_2 31 Jul 2012 02:22:22 |
wxs |
Remove DEPRECATED and EXPIRATION_DATE as the main site appears back online. |
1.17_2 24 Jul 2012 20:50:26 |
wxs |
Deprecate these ports as upstream has abandoned them for a while now.
Set expiration date for one month from now. |
1.17_2 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
1.17_2 09 Aug 2010 22:58:42 |
araujo |
- Bump PORTREVISION to chase the update of math/libtommath. |
1.17_1 19 Apr 2010 10:43:43 |
ale |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin) |
1.17 09 Sep 2009 19:19:13 |
wxs |
- Reassign maintainer to ports@ |
1.17 09 May 2009 02:46:09 |
wxs |
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
is MAKE_JOBS_UNSAFE). |
1.17 04 Feb 2008 15:35:12 |
wxs |
Update my address.
Approved by: garga (mentor) |
1.17 22 Jun 2007 02:32:51 |
araujo |
- Update to 1.17.
PR: ports/113222
Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
Approved by: stas (mentor) |
1.16 09 Jan 2007 21:33:57 |
miwi |
- Update to 1.16
PR: ports/107627
Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer) |
1.14 19 Sep 2006 15:48:07 |
garga |
- Update to 1.14
PR: ports/102882
Submitted by: JImmie James <jimmiejaz@gmail.com>
Reworked by: Wesley Shields <wxs@atarininja.org> (maintainer) |
1.13 19 Aug 2006 16:49:49 |
miwi |
- Update maintainer addresses
PR: ports/102230
Submitted by: Wesley Shields <wxs(at)atarininja.org>
Approved by: krion (mentor) |
1.13 13 Jul 2006 14:59:16 |
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) |
1.12 31 May 2006 18:06:35 |
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 |
1.10 20 Mar 2006 17:53:09 |
vanilla |
Upgrade to 1.10.
PR: ports/94736
Submitted by: maintainer |
1.09 18 Mar 2006 01:14:24 |
cperciva |
Libtom* is back online at libtomcrypt.com. Point the ports back at
Tom's web server instead of fetching distfiles from freebsd.org. |
1.09 20 Feb 2006 18:05:32 |
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 |
1.09 19 Feb 2006 23:45:52 |
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 |
1.09 06 Feb 2006 17:14:04 |
garga |
- Update to 1.09
- Fix IGNORE message to pacify portlint(1)
- Drop USE_REINPLACE
PR: ports/92897
Submitted by: maintainer |
1.08 03 Dec 2005 19:30:14 |
tdb |
- Update to 1.08
PR: 89861
Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer)
Approved by: clement (mentor) |
1.06 29 Aug 2005 14:58:21 |
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) |
1.02 22 May 2005 16:43:56 |
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] |
1.00_1 11 Feb 2005 00:06:50 |
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) |
1.00 13 Jan 2005 20:54:12 |
pav |
- Update to 1.0
PR: ports/76185
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Approved by: Jonatan B <onatan@gmail.com> (maintained) |
0.99 21 Nov 2004 01:05:43 |
pav |
- Update to 0.99
PR: ports/73575
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Approved by: maintainer timeout (2 weeks) |
0.98 14 Nov 2004 22:26:11 |
pav |
- Update maintainer's email address
PR: ports/73939
Submitted by: Yonatan <onatan@gmail.com> (maintainer) |
0.98 09 Aug 2004 13:53:10 |
vs |
Update to 0.98
Closes PR: ports/68496
Submitted by: Wesley Shields, Yonatan Bokovza (maintainer) |
0.94 03 May 2004 16:05:39 |
pav |
- Update to 0.94
PR: ports/66099
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Approved by: maintainer |
0.92 10 Apr 2004 23:16:07 |
thierry |
Add libtomcrypt 0.92, comprehensive, modular and portable
cryptographic toolkit.
PR: 62581
Submitted by: Yonatan <Yonatan@Xpert.com>
Approved by: pav (mentor). |