notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/libfaketime/Makefile
SVNWeb

Number of commits found: 9

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 12 Mar 2022
[ 10:33 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:46dabd6f282748263b1eec1531ba7fce4bfc5183  commit hash:46dabd6f282748263b1eec1531ba7fce4bfc5183  commit hash:46dabd6f282748263b1eec1531ba7fce4bfc5183  46dabd6 
devel/libfaketime: Update version 0.9.7=>0.9.10

Relnotes: https://github.com/wolfcw/libfaketime/releases/tag/v0.9.10
Tue, 8 Mar 2022
[ 02:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:bc808e2bfff33c5b4260c571ee628017ca41f1b9  commit hash:bc808e2bfff33c5b4260c571ee628017ca41f1b9  commit hash:bc808e2bfff33c5b4260c571ee628017ca41f1b9  bc808e2  (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
*/*: Take maintainership
Mon, 7 Mar 2022
[ 19:07 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d89f95e2ff861b1e06ad114422b5d116a856970  commit hash:3d89f95e2ff861b1e06ad114422b5d116a856970  commit hash:3d89f95e2ff861b1e06ad114422b5d116a856970  3d89f95  (Only the first 10 of 140 ports in this commit are shown above. View all ports for this commit)
all: return koobs' ports to the pool after safekeeping his commit bit.
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 25 Apr 2019
[ 08:59 koobs search for other commits by this committer ] Original commit   Revision:499970
devel/libfaketime: Update to 0.9.7
Fri, 28 Oct 2016
[ 12:08 koobs search for other commits by this committer ] Original commit   Revision:424828
devel/libfaketime: Enable FEAT(ures), Fix typo's

- Fix FEATS variable missing from FLAGS added to CFLAGS in src/Makefile
- Explicitly set/add FEATS in MAKE_ENV, with comment about the
  FAKE_STAT feature (it doesn't build).
- Fix typo in man page variable name (MAN[D]IR) causing man page to be
  installed in PREFIX/share. Also MANDIR is relative, not absolute.
- Update PLIST_FILES accordingly.
- Bump PORTREVISION.
[ 11:42 koobs search for other commits by this committer ] Original commit   Revision:424827 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
[NEW] devel/libfaketime: Modifies the system time for a single application

libfaketime intercepts various system calls which programs use to
retrieve the current date and time. It can then report faked dates and
times (as specified by you, the user) to these programs. This means you
can modify the system time a program sees without having to change the
time system-wide.

libfaketime allows you to specify both absolute dates (e.g., 01/01/2004)
and relative dates (e.g., 10 days ago).

libfaketime might be used for various purposes, for example

- Running legacy software with y2k bugs
- Testing software for year-2038 compliance
- Debugging time-related issues, such as expired SSL certificates
- Running software which ceases to run outside a certain timeframe
- Using different system-wide date and time settings, e.g., on OpenVZ-
  based virtual machines running on the same host
- Deterministic build processes.

WWW: https://github.com/wolfcw/libfaketime

Number of commits found: 9