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: shells/p5-Shell-Perl/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:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:c3cc2da090370ea7d1a9ee06fd5a8fdc5ffc4dd8  commit hash:c3cc2da090370ea7d1a9ee06fd5a8fdc5ffc4dd8  commit hash:c3cc2da090370ea7d1a9ee06fd5a8fdc5ffc4dd8  c3cc2da  (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
shells: remove 'Created by' lines

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

  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Carlos Jacobo Puga Medina <cpm@FreeBSD.org>
  *  Cyrille.Lefevre@laposte.net
  *  Danijel Tasov <danielt@pilgerer.org>
  *  David O'Brien <obrien@NUXI.com>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Hajimu UMEMOTO <ume@FreeBSD.org>
  *  Igor Pokrovsky <ip@unixway.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Kai Wang <kaiw27@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 18 Jul 2021
[ 17:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:6ac7818d86f1df2ce74c52a467d316f1591af417  commit hash:6ac7818d86f1df2ce74c52a467d316f1591af417  commit hash:6ac7818d86f1df2ce74c52a467d316f1591af417  6ac7818 
shells/p5-Shell-Perl: Fix PORTVERSION (going backward from 0.0022 to 0.004)

- Fix RUN_DEPENDS
- Add BUILD_DEPENDS
- Add TEST_DEPENDS
- Bump PORTREVISION for dependency change
- Take maintainership
[ 06:34 Guangyuan Yang (ygy) search for other commits by this committer Author: Gian-Simon Purkert ]    commit hash:7f85f34b214fb37e73412e66468a23f38bbf4590  commit hash:7f85f34b214fb37e73412e66468a23f38bbf4590  commit hash:7f85f34b214fb37e73412e66468a23f38bbf4590  7f85f34 
shells/p5-Shell-Perl: Update to 0.004

PR:		255257
Approved by:	lwhsu (mentor, implicit)
Sat, 3 Jul 2021
[ 10:30 Nuno Teixeira (eduardo) search for other commits by this committer ]    commit hash:707989ed0f7c83660cfb8213641054207a3de529  commit hash:707989ed0f7c83660cfb8213641054207a3de529  commit hash:707989ed0f7c83660cfb8213641054207a3de529  707989ed 
*/*: Maintainer reset for smatsui@karashi.org

Many consecutive timeouts.  We thank smatsui for all his efforts and
hope to see him back in the future.

PR:		255256
PR:		255257
PR:		255258 [1]
Approved by:	maintainer timeout (smatsui@karashi.org, > 2 months), dbaio
(mentor)
Approved by:	portmgr (adamw) [1]
Differential Revision:	https://reviews.freebsd.org/D30769 [1]
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.
Wed, 10 Oct 2018
[ 10:24 sunpoet search for other commits by this committer ] Original commit   Revision:481722
Add LICENSE

- While I'm here:
  - Add NO_ARCH
  - Sort PLIST

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
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, 17 Jul 2014
[ 08:57 olgeni search for other commits by this committer ] Original commit   Revision:362126 (Only the first 10 of 206 ports in this commit are shown above. View all ports for this commit)
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
Thu, 6 Feb 2014
[ 14:13 ehaupt search for other commits by this committer ] Original commit   Revision:343088
Support staging.
Fri, 20 Sep 2013
[ 22:57 bapt search for other commits by this committer ] Original commit   Revision:327770 (Only the first 10 of 42 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:
shells)
Thu, 12 Sep 2013
[ 06:27 az search for other commits by this committer ] Original commit   Revision:327035 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
Sat, 1 Sep 2012
[ 20:05 swills search for other commits by this committer ] Original commit   Revision:303518
- Update to 0.0022

PR:		ports/171084
Approved by:	Matsui Shinsuke <smatsui@karashi.org> (maintainer)
Sat, 30 Jun 2012
[ 14:53 az search for other commits by this committer ] Original commit  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Mon, 7 Dec 2009
[ 08:10 wen search for other commits by this committer ] Original commit 
- Add two missing dependencies

PR:             ports/141229
Submitted by:   Rick Elrod <codeblock@eighthbit.net>
Approved by:    maintainer
Thu, 23 Jul 2009
[ 17:27 pgollucci search for other commits by this committer ] Original commit 
- Update to 0.0018

PR:             ports/136559
Approved by:    maintainer timeout (smatsui@karashi.org; 14 days)
Submitted by:   myself (pgollucci@)
Fri, 7 Mar 2008
[ 17:16 miwi search for other commits by this committer ] Original commit 
Shell::Perl is the implementation of a simple command-line interpreter
for Perl.

WWW: http://search.cpan.org/dist/Shell-Perl/

PR:             ports/121142
Submitted by:   Shinsuke Matsui <smatsui at karashi.org>

Number of commits found: 18