aboutsummaryrefslogtreecommitdiff
path: root/devel/cvs2svn
Commit message (Collapse)AuthorAgeFilesLines
* - Fix the usage of 'python' to get rid of the implicit lang/pythonMarcus von Appen2013-12-081-1/+6
| | | | | | | | | dependency Approved by: portmgr (blanket) Notes: svn path=/head/; revision=335888
* - add stage supportOlli Hauer2013-09-292-278/+18
| | | | | | | - use PYDISTUTILS_AUTOPLIST Notes: svn path=/head/; revision=328719
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* - update patch from r5406 to r5433Olli Hauer2013-09-153-39/+41
| | | | | | | | | | | | | | | | | | | - fix PORTEXAMPLES and PORTDOCS - depend on devel/cvs for ${OSVERSION} > 1000000 Bugs fixed: - Handle non-ASCII, non-UTF8 filenames in .cvsignore files. - ExternalBlobGenerator: Don't fail if no revisions are needed for a file. From the commit log: - Write all progress information to stderr rather than stdout. (r5419) - Make sure to close CVS repository files after parsing them. (r5421) - Choose garbage collection policy a bit more intelligently. (r5431) - cvs2git: Emit some more information in OutputPass. (rr5432) - Allow paths under Attic directories to be excluded, too. (r5433) Notes: svn path=/head/; revision=327348
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - adjust python gdbm dependencyOlli Hauer2013-03-031-2/+2
| | | | | | | Submitted by: Jimmy Olgeni <olgeni@olgeni.com> (per pm) Notes: svn path=/head/; revision=313346
* - update patch to upstream svn revision 5406Olli Hauer2012-10-152-4/+6
| | | | | | | | | | Bugs fixed: * ExternalBlobGenerator: Don't fail if no revisions are needed for a file. Feature safe: yes Notes: svn path=/head/; revision=305905
* - add local patches (svn rev. 5401)Olli Hauer2012-10-112-0/+7
| | | | | | | | | | Bugs fixed: * Handle non-ASCII, non-UTF8 filenames in .cvsignore files. Feature safe: yes Notes: svn path=/head/; revision=305699
* - update to version 2.4.0Olli Hauer2012-09-253-66/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - adopt new Makefile header - take maintainer Some highlights: * cvs2git conversions are cleaned up in a number of smallish ways. * Much faster cvs2git conversions via new option --use-external-blob-generator. * Optionally include empty directories from the CVS repository in the Subversion output. * More flexible keyword and EOL handling. * More aggressively omit unnecessary dead revisions. * Make check of illegal filename characters dependent on the target VCS. * Allow grafting a branch onto a parent that has itself been grafted. * Only require a DB module if the "internal co" functionality is used. (This dependency has been a source of much grief to people on systems without decent package managers.) * Sort using a Python implementation rather than an external sort command, to remove the dependency on POSIX-like sort. (This dependency has been the source of much grief to Windows users.) For more information see: http://cvs2svn.tigris.org/source/browse/cvs2svn/tags/2.4.0/CHANGES?view=markup Special thanks to Michael Haggerty Approved by: glarkin (explicit per pm) Notes: svn path=/head/; revision=304859
* Bump PORTREVISION to reflect name change from devel/bazaar-ng --> devel/bzrCarlo Strub2012-06-171-2/+2
| | | | Notes: svn path=/head/; revision=299513
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Move from py24 over to py25 or aboveMartin Wilke2011-02-252-3/+2
| | | | | | | - Drop md5 support Notes: svn path=/head/; revision=269662
* - Replaced tigris.org master site with new ones. Tigris.org goes into aGreg Larkin2011-01-251-1/+2
| | | | | | | | | | redirect loop unless it can set a cookie in the client. Reported by: pointyhat (via erwin) Feature safe: yes Notes: svn path=/head/; revision=268228
* - Chase devel/apr -> devel/apr1 shufflingPhilip M. Gollucci2010-05-181-1/+1
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254523
* 4/5: Chase devel/apr shlib bumpPhilip M. Gollucci2010-05-051-0/+1
| | | | | | | | | | PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@ Notes: svn path=/head/; revision=253784
* - Take over maintainershipGreg Larkin2010-04-291-1/+1
| | | | Notes: svn path=/head/; revision=253438
* - Release some morePhilip M. Gollucci2010-04-291-1/+1
| | | | Notes: svn path=/head/; revision=253435
* - Update to 2.3.0 [1]Philip M. Gollucci2009-12-104-14/+73
| | | | | | | | | | - Pet portlint PR: ports/138099 Submitted by: olli hauer <ohauer@gmx.de> Notes: svn path=/head/; revision=245482
* - Mark most of my ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-161-0/+2
| | | | | | | Tested by: several builds in P6 TB Notes: svn path=/head/; revision=233978
* - Update to 2.2.0Martin Wilke2008-12-143-16/+12
| | | | | | | | | PR: 129094 Submitted by: olli hauer <ohauer@gmx.de> Approved by: maintainer timeout Notes: svn path=/head/; revision=224248
* - Optionally depend on git/svnPhilip M. Gollucci2008-07-311-5/+20
| | | | | | | | | | | | - Add OPTIONS - Bump PORTREVISION PR: ports/125574 Submitted by: Olli Hauer <ohauer@gmx.de> Approved by: gabor (mentor) Notes: svn path=/head/; revision=217883
* Update my ports to my freebsd addressPhilip M. Gollucci2008-07-231-1/+1
| | | | | | | Approved by: araujo (mentor) Notes: svn path=/head/; revision=217338
* - Bump PORTREVISION after apr updateMartin Wilke2008-07-071-0/+1
| | | | | | | | | | | PR: 125270 125271 125272 125278 125281 125282 125284 125285 125287 125288 125289 125290 125291 125292 125293 125295 125296 125297 125300 Submitted by: rodrigc Notes: svn path=/head/; revision=216453
* - Update to 2.1.1.Marcelo Araujo2008-07-042-16/+8
| | | | | | | | | | | - Update and remove duplicated MASTER_SITE. - Fix portlint warning. PR: ports/125202 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> (maintainer) Notes: svn path=/head/; revision=216275
* - Assign to new maintainerPav Lucistnik2008-07-021-1/+1
| | | | | | | Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> (the new maintainer) Notes: svn path=/head/; revision=216179
* Reset maintainership (the domain has expired):Pav Lucistnik2008-06-171-1/+1
| | | | | | | | | | | | <joe@joeholden.co.uk> (reason: 553 5.3.5 system config error) ----- Transcript of session follows ----- 553 5.3.5 127.0.0.1. config error: mail loops back to me (MX problem?) 554 5.3.5 Local configuration error Notes: svn path=/head/; revision=215025
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Update to 2.1.0.Marcelo Araujo2008-03-164-31/+60
| | | | | | | | | | | - Added support for CVS -> Git conversions. PR: ports/121078 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr> Approved by: maintainer timeout (more than 2 weeks) Notes: svn path=/head/; revision=209175
* Update to 2.0.1.Stefan Walter2007-12-223-36/+71
| | | | | | | | | PR: 117085 Submitted by: Greg Larkin <glarkin@sourcehosting.net> Approved by: maintainer Notes: svn path=/head/; revision=204337
* - Add two MASTER_SITES and drop an otherIon-Mihai Tetcu2007-01-161-3/+2
| | | | | | | | | | - we don't need wget for fetch stange anymore PR: ports/107930 Submitted by: Joe Holden (former maintainer) Notes: svn path=/head/; revision=182504
* Pointy-hat time: use DISABLE_SIZE=yes in conjunction with wget.Joseph Koshy2007-01-151-1/+2
| | | | | | | Reported by: kris (via pointyhat) Notes: svn path=/head/; revision=182397
* Update to v1.5.0. Upstream changes since the prior portedJoseph Koshy2007-01-103-7/+165
| | | | | | | | | | | | | | | | | | | | | version (v1.3.1) include: - Support for multiproject conversions. - New options: `--output', `--co', `--cvs', `--sort', `--auto-props', `--symbol-default'. - Options `--force-branch' and `--force-tag' now accept regexes. - Speedups, reduction in disk space needed for conversion. - Multicomponent `--trunk', `--tags' and `--branches' paths. - Better warning messages and error handling. - Improved handling of commit dependencies and multibranch commits. - Scripts to help isolate conversion problems and shrink test cases. PR: ports/106468 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.ckefgisc.org> Notes: svn path=/head/; revision=181958
* - Update to 1.3.1Pav Lucistnik2006-06-262-7/+6
| | | | | | | | PR: ports/99417 Submitted by: Joe Holden <joe@joeholden.co.uk> (maintainer) Notes: svn path=/head/; revision=166358
* - Take maintainershipRenato Botelho2006-02-091-1/+1
| | | | | | | | PR: ports/93076 Submitted by: Joe Holden <joe@joeholden.co.uk> Notes: svn path=/head/; revision=155587
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* - Reset longterm inactive maintainerPav Lucistnik2005-11-171-1/+1
| | | | Notes: svn path=/head/; revision=148628
* - Update to 1.3.0Pav Lucistnik2005-11-172-4/+6
| | | | | | | | | PR: ports/86852 Submitted by: Jiawei Ye <leafy@orion.moderntimes.com.tw> Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=148627
* Upgrade to 1.2.1.Thierry Thomas2005-06-102-4/+4
| | | | | | | | | PR: ports/80891 Submitted by: Kay Abendroth <kay.abendroth (at) gmail.com> Approved by: maintainer's time-out (1 month) Notes: svn path=/head/; revision=137216
* - update to 1.2.0Cheng-Lung Sung2005-02-022-4/+4
| | | | | | | | PR: ports/77014 Submitted by: June-Yen Huang (maintainer) Notes: svn path=/head/; revision=127917
* Run-depend on py-gdbmVolker Stolz2005-02-011-1/+2
| | | | | | | | | PR: ports/76676 Submitted by: Toby Peterson Approved by: maintainer Notes: svn path=/head/; revision=127861
* - update to 1.1.0Cheng-Lung Sung2004-10-262-4/+4
| | | | | | | | | PR: ports/73153 Submitted by: JingYen Huang (maintainer) Approved by: co-mentor (vanilla) Notes: svn path=/head/; revision=120207
* Update to 1.0.0 and assign maintainership to submitter.Hye-Shik Chang2004-08-294-46/+24
| | | | | | | | PR: 71018 Submitted by: June-Yen Huang <jihuang@gate.sinica.edu.tw> Notes: svn path=/head/; revision=117579
* Move converters/cvs2svn to devel/cvs2svn to correct category.Hye-Shik Chang2004-05-015-0/+69
Suggested by: ijliao, knu Notes: svn path=/head/; revision=108082