Port details |
- cvsdiff2patch Turn cvs diff output into patch input
- 1.0.1 devel
=4 1.0.1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2003-06-06 17:00:19
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- People watching this port, also watch:: neon, subversion, openssl, nss, webmin
- License: not specified in port
- Description:
- This is a text filter for turning "cvs diff" output into something that
patch(1) understands. This is needed when your version of cvs(1) makes
diffs that confuse patch(1).
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cvsdiff2patch>0:devel/cvsdiff2patch
- To install the port:
- cd /usr/ports/devel/cvsdiff2patch/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cvsdiff2patch
- pkg install cvsdiff2patch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cvsdiff2patch
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (cvsdiff2patch-1.0.1.tar.bz2) = 8d2d9fe7bb1501231e1b1da78d58d3a159740eb7f7ab7bddbdbb616a7ec81c41
SIZE (cvsdiff2patch-1.0.1.tar.bz2) = 2422
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_cvsdiff2patch
- USES:
- tar:bzip2 uidfix
- 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.0.1 20 Jul 2022 14:21:35
![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/git.png) ![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/codeberg.svg) ![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.0.1 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
1.0.1 25 Nov 2019 23:25:52
![Revision:518434 Revision:518434](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
brooks ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
1.0.1 07 Sep 2014 11:23:22
![Revision:367517 Revision:367517](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Allow staging as a regular user and simplify |
1.0.1 29 Jul 2014 21:43:18
![Revision:363399 Revision:363399](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
adamw ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
1.0.1 25 Sep 2013 00:54:09
![Revision:328226 Revision:328226](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bdrewery ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
20 Sep 2013 17:03:27
![Revision:327722 Revision:327722](/images/subversion.png)
|
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
1.0.1 04 May 2013 21:49:36
![Revision:317363 Revision:317363](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix build on current |
1.0.1 02 Aug 2012 09:02:45
![files touched by this commit files touched by this commit](/images/logs.gif) |
cs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.) |
1.0.1 03 Jul 2011 14:59:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
ohauer ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
-remove MD5 |
1.0.1 21 Dec 2009 02:19:12
![files touched by this commit files touched by this commit](/images/logs.gif) |
dougb ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
1.0.1 01 Sep 2008 01:41:16
![files touched by this commit files touched by this commit](/images/logs.gif) |
linimon ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Reset alfred, who has not been active in ports for a while.
Hat: portmgr |
1.0.1 22 Jan 2006 08:30:12
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SHA256ify
Approved by: krion@ |
1.0.1 18 Mar 2004 02:52:47
![files touched by this commit files touched by this commit](/images/logs.gif) |
trevor ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add size data.
Approved by: maintainers |
1.0.1 06 Feb 2004 13:12:53
![files touched by this commit files touched by this commit](/images/logs.gif) |
trevor ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.0.1 09 Jun 2003 06:44:41
![files touched by this commit files touched by this commit](/images/logs.gif) |
alfred ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.0.1 |
1.0.0 06 Jun 2003 16:59:30
![files touched by this commit files touched by this commit](/images/logs.gif) |
alfred ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add cvsdiff2patch, a utility I wrote that'll fudge bad cvs(1) diff output
into something that patch(1) should swallow. |