aboutsummaryrefslogtreecommitdiff
path: root/databases/pecl-memcached
Commit message (Collapse)AuthorAgeFilesLines
* Enable SASL option by defaultSunpoet Po-Chuan Hsieh2017-05-071-0/+2
| | | | | | | - Bump PORTREVISION for dependency and package change Notes: svn path=/head/; revision=440386
* Convert all PECL ports to USES=php:pecl.Mathieu Arnold2017-04-101-4/+1
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281 Notes: svn path=/head/; revision=438175
* Update to 3.0.3Sunpoet Po-Chuan Hsieh2017-02-202-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=memcached Notes: svn path=/head/; revision=434456
* Update to 3.0.2Sunpoet Po-Chuan Hsieh2017-02-142-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=memcached Notes: svn path=/head/; revision=434098
* Update to 3.0.1Sunpoet Po-Chuan Hsieh2017-02-082-23/+9
| | | | | | | | | - Remove PORTSCOUT Changes: https://pecl.php.net/package-changelog.php?package=memcached Notes: svn path=/head/; revision=433682
* Prepare for PHP 7.1Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431979
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2016-12-182-2/+7
| | | | | | | - Add GitHub repository to WWW Notes: svn path=/head/; revision=428860
* - Use upstream PHP7 development in GitHub and unbreak this port for php70Sunpoet Po-Chuan Hsieh2016-12-142-8/+18
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=428579
* - Update WWW: pecl.php.net uses https://Sunpoet Po-Chuan Hsieh2016-12-131-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=428488
* Unmark broken on powerpc64Steve Wills2016-09-151-2/+0
| | | | | | | These ports built successfully Notes: svn path=/head/; revision=422175
* Don't use extension.ini any more, and have each extension install in itsMathieu Arnold2016-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | file, so the order remains the same. Every PHP (or Zend) extension now installs its own .ini file in /usr/local/etc/php. A PHP extension will be automatically activated when installed. The order into which extensions are loaded is automatically guessed. In some very rare cases, the guess will be wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php section of the Porter's Handbook for more information. Convert ports touching etc/php/extensions.ini manually, or telling the OP to do it. And finally, bump PORTREVISION for all php extensions. PR: 210697 Submitted by: mat Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7022 Notes: svn path=/head/; revision=419514
* Missed a few opt_USE=php=foo when building extensions.Mathieu Arnold2016-06-291-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=417765
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-281-5/+2
| | | | | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 Notes: svn path=/head/; revision=417719
* - Pet portlintSunpoet Po-Chuan Hsieh2016-04-231-2/+2
| | | | | | | - Update BROKEN: use lowercase for leading character Notes: svn path=/head/; revision=413836
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-04-161-2/+3
| | | | | | | - Fix CONFIGURE_ARGS Notes: svn path=/head/; revision=413479
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Ignore php70Martin Wilke2016-02-181-0/+1
| | | | | | | - While here remove old php gruft Notes: svn path=/head/; revision=409110
* - Use USES=pkgconfigSunpoet Po-Chuan Hsieh2015-03-211-2/+1
| | | | Notes: svn path=/head/; revision=381874
* - Add SASL optionSunpoet Po-Chuan Hsieh2015-03-211-6/+7
| | | | | | | | PR: 182449 Submitted by: <dereckson@gmail.com>, <niels.poppe@gmail.com> Notes: svn path=/head/; revision=381867
* Pass maintainer to sunpoet@.Xin LI2014-12-301-1/+1
| | | | Notes: svn path=/head/; revision=375842
* - Convert to new options helperXin LI2014-12-221-9/+3
| | | | | | | | | | - Remove unnecessary PHP_MODNAME - Use = Submitted by: sunpoet Notes: svn path=/head/; revision=375256
* databases/libmemcached: Update to 1.0.18 and much moreKubilay Kocak2014-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.0.18 and pkg-plist accordingly - Add LICENSE (BSD3CLAUSE) and LICENSE_FILE - Add TEST_DEPENDS and regression-test target - Perl is not required, remove USE_PERL and from USES - Split LDFLAGS from CONFIGURE_ENV, they're already set there - Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off) - Add OPTIONS for hash functions, debug and dtrace - pkg-descr: Update WWW: URL - Add patches for: * alloca.h include not found on FreeBSD * cinttypes include location * clang compatibility - Strip shared libraries manually since upstream install-strip target is fail Changes: https://launchpad.net/libmemcached/+announcements [1] https://bugs.launchpad.net/libmemcached/+bug/1245562 [2] https://bugs.launchpad.net/libmemcached/+bug/1400560 Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email) Notes: svn path=/head/; revision=374511
* - Update *_DEPENDSSunpoet Po-Chuan Hsieh2014-07-311-3/+3
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=363640
* - Use USES=tar:tgzSunpoet Po-Chuan Hsieh2014-07-031-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360390
* Take.Xin LI2014-06-301-1/+1
| | | | Notes: svn path=/head/; revision=359876
* multiple: reset gslin's maintainerEitan Adler2014-06-301-1/+1
| | | | | | | | | | | By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check) Notes: svn path=/head/; revision=359802
* - Drop devel/pear dependencies.Martin Wilke2014-06-051-3/+2
| | | | | | | PR: 187657 Notes: svn path=/head/; revision=356608
* - Update to 2.2.0Martin Wilke2014-05-173-6/+8
| | | | | | | | PR: 189184 Submitted by: maintainer Notes: svn path=/head/; revision=354312
* - StageifyMartin Wilke2014-01-231-1/+0
| | | | | | | - Take maintainership of a few ports Notes: svn path=/head/; revision=340835
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | LIB_DEPENDS in databases Notes: svn path=/head/; revision=336187
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Update to 2.1.0 [1]Bryan Drewery2012-11-042-12/+9
| | | | | | | | | | | | | | - Trim header - Convert to new options framework - Remove use of bsd.pre.port.mk PR: ports/173099 [1] Submitted by: John Chen <johnpupu@gmail.com> [1] Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306966
* Update to 2.0.1 release to add php 5.4 support.Alex Dupre2012-05-172-7/+5
| | | | | | | | PR: ports/167991 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=296820
* 1: Upgrade libmemcached to 1.0.6.Vanilla I. Shu2012-04-131-1/+1
| | | | | | | | 2: bump revision to chase shared library version. 3: drop maintainer Notes: svn path=/head/; revision=294777
* Upgrade libmemcached to 1.0.4,Vanilla I. Shu2012-03-051-0/+1
| | | | | | | bump revision to chase shared library version. Notes: svn path=/head/; revision=292729
* * Add LICENSE=PHP30Martin Wilke2011-01-312-1/+3
| | | | | | | | | | | | | * Remove MD5 line from distinfo. * Add IGNORE_WITH_PHP=4 as this requires php 5.2 or newer. PR: 152943 Submitted by: "Tom Judge" <tom@tomjudge.com> Approved by: maintainer timeout Feature safe: yes Notes: svn path=/head/; revision=268494
* - Update to 1.0.2Martin Wilke2010-05-092-4/+4
| | | | | | | | PR: 146423 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=253976
* - Update to 1.0.1 and unbreakMartin Matuska2010-03-252-7/+4
| | | | | | | | | PR: ports/144779 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=251472
* - Fix BUILD_DEPENDSMartin Wilke2010-03-101-1/+1
| | | | | | | | | PR: 144051 Submitted by: danger@ Approved by: maintainer Notes: svn path=/head/; revision=250835
* - Mark BROKEN: does not compilePav Lucistnik2010-02-221-0/+2
| | | | | | | | Reported by: pointyhat Feature safe: yes Notes: svn path=/head/; revision=250212
* - Add igbinary support to OPTIONSMartin Wilke2010-01-311-3/+11
| | | | | | | | | | | | - Remove experimental notice (1.0.0 was declared stable) - Bump PORTREVISION PR: 142873 Submitted by: mm@ Approved by: maintainer timeout Notes: svn path=/head/; revision=248970
* - Update to 1.0.0Martin Wilke2009-07-092-4/+4
| | | | | | | | PR: 136453 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=237501
* - Update to 0.2.0Martin Wilke2009-07-052-5/+5
| | | | | | | | PR: 136238 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=237151
* Fix build with custom LOCALBASE.Ion-Mihai Tetcu2009-06-101-0/+1
| | | | | | | | Reported by: QATty Approved by: portmgr (itetcu@) Notes: svn path=/head/; revision=235546
* - Update to 0.1.5Martin Wilke2009-04-112-4/+4
| | | | | | | | PR: 133608 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=232137
* - Update to 0.1.4Martin Wilke2009-03-092-4/+6
| | | | | | | | PR: 132423 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=229798
* memcached is a high-performance, distributed memory object cachingMartin Wilke2009-02-083-0/+41
system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. This extension uses libmemcached library to provide API for communicating with memcached servers. WWW: http://pecl.php.net/package/memcached PR: ports/131172 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=227828