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: archivers/p5-Archive-Extract/Makefile
SVNWeb

Number of commits found: 58

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:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  1ced9d2  (Only the first 10 of 199 ports in this commit are shown above. View all ports for this commit)
archivers: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Albert Vernon <f3cun3c02@sneakemail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Kuehn <freebsd@nagilum.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Anders Nordby <anders@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 26 May 2021
[ 19:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:3dbd0faf398585eeb1c455c55a823a753c94fc4a  commit hash:3dbd0faf398585eeb1c455c55a823a753c94fc4a  commit hash:3dbd0faf398585eeb1c455c55a823a753c94fc4a  3dbd0fa 
archivers/p5-Archive-Extract: Update to 0.88

Changes:	https://metacpan.org/changes/distribution/Archive-Extract
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.
Mon, 13 Jan 2020
[ 17:43 sunpoet search for other commits by this committer ] Original commit   Revision:522914
Update to 0.86

Changes:	https://metacpan.org/changes/distribution/Archive-Extract
Sun, 12 May 2019
[ 16:36 sunpoet search for other commits by this committer ] Original commit   Revision:501407
Remove outdated PERL_LEVEL check
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
Sat, 8 Apr 2017
[ 10:33 sunpoet search for other commits by this committer ] Original commit   Revision:438001
Fix *_DEPENDS

- Bump PORTREVISION for dependency change
Thu, 19 Jan 2017
[ 12:55 ehaupt search for other commits by this committer ] Original commit   Revision:431866
Update to 0.80
Sat, 30 Jul 2016
[ 04:35 wen search for other commits by this committer ] Original commit   Revision:419299
- Update to 0.78
Changes: http://search.cpan.org/src/BINGOS/Archive-Extract-0.78/CHANGES
Mon, 6 Jul 2015
[ 17:46 sunpoet search for other commits by this committer ] Original commit   Revision:391453
- Add NO_ARCH
[ 14:18 jadawin search for other commits by this committer ] Original commit   Revision:391413
- Update to 0.76
Wed, 3 Dec 2014
[ 15:28 jadawin search for other commits by this committer ] Original commit   Revision:373832
- Update to 0.74
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, 6 Mar 2014
[ 18:51 sunpoet search for other commits by this committer ] Original commit   Revision:347305 (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
- Remove outdated PERL_LEVEL check

With hat:	perl
Tue, 4 Feb 2014
[ 16:15 sunpoet search for other commits by this committer ] Original commit   Revision:342563
- Update to 0.72

Changes:	http://search.cpan.org/dist/Archive-Extract/CHANGES
Sat, 9 Nov 2013
[ 23:13 sunpoet search for other commits by this committer ] Original commit   Revision:333360
- Update to 0.70

Changes:	http://search.cpan.org/dist/Archive-Extract/CHANGES
Sat, 28 Sep 2013
[ 17:12 sunpoet search for other commits by this committer ] Original commit   Revision:328598
- Support STAGEDIR
Fri, 20 Sep 2013
[ 13:11 bapt search for other commits by this committer ] Original commit   Revision:327699 (Only the first 10 of 221 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:
archivers)
Fri, 2 Aug 2013
[ 18:52 mat search for other commits by this committer ] Original commit   Revision:324174 (Only the first 10 of 1871 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Sat, 16 Feb 2013
[ 15:42 tobez search for other commits by this committer ] Original commit   Revision:312365
Update to 0.68.

Changes:	http://search.cpan.org/dist/Archive-Extract/CHANGES
Thu, 14 Feb 2013
[ 07:34 culot search for other commits by this committer ] Original commit   Revision:312198
- Update to 0.66

Changes:	http://search.cpan.org/dist/Archive-Extract/CHANGES
PR:		ports/176010
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
Sun, 27 Jan 2013
[ 16:22 leeym search for other commits by this committer ] Original commit   Revision:311071
- update to 0.64
Thu, 10 Jan 2013
[ 15:09 culot search for other commits by this committer ] Original commit   Revision:310184
- Update to 0.62
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Archive-Extract/CHANGES
Tue, 18 Dec 2012
[ 07:57 danfe search for other commits by this committer ] Original commit   Revision:309150 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
For a number of ports in archives category, trim the header and drop leading
indefinite article from COMMENT line; also fix few noticed styles bugs while
I am here.
Mon, 17 Dec 2012
[ 15:39 az search for other commits by this committer ] Original commit   Revision:309105 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Tue, 13 Mar 2012
[ 16:15 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 391 ports in this commit are shown above. View all ports for this commit)
- Revert ports/165605 as requested by portmgr@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
Thu, 8 Mar 2012
[ 18:45 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 403 ports in this commit are shown above. View all ports for this commit)
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
Tue, 21 Feb 2012
[ 04:45 sunpoet search for other commits by this committer ] Original commit 
- Update to 0.60

Changes:        http://search.cpan.org/dist/Archive-Extract/CHANGES
Sun, 23 Oct 2011
[ 06:52 sunpoet search for other commits by this committer ] Original commit 
- Update to 0.58

Changes:        http://search.cpan.org/dist/Archive-Extract/CHANGES
Sat, 27 Aug 2011
[ 11:33 sunpoet search for other commits by this committer ] Original commit 
- Update to 0.56

Changes:        http://search.cpan.org/dist/Archive-Extract/CHANGES
Sat, 30 Apr 2011
[ 05:25 bapt search for other commits by this committer ] Original commit 
- update to 0.52
- changes: http://cpansearch.perl.org/src/BINGOS/Archive-Extract-0.52/CHANGES
Wed, 13 Apr 2011
[ 13:48 jadawin search for other commits by this committer ] Original commit 
- devel/p5-IPC-Cmd has to be >= 0.64

Notify by:      bapt@ (irc)
[ 13:18 jadawin search for other commits by this committer ] Original commit 
- Update to 0.50
- Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Extract-0.50/CHANGES
Wed, 12 Jan 2011
[ 08:55 tobez search for other commits by this committer ] Original commit 
Update to 0.48.

Changes:        http://search.cpan.org/dist/Archive-Extract/CHANGES
Feature safe:   yes
Fri, 29 Oct 2010
[ 10:51 jadawin search for other commits by this committer ] Original commit 
- Update to 0.46
- While I'm here, making portlint happy (using tab instead of space)
- Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Extract-0.46/CHANGES
Tue, 5 Oct 2010
[ 17:40 leeym search for other commits by this committer ] Original commit 
- update to 0.44
Tue, 29 Jun 2010
[ 01:55 wen search for other commits by this committer ] Original commit 
- Update to 0.42

Feature safe:   yes
Wed, 2 Jun 2010
[ 19:16 leeym search for other commits by this committer ] Original commit 
- update to 0.40
Thu, 7 Jan 2010
[ 07:14 wen search for other commits by this committer ] Original commit 
- Update to 0.38
Wed, 25 Nov 2009
[ 08:40 jadawin search for other commits by this committer ] Original commit 
- Update to 0.36
- Changes: <http://cpansearch.perl.org/src/BINGOS/Archive-Extract-0.36/CHANGES>
- While I'm here, making portlint happy
Fri, 3 Jul 2009
[ 20:53 pgollucci search for other commits by this committer ] Original commit 
- Update to 1.34
- Pass to perl@
Mon, 15 Jun 2009
[ 22:03 pgollucci search for other commits by this committer ] Original commit 
- Update to 0.32

Chage: http://search.cpan.org/src/KANE/Archive-Extract-0.32/CHANGES
Sat, 16 May 2009
[ 06:27 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
- Mark most of my ports MAKE_JOBS_SAFE=yes

Tested by: several builds in P6 TB
Wed, 24 Dec 2008
[ 08:22 pgollucci search for other commits by this committer ] Original commit 
Update to 0.30
Changes http://search.cpan.org/src/KANE/Archive-Extract-0.30/CHANGES

Approved by: gabor (mentor)
Thu, 13 Nov 2008
[ 20:06 leeym search for other commits by this committer ] Original commit 
- Update to 0.28

PR:             128214
Submitted by:   leeym
Approved by:    maintainer timeout
Wed, 23 Jul 2008
[ 02:43 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
Update my ports to my freebsd address

Approved by:    araujo (mentor)
Tue, 29 Apr 2008
[ 20:48 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Assign to new volunteer, by request.
[ 05:27 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
Reset aaron's port maintainerships due to many maintainer-timeouts.
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)
Sat, 23 Feb 2008
[ 14:12 erwin search for other commits by this committer ] Original commit 
Update to 0.26

PR:             120422
Submitted by:   Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:    maintainer timeout
Tue, 23 Oct 2007
[ 05:59 leeym search for other commits by this committer ] Original commit 
- Update to 0.24

PR:             116990
Submitted by:   leeym
Approved by:    maintainer timeout
Fri, 15 Jun 2007
[ 18:46 aaron search for other commits by this committer ] Original commit 
v0.18 -> v0.22

PR:             113635
Submitted by:   Yen-Ming@utopia.leeym.com
[ 16:30 aaron search for other commits by this committer ] Original commit 
v0.16 -> v0.18

PR:             111607
Submitted by:   araujo@bsdmail.org
Sun, 11 Feb 2007
[ 09:37 erwin search for other commits by this committer ] Original commit 
Update to 0.16

PR:             108906
Submitted by:   "Marcelo Araujo" <araujo@bsdmail.org>
Approved by:    maintainer timeout
Fri, 8 Dec 2006
[ 02:45 shaun search for other commits by this committer ] Original commit 
Upgrade to 0.14.

PR:             ports/106294
Submitted by:   chinsan
Approved by:    aaron (EBUSY blanket)
Thu, 21 Sep 2006
[ 17:02 leeym search for other commits by this committer ] Original commit 
- Update to 0.12

PR:             102970
Submitted by:   leeym
Approved by:    maintainer timeout
Wed, 31 May 2006
[ 17:53 aaron search for other commits by this committer ] Original commit 
Adding port archivers/p5-Archive-Extract, A generic archive extracting
mechanism.

Approved by:    tobez (implicit)

Number of commits found: 58