Port details |
- p5-SVN-S4 Wrapper for subversion program
- 1.062_1 devel =3 1.062_1Version of this port present on the latest quarterly branch.
- Maintainer: gary@hayers.org
- Port Added: 2008-01-15 21:20:38
- Last Update: 2024-02-28 15:53:37
- Commit Hash: e83f0a9
- People watching this port, also watch:: statsvn, p5-Parallel-Iterator, monit, nagios-check_hdd_health, ap24-mod_mono
- Also Listed In: perl5
- License: ART20 LGPL3
- WWW:
- https://metacpan.org/release/SVN-S4
- Description:
- S4 provides a wrapper to subversion that extends several of the commands
(for example, "fixprop", "scrub", "snapshot"). It understands all svn
commands; you may simply use "s4" wherever you would normally type
"svn".
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-SVN-S4>0:devel/p5-SVN-S4
- To install the port:
- cd /usr/ports/devel/p5-SVN-S4/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-SVN-S4
- pkg install p5-SVN-S4
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-SVN-S4
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1481644256
SHA256 (SVN-S4-1.062.tar.gz) = a30a1f53c8e1a9d865c6ac79a71ee20ad3ffaf880e2506062fb51b112b824bd3
SIZE (SVN-S4-1.062.tar.gz) = 76374
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-Config-Tiny>=0 : devel/p5-Config-Tiny
- p5-DBD-SQLite>=0 : databases/p5-DBD-SQLite
- p5-IO-AIO>=0 : devel/p5-IO-AIO
- p5-subversion>=0 : devel/p5-subversion
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-Config-Tiny>=0 : devel/p5-Config-Tiny
- p5-DBD-SQLite>=0 : databases/p5-DBD-SQLite
- p5-IO-AIO>=0 : devel/p5-IO-AIO
- p5-subversion>=0 : devel/p5-subversion
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_p5-SVN-S4
- 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 |
1.062_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 |
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) |
1.062 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 ) |
1.062 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 ) |
1.062 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.062 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) |
1.062 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 |
1.062 13 Dec 2016 17:23:35 |
sunpoet |
- Update to 1.062
- While I'm here:
- Add BUILD_DEPENDS
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/SVN-S4/Changes
PR: 214436
Submitted by: Gary J. Hayers <gary@hayers.org> (maintainer) |
1.056 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.056 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
1.056 26 Jan 2015 20:20:01 |
amdmi3 |
- Update to 1.056
PR: 196727
Submitted by: gary@hayers.org (maintainer) |
1.055_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 ) |
1.055 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.055 08 Apr 2014 06:14:35 |
bapt |
Support stage |
1.055 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.055 10 Sep 2013 03:32:31 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
1.055 12 Mar 2013 17:43:25 |
culot |
- Update to 1.055 [1]
- Pass maintainership to submitter [1]
- Trim Makefile's header
Changes: http://search.cpan.org/dist/SVN-S4/Changes
PR: ports/176848 [1]
Submitted by: Gary J. Hayers <gary@hayers.org> |
1.054 07 Apr 2012 23:41:33 |
swills |
- Remove test target which will be centralized
Feature safe: yes |
1.054 07 Apr 2012 23:29:55 |
swills |
- Update to 1.054
Feature safe: yes |
1.053 13 Mar 2012 16:15:36 |
pgollucci |
- 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) |
1.053 08 Mar 2012 18:45:38 |
pgollucci |
- 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 |
1.053 14 Jun 2011 19:35:08 |
sunpoet |
- Update to 1.053
Changes: http://search.cpan.org/dist/SVN-S4/Changes |
1.050 24 Nov 2010 06:19:46 |
pgollucci |
- Also remove them from pkg-plist lists not from me that crept in |
1.050 16 Nov 2010 10:08:49 |
jadawin |
- Update to 1.050
PR: ports/152264
Submitted by: Sofian Brabez <sbrabez AT gmail.com> |
1.034 09 Aug 2010 05:07:25 |
miwi |
- Update to 1.034
- Add LICENSE
PR: 149413
Submitted by: Frederic Culot <frederic@culot.org> |
1.033_2 18 May 2010 04:08:06 |
pgollucci |
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
1.033_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@ |
1.033 19 Mar 2010 23:39:52 |
sylvio |
- Update to 1.033
Approved by: miwi (mentor) |
1.032_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) |
1.032 10 Jan 2010 03:54:09 |
linimon |
With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months. |
1.032 05 Jun 2009 22:50:02 |
pgollucci |
- Update to 1.032
PR: ports/134823
Approved by: maintainer timeout (skv; 15 days)
Submitted by: me |
1.031 06 Nov 2008 16:49:27 |
skv |
Update to 1.031
Changes: http://search.cpan.org/src/WSNYDER/SVN-S4-1.031/Changes |
1.030_2 07 Jul 2008 12:37:21 |
miwi |
- Bump PORTREVISION after apr update
PR: 125270 125271 125272 125278 125281 125282
125284 125285 125287 125288 125289 125290
125291 125292 125293 125295 125296 125297
125300
Submitted by: rodrigc |
1.030_1 30 Jun 2008 12:36:56 |
lev |
Bump PORTREVISION due to subversion upgrade. |
1.030 30 Jun 2008 10:00:07 |
lev |
(1) Upgrade subversion to version 1.5.0.
(2) Make binding ports to be real ports, which installs only bindings and
depend on subversion.
(3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme.
(4) Re-base subversion-freebsd to `devel/subversion'.
(5) Fix all ports, which depends on subversion bindings. |
1.030 11 Jun 2008 13:12:21 |
skv |
Update to 1.030
Changes: http://search.cpan.org/src/WSNYDER/SVN-S4-1.030/Changes |
1.022_2 06 Jun 2008 13:21:59 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.022_1 23 May 2008 21:18:39 |
olgeni |
Hunt for typos in devel/p5-*. |
1.022_1 17 Apr 2008 14:30:31 |
araujo |
- 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) |
1.022_1 18 Jan 2008 13:20:17 |
skv |
Add missing manpage.
Pointed by: pav |
1.022 15 Jan 2008 21:20:24 |
skv |
Add p5-SVN-S4 1.022, wrapper for subversion program. |