Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2004 12:25:02 -0800 (PST)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net Makefile ports/net/tinyldap Makefile distinfo pkg-descr pkg-plist ports/net/tinyldap/files patch-Makefile patch-auth.c patch-idx2ldif.c patch-md5password.c patch-mstorage_add.c patch-tinyldap.c
Message-ID:  <200402262025.i1QKP2bi086403@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dinoex      2004/02/26 12:25:02 PST

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/tinyldap         Makefile distinfo pkg-descr pkg-plist 
    net/tinyldap/files   patch-Makefile patch-auth.c 
                         patch-idx2ldif.c patch-md5password.c 
                         patch-mstorage_add.c patch-tinyldap.c 
  Log:
  tinyldap is an attempt to write a very small and very fast LDAP server.
  openldap is the reference when it comes to LDAP servers, and it performs
  very poorly despite using techniques such as thread pools.
  
  WWW: http://www.fefe.de/tinyldap/
  
  Revision  Changes    Path
  1.1233    +1 -0      ports/net/Makefile
  1.1       +45 -0     ports/net/tinyldap/Makefile (new)
  1.1       +2 -0      ports/net/tinyldap/distinfo (new)
  1.1       +46 -0     ports/net/tinyldap/files/patch-Makefile (new)
  1.1       +9 -0      ports/net/tinyldap/files/patch-auth.c (new)
  1.1       +18 -0     ports/net/tinyldap/files/patch-idx2ldif.c (new)
  1.1       +9 -0      ports/net/tinyldap/files/patch-md5password.c (new)
  1.1       +14 -0     ports/net/tinyldap/files/patch-mstorage_add.c (new)
  1.1       +15 -0     ports/net/tinyldap/files/patch-tinyldap.c (new)
  1.1       +5 -0      ports/net/tinyldap/pkg-descr (new)
  1.1       +17 -0     ports/net/tinyldap/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402262025.i1QKP2bi086403>