From owner-cvs-all@FreeBSD.ORG Thu Jul 24 05:32:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32F7E37B401; Thu, 24 Jul 2003 05:32:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE33643F3F; Thu, 24 Jul 2003 05:32:35 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6OCWZ0U006729; Thu, 24 Jul 2003 05:32:35 -0700 (PDT) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6OCWZbR006728; Thu, 24 Jul 2003 05:32:35 -0700 (PDT) Message-Id: <200307241232.h6OCWZbR006728@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 24 Jul 2003 05:32:35 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/djbdns Makefile distinfo pkg-descr.libdjbdns pkg-plist.libdjbdns ports/net/libdjbdns Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2003 12:32:36 -0000 roam 2003/07/24 05:32:35 PDT FreeBSD ports repository Modified files: net Makefile net/djbdns Makefile distinfo Added files: net/djbdns pkg-descr.libdjbdns pkg-plist.libdjbdns net/libdjbdns Makefile Log: Add net/libdjbdns, a set of patches to the net/djbdns sources which install the header files and libraries instead of the end-result command-line utilities, thus letting other developers make use of Prof. Bernstein's products without incorporating them in their own projects. Revision Changes Path 1.1035 +1 -0 ports/net/Makefile 1.17 +30 -11 ports/net/djbdns/Makefile 1.10 +1 -0 ports/net/djbdns/distinfo 1.1 +5 -0 ports/net/djbdns/pkg-descr.libdjbdns (new) 1.1 +38 -0 ports/net/djbdns/pkg-plist.libdjbdns (new) 1.1 +17 -0 ports/net/libdjbdns/Makefile (new)