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: math/p5-Bit-Vector/Makefile
SVNWeb

Number of commits found: 36

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:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  f53eb28  (Only the first 10 of 719 ports in this commit are shown above. View all ports for this commit)
math: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Amarendra Godbole <amarendra.godbole@gmail.com>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada <andrew@chg.ru>
  *  Andrey <gugu@zoo.rambler.ru>
  *  Andrey Zakhvatov
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 17 Apr 2022
[ 23:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:94b7309f8fb120bcc063db7a4e6b6046f8568635  commit hash:94b7309f8fb120bcc063db7a4e6b6046f8568635  commit hash:94b7309f8fb120bcc063db7a4e6b6046f8568635  94b7309 
math/p5-Bit-Vector: Strip shared library

- Bump PORTREVISION for package change
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.
Sat, 6 Oct 2018
[ 13:06 des search for other commits by this committer ] Original commit   Revision:481365 (Only the first 10 of 2492 ports in this commit are shown above. View all ports for this commit)
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
Mon, 10 Sep 2018
[ 11:17 des search for other commits by this committer ] Original commit   Revision:479390 (Only the first 10 of 213 ports in this commit are shown above. View all ports for this commit)
Reassign all of tobez@'s p5 ports to perl@.

Approved by:	tobez
Fri, 15 Sep 2017
[ 08:58 mat search for other commits by this committer ] Original commit   Revision:449893 (Only the first 10 of 2495 ports in this commit are shown above. View all ports for this commit)
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 28 Mar 2015
[ 14:42 sunpoet search for other commits by this committer ] Original commit   Revision:382491
- Add LICENSE
- Fix version requirement of *_DEPENDS

PR:		198413
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 20 days)
Mon, 9 Mar 2015
[ 16:21 adamw search for other commits by this committer ] Original commit   Revision:380864
Update to 7.4.

Changes: https://metacpan.org/source/STBEY/Bit-Vector-7.4/CHANGES.txt

Approved by:	maintainer (implicit)
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 30 Jan 2014
[ 09:42 az search for other commits by this committer ] Original commit   Revision:341825 (Only the first 10 of 109 ports in this commit are shown above. View all ports for this commit)
- add stage support

Approved by:	portmgr (blanket infrastructure)
Fri, 20 Sep 2013
[ 20:55 bapt search for other commits by this committer ] Original commit   Revision:327746 (Only the first 10 of 665 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:
math)
Mon, 5 Aug 2013
[ 15:05 az search for other commits by this committer ] Original commit   Revision:324276 (Only the first 10 of 214 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Trim Makefile header

Approved by:	tobez@ (maintainer)
Mon, 3 Jun 2013
[ 14:15 tobez search for other commits by this committer ] Original commit   Revision:319784
Update to 7.3.

Changes:	http://cpansearch.perl.org/src/STBEY/Bit-Vector-7.3/CHANGES.txt
Tue, 22 Jan 2013
[ 09:45 tobez search for other commits by this committer ] Original commit   Revision:310821
Try again for real:

  The distfile was re-rolled with no functional changes;
  bump PORTREVISION.
[ 09:40 tobez search for other commits by this committer ] Original commit   Revision:310820
The distfile was re-rolled with no functional changes;
bump PORTREVISION.
Sun, 10 Jun 2012
[ 18:42 swills search for other commits by this committer ] Original commit  (Only the first 10 of 639 ports in this commit are shown above. View all ports for this commit)
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:             ports/168208
Approved by:    portmgr (miwi)
Sun, 3 Jun 2012
[ 05:56 az search for other commits by this committer ] Original commit  (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
- Remove SITE_PERL from *_DEPENDS

Approved by: maintainer (tobez@ via IM)
Thu, 24 May 2012
[ 09:25 tobez search for other commits by this committer ] Original commit 
Update to 7.2.

PR:             167968
Submitted by:   Muhammad Moinur Rahman <5u623l20@gmail.com>
Changes: http://cpansearch.perl.org/src/STBEY/Bit-Vector-7.2/CHANGES.txt
Wed, 30 Sep 2009
[ 07:10 tobez search for other commits by this committer ] Original commit 
Update to 7.1.

Changes: http://cpansearch.perl.org/src/STBEY/Bit-Vector-7.1/CHANGES.txt
Feature safe:   yes
Sat, 29 Aug 2009
[ 22:04 miwi search for other commits by this committer ] Original commit 
- Update to 7.0

PR:             138240
Submitted by:   hideo <hideo@lastamericanempire.com>
Thu, 13 Aug 2009
[ 12:34 tobez search for other commits by this committer ] Original commit 
Update to 6.9.

Changes: http://cpansearch.perl.org/src/STBEY/Bit-Vector-6.9/CHANGES.txt
Tue, 11 Aug 2009
[ 09:32 tobez search for other commits by this committer ] Original commit 
Update to 6.8.

Changes: http://cpansearch.perl.org/src/STBEY/Bit-Vector-6.8/CHANGES.txt
Mon, 10 Aug 2009
[ 10:42 tobez search for other commits by this committer ] Original commit 
Update to 6.7.

Changes:
http://cpansearch.perl.org/src/STBEY/Bit-Vector-6.7/CHANGES.txt
Tue, 28 Jul 2009
[ 10:15 tobez search for other commits by this committer ] Original commit 
Update to 6.6.

Changes:
http://cpansearch.perl.org/src/STBEY/Bit-Vector-6.6/CHANGES.txt
Thu, 17 Apr 2008
[ 14:30 araujo search for other commits by this committer ] Original commit  (Only the first 10 of 2168 ports in this commit are shown above. View all ports for this commit)
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
Thu, 5 Jan 2006
[ 06:16 tobez search for other commits by this committer ] Original commit 
Add missing dependency.

Submitted by:   leeym
PR:             91329
Mon, 10 Jan 2005
[ 13:46 sem search for other commits by this committer ] Original commit 
- Update to 6.4

PR:             ports/76016
Submitted by:   self
Approved by:    tobez (maintainer)
Fri, 24 Oct 2003
[ 12:05 ijliao search for other commits by this committer ] Original commit  (Only the first 10 of 1501 ports in this commit are shown above. View all ports for this commit)
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Fri, 7 Mar 2003
[ 06:06 ade search for other commits by this committer ] Original commit  (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Mon, 28 Oct 2002
[ 13:27 tobez search for other commits by this committer ] Original commit 
Update to 6.3, add WWW.
Tue, 17 Sep 2002
[ 22:11 tobez search for other commits by this committer ] Original commit 
Update to 6.2.
Tue, 9 Oct 2001
[ 19:33 tobez search for other commits by this committer ] Original commit 
Update to 6.1;  assume maintainership.    
Thu, 1 Mar 2001
[ 06:39 vanilla search for other commits by this committer ] Original commit  (Only the first 10 of 329 ports in this commit are shown above. View all ports for this commit)
Remove do-configure section, use PERL_CONFIGURE now.    
Wed, 3 Jan 2001
[ 23:23 will search for other commits by this committer ] Original commit 
Add p5-Bit-Vector 6.0, library of advanced math functions that includes a   Perl
OO module.    

Number of commits found: 36