notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: textproc/pear-Numbers_Words/Makefile
SVNWeb

Number of commits found: 18

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:5cf7e35e8664e11393fedc7d89b4d09e0fcced9b  commit hash:5cf7e35e8664e11393fedc7d89b4d09e0fcced9b  commit hash:5cf7e35e8664e11393fedc7d89b4d09e0fcced9b  5cf7e35  (Only the first 10 of 1452 ports in this commit are shown above. View all ports for this commit)
textproc: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  -
  *  <glewis@FreeBSD.org>
  *  <koshy@india.hp.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron Straup Cope
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Ache
  *  Adam Herzog <adam@herzogdesigns.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 8 Mar 2018
[ 19:48 mat search for other commits by this committer ] Original commit   Revision:463917 (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
Introduce PHP flavors.

  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
Sun, 11 Jun 2017
[ 07:45 sunpoet search for other commits by this committer ] Original commit   Revision:443331
Update distinfo and unbreak this port

- While I'm here, fix indent

Content of tarballs are unchanged (checked against [1]).

=> Numbers_Words-0.16.4.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Numbers_Words-0.16.4.tgz
fetch: http://pear.php.net/get/Numbers_Words-0.16.4.tgz: size mismatch: expected
58379, actual 59633

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/Numbers_Words-0.16.4.tgz
[1]
Approved by:	portmgr (blanket)
Fri, 1 Apr 2016
[ 14:25 mat search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 26 Sep 2014
[ 09:17 bapt search for other commits by this committer ] Original commit   Revision:369312 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Convert to USES=pear
Mon, 10 Feb 2014
[ 14:46 rm search for other commits by this committer ] Original commit   Revision:343641
- update to 0.16.4

PR:		186605
Submitted by:	Piotr Rybicki <meritus@innervision.pl> (maintainer)
Mon, 25 Nov 2013
[ 17:59 antoine search for other commits by this committer ] Original commit   Revision:334871 (Only the first 10 of 253 ports in this commit are shown above. View all ports for this commit)
Stage support for non-IGNORED pear classes

Tested by:	poudriere
Approved by:	portmgr (bapt)
Fri, 20 Sep 2013
[ 23:17 bapt search for other commits by this committer ] Original commit   Revision:327773 (Only the first 10 of 1559 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Sun, 17 Mar 2013
[ 14:14 miwi search for other commits by this committer ] Original commit   Revision:314443
- Convert to PEAR_AUTOINSTALL
- Trim header
Sat, 21 Jan 2012
[ 17:40 eadler search for other commits by this committer ] Original commit  (Only the first 10 of 1326 ports in this commit are shown above. View all ports for this commit)
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
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
Thu, 8 Sep 2011
[ 06:33 wen search for other commits by this committer ] Original commit 
- Update to 0.16.2

PR:             ports/160212
Submitted by:   Piotr Rybicki <meritus@innervision.pl> (maintainer)
Thu, 4 Nov 2010
[ 05:23 miwi search for other commits by this committer ] Original commit 
- Fix install category

PR:             151765
Submitted by:   Chris St Denis <chris@smartt.com>
Approved by:    maintainer
Sun, 15 Mar 2009
[ 19:45 miwi search for other commits by this committer ] Original commit 
- Update to 0.16.0

PR:             132643
Submitted by:   Piotr Rybicki <meritus@innervision.pl> (maintainer)
Tue, 19 Sep 2006
[ 09:48 clsung search for other commits by this committer ] Original commit 
- Update to 0.15.0

PR:             ports/101199
Submitted by:   chinsan <chinsan dot tw_AT_gmail dot com>
Approved by:    maintainer (timeout)
Fri, 9 Dec 2005
[ 19:24 ale search for other commits by this committer ] Original commit  (Only the first 10 of 167 ports in this commit are shown above. View all ports for this commit)
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with: thierry, antonio@php.net
Fri, 7 Oct 2005
[ 19:58 pav search for other commits by this committer ] Original commit 
With Numbers_Words class you can convert numbers written in arabic digits to
words in several languages.  You can convert an integer between -infinity and
infinity.  If your system does not support such long numbers you can call
Numbers_Words::toWords() with just a string.

PR:             ports/86893
Submitted by:   Piotr Rybicki <meritus@innervision.pl>

Number of commits found: 18