Port details |
- meta-cvs More capable version control system than CVS, built around CVS
- 1.1.98 devel
=0 1.1.98Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends on deprecated lang/clisp
This port expired on: 2014-07-28
- Maintainer: gahr@FreeBSD.org
- Port Added: 2003-02-28 16:50:43
- Last Update: 2014-07-28 16:38:08
- SVN Revision: 363198
- License: GPLv2
- WWW:
- http://common-lisp.net/project/meta-cvs/
- Description:
- This is a port of Meta-CVS, a version control system built around CVS.
Although it retains most of the features of CVS, including all of the
networking support, it is more capable than CVS, and easier to use.
Its main features are:
* Directory structure versioning.
* Support for a promotion model.
* User-friendly file type handling.
* Sane corner cases.
* Simple branching and merging.
* Support for symbolic links and metadata.
* Tracking of third party code containing moves and renames.
* Ease of deployment.
WWW: http://common-lisp.net/project/meta-cvs/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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:
-
- meta-cvs>0:devel/meta-cvs
- No installation instructions:
- This port has been deleted.
- PKGNAME: meta-cvs
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- clisp : lang/clisp
- lndir : devel/lndir
- LICENSE.texmf : print/teTeX-texmf
- mktexlsr : print/teTeX-base
- gmake : devel/gmake
- Runtime dependencies:
-
- clisp : lang/clisp
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for meta-cvs-1.1.98:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- 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.1.98 28 Jul 2014 16:38:08 |
rene |
Remove expired ports:
2014-07-28 net-im/gtkyahoo: Broken, unmaintained, unstaged, gtk12, i386 only
2014-07-28 devel/cl-cffi-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-alexandria-clisp: Depends on deprecated lang/clisp
2014-07-28 converters/cl-babel-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-infix-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/meta-cvs: Depends on deprecated lang/clisp
2014-07-28 textproc/cl-meta-clisp: Depends on deprecated lang/clisp
2014-07-28 www/cl-lml-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-trivial-features-clisp: Depends on deprecated lang/clisp
2014-07-28 security/cl-md5-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-port-clisp: Depends on deprecated lang/clisp
2014-07-28 textproc/cl-ppcre-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-asdf-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-split-sequence-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-trivial-gray-streams-clisp: Depends on deprecated lang/clisp
2014-07-28 lang/clisp: development has ceased, not staged |
1.1.98 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
1.1.98 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
1.1.98 05 Jun 2014 18:27:36 |
antoine |
Fix typo |
1.1.98 05 Jun 2014 18:20:50 |
antoine |
Chase lang/clisp expiration date
With hat: portmgr |
1.1.98 24 Feb 2014 13:13:37 |
gahr |
- Better way of finding out libc's real name
Obtained from: bapt, jlh |
1.1.98 24 Feb 2014 11:38:01 |
gahr |
- Unbreak
- STAGE-clean
- Add OPTIONS (DOCS) |
1.1.98 23 Dec 2013 22:37:15 |
bdrewery |
- Mark BROKEN as it loops on install, breaking package building and expruns
=======================<phase: install >============================
===> Installing for meta-cvs-1.1.98
===> Generating temporary packing list
===> Checking if devel/meta-cvs already installed
install -d /usr/local/bin /usr/local/share/meta-cvs
install mcvs mcvs-debug /usr/local/bin
install mcvs.mem mcvs-debug.mem /usr/local/share/meta-cvs
/bin/mkdir -p /usr/local/share/doc/meta-cvs
(cd /wrkdirs/usr/ports/devel/meta-cvs/work/meta-cvs-1.1.98/docs/tex-manual &&
gmake && /bin/cp
/wrkdirs/usr/ports/devel/meta-cvs/work/meta-cvs-1.1.98/docs/tex-manual/meta-cvs.pdf
/wrkdirs/usr/ports/devel/meta-cvs/work/meta-cvs-1.1.98/docs/misc-text-files)
while true ; do cp meta-cvs.toc meta-cvs.toc.old ; pdflatex meta-cvs.latex ;
if ! cmp -s meta-cvs.idx meta-cvs.idx.old ; then cp meta-cvs.idx
meta-cvs.idx.old ; makeindex -s meta-cvs.ist meta-cvs.idx ; fi ; if cmp -s
meta-cvs.toc meta-cvs.toc.old ; then break ; fi ; done
cp: meta-cvs.toc: No such file or directory
pdflatex: not found
cp: meta-cvs.idx: No such file or directory
makeindex: not found
cp: meta-cvs.toc: No such file or directory
pdflatex: not found
With hat: portmgr |
1.1.98 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.1.98 11 May 2013 17:58:56 |
hrs |
Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk. |
1.1.98 06 May 2013 02:00:41 |
hrs |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier. |
1.1.98 01 Oct 2012 13:21:32 |
gahr |
- Convert to OptionsNG
Notified by: http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG |
1.1.98 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
1.1.98 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.1.98 04 Dec 2008 17:36:37 |
gahr |
- Update to 1.1.98 |
1.0.13_3 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.0.13_2 20 Mar 2008 16:43:36 |
gahr |
- Chase devel/libsigsegv shlib version bump
Approved by: miwi (mentor) |
1.0.13_2 06 Mar 2008 11:39:00 |
gahr |
- re-sync with latest clisp modifications
Approved by: miwi (mentor) |
1.0.13_1 27 Feb 2008 23:56:27 |
gahr |
- Fix patch
- Remove useless dependency
- Adopt maintainship
Approved by: miwi (mentor) |
1.0.13_1 01 Feb 2008 11:42:54 |
erwin |
Mark BROKEN again: does not patch.
Pointy hat: dinoex |
1.0.13_1 18 Jan 2008 14:43:13 |
dinoex |
- fix build
- require gettetxt |
1.0.13_1 23 Dec 2007 11:51:57 |
erwin |
Mark BROKEN: does not build. |
1.0.13_1 05 Sep 2006 04:59:13 |
linimon |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
1.0.13_1 02 Jun 2006 09:04:37 |
vd |
* Unbroken by the recent update of lang/clisp
* Added a missing dependency
PR: ports/94456
Submitted by: Shaun Amott <shaun@inerd.com>
Approved by: johs@copyleft.no (maintainer, silence, implicit) |
1.0.13_1 22 Jan 2006 11:02:41 |
edwin |
SHA256ify (manually updated and checked)
Approved by: krion@ |
1.0.13_1 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.0.13_1 11 Oct 2005 06:24:20 |
kris |
BROKEN: Does not build |
1.0.13_1 19 Apr 2005 12:54:34 |
jylefort |
Remove the clisp RUN_DEPENDS, it does not need it.
Submitted by: Johannes Groedem <johs@copyleft.no> (maintainer)
Approved by: adamw (mentor) |
1.0.13 18 Apr 2005 15:16:01 |
jylefort |
Update to 1.0.13.
PR: ports/80016
Submitted by: Johannes Groedem <johs@copyleft.no> (maintainer)
Approved by: adamw (mentor) |
1.0.9_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.0.9_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.0.9 16 Dec 2003 23:38:18 |
pav |
- Update to 1.0.9
PR: ports/60312
Submitted by: Johannes Groedem <johs@copyleft.no> (maintainer) |
1.0.8 27 Jul 2003 17:36:53 |
glewis |
. Update to 1.0.8.
. Add an appropriate USE_GCC setting.
PR: 53006
Submitted by: Johannes Groedem <johs@copyleft.no> (maintainer) |
1.0.7 18 May 2003 21:26:47 |
anders |
Update to 1.0.7.
PR: 51258
Submitted by: maintainer |
1.0.5 28 Feb 2003 16:49:55 |
glewis |
Add a port of Meta-CVS, a more capable version control system than CVS,
built around CVS.
PR: 48258
Submitted by: Johannes Groedem <johs@copyleft.no> |