From owner-cvs-ports@FreeBSD.ORG Thu Jan 5 02:04:03 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E39AA16A41F; Thu, 5 Jan 2006 02:04:03 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A51343D4C; Thu, 5 Jan 2006 02:04:03 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k05243hr053428; Thu, 5 Jan 2006 02:04:03 GMT (envelope-from fenner@repoman.freebsd.org) Received: (from fenner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k05243a9053427; Thu, 5 Jan 2006 02:04:03 GMT (envelope-from fenner) Message-Id: <200601050204.k05243a9053427@repoman.freebsd.org> From: Bill Fenner Date: Thu, 5 Jan 2006 02:04:03 +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/adocman Makefile distinfo pkg-descr pkg-plist ports/devel/adocman/files Makefile.PL 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: Thu, 05 Jan 2006 02:04:04 -0000 fenner 2006-01-05 02:04:03 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/adocman Makefile distinfo pkg-descr pkg-plist devel/adocman/files Makefile.PL Log: adocman is a set of perl modules and programs for performing operations against the SourceForge.net site, currently including basic Client operations (i.e. login/logout) and DocManager operations. It includes the Alexandria perl module, which provides the back end support for operations, the adocman program, which provides the means to perform DocManager operations from the command-line or scripts (by project developers or admins listed as DocManager Editors), and the xml_export program, providing the means to automate downloads of data from the XML data export facility on SourceForge.net (by project administrators). WWW: http://sourceforge.net/projects/sitedocs Revision Changes Path 1.2091 +1 -0 ports/devel/Makefile 1.1 +42 -0 ports/devel/adocman/Makefile (new) 1.1 +3 -0 ports/devel/adocman/distinfo (new) 1.1 +11 -0 ports/devel/adocman/files/Makefile.PL (new) 1.1 +13 -0 ports/devel/adocman/pkg-descr (new) 1.1 +13 -0 ports/devel/adocman/pkg-plist (new)