Port details |
- codeville Anarchic control version system without unnecessary re-merges
- 0.1.18 devel
=2 0.1.18Version of this port present on the latest quarterly branch.
- DEPRECATED: Abandonware, dead upstream for at least 10 years. Consider using devel/git or devel/mercurial
This port expired on: 2024-02-29
- Maintainer: portmaster@BSDforge.com
- Port Added: 2004-12-08 01:39:10
- Last Update: 2024-02-29 11:44:51
- Commit Hash: 661642c
- People watching this port, also watch:: py311-dnspython, libtai
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://bsdforge.com/projects/devel/codeville/
- Description:
- Codeville is a distributed Version Control System. It began with a novel
idea for a merge algorithm, and has grown from there. It is designed to
be easy to use, and scale from small personal projects, to very large
distributed ones. If you'd like to know why there's need for new merge
algorithms, consider what the lead monotone developer had to say:
http://article.gmane.org/gmane.comp.version-control.monotone.devel/3264
Codeville works by creating an identifier for each change that is done,
and remembering the list of all changes which have been applied to each
file, and the last change which modified each line in each file. When
there's a conflict, it checks to see if one of the two sides has already
been applied to the other one, and if so, makes the other side win
automatically. When there's a non automatically mergeable version conflict,
Codeville behaves in almost exactly the same way as CVS.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- codeville>0:devel/codeville
- No installation instructions:
- This port has been deleted.
- PKGNAME: codeville
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1612906425
SHA256 (codeville-0.1.18.txz) = 526fe707bce189b0022d28a35028abf8b165ed093f749934a647fc7e83b27095
SIZE (codeville-0.1.18.txz) = 74772
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:
-
- py39-future>0 : devel/py-future@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-future>0 : devel/py-future@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for codeville-0.1.18:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_codeville
- USES:
- python tar:txz
- 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 |
0.1.18 29 Feb 2024 11:44:51 |
Muhammad Moinur Rahman (bofh) |
devel/codeville: Remove expired port
devel/codeville |
0.1.18 26 Jan 2024 07:47:19 |
Koichiro Iwao (meta) |
*/*: re-deprecate as per request by dizzy@ |
0.1.18 26 Jan 2024 02:15:04 |
Koichiro Iwao (meta) |
*/*: reassign ports to maintainer
that were returned to pool due to BSDforge.com unavailability (5 days).
Also, remove DEPRECATED from some ports as they have a maintainer and
he is still willing to maintain.
PR: 276620 |
0.1.18 06 Jan 2024 12:14:22 |
Daniel Engberg (diizzy) |
devel/codeville: Deprecate and set expiration date to 2024-02-29
Abandoned for at least 10 years and considered deprecated
Redirect users to devel/git or devel/mercurial
Do some minor changes to port Makefile and return port back to pool
Approved by: portmgr |
0.1.18 04 Jan 2024 17:37:09 |
Daniel Engberg (diizzy) |
*/*: Mark all ports that uses bsdforge.com in MASTER_SITES broken
The domain bsdforge.com has expired, mark all ports that only
uses bsdforge.com as broken (unfetchable). Additionally set ports that
uses bsdforge.com as primary site and have broken mirrors as broken
too as they're also unfetchable.
Approved by: portmgr (blanket) |
0.1.18 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
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.1.18 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.1.18 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.1.18 25 Mar 2022 13:38:06 |
Po-Chuan Hsieh (sunpoet) |
devel/codeville: Fix build with setuptools 58.0.0+
- While I'm here, add USE_PYTHON=noflavors
With hat: python |
0.1.18 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.18 09 Feb 2021 22:00:56 |
pizzamig |
(Readdition of devel/codeville which was removed on 548979)
Add codeville 0.1.18, anarchic control version system without
unnecessary re-merges.
Reintroduce the port, after porting it to Python 3.
PR: 251772
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> |
0.1.17 19 Sep 2020 13:01:00 |
rene |
Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
0.1.17 08 Mar 2020 17:01:47 |
antoine |
Deprecate some ports using deprecated version of python
With hat: portmgr |
0.1.17 19 Oct 2019 12:21:22 |
rakuco |
Switch MASTER_SITES and WWW to https in Chris' ports.
PR: 241272
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
0.1.17 30 Aug 2019 09:02:43 |
amdmi3 |
- Add LICENSE_FILE
- Pet portlint
- Don't install LICENSE as documentation
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket |
0.1.17 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.1.17 18 Jun 2016 21:01:44 |
rm |
devel/codeville: update to version 0.1.17
- update to 0.1.17
- actualize pkg-descr
- align patch file
- add NO_ARCH, while I'm here
PR: 210253
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
0.1.16_2 26 Aug 2014 20:07:18 |
antoine |
Remove some duplicate lines from plist (or duplicate plist)
Reported by: pkg developer mode |
0.1.16_2 28 Jun 2014 21:58:37 |
marino |
Revive devel/codeville and assign new maintainer
This port was removed in September 2010 because the project (python VCS)
had been abandoned for at least 3 years. The submitter adopted the
project and updated it without changing the version number (hence the
port revision bump). The submitter naturally becomes the new maintainer.
Psyco support has been removed since psyco report no longer exists.
PR: 188995
Submitted by: Chris Hutchison |
0.1.16_1 14 Sep 2010 11:51:42 |
garga |
Remove ports with EXPIRATION_DATE set
2010-09-05 databases/sqlite-ext-inet: Please install
databases/sqlite-ext-mobigroup instead
2010-08-31 devel/codeville: Dead project.
2010-08-07 editors/koffice-kde4-l10n-fy
2010-08-07 editors/koffice-kde4-l10n-hne
2010-06-14 graphics/xaralx-devel: Does not compile with png-1.4 and latest
version is from Aug 2006
2010-06-14 graphics/xaralx: Does not compile with png-1.4 and latest version is
from Aug 2006
2010-04-01 misc/kde4-l10n-bn_IN
2010-04-01 misc/kde4-l10n-hne
2010-04-01 misc/kde4-l10n-ku
2010-04-01 misc/kde4-l10n-mr |
0.1.16_1 28 Jul 2010 13:23:13 |
arved |
Mark deprececated
PR: 149004
Submitted by: Julien Laffaye <kimelto@gmail.com> |
0.1.16_1 15 Jun 2008 19:02:25 |
lioux |
Drop maintainership. |
0.1.16_1 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
0.1.16_1 15 Jul 2006 12:29:01 |
lioux |
Update to 0.1.16 |
0.1.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) |
0.1.13_1 11 Nov 2005 06:06:17 |
lioux |
Add SHA256 checksum |
0.1.13_1 10 Oct 2005 03:08:20 |
lioux |
o Add devel/psyco optimization support on ARCH == i386. WITHOUT_PSYCO
disables it.
o Bump PORTREVISION |
0.1.13 28 Aug 2005 18:29:06 |
lioux |
Update to 0.1.13
PR: 84499
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> |
0.1.12 30 May 2005 22:19:55 |
lioux |
Update to 0.1.12
PR: 81647
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> |
0.1.10 18 Dec 2004 00:52:50 |
lioux |
Update to 0.1.10 |
0.1.9 08 Dec 2004 01:36:10 |
lioux |
New port codeville version 0.1.9: An "anarchic" control version
system without unnecessary re-merges |