From owner-cvs-all@FreeBSD.ORG Thu Sep 22 15:51:08 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 9AA9A16A41F; Thu, 22 Sep 2005 15:51:08 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B12E43D46; Thu, 22 Sep 2005 15:51:08 +0000 (GMT) (envelope-from leeym@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 j8MFp8SY082554; Thu, 22 Sep 2005 15:51:08 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8MFp8wl082553; Thu, 22 Sep 2005 15:51:08 GMT (envelope-from leeym) Message-Id: <200509221551.j8MFp8wl082553@repoman.freebsd.org> From: Yen-Ming Lee Date: Thu, 22 Sep 2005 15:51:08 +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/misc Makefile ports/misc/p5-Business-ISBN-Data Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 22 Sep 2005 15:51:08 -0000 leeym 2005-09-22 15:51:08 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/p5-Business-ISBN-Data Makefile distinfo pkg-descr pkg-plist Log: - add p5-Business-ISBN-Data-1.10 Business::ISBN::Data - data pack for Business::ISBN Business::ISBN uses this "data pack" to do its work. You can update Business::ISBN::Data independently of the main module as the various ISBN organizations assign new publisher codes. The ISBN agency lists these data at http://www.isbn-international.org/identifiers.html. The distribution should include the kludegy script used to extract the data and format the data structure. WWW: http://search.cpan.org/dist/Business-ISBN-Data/ Revision Changes Path 1.765 +1 -0 ports/misc/Makefile 1.1 +22 -0 ports/misc/p5-Business-ISBN-Data/Makefile (new) 1.1 +2 -0 ports/misc/p5-Business-ISBN-Data/distinfo (new) 1.1 +9 -0 ports/misc/p5-Business-ISBN-Data/pkg-descr (new) 1.1 +7 -0 ports/misc/p5-Business-ISBN-Data/pkg-plist (new)