cvs commit: ports/devel Makefile ports/devel/opencvs Makefile distinfo pkg-descr ports/devel/opencvs/files patch-Makefile patch-admin.c patch-atomicio.h patch-checkout.c patch-cmd.c patch-config.c patch-cvs.c patch-cvs.h patch-date.y patch-diff3.c ...

Gabor Kovesdan gabor at FreeBSD.org
Sat Nov 1 11:43:37 PDT 2008


gabor       2008-11-01 18:43:37 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/opencvs        Makefile distinfo pkg-descr 
    devel/opencvs/files  patch-Makefile patch-admin.c 
                         patch-atomicio.h patch-checkout.c 
                         patch-cmd.c patch-config.c patch-cvs.c 
                         patch-cvs.h patch-date.y patch-diff3.c 
                         patch-getlog.c patch-hash.c patch-log.c 
                         patch-log.h patch-modules.c 
                         patch-rcsnum.c patch-remove.c 
                         patch-root.c patch-tag.c patch-trigger.c 
                         patch-util.c patch-version.c 
                         patch-watch.c patch-worklist.c 
                         patch-xmalloc.c patch-xmalloc.h 
  Log:
  OpenCVS is a FREE implementation of the Concurrent Versions System, the most
  popular open source revision control software. It can be used as both client
  and server for repositories and provides granular access control over data
  stored in the repository. It aims to be as compatible as possible with other
  CVS implementations, except when particular features reduce the overall
  security of the system.
  
  WWW: http://www.opencvs.org/
  
  This port was requested by rdivacky@, who created the dist patches for
  OpenCVS.
  
  Revision  Changes    Path
  1.3236    +1 -0      ports/devel/Makefile
  1.1       +27 -0     ports/devel/opencvs/Makefile (new)
  1.1       +3 -0      ports/devel/opencvs/distinfo (new)
  1.1       +19 -0     ports/devel/opencvs/files/patch-Makefile (new)
  1.1       +10 -0     ports/devel/opencvs/files/patch-admin.c (new)
  1.1       +20 -0     ports/devel/opencvs/files/patch-atomicio.h (new)
  1.1       +11 -0     ports/devel/opencvs/files/patch-checkout.c (new)
  1.1       +11 -0     ports/devel/opencvs/files/patch-cmd.c (new)
  1.1       +11 -0     ports/devel/opencvs/files/patch-config.c (new)
  1.1       +21 -0     ports/devel/opencvs/files/patch-cvs.c (new)
  1.1       +10 -0     ports/devel/opencvs/files/patch-cvs.h (new)
  1.1       +11 -0     ports/devel/opencvs/files/patch-date.y (new)
  1.1       +11 -0     ports/devel/opencvs/files/patch-diff3.c (new)
  1.1       +11 -0     ports/devel/opencvs/files/patch-getlog.c (new)
  1.1       +11 -0     ports/devel/opencvs/files/patch-hash.c (new)
  1.1       +11 -0     ports/devel/opencvs/files/patch-log.c (new)
  1.1       +11 -0     ports/devel/opencvs/files/patch-log.h (new)
  1.1       +10 -0     ports/devel/opencvs/files/patch-modules.c (new)
  1.1       +11 -0     ports/devel/opencvs/files/patch-rcsnum.c (new)
  1.1       +11 -0     ports/devel/opencvs/files/patch-remove.c (new)
  1.1       +11 -0     ports/devel/opencvs/files/patch-root.c (new)
  1.1       +11 -0     ports/devel/opencvs/files/patch-tag.c (new)
  1.1       +11 -0     ports/devel/opencvs/files/patch-trigger.c (new)
  1.1       +12 -0     ports/devel/opencvs/files/patch-util.c (new)
  1.1       +12 -0     ports/devel/opencvs/files/patch-version.c (new)
  1.1       +11 -0     ports/devel/opencvs/files/patch-watch.c (new)
  1.1       +11 -0     ports/devel/opencvs/files/patch-worklist.c (new)
  1.1       +12 -0     ports/devel/opencvs/files/patch-xmalloc.c (new)
  1.1       +11 -0     ports/devel/opencvs/files/patch-xmalloc.h (new)
  1.1       +8 -0      ports/devel/opencvs/pkg-descr (new)


More information about the cvs-ports mailing list