From owner-cvs-all@FreeBSD.ORG Thu May 31 17:19:30 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D17CD106566C; Thu, 31 May 2012 17:19:30 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB6658FC15; Thu, 31 May 2012 17:19:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q4VHJUha076174; Thu, 31 May 2012 17:19:30 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q4VHJUHh076173; Thu, 31 May 2012 17:19:30 GMT (envelope-from nobutaka) Message-Id: <201205311719.q4VHJUHh076173@repoman.freebsd.org> From: MANTANI Nobutaka Date: Thu, 31 May 2012 17:19:30 +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/libvshadow Makefile distinfo pkg-descr pkg-plist ports/devel/libvshadow/files patch-Makefile.in patch-vshadowtools_vshadowmount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2012 17:19:30 -0000 nobutaka 2012-05-31 17:19:30 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libvshadow Makefile distinfo pkg-descr pkg-plist devel/libvshadow/files patch-Makefile.in patch-vshadowtools_vshadowmount.c Log: Add libvshadow, a library to support the Volume Service Snapshot (VSS) format. Revision Changes Path 1.4974 +1 -0 ports/devel/Makefile 1.1 +36 -0 ports/devel/libvshadow/Makefile (new) 1.1 +2 -0 ports/devel/libvshadow/distinfo (new) 1.1 +11 -0 ports/devel/libvshadow/files/patch-Makefile.in (new) 1.1 +11 -0 ports/devel/libvshadow/files/patch-vshadowtools_vshadowmount.c (new) 1.1 +5 -0 ports/devel/libvshadow/pkg-descr (new) 1.1 +15 -0 ports/devel/libvshadow/pkg-plist (new)