non port: databases/py-pymemcache/Makefile |
SVNWeb
|
Number of commits found: 18 |
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Wed, 9 Nov 2022
|
[ 23:07 Nuno Teixeira (eduardo) Author: Alessandro Sagratini ] dd9941d
databases/py-pymemcache: Update to 4.0.0
ChangeLog: https://github.com/pinterest/pymemcache/releases/tag/v4.0.0
PR: 267154
|
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:21 Tobias C. Berner (tcberner) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
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 )
|
Fri, 1 Apr 2022
|
[ 17:48 Tobias C. Berner (tcberner) Author: Alessandro Sagratini ] 78be3d5
databases/py-pymemcache: Update to 3.5.2
PR: 262984
|
Mon, 21 Feb 2022
|
[ 19:06 Dries Michiels (driesm) Author: Alessandro Sagratini ] c4380bc
databases/py-pymemcache: Update to 3.5.1
Changes: https://github.com/pinterest/pymemcache/releases/tag/v3.5.1
PR: 262085
|
Wed, 14 Jul 2021
|
[ 01:51 Kevin Bowling (kbowling) ] 24be38a
databases/py-pymemcache: Update to 3.5.0
PR: 257154
Reported by: Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
|
Thu, 10 Jun 2021
|
[ 02:11 Guangyuan Yang (ygy) Author: Alessandro Sagratini ] 7a610b0
databases/py-pymemcache: Update to 3.4.4
Changes: https://github.com/pinterest/pymemcache/releases/tag/v3.4.4
PR: 256394
Approved by: lwhsu (mentor, implicit)
|
Wed, 12 May 2021
|
[ 22:58 Neel Chauhan (nc) Author: Alessandro Sagratini ] 6b41adb
databases/py-pymemcache: update to 3.4.3
Changes: https://github.com/pinterest/pymemcache/releases/tag/v3.4.3
PR: 255817
|
Thu, 15 Apr 2021
|
[ 06:38 Kevin Bowling (kbowling) ] f7dbcb1
databases/py-pymemcache: update to 3.4.2
Changes https://github.com/pinterest/pymemcache/releases/tag/v3.4.2
PR: 255077
Approved by: Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
|
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.
|
Thu, 4 Mar 2021
|
[ 20:59 rhurlin ]
databases/py-pymemcache: Update to 3.4.1
Changelog: https://github.com/pinterest/pymemcache/releases/tag/v3.4.1
PR: 254018
Submitted by: Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Tue, 15 Sep 2020
|
[ 19:23 lwhsu ]
databases/py-pymemcache: Update to 3.4.0
PR: 249340
Submitted by: Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
|
Fri, 4 Sep 2020
|
[ 12:16 swills ]
databases/py-pymemcache: Update to 3.3.0
PR: 248768
Submitted by: Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
|
Sun, 31 May 2020
|
[ 06:30 tagattie ]
Update to 3.2.0
PR: 246593
Submitted by: Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
Approved by: mentors (implicit)
Changelog: https://github.com/pinterest/pymemcache/releases/tag/v3.2.0
|
Sat, 30 May 2020
|
[ 00:57 tobik ] (Only the first 10 of 11 ports in this commit are shown above. )
Clean up some things
Reported by: portscan
|
Sat, 9 May 2020
|
[ 15:15 swills ]
databases/py-pymemcache: create port
A comprehensive, fast, pure-Python memcached client.
pymemcache supports the following features:
* Complete implementation of the memcached text protocol.
* Configurable timeouts for socket connect and send/recv calls.
* Access to the "noreply" flag, which can significantly increase the speed of
writes.
* Flexible, modular and simple approach to serialization and deserialization.
* The (optional) ability to treat network and memcached errors as cache
misses.
WWW: https://github.com/pinterest/pymemcache
PR: 246314
Submitted by: Alessandro Sagratini <ale_sagra@hotmail.com>
|
Number of commits found: 18 |