aboutsummaryrefslogtreecommitdiff
path: root/graphics/pear-Image_Barcode
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* hand over Maintainership to miwiJochen Neumeister2020-03-061-1/+1
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=527886
* Introduce PHP flavors.Mathieu Arnold2018-03-081-1/+1
| | | | | | | | | | | | | | | | | Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208 Notes: svn path=/head/; revision=463917
* Update distinfo and unbreak this portSunpoet Po-Chuan Hsieh2017-06-112-3/+4
| | | | | | | | | | | | | | | | | | - While I'm here: - Add USES=php - Fix indent Content of tarballs are unchanged (checked against [1]). => Image_Barcode-1.1.3.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Image_Barcode-1.1.3.tgz fetch: http://pear.php.net/get/Image_Barcode-1.1.3.tgz: size mismatch: expected 13420, actual 13606 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Image_Barcode-1.1.3.tgz [1] Approved by: portmgr (blanket) Notes: svn path=/head/; revision=443256
* - 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 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-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 214011 214012 214013 214014 214015 214016 214017 PR: 214018 214019 214021 214022 214023 214024 214025 PR: 214026 214027 214028 214029 214030 214031 214032 PR: 214033 214034 214035 214036 214037 214038 214039 PR: 214040 214041 214042 214043 214044 214045 214046 PR: 214047 214048 214049 214050 214051 214052 214053 PR: 214054 214055 214056 214057 214058 214059 214060 PR: 214061 214062 214063 214064 214066 214067 214068 PR: 214071 214072 214073 214074 214075 214076 214077 PR: 214078 214079 214080 214081 214082 214083 214084 PR: 214085 214086 214087 214088 214089 214090 214091 PR: 214092 214093 214094 214095 214096 214097 214098 PR: 214099 214100 214101 214102 214103 214104 214108 PR: 214109 214110 214111 214112 214113 214114 214115 PR: 214116 214117 214118 214119 214120 214121 214122 PR: 214123 214124 214125 214126 214127 214128 214129 PR: 214130 214131 214132 214133 214134 214135 214136 PR: 214137 214138 214139 214140 214141 214142 214143 PR: 214144 214145 214146 214147 214148 214149 214150 PR: 214151 214152 Submitted by: Jochen Neumeister <joneum@bsdproject.de> Notes: svn path=/head/; revision=425191
* 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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - 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-231-14/+3
| | | | Notes: svn path=/head/; revision=369089
* Remove quotes that surrounded entire _DESC strings.Adam Weinberger2014-07-231-1/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=362713
* 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-5/+2
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Update to 1.1.3 [1]Martin Wilke2012-05-302-5/+7
| | | | | | | | | | | - Switch to PEAR_AUTOINSTALL - Switch to new option framework PR: 166978 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1] Notes: svn path=/head/; revision=297758
* 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
* - Update to 1.1.2Martin Wilke2012-01-142-11/+5
| | | | | | | - Pet Portlint Notes: svn path=/head/; revision=289187
* Repeated words are are hard to to find sometimes.Eitan Adler2012-01-081-1/+1
| | | | | | | Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=288737
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - Update to 1.1.1Martin Wilke2010-11-042-8/+8
| | | | Notes: svn path=/head/; revision=264047
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 1.1.0Martin Wilke2007-04-272-5/+5
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=191037
* 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-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* 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 1.0.4.Roman Bogorodskiy2005-06-032-4/+4
| | | | | | | | PR: 81838 Submitted by: Antonio Carlos Venancio Junior (maintainer) Notes: svn path=/head/; revision=136740
* - Update to 1.0.3Pav Lucistnik2005-05-302-7/+6
| | | | | | | | PR: ports/81658 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) Notes: svn path=/head/; revision=136454
* Update to 1.0.2.Roman Bogorodskiy2005-05-252-5/+8
| | | | | | | | PR: 81462 Submitted by: Antonio Carlos Venancio Junior (maintainer) Notes: svn path=/head/; revision=136114
* - Update to 1.0.1Pav Lucistnik2005-04-122-4/+12
| | | | | | | | PR: ports/79824 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) Notes: svn path=/head/; revision=133175
* - Add pear-Image_Barcode 0.5, PEAR class for barcode generation.Florent Thoumie2005-03-133-0/+36
PR: ports/78702 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net> Approved by: pav (mentor) Notes: svn path=/head/; revision=131123