aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pear-File_Fstab
Commit message (Collapse)AuthorAgeFilesLines
* hand over Maintainership to miwiJochen Neumeister2020-03-061-1/+1
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=527887
* - Update maintainer addressJochen Neumeister2017-05-161-1/+1
| | | | | | | | Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755 Notes: svn path=/head/; revision=441000
* Update distinfo and unbreak this portSunpoet Po-Chuan Hsieh2017-05-132-4/+5
| | | | | | | | | | | | | | - While I'm here: - Add NO_ARCH - Fix indent Content of tarballs are unchanged (checked against [1]). Reference: https://people.FreeBSD.org/~sunpoet/checksum/File_Fstab-2.0.3.tgz [1] Approved by: portmgr (blanket) Notes: svn path=/head/; revision=440828
* - Mark BrokenMartin Wilke2017-05-131-0/+1
| | | | | | | fetch: http://pear.php.net/get/File_Fstab-2.0.3.tgz: size mismatch: expected 7084, actual 7200 Notes: svn path=/head/; revision=440751
* - Update WWW: pear.php.net uses https://Sunpoet Po-Chuan Hsieh2016-12-131-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=428494
* Pass maintainership of PEAR ports to the submitterJan Beich2016-11-041-1/+1
| | | | | | | | PR: 214156 Submitted by: Jochen Neumeister <joneum@bsdproject.de> Notes: svn path=/head/; revision=425301
* Reset miwi@'s ports, he stepped down from the Ports Team.Rene Ladan2016-07-251-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=419057
* - Take MaintainershipMartin Wilke2015-11-261-1/+1
| | | | | | | Approved by: mat (mentor) Notes: svn path=/head/; revision=402439
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* Convert to USES=pearBaptiste Daroussin2014-09-261-9/+2
| | | | Notes: svn path=/head/; revision=369311
* Stage support for non-IGNORED pear classesAntoine Brodin2013-11-251-1/+0
| | | | | | | | Tested by: poudriere Approved by: portmgr (bapt) Notes: svn path=/head/; revision=334871
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Convert to PEAR_AUTOINSTALLWen Heping2013-03-201-12/+5
| | | | | | | | - Trim Makefile headers - Pass maintainership to miwi@ Notes: svn path=/head/; revision=314739
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Restore CATEGORYWen Heping2011-03-032-4/+5
| | | | | | | - Remove MD5 Notes: svn path=/head/; revision=270153
* - Update to 2.0.3Wen Heping2010-10-082-9/+7
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=262585
* Reset maintainership of ports assigned to antonio@php.net after numerousMark Linimon2006-09-231-1/+1
| | | | | | | | | maintainer-timeouts and no response to email. We hope to see him back. Hat: portmgr Notes: svn path=/head/; revision=173626
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Remove pear ports obsolated by devel/pear and switchAlex Dupre2005-12-091-2/+2
| | | | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net Notes: svn path=/head/; revision=150745
* - Update to 2.0.2Pav Lucistnik2005-06-012-5/+4
| | | | | | | | PR: ports/81761 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) Notes: svn path=/head/; revision=136596
* New port: sysutils/pear-File_Fstab PEAR class to read and write fstab filesPav Lucistnik2005-03-113-0/+47
PEAR::File_Fstab is an easy-to-use package which can read & write UNIX fstab files. It presents a pleasant object-oriented interface to the fstab. Features: * Supports blockdev, label, and UUID specification of mount device. * Extendable to parse non-standard fstab formats by defining a new Entry class for that format. * Easily examine and set mount options for an entry. * Stable, functional interface. * Fully documented with PHPDoc. PR: ports/78631 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> Notes: svn path=/head/; revision=130907