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: databases/mdcached/Makefile
SVNWeb

Number of commits found: 16

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:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  d076ad9  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
databases: remove 'Created by' lines

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

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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.
Mon, 10 Sep 2018
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Fri, 8 May 2015
[ 13:40 amdmi3 search for other commits by this committer ] Original commit   Revision:385781
- Don't install static libraries with INSTALL_LIB
- Switch to USES=tar

Approved by:	portmgr blanket
MFH:		2015Q2
Fri, 5 Dec 2014
[ 00:30 feld search for other commits by this committer ] Original commit   Revision:373992 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Update "BSD" licenses in databases category
Thu, 9 Jan 2014
[ 19:12 ohauer search for other commits by this committer ] Original commit   Revision:339270
- update to version 1.0.9
- add stage support to php-mdcached

Changelog Version 1.0.8,1.0.9:
- Make it compile with compilers which don't
  implement the (obsolete) std::tr1 c++ namespace

Submitted by:	ivoras (maintainer perm PM)
Thu, 10 Oct 2013
[ 18:47 ohauer search for other commits by this committer ] Original commit   Revision:330030
- update to 1.0.8

Changelog:
- Make it compile with compilers which don't
  implement the (obsolete) std::tr1 c++ namespace

Submitted by:	Ivan Voras <ivoras@FreeBSD.org> (per PM)
Sun, 29 Sep 2013
[ 17:40 ohauer search for other commits by this committer ] Original commit   Revision:328718
- update to 1.0.7
- add stage support

PR:             ports/182410
Submitted by:   Ivan Voras <ivoras@FreeBSD.org> (maintainer)
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Wed, 9 May 2012
[ 10:30 ale search for other commits by this committer ] Original commit 
Update to 1.0.6 release.

Submitted by:   maintainer
Thu, 12 Apr 2012
[ 10:15 ale search for other commits by this committer ] Original commit 
Update to 1.0.5 release.

Submitted by:   maintainer
Wed, 21 Mar 2012
[ 09:15 ale search for other commits by this committer ] Original commit 
Update to 1.0.4 release.

Submitted by:   maintainer
Feature safe:   yes
Tue, 6 Mar 2012
[ 11:47 ale search for other commits by this committer ] Original commit 
Update to 1.0.3 release and add LICENSE.

Submitted by:   maintainer
Mon, 27 Feb 2012
[ 15:28 ale search for other commits by this committer ] Original commit 
Bullet Cache is a memory database intended to be used much like memcached,
but offering much higher flexibility through use of record tags which can be
used to perform bulk operations on sets of records. It has its own binary
network protocol which is accessible through Unix domain sockets and through
TCP. It is indended to be accessed through a high-performance C library.

WWW: http://mdcached.sourceforge.net/

PR:             ports/164872
Submitted by:   Ivan Voras <ivoras@FreeBSD.org>

Number of commits found: 16