Port details |
- pear-VersionControl_SVN Wrapper interface for the Subversion command-line client
- 0.5.2 devel =2 0.5.2Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2007-12-12 13:32:02
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: pear
- License: BSD2CLAUSE
- WWW:
- https://pear.php.net/package/VersionControl_SVN
- Description:
- VersionControl_SVN is a simple OO-style interface for Subversion,
the free/open-source version control system.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- php81-pear-VersionControl_SVN>0:devel/pear-VersionControl_SVN
- To install the port:
- cd /usr/ports/devel/pear-VersionControl_SVN/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pear-VersionControl_SVN
- pkg install php81-pear-VersionControl_SVN
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-pear-VersionControl_SVN
- Package flavors (<flavor>: <package>)
- php81: php81-pear-VersionControl_SVN
- php74: php74-pear-VersionControl_SVN
- php80: php80-pear-VersionControl_SVN
- php82: php82-pear-VersionControl_SVN
- distinfo:
- TIMESTAMP = 1497163199
SHA256 (PEAR/VersionControl_SVN-0.5.2.tgz) = f78698df1be27a754d9959e38f9f4c11ab491ac32130bcec31cc7d0843550f09
SIZE (PEAR/VersionControl_SVN-0.5.2.tgz) = 31813
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:
-
- php81-pear-XML_Parser>=1.3.4 : devel/pear-XML_Parser@php81
- pear : devel/pear@php81
- Runtime dependencies:
-
- php81-pear-XML_Parser>=1.3.4 : devel/pear-XML_Parser@php81
- php.h : lang/php81
- pear : devel/pear@php81
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_pear-VersionControl_SVN
- USES:
- pear
- 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 |
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.5.2 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.5.2 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.5.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.2 08 Mar 2018 19:48:41 |
mat |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
0.5.2 11 Jun 2017 07:37:48 |
sunpoet |
Update distinfo and unbreak this port
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> VersionControl_SVN-0.5.2.tgz doesn't seem to exist in
/usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/VersionControl_SVN-0.5.2.tgz
fetch: http://pear.php.net/get/VersionControl_SVN-0.5.2.tgz: size mismatch:
expected 31356, actual 31813
Reference: https://people.FreeBSD.org/~sunpoet/checksum/VersionControl_SVN-0.5.2.tgz
[1]
Approved by: portmgr (blanket) |
0.5.2 13 Dec 2016 15:05:07 |
sunpoet |
- Update WWW: pear.php.net uses https://
Approved by: portmgr (blanket) |
0.5.2 28 Jun 2016 14:00:45 |
mat |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
0.5.2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.5.2 25 Jan 2015 09:15:47 |
bofh |
devel/pear-VersionControl_SVN: Update version 0.5.1=>0.5.2
Differential Revision: https://reviews.freebsd.org/D1625
Approved by: marino(mentor) |
0.5.1 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
0.5.1 23 Sep 2014 15:15:05 |
bapt |
Convert to USES=pear |
0.5.1 06 Apr 2014 05:49:25 |
sunpoet |
- Update to 0.5.1
- Add LICENSE
- Pass maintainership to submitter
Changes: http://pear.php.net/package/VersionControl_SVN/download/
PR: ports/188243
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
0.5.0 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.5.0 08 Nov 2013 21:41:54 |
antoine |
Stage support for pear classes and channels in the devel category
Reviewed by: bapt, ports@
Tested with: poudriere + diff on the content of generated packages |
0.5.0 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.5.0 13 May 2013 09:49:42 |
miwi |
- Convert to PEAR_AUTOINSTALL
- Trim header |
0.5.0 24 Jan 2013 21:41:03 |
glarkin |
- Updated to 0.5.0
ChangeLog: http://pear.php.net/package/VersionControl_SVN/download/
- Trimmed Makefile header
Reported by: portscout |
0.4.0 20 Jan 2012 16:06:26 |
glarkin |
- Updated to 0.4.0
ChangeLog: http://pear.php.net/package/VersionControl_SVN/download/0.4.0
- Restricted the dependency versions according to upstream requirements |
0.3.4 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.3.4 13 Oct 2010 01:24:42 |
glarkin |
- Updated to 0.3.4
ChangeLog:
* Fix Bug #16892: SVN.run() on windows doesn't execute properly [mrook]
* Fix Bug #17268: Windows "Fix" actually prevents execution [mrook]
* Fix Bug #17477: Windows directory not quoted in the $arg array of the
SVN->run() method [mrook]
* Implement Feature #16952: Enable --summarize switch for diff command
[mrook]
* Implement Feature #17310: Add support for --parents in Svn/Copy.php
[mrook]
* Implement Feature #17394: Add support for ignore-externals switch for
update and checkout command [mrook]
* Implement Feature #17415: escapeshellargs [mrook]
* Implement Feature #17530: Enable --force command for update [mrook] |
0.3.3 03 Sep 2009 21:29:49 |
glarkin |
- Updated to 0.3.3 |
0.3.2 10 Aug 2009 17:02:41 |
glarkin |
- Updated to 0.3.2 |
0.3.1 18 Jul 2008 21:05:20 |
glarkin |
Changed my MAINTAINER address to
glarkin@FreeBSD.org.
Approved by: beech (mentor) |
0.3.1 12 Dec 2007 13:31:48 |
miwi |
VersionControl_SVN is a simple OO-style interface for Subversion,
the free/open-source version control system.
WWW: http://pear.php.net/package/VersionControl_SVN
PR: ports/117693
Submitted by: Greg Larkin <glarkin at sourcehosting.net> |