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-Spreadsheet_Excel_Writer/Makefile
SVNWeb

Number of commits found: 24

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, 4 Jun 2017
[ 17:56 bofh search for other commits by this committer ] Original commit   Revision:442573
textproc/pear-Spreadsheet_Excel_Writer: Update version 0.9.3=>0.9.4

- Mark NO_ARCH
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
Wed, 24 Dec 2014
[ 00:14 bofh search for other commits by this committer ] Original commit   Revision:375378 (Only the first 10 of 432 ports in this commit are shown above. View all ports for this commit)
Change my non-FreeBSD MAINTAINER mail to bofh@

Approved by:	bapt
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
Sun, 10 Nov 2013
[ 19:48 sunpoet search for other commits by this committer ] Original commit   Revision:333430
- Update to 0.9.3
- Add LICENSE
- Pass maintainership to submitter

Changes:	http://pear.php.net/package/Spreadsheet_Excel_Writer/download/
PR:		ports/183831
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
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)
Tue, 9 Jul 2013
[ 21:26 pav search for other commits by this committer ] Original commit   Revision:322581 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
- Drop all my ports
Sat, 16 Mar 2013
[ 15:49 miwi search for other commits by this committer ] Original commit   Revision:314364
- Set really PEAR_AUTOINSTALL

Reported by:	wen@
Fri, 15 Mar 2013
[ 12:57 miwi search for other commits by this committer ] Original commit   Revision:314300
- 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, 3 Dec 2009
[ 08:40 pav search for other commits by this committer ] Original commit 
- Update to 0.9.2
Mon, 23 Nov 2009
[ 12:19 pav search for other commits by this committer ] Original commit 
- Add support for Utf-8 encoding

PR:             ports/140794
Submitted by:   Yevgen Drachenko <geka@sippysoft.com>
Wed, 1 Nov 2006
[ 14:35 pav search for other commits by this committer ] Original commit 
- Update to 0.9.1
Tue, 11 Apr 2006
[ 15:08 pav search for other commits by this committer ] Original commit 
- Fix notice warning in getFormat() call
Mon, 20 Mar 2006
[ 15:27 pav search for other commits by this committer ] Original commit 
- Update to 0.9.0
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
Mon, 28 Jun 2004
[ 01:35 pav search for other commits by this committer ] Original commit 
- Update to 0.8
Mon, 22 Mar 2004
[ 09:07 pav search for other commits by this committer ] Original commit 
- Fix dependency on pear-OLE

Reported by:    bento via kris
Pointy hat to:  pav
Fri, 19 Mar 2004
[ 11:56 pav search for other commits by this committer ] Original commit 
- This also need pear-PEAR.
Tue, 16 Mar 2004
[ 16:41 pav search for other commits by this committer ] Original commit 
Add pear-Spreadsheet_Excel_Writer, a PEAR class for writing Microsoft Excel
spreadsheets.

Number of commits found: 24