summaryrefslogtreecommitdiff
path: root/misc/mbuffer
Commit message (Collapse)AuthorAgeFilesLines
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* - Convert gmake, bzip2 to USESMartin Wilke2014-05-261-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355313
* Fix pkg-plist for mbufferMartin Matuska2014-01-191-3/+2
| | | | Notes: svn path=/head/; revision=340277
* Add STAGE support to misc/mbufferMartin Matuska2014-01-191-1/+0
| | | | Notes: svn path=/head/; revision=340267
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* Update to 2013.02.20Martin Matuska2013-06-222-5/+4
| | | | | | | | | | Take maintainership PR: ports/179804 Approved by: rafan Notes: svn path=/head/; revision=321549
* - adoption of optionsNGJason Helfman2013-06-031-8/+7
| | | | | | | | | - trim historical headers Approved by: portmgr (bapt) Notes: svn path=/head/; revision=319758
* - mbuffer prefers mash, so let it be (also fixed hidden dependency to mhashRong-En Fan2012-05-271-0/+14
| | | | | | | | | | if it was installed at the time this port is built) PR: ports/168252 Submitted by: mm@ Notes: svn path=/head/; revision=297515
* - Update to 2011.07.24Rong-En Fan2012-01-143-30/+3
| | | | | | | - Drop sigaction patch as it was merged into upstream Notes: svn path=/head/; revision=289190
* Fix a typo.Jimmy Olgeni2011-09-091-2/+2
| | | | Notes: svn path=/head/; revision=281511
* - Correct the patch to use sigaction(2) for 7.x and 6.xRong-En Fan2011-03-281-5/+20
| | | | | | | Reported by: pointyhat via pav@ Notes: svn path=/head/; revision=271945
* - Update to 2011.03.17Rong-En Fan2011-03-263-3/+15
| | | | | | | | PR: ports/155899 Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru> Notes: svn path=/head/; revision=271784
* - Update to 2011.01.19Rong-En Fan2011-01-242-3/+3
| | | | | | | | | PR: ports/154260 Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru> Feature safe: yes Notes: svn path=/head/; revision=268170
* - Update to 2010.12.30Rong-En Fan2011-01-032-4/+6
| | | | | | | | | | | - Added LICENSE declaration (GPLv3) - Remove MD5 checksum PR: ports/153586 Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru> Notes: svn path=/head/; revision=267317
* - Update to 2010.05.26Rong-En Fan2010-09-242-4/+4
| | | | | | | | PR: ports/150885 Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru> Notes: svn path=/head/; revision=261758
* - Update to 2009.01.06Rong-En Fan2009-01-073-132/+4
| | | | Notes: svn path=/head/; revision=225392
* - Fix build on 6.x by using valloc(3) instead of posix_memalign(3)Rong-En Fan2008-12-261-11/+18
| | | | | | | Reported by: pointyhat via erwin Notes: svn path=/head/; revision=224812
* - Update to 20081207 which fixes many bugs from previous version in portsRong-En Fan2008-12-263-45/+88
| | | | Notes: svn path=/head/; revision=224783
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-4/+0
| | | | Notes: svn path=/head/; revision=200775
* - Respect PTHREAD_LIBSRong-En Fan2007-01-111-1/+4
| | | | | | | - mbuffer needs C99 function, atoll(3), which is not available on 4.x Notes: svn path=/head/; revision=182073
* - mbuffer needs pthread which is not available on 4.xRong-En Fan2007-01-101-0/+4
| | | | | | | Submitted by: pointyhat via kris Notes: svn path=/head/; revision=181978
* Add mbuffer-20060728, a tool for buffering data streams.Rong-En Fan2006-12-204-0/+121
Notes: svn path=/head/; revision=180245