From owner-cvs-ports@FreeBSD.ORG Fri Dec 1 20:34:59 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68E6816A537; Fri, 1 Dec 2006 20:34:59 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F9F243DE5; Fri, 1 Dec 2006 20:31:23 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB1KVSCA029045; Fri, 1 Dec 2006 20:31:28 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB1KVSu9029044; Fri, 1 Dec 2006 20:31:28 GMT (envelope-from dinoex) Message-Id: <200612012031.kB1KVSu9029044@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 1 Dec 2006 20:31:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/objectivelib Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 20:34:59 -0000 dinoex 2006-12-01 20:31:28 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/objectivelib Makefile distinfo pkg-descr pkg-plist Log: ObjectiveLib provides two primary services: containers and algorithms. An important part of the library that keeps everything moving is iterators. ObjectiveLib is designed to offer the same functionality to Objective-C programmers that the Standard Template Library offers to C++ programmers. Therefore, anyone familiar with the STL will have no trouble using and understanding the machinery of ObjectiveLib. WWW: http://objectivelib.sourceforge.net/ Revision Changes Path 1.2528 +1 -0 ports/devel/Makefile 1.1 +30 -0 ports/devel/objectivelib/Makefile (new) 1.1 +3 -0 ports/devel/objectivelib/distinfo (new) 1.1 +8 -0 ports/devel/objectivelib/pkg-descr (new) 1.1 +24 -0 ports/devel/objectivelib/pkg-plist (new)