Port details |
- vcp Copy files in curses interface
- 2.2_1 sysutils
=4 2.2_1Version of this port present on the latest quarterly branch. - Maintainer: fuz@FreeBSD.org
 - Port Added: 2003-02-11 23:57:27
- Last Update: 2024-01-10 15:29:49
- Commit Hash: e4610fc
- People watching this port, also watch:: cdrtools, phpMyAdmin-php81, vlc, wine, mplayer
- License: BSD3CLAUSE
- Description:
- vcp copies files and directories in a curses interface,
and behaves much like cp.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/sysutils/vcp/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/vcp
- pkg install vcp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vcp
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (vcp-2.2.tar.gz) = 2827f09e46e975bdd079f7ad826d29dd6eafa567dcb9059b7fb2a9a49f931b01
SIZE (vcp-2.2.tar.gz) = 20075
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for vcp-2.2_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- sysutils_vcp
- USES:
- ncurses
- 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 |
2.2_1 10 Jan 2024 15:29:49
    |
Baptiste Daroussin (bapt)  |
MAN?PREFIX: eleminate its usage and move man to share/man |
2.2_1 14 Feb 2023 20:23:41
    |
Robert Clausecker (fuz)  |
*/*: move my local distfiles to LOCAL/fuz
This ensures that the ports remain usable even if my website
goes down eventually.
Approved by: eduardo (mentor)
Differential Revision: https://reviews.freebsd.org/D38522 |
2.2_1 08 Feb 2023 23:24:25
    |
Robert Clausecker (fuz)  |
*/*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit. I did intentionally not
touch the entry in UPDATING.
Reviewed by: eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435 |
2.2_1 08 Nov 2022 16:40:20
    |
Fernando Apesteguía (fernape)  Author: Robert Clausecker |
sysutils/vcp: Unbreak and set maintainer
* fix build with -fno-common
* simplify Makefile
* remove outdated WWW
* fix plist and install Polish man page
* fix bug when char is unsigned
* mirror distfile on my own site for redundancy
* take maintainership over this unmaintained port
PR: 267595
Reported by: fuz@fuz.su (maintainer)
MFH: 2022Q4 (build fix) |
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) |
2.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 ) |
2.2 20 Jul 2022 14:23:05
    |
Tobias C. Berner (tcberner)  |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.2 02 May 2022 11:06:43
    |
Rene Ladan (rene)  |
grimreaper: return mich's ports to the pool after safekeeping his ports bit. |
2.2 29 Oct 2021 09:50:18
    |
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
2.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.2 18 Feb 2021 06:51:15
  |
linimon  |
Mark BROKEN in 13/14 (via latest llvm update). |
2.2 04 Feb 2016 17:22:15
  |
marino  |
sysutils/vcp: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
2.2 02 Mar 2015 23:47:18
  |
bapt  |
Remove Author from pkg-descr and white space fixes |
2.2 22 Nov 2014 09:13:36
  |
antoine  |
Cleanup plist |
2.2 25 Feb 2014 15:47:48
  |
ehaupt  |
Support staging |
2.2 20 Sep 2013 23:06:00
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
2.2 24 Oct 2011 09:11:38
 |
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
2.2 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
2.2 26 Apr 2006 11:28:57
 |
mich  |
- add CONFLICTS
- remove USE_REINPLACE
PR: ports/96352
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> |
2.2 15 Nov 2005 10:36:03
 |
mich  |
o fix MASTER_SITES
o add sha256 checksum |
2.2 16 Feb 2005 16:55:43
 |
mich  |
o Update to -> 2.2
Changelog: http://members.iinet.net.au/~lynx/vcp/Changelog |
2.1 24 Jun 2004 15:14:01
 |
mich  |
Update to > 2.1
- bugfix
- new screen design |
1.7.2 29 Apr 2004 12:31:08
 |
mich  |
Update to 1.7.2
- New border config option
- Bugfixes
Fix WWW
Add new MASTER_SITE |
1.7.1 13 Feb 2004 13:09:34
 |
mich  |
o Update to 1.7.1
o Add SIZE field to distinfo |
1.7.0 21 Nov 2003 15:47:52
 |
mich  |
* Update to 1.7.0
- Code improvement |
1.6.2 29 Sep 2003 08:30:00
 |
mich  |
Update to -> 1.6.2
- update man page
- bugfixes
- support for user-specific configuration file
Approved by: roberto (mentor) |
1.6.1 18 Aug 2003 15:37:26
 |
mich  |
Update t0 -> 1.6.1
Use DOCSDIR macro in pkg-plist
Approved by: roberto (mentor) |
1.5 08 Jul 2003 14:40:00
 |
mich  |
Update to 1.5
- Added sample configuration file.
Approved by: roberto (mentor) |
1.4 26 Jun 2003 13:38:38
 |
mich  |
Update to 1.4
Approved by: roberto (mentor) |
1.3 06 Jun 2003 23:27:51
 |
mich  |
Update to 1.3
Approved by: roberto (mentor) |
1.2 15 May 2003 11:51:21
 |
mich  |
- Update to latest release.
Approved by: roberto(mentor) |
1.1 09 May 2003 07:44:53
 |
mich  |
Upgrade to 1.1
Approved by: roberto(mentor) |
1.0 08 May 2003 14:03:33
 |
mich  |
Update sysutils/vcp: 0.9 -> 1.0
This release has color, fixes for usage()
PR: 51420
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Approved by: roberto (mentor) |
0.9 07 May 2003 11:37:57
 |
mich  |
Change maintainer email to my @FreeBSD.org address
Approved by: roberto(mentor) |
0.9 30 Mar 2003 21:28:29
 |
adamw  |
Update to 0.9.
PR: 50387
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org> (maintainer) |
0.8 24 Feb 2003 16:43:39
 |
leeym  |
update to vcp-0.8
PR: 48634
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org> |
0.7 13 Feb 2003 16:30:54
 |
obraun  |
Upgrade to 0.7.
PR: ports/48237
Submitted by: maintainer |
0.6 11 Feb 2003 21:50:17
 |
obraun  |
Add vcp 0.6, copy files in curses interface.
PR: ports/48175
Submitted by: Michael L. Hostbaek (mich@freebsdcluster.org) |