non port: databases/p5-Memcached-libmemcached/Makefile |
SVNWeb
|
Number of commits found: 24 |
Wed, 17 May 2023
|
[ 16:30 Muhammad Moinur Rahman (bofh) ] 9b178ff (Only the first 10 of 108 ports in this commit are shown above. )
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket)
|
Thu, 4 May 2023
|
[ 18:54 Muhammad Moinur Rahman (bofh) ] bc59da3
databases/p5-Memcached-libmemcached: Fix build on HEAD
- Add LICENSE ART10 GPLv1+
|
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 )
|
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.
|
Wed, 30 Dec 2020
|
[ 13:46 swills ]
databases/p5-Memcached-libmemcached: drop maintainership since I no longer use
this
|
Fri, 13 Jan 2017
|
[ 09:25 amdmi3 ]
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 1 Jul 2015
|
[ 01:03 swills ]
databases/p5-Memcached-libmemcached: improve patch
The patch to Makefile.PL needed to also replace $Config{lib_ext} (which
defaults to ".a") with ".so" so that we link against the right thing. This
avoids the need to patch databases/libmemcached.
While here, also avoid hard coding the path to PREFIX and split out the
libstdc++ to libc++ patch, avoiding duplication.
Pointyhat to: swills
Reported by: tijl, bapt
|
Tue, 30 Jun 2015
|
[ 19:28 swills ]
databases/p5-Memcached-libmemcached: update to 1.001801
While here, patch out the bundled libmemcached and use the one from ports
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above )
|
Wed, 29 Jan 2014
|
[ 17:31 az ] (Only the first 10 of 53 ports in this commit are shown above. )
- add stage support
Approved by: portmgr (blanket infrastructure)
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] (Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
Tue, 10 Sep 2013
|
[ 13:50 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
Wed, 25 Apr 2012
|
[ 19:27 swills ]
- Fix COMMENT
- Specifically disable dtrace support so that if it's enabled in the
system it doesn't cause a build failure. Need to chase this more.
|
Mon, 11 Jul 2011
|
[ 00:42 swills ]
- Update to 0.44.06
PR: ports/158658
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
Mon, 20 Jun 2011
|
[ 08:34 az ] (Only the first 10 of 21 ports in this commit are shown above. )
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
|
Thu, 9 Dec 2010
|
[ 02:36 swills ]
- Takeover some of clsung's ports
Approved by: pgollucci (mentor)
|
Thu, 12 Jun 2008
|
[ 11:10 clsung ]
- Update to 0.21.01 (0.2101)
Changes: http://search.cpan.org/dist/Memcached-libmemcached/Changes
|
Fri, 18 Apr 2008
|
[ 09:31 clsung ]
- Updaet to 0.19.02 (0.1902)
Changes: http://search.cpan.org/dist/Memcached-libmemcached/Changes
|
Fri, 11 Apr 2008
|
[ 02:11 clsung ]
- Update to 0.19.01 (0.1901)
Changes: http://search.cpan.org/dist/Memcached-libmemcached/Changes
|
Fri, 28 Mar 2008
|
[ 02:35 clsung ]
- Update to 0.17.01 (0.1701)
Changes: http://search.cpan.org/dist/Memcached-libmemcached/Changes
|
Fri, 22 Feb 2008
|
[ 03:16 clsung ]
- Update to 0.1404
Changes:
|
Thu, 24 Jan 2008
|
[ 03:42 clsung ]
Memcached::libmemcached -
Thin fast full interface to the libmemcached client API
Memcached::libmemcached is a very thin, highly efficient,
wrapper around the libmemcached library.
It gives full access to the rich functionality offered by
libmemcached. libmemcached is fast, light on memory usage,
thread safe, and provide full access to server side methods.
- Synchronous and Asynchronous support.
- TCP and Unix Socket protocols.
- A half dozen or so different hash algorithms.
- Implementations of the new cas, replace, and append operators.
- Man pages written up on entire API.
- Implements both modulo and consistent hashing solutions.
WWW: http://search.cpan.org/dist/Memcached-libmemcached/
|
Number of commits found: 24 |