Port details |
- tailor Migrates changesets between version control systems
- 0.9.37_1 devel =2 0.9.37_1Version of this port present on the latest quarterly branch.
- Maintainer: portmaster@BSDforge.com
- Port Added: 2006-06-29 11:04:35
- Last Update: 2023-07-12 18:56:04
- Commit Hash: 7d1faa7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: GPLv3+
- WWW:
- https://gitlab.com/ports1/tailor/
- Description:
- Tailor is a tool to migrate changesets between Aegis, ArX, Bazaar, Bazaar-NG,
CVS, Codeville, Darcs, Git, Mercurial, Monotone, Perforce, Subversion,
and Tla repositories.
- ¦ ¦ ¦ ¦
- 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:
-
- To install the port:
- cd /usr/ports/devel/tailor/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/tailor
- pkg install tailor
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tailor
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1623361742
SHA256 (ports1-tailor-06d9068d84a4e78f30579fbdc46ed22ec9d953c7_GL0.tar.gz) = 054990a7eba934d35d1b7d22a4a6eab6f4b0e45375ffd6f339f13b4fb6a98c7c
SHA512 (ports1-tailor-06d9068d84a4e78f30579fbdc46ed22ec9d953c7_GL0.tar.gz) = cd3d100c396756be17c945363d5591a40764f39f7ecf78a9f465b61751c04ab9ce75560b287a2815fdd91ab11a9290ff3386312331d27d2a545aa8a5cad0bc17
SIZE (ports1-tailor-06d9068d84a4e78f30579fbdc46ed22ec9d953c7_GL0.tar.gz) = 229962
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:
-
- rsync : net/rsync
- 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 tailor-0.9.37_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_tailor
- USES:
- python
- 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.9.37_1 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
0.9.37_1 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.9.37_1 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.9.37_1 13 Aug 2022 18:51:14 |
Matthias Andree (mandree) |
*: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix. |
0.9.37 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.9.37 11 Jun 2021 20:23:38 |
Neel Chauhan (nc) Author: Chris Hutchinson |
devel/tailor: update to 0.9.37
PR: 256543 |
0.9.36 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.36 15 Dec 2020 10:24:58 |
rhurlin |
devel/tailor: Re-add port and update to 0.9.36
Re-add expired port and update from 0.9.35 to 0.9.36.
Use Python 3.7+ now.
PR: 251777
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D27590 |
0.9.35_1 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.9.35_1 08 Mar 2020 17:01:47 |
antoine |
Deprecate some ports using deprecated version of python
With hat: portmgr |
0.9.35_1 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.9.35_1 11 Jan 2018 14:18:01 |
danfe |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2). |
0.9.35_1 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.9.35_1 12 Jun 2016 09:39:16 |
girgen |
Update WWW pointer
PR: 210225 |
0.9.35_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.9.35_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.9.35_1 12 Jan 2016 21:10:22 |
amdmi3 |
- Unbreak fetch
- Pass maintainership to submitter
- While here, also
- Add LICENSE
- Add NO_ARCH
- Silence mkdir
PR: 206166
Submitted by: portmaster@bsdforge.com |
0.9.35_1 09 Nov 2015 12:59:04 |
antoine |
Mark a few ports BROKEN: unfetchable |
0.9.35_1 27 Oct 2014 11:12:40 |
bapt |
Cleanup plist |
0.9.35_1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.9.35_1 17 Aug 2014 12:29:07 |
mva |
- Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,
there is no need to touch the plist.
With hat: python@ |
0.9.35_1 09 Jul 2014 05:01:16 |
vanilla |
1: Stagify.
2: add INSTALLS_EGGINFO, bump version. |
0.9.35 04 Jul 2014 12:06:07 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
0.9.35 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
0.9.35 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.9.35 15 Feb 2009 14:05:17 |
miwi |
- Fix maintainer mail adress
Approved by: linimon (portmgr) |
0.9.35 15 Feb 2009 13:34:23 |
miwi |
- Update to 0.9.35
PR: 131272
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintianer timeout |
0.9.34 02 Jun 2008 05:45:15 |
rafan |
- Update to 0.9.34
- Pass maintainership to submitter
PR: ports/124195
Submitted by: Aryeh M. Friedman <aryeh.friedman at gmail.com> |
0.9.31 14 Apr 2008 08:36:26 |
clsung |
- Update to 0.9.31 |
0.9.30 19 Mar 2008 13:07:43 |
rafan |
- Update to 0.9.30 |
0.9.29 19 Mar 2008 12:47:18 |
lippe |
- Drop maintainership of this maintainer.
PR: ports/121790
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Approved by: gabor (mentor) |
0.9.29 06 Aug 2007 20:32:42 |
araujo |
- Update to 0.9.29.
PR: ports/115093
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
Approved by: pav (portmgr, in mentor's absence) |
0.9.28 25 May 2007 21:50:49 |
miwi |
- Update to 0.9.28
PR: 112425
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer) |
0.9.27 25 Jan 2007 15:23:02 |
rafan |
- Update to 0.9.27
- Pass maintainership to submitter
PR: ports/108318
Submitted by: NIIMI Satoshi <sa2c at sa2c.net>
Approved by: Rui Lopes <rgl at ruilopes.com> (maintainer) |
0.9.26 17 Aug 2006 19:19:03 |
rafan |
- Update to 0.9.26
PR: ports/102178
Submitted by: Rui Lopes <rgl at ruilopes.com> (maintainer) |
0.9.23 29 Jun 2006 10:59:05 |
itetcu |
Tailor is a tool to migrate changesets between ArX, Bazaar, Bazaar-NG,
CVS, Codeville, Darcs, Git, Mercurial, Monotone, Subversion and Tla
repositories.
WWW: http://www.darcs.net/DarcsWiki/Tailor/VersionOne
PR: ports/99035
Submitted by: Rui Lopes <rgl ruilopes com> |