Port details |
- p5-SVN-Look Caching wrapper around the svnlook command
- 0.43_1 devel =2 0.43_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2009-01-27 14:48:30
- Last Update: 2024-02-28 15:53:37
- Commit Hash: e83f0a9
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/SVN-Look
- Description:
- SVN-Look is a caching wrapper aroung the svnlook command.
The svnlook command is the workhorse of Subversion hook scripts,
being used to gather all sorts of information about a repository,
its revisions, and its transactions.
This script provides a simple object oriented interface to a specific
svnlook invocation, to make it easier to hook writers to get and
use the information they need. Moreover, all the information
gathered buy calling the svnlook command is cached in the object,
avoiding repetitious calls.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-SVN-Look>0:devel/p5-SVN-Look
- To install the port:
- cd /usr/ports/devel/p5-SVN-Look/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-SVN-Look
- pkg install p5-SVN-Look
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-SVN-Look
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1653926140
SHA256 (SVN-Look-0.43.tar.gz) = 810c429fb4647d7c5855eb07c1c7ed25fd1d5ffd2e4c24c589e1b4a480dfc95f
SIZE (SVN-Look-0.43.tar.gz) = 17681
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-List-MoreUtils>=0 : lang/p5-List-MoreUtils
- p5-XML-Simple>=0 : textproc/p5-XML-Simple
- subversion>0 : devel/subversion
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-List-MoreUtils>=0 : lang/p5-List-MoreUtils
- p5-XML-Simple>=0 : textproc/p5-XML-Simple
- subversion>0 : devel/subversion
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- devel/p5-SVN-Hooks
- for Run
-
- devel/p5-SVN-Hooks
Configuration Options:
- No options to configure
- Options name:
- devel_p5-SVN-Look
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.43_1 28 Feb 2024 15:53:37 |
Michael Osipov (michaelo) |
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER
When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.
Approved by: jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D43864 |
0.43 27 Oct 2023 13:45:06 |
Michael Osipov (michaelo) |
cleanup: set generic version for devel/subversion
PR: 253566
Approved by: jrm (mentor), maintainer timeout
Differential Revision: https://reviews.freebsd.org/D42349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.43 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.43 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.43 03 Jun 2022 09:00:57 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-SVN-Look: Update to 0.43
Changes: https://metacpan.org/dist/SVN-Look/changes |
0.42 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.42 13 Oct 2020 18:43:32 |
sunpoet |
Update to 0.42
- Add LICENSE_FILE
- Add NO_ARCH
Changes: https://metacpan.org/changes/distribution/SVN-Look |
0.41_1 06 Oct 2018 13:06:45 |
des |
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) |
0.41_1 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.41_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.41_1 24 Feb 2017 02:13:48 |
cpm |
- Reassign maintainer to perl@
Reported by: adamw |
0.41_1 24 Feb 2017 01:52:11 |
cpm |
Drop maintainership and return them back to the pool. |
0.41_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.41_1 26 Nov 2014 13:08:38 |
mat |
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 ) |
0.41 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.41 23 Aug 2014 15:58:13 |
sunpoet |
- Update MAINTAINER
PR: ports/192902
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer) |
0.41 17 Jun 2014 22:19:39 |
rakuco |
- Update to 0.41.
- Pass maintainership to submitter.
PR: 191133
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> |
0.39 31 Dec 2013 13:04:53 |
sunpoet |
- Update to 0.39
- Add LICENSE
- Support STAGEDIR
- Use single space after WWW:
- Pass maintainership to submitter
- While I'm here
- Fix and sort *_DEPENDS
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/SVN-Look/Changes
PR: ports/185199
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
0.38 16 Dec 2013 18:24:49 |
glarkin |
[Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.
Submitted by: glarkin |
0.38 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.38 07 Sep 2013 16:51:09 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
0.38 04 Oct 2012 22:16:23 |
glarkin |
- Updated to 0.38
ChangeLog: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Look-0.38/Changes |
0.35 25 Jul 2012 11:24:11 |
cs |
Fix typos in COMMENT |
0.35 03 May 2012 13:46:52 |
glarkin |
- Updated to 0.35
ChangeLog: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Look-0.35/Changes
Reported by: portscout |
0.30 20 Jan 2012 15:33:24 |
glarkin |
- Updated to 0.30
ChangeLog: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Look-0.30/Changes
- Updated dependencies to reflect new upstream requirements |
0.25 26 Aug 2011 20:17:52 |
glarkin |
- Updated to 0.25
ChangeLog: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Look-0.25/Changes
- Added required dependency on p5-URI
Reported by: http://portscout.cc/glarkin@freebsd.org.html |
0.20 17 Dec 2010 17:48:51 |
glarkin |
- Updated to 0.20
http://cpansearch.perl.org/src/GNUSTAVO/SVN-Look-0.20/Changes |
0.18_2 18 May 2010 04:08:06 |
pgollucci |
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
0.18_1 05 May 2010 21:52:39 |
pgollucci |
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
0.18 30 Apr 2010 23:21:06 |
glarkin |
- Update to 0.18 |
0.17 03 Mar 2010 15:27:34 |
glarkin |
- Updated to 0.17
Feature safe: yes |
0.16 17 Feb 2010 22:10:33 |
glarkin |
- Updated to 0.16
Reported by: portscout
Feature safe: yes |
0.15_1 28 Jan 2010 22:37:43 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 14).
Approved by: portmgr (itetcu) |
0.15 15 Dec 2009 14:22:29 |
glarkin |
- Updated to 0.15
PR: ports/141543
Submitted by: pgollucci |
0.14.12 12 Apr 2009 02:39:36 |
glarkin |
- Updated to 0.14.12
PR: ports/133188
Submitted by: olli hauer <ohauer at gmx dot de> |
0.13.463_1 27 Jan 2009 20:00:34 |
glarkin |
- Added dependency for svnlook executable
Reported by: QAT |
0.13.463 27 Jan 2009 14:48:02 |
glarkin |
SVN-Look is a caching wrapper aroung the svnlook command.
The svnlook command is the workhorse of Subversion hook scripts,
being used to gather all sorts of information about a repository,
its revisions, and its transactions.
This script provides a simple object oriented interface to a specific
svnlook invocation, to make it easier to hook writers to get and
use the information they need. Moreover, all the information
gathered buy calling the svnlook command is cached in the object,
avoiding repetitious calls.
WWW: http://search.cpan.org/dist/SVN-Look/ |