From jeremy@mandy.thatip.com  Tue Feb 12 23:22:44 2008
Return-Path: <jeremy@mandy.thatip.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 71E0716A494
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Feb 2008 23:22:44 +0000 (UTC)
	(envelope-from jeremy@mandy.thatip.com)
Received: from mandy.algenta.com (cl-122.chi-02.us.sixxs.net [IPv6:2001:4978:f:79::2])
	by mx1.freebsd.org (Postfix) with ESMTP id BF2B513C45B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Feb 2008 23:22:43 +0000 (UTC)
	(envelope-from jeremy@mandy.thatip.com)
Received: from mandy.algenta.com (localhost.algenta.com [127.0.0.1])
	by mandy.algenta.com (8.14.2/8.14.2) with ESMTP id m1CNLZfC028327
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Feb 2008 17:21:35 -0600 (CST)
	(envelope-from jeremy@mandy.thatip.com)
Received: (from jeremy@localhost)
	by mandy.algenta.com (8.14.2/8.14.2/Submit) id m1CNLZoZ028326;
	Tue, 12 Feb 2008 17:21:35 -0600 (CST)
	(envelope-from jeremy)
Message-Id: <200802122321.m1CNLZoZ028326@mandy.algenta.com>
Date: Tue, 12 Feb 2008 17:21:35 -0600 (CST)
From: Jeremy Iverson <jeremy@algenta.com>
Reply-To: Jeremy Iverson <jeremy@algenta.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: www/drupal5-ubercart Ubercart module for Drupal 5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         120584
>Category:       ports
>Synopsis:       New port: www/drupal5-ubercart Ubercart module for Drupal 5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 12 23:30:06 UTC 2008
>Closed-Date:    Sat Feb 16 17:17:35 UTC 2008
>Last-Modified:  Sat Feb 16 17:20:04 UTC 2008
>Originator:     Jeremy Iverson
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
Algenta Technologies
>Environment:
System: FreeBSD furby 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 root@opus.cse.buffalo.edu:/usr/o
bj/usr/src/sys/GENERIC i386
>Description:
       The Ubercart e-commerce system for Drupal 
>How-To-Repeat:
        
>Fix:
--- drupal5-ubercart.sh begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	drupal5-ubercart
#	drupal5-ubercart/pkg-descr
#	drupal5-ubercart/Makefile
#	drupal5-ubercart/distinfo
#
echo c - drupal5-ubercart
mkdir -p drupal5-ubercart > /dev/null 2>&1
echo x - drupal5-ubercart/pkg-descr
sed 's/^X//' >drupal5-ubercart/pkg-descr << 'END-of-drupal5-ubercart/pkg-descr'
XUbercart is an e-commerce suite developed for Drupal. It has been designed with
X the end user in mind, focusing on usability in three key areas: store 
X configuration, product and catalog creation, and order administration. On the 
X front end, all major systems are configurable and integrate with the standard 
X Drupal systems (node, taxonomy, user, etc.). On the back end, the settings 
X pages and order administration pages have been designed with ease of use in 
X mind, and we are constantly working to lower the barrier to entry for new 
X Ubercart users.
X
XWWW: http://ftp.drupal.org/files/projects/ubercart-5.x-1.0-beta5.tar.gz
END-of-drupal5-ubercart/pkg-descr
echo x - drupal5-ubercart/Makefile
sed 's/^X//' >drupal5-ubercart/Makefile << 'END-of-drupal5-ubercart/Makefile'
X# New ports collection makefile for:  drupal5-ubercart
X# Date created:  11 February 2008
X# Whom:          Jeremy Iverson <jeremy@algenta.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		ubercart
XDISTVERSION=	5.x-1.0-beta5
XCATEGORIES=		www
XMASTER_SITES=	http://ftp.drupal.org/files/projects/
X
XMAINTAINER=	jeremy@algenta.com
XCOMMENT=	Ubercart modules for Drupal 5
X
XRUN_DEPENDS=	${LOCALBASE}/${DRUPAL_BASE}/sites/all/modules/tapir:${PORTSDIR}/www/drupal5-tapir \
X				${LOCALBASE}/${DRUPAL_BASE}/sites/all/modules/ubrowser:${PORTSDIR}/www/drupal5-ubrowser \
X				${LOCALBASE}/${DRUPAL_BASE}/sites/all/modules/token:${PORTSDIR}/www/drupal5-token \
X				${LOCALBASE}/${DRUPAL_BASE}/sites/all/modules/workflow_ng:${PORTSDIR}/www/drupal5-workflow_ng \
X				${LOCALBASE}/${DRUPAL_BASE}/sites/all/modules/cck:${PORTSDIR}/www/drupal5-cck \
X				${LOCALBASE}/${DRUPAL_BASE}/sites/all/modules/imagefield:${PORTSDIR}/www/drupal5-imagefield \
X				${LOCALBASE}/${DRUPAL_BASE}/sites/all/modules/imagecache:${PORTSDIR}/www/drupal5-imagecache \
X				${LOCALBASE}/${DRUPAL_BASE}/sites/all/modules/thickbox:${PORTSDIR}/www/drupal5-thickbox \
X				${LOCALBASE}/${DRUPAL_BASE}/sites/all/modules/google_analytics:${PORTSDIR}/www/drupal5-google_analytics
X
XDRUPAL5_MODULE=	yes
X
XMODULE_DIRS=	uc_taxes/po \
X				uc_taxes \
X				uc_store/po \
X				uc_store/includes \
X				uc_store/images \
X				uc_store/countries \
X				uc_store \
X				uc_stock/po \
X				uc_stock \
X				uc_roles/po \
X				uc_roles \
X				uc_reports/po \
X				uc_reports \
X				uc_repeater/po \
X				uc_repeater \
X				uc_product_kit/po \
X				uc_product_kit \
X				uc_product/po \
X				uc_product \
X				uc_order/templates \
X				uc_order/po \
X				uc_order/images \
X				uc_order \
X				uc_notify/po \
X				uc_notify \
X				uc_importer/po \
X				uc_importer \
X				uc_googleanalytics/po \
X				uc_googleanalytics \
X				uc_file/po \
X				uc_file \
X				uc_catalog/po \
X				uc_catalog \
X				uc_cart_links/po \
X				uc_cart_links \
X				uc_cart/po \
X				uc_cart/images \
X				uc_cart \
X				uc_attribute/po \
X				uc_attribute \
X				shipping/uc_weightquote/po \
X				shipping/uc_weightquote \
X				shipping/uc_usps/po \
X				shipping/uc_usps \
X				shipping/uc_ups/po \
X				shipping/uc_ups \
X				shipping/uc_shipping/po \
X				shipping/uc_shipping/images \
X				shipping/uc_shipping \
X				shipping/uc_quote/po \
X				shipping/uc_quote \
X				shipping/uc_flatrate/po \
X				shipping/uc_flatrate \
X				shipping \
X				payment/uc_recurring \
X				payment/uc_paypal/po \
X				payment/uc_paypal \
X				payment/uc_payment_pack \
X				payment/uc_payment/po \
X				payment/uc_payment \
X				payment/uc_cybersource/po \
X				payment/uc_cybersource \
X				payment/uc_credit/po \
X				payment/uc_credit/images \
X				payment/uc_credit \
X				payment/uc_authorizenet/po \
X				payment/uc_authorizenet \
X				payment/uc_2checkout/po \
X				payment/uc_2checkout \
X				payment \
X				contrib
X
XMODULE_FILES=	contrib/README.txt \
X				payment/uc_2checkout/2cocc05.gif \
X				payment/uc_2checkout/po/uc_2checkout.pot \
X				payment/uc_2checkout/uc_2checkout.info \
X				payment/uc_2checkout/uc_2checkout.module \
X				payment/uc_authorizenet/po/uc_authorizenet.pot \
X				payment/uc_authorizenet/uc_authorizenet.info \
X				payment/uc_authorizenet/uc_authorizenet.module \
X				payment/uc_credit/images/amex.gif \
X				payment/uc_credit/images/amex_cvv.jpg \
X				payment/uc_credit/images/discover.gif \
X				payment/uc_credit/images/echeck.gif \
X				payment/uc_credit/images/info.png \
X				payment/uc_credit/images/mastercard.gif \
X				payment/uc_credit/images/visa.gif \
X				payment/uc_credit/images/visa_cvv.jpg \
X				payment/uc_credit/po/uc_credit.pot \
X				payment/uc_credit/uc_credit.info \
X				payment/uc_credit/uc_credit.install \
X				payment/uc_credit/uc_credit.js \
X				payment/uc_credit/uc_credit.module \
X				payment/uc_cybersource/HOP.php \
X				payment/uc_cybersource/po/uc_cybersource.pot \
X				payment/uc_cybersource/uc_cybersource.info \
X				payment/uc_cybersource/uc_cybersource.module \
X				payment/uc_payment/po/uc_payment.pot \
X				payment/uc_payment/test_gateway.info \
X				payment/uc_payment/test_gateway.module \
X				payment/uc_payment/uc_payment.info \
X				payment/uc_payment/uc_payment.install \
X				payment/uc_payment/uc_payment.js \
X				payment/uc_payment/uc_payment.module \
X				payment/uc_payment/uc_payment_checkout_pane.inc \
X				payment/uc_payment/uc_payment_order_pane.inc \
X				payment/uc_payment/uc_payment_payment_method.inc \
X				payment/uc_payment/uc_payment_workflow.inc \
X				payment/uc_payment_pack/uc_payment_pack.info \
X				payment/uc_payment_pack/uc_payment_pack.module \
X				payment/uc_paypal/po/uc_paypal.pot \
X				payment/uc_paypal/uc_paypal.info \
X				payment/uc_paypal/uc_paypal.install \
X				payment/uc_paypal/uc_paypal.module \
X				payment/uc_recurring/uc_recurring.css \
X				payment/uc_recurring/uc_recurring.info \
X				payment/uc_recurring/uc_recurring.install \
X				payment/uc_recurring/uc_recurring.module \
X				shipping/uc_flatrate/po/uc_flatrate.pot \
X				shipping/uc_flatrate/uc_flatrate.info \
X				shipping/uc_flatrate/uc_flatrate.install \
X				shipping/uc_flatrate/uc_flatrate.module \
X				shipping/uc_quote/po/uc_quote.pot \
X				shipping/uc_quote/uc_quote.css \
X				shipping/uc_quote/uc_quote.info \
X				shipping/uc_quote/uc_quote.install \
X				shipping/uc_quote/uc_quote.js \
X				shipping/uc_quote/uc_quote.module \
X				shipping/uc_shipping/images/package.gif \
X				shipping/uc_shipping/images/ship.gif \
X				shipping/uc_shipping/po/uc_shipping.pot \
X				shipping/uc_shipping/uc_shipping.css \
X				shipping/uc_shipping/uc_shipping.info \
X				shipping/uc_shipping/uc_shipping.install \
X				shipping/uc_shipping/uc_shipping.js \
X				shipping/uc_shipping/uc_shipping.module \
X				shipping/uc_ups/po/uc_ups.pot \
X				shipping/uc_ups/uc_ups.css \
X				shipping/uc_ups/uc_ups.info \
X				shipping/uc_ups/uc_ups.install \
X				shipping/uc_ups/uc_ups.module \
X				shipping/uc_ups/uc_ups_logo.gif \
X				shipping/uc_usps/po/uc_usps.pot \
X				shipping/uc_usps/uc_usps.info \
X				shipping/uc_usps/uc_usps.install \
X				shipping/uc_usps/uc_usps.module \
X				shipping/uc_weightquote/po/uc_weightquote.pot \
X				shipping/uc_weightquote/uc_weightquote.info \
X				shipping/uc_weightquote/uc_weightquote.install \
X				shipping/uc_weightquote/uc_weightquote.module \
X				uc_attribute/po/uc_attribute.pot \
X				uc_attribute/uc_attribute.css \
X				uc_attribute/uc_attribute.info \
X				uc_attribute/uc_attribute.install \
X				uc_attribute/uc_attribute.module \
X				uc_cart/images/bullet-arrow-down.gif \
X				uc_cart/images/bullet-arrow-up.gif \
X				uc_cart/images/cart_empty.gif \
X				uc_cart/images/cart_full.gif \
X				uc_cart/po/uc_cart.pot \
X				uc_cart/uc_cart.css \
X				uc_cart/uc_cart.info \
X				uc_cart/uc_cart.install \
X				uc_cart/uc_cart.js \
X				uc_cart/uc_cart.module \
X				uc_cart/uc_cart_block.css \
X				uc_cart/uc_cart_block.js \
X				uc_cart/uc_cart_checkout_pane.inc \
X				uc_cart/uc_cart_workflow.inc \
X				uc_cart_links/po/uc_cart_links.pot \
X				uc_cart_links/uc_cart_links.info \
X				uc_cart_links/uc_cart_links.install \
X				uc_cart_links/uc_cart_links.module \
X				uc_catalog/po/uc_catalog.pot \
X				uc_catalog/uc_catalog.css \
X				uc_catalog/uc_catalog.info \
X				uc_catalog/uc_catalog.install \
X				uc_catalog/uc_catalog.module \
X				uc_file/po/uc_file.pot \
X				uc_file/uc_file.css \
X				uc_file/uc_file.info \
X				uc_file/uc_file.install \
X				uc_file/uc_file.js \
X				uc_file/uc_file.module \
X				uc_googleanalytics/po/uc_googleanalytics.pot \
X				uc_googleanalytics/uc_googleanalytics.info \
X				uc_googleanalytics/uc_googleanalytics.module \
X				uc_importer/README.txt \
X				uc_importer/po/uc_importer.pot \
X				uc_importer/uc_importer.info \
X				uc_importer/uc_importer.install \
X				uc_importer/uc_importer.module \
X				uc_importer/uc_importer_php4.module \
X				uc_notify/po/uc_notify.pot \
X				uc_notify/uc_notify.info \
X				uc_notify/uc_notify.install \
X				uc_notify/uc_notify.module \
X				uc_order/images/false-icon.gif \
X				uc_order/images/order_delete.png \
X				uc_order/images/order_edit.png \
X				uc_order/images/order_view.png \
X				uc_order/images/true-icon.gif \
X				uc_order/po/uc_order.pot \
X				uc_order/templates/admin.itpl.php \
X				uc_order/templates/customer.itpl.php \
X				uc_order/uc_order.css \
X				uc_order/uc_order.info \
X				uc_order/uc_order.install \
X				uc_order/uc_order.js \
X				uc_order/uc_order.module \
X				uc_order/uc_order_line_item.inc \
X				uc_order/uc_order_order_pane.inc \
X				uc_order/uc_order_workflow.inc \
X				uc_product/po/es.po \
X				uc_product/po/uc_product.pot \
X				uc_product/uc_product.css \
X				uc_product/uc_product.info \
X				uc_product/uc_product.install \
X				uc_product/uc_product.js \
X				uc_product/uc_product.module \
X				uc_product_kit/po/es.po \
X				uc_product_kit/po/uc_product_kit.pot \
X				uc_product_kit/uc_product_kit.info \
X				uc_product_kit/uc_product_kit.install \
X				uc_product_kit/uc_product_kit.module \
X				uc_repeater/po/es.po \
X				uc_repeater/po/uc_repeater.pot \
X				uc_repeater/uc_repeater.info \
X				uc_repeater/uc_repeater.install \
X				uc_repeater/uc_repeater.module \
X				uc_reports/po/uc_reports.pot \
X				uc_reports/uc_reports.css \
X				uc_reports/uc_reports.info \
X				uc_reports/uc_reports.install \
X				uc_reports/uc_reports.module \
X				uc_roles/po/uc_roles.pot \
X				uc_roles/uc_roles.css \
X				uc_roles/uc_roles.info \
X				uc_roles/uc_roles.install \
X				uc_roles/uc_roles.module \
X				uc_stock/po/uc_stock.pot \
X				uc_stock/uc_stock.css \
X				uc_stock/uc_stock.info \
X				uc_stock/uc_stock.install \
X				uc_stock/uc_stock.module \
X				uc_store/countries/afghanistan_4_1.cif \
X				uc_store/countries/aruba_533_1.cif \
X				uc_store/countries/australia_36_2.cif \
X				uc_store/countries/austria_40_1.cif \
X				uc_store/countries/belgium_56_1.cif \
X				uc_store/countries/brazil_76_1.cif \
X				uc_store/countries/canada_124_1.cif \
X				uc_store/countries/chile_152_1.cif \
X				uc_store/countries/czech_203_1.cif \
X				uc_store/countries/dominican_republic_214_1.cif \
X				uc_store/countries/egypt_818_1.cif \
X				uc_store/countries/finland_246_1.cif \
X				uc_store/countries/france_250_1.cif \
X				uc_store/countries/germany_276_1.cif \
X				uc_store/countries/greece_300_1.cif \
X				uc_store/countries/india_356_1.cif \
X				uc_store/countries/indonesia_360_1.cif \
X				uc_store/countries/iran_364_1.cif \
X				uc_store/countries/ireland_372_1.cif \
X				uc_store/countries/israel_376_1.cif \
X				uc_store/countries/italy_380_1.cif \
X				uc_store/countries/japan_392_1.cif \
X				uc_store/countries/korea_republic_of_410_1.cif \
X				uc_store/countries/latvia_428_1.cif \
X				uc_store/countries/mexico_484_1.cif \
X				uc_store/countries/netherlands_528_1.cif \
X				uc_store/countries/new_zealand_554_2.cif \
X				uc_store/countries/norway_578_1.cif \
X				uc_store/countries/peru_604_1.cif \
X				uc_store/countries/philippines_608_2.cif \
X				uc_store/countries/poland_616_1.cif \
X				uc_store/countries/romania_642_1.cif \
X				uc_store/countries/russia_643_1.cif \
X				uc_store/countries/saint_lucia_662_1.cif \
X				uc_store/countries/singapore_702_1.cif \
X				uc_store/countries/south_africa_710_1.cif \
X				uc_store/countries/spain_724_1.cif \
X				uc_store/countries/sweden_752_1.cif \
X				uc_store/countries/switzerland_756_1.cif \
X				uc_store/countries/taiwan_158_1.cif \
X				uc_store/countries/turkey_792_1.cif \
X				uc_store/countries/united_kingdom_826_1.cif \
X				uc_store/countries/united_states_840_1.cif \
X				uc_store/countries/venezuela_862_1.cif \
X				uc_store/images/address_book.gif \
X				uc_store/images/alert.gif \
X				uc_store/images/copy.gif \
X				uc_store/images/error.gif \
X				uc_store/images/info.gif \
X				uc_store/images/menu_customers.gif \
X				uc_store/images/menu_customers_small.gif \
X				uc_store/images/menu_help.gif \
X				uc_store/images/menu_help_small.gif \
X				uc_store/images/menu_orders.gif \
X				uc_store/images/menu_orders_small.gif \
X				uc_store/images/menu_products.gif \
X				uc_store/images/menu_products_small.gif \
X				uc_store/images/menu_reports.gif \
X				uc_store/images/menu_reports_small.gif \
X				uc_store/images/menu_store_settings.gif \
X				uc_store/images/menu_store_settings_small.gif \
X				uc_store/images/order_delete.gif \
X				uc_store/images/order_edit.gif \
X				uc_store/images/order_view.gif \
X				uc_store/images/print.gif \
X				uc_store/images/store_monitor.gif \
X				uc_store/images/store_monitor_small.gif \
X				uc_store/includes/XML2Array.php \
X				uc_store/includes/simplexml.php \
X				uc_store/po/es.po \
X				uc_store/po/uc_store.pot \
X				uc_store/uc_country_select.js \
X				uc_store/uc_store.css \
X				uc_store/uc_store.info \
X				uc_store/uc_store.install \
X				uc_store/uc_store.js \
X				uc_store/uc_store.module \
X				uc_taxes/po/es.po \
X				uc_taxes/po/uc_taxes.pot \
X				uc_taxes/uc_taxes.info \
X				uc_taxes/uc_taxes.install \
X				uc_taxes/uc_taxes.js \
X				uc_taxes/uc_taxes.module \
X				uc_taxes/uc_taxes_workflow.inc
X
XDOC_FILES=		CREDITS.txt LICENSE.txt README.txt
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk"
X.include <bsd.port.post.mk>
END-of-drupal5-ubercart/Makefile
echo x - drupal5-ubercart/distinfo
sed 's/^X//' >drupal5-ubercart/distinfo << 'END-of-drupal5-ubercart/distinfo'
XMD5 (drupal/ubercart-5.x-1.0-beta5.tar.gz) = 3d3c87af3e4d61c3cda592fd7b4503b8
XSHA256 (drupal/ubercart-5.x-1.0-beta5.tar.gz) = 47df12a0f9eee40781896be543b91d10dd614b6090a2d95a94f5e1a95a010c87
XSIZE (drupal/ubercart-5.x-1.0-beta5.tar.gz) = 466009
END-of-drupal5-ubercart/distinfo
exit


--- drupal5-ubercart.sh ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Feb 12 23:41:38 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120584 

From: Jeremy Iverson <jeremy@algenta.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/120584: New port: www/drupal5-ubercart Ubercart module
 for Drupal 5
Date: Tue, 12 Feb 2008 17:50:41 -0600

 Sorry. The WWW: line in pkg-descr should actually read:
 
 WWW: http://drupal.org/project/ubercart
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Feb 16 17:17:34 UTC 2008 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120584 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/120584: commit references a PR
Date: Sat, 16 Feb 2008 17:15:12 +0000 (UTC)

 miwi        2008-02-16 17:15:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
   Added files:
     www/drupal5-ubercart Makefile distinfo pkg-descr 
   Log:
   Ubercart is an e-commerce suite developed for Drupal. It has been designed with
   the end user in mind, focusing on usability in three key areas: store
   configuration, product and catalog creation, and order administration. On the
   front end, all major systems are configurable and integrate with the standard
   Drupal systems (node, taxonomy, user, etc.). On the back end, the settings
   pages and order administration pages have been designed with ease of use in
   mind, and we are constantly working to lower the barrier to entry for new
   Ubercart users.
   
   WWW: http://drupal.org/project/ubercart
   
   PR:             ports/120584
   Submitted by:   Jeremy Iverson <jeremy at algenta.com>
   
   Revision  Changes    Path
   1.1985    +1 -0      ports/www/Makefile
   1.1       +362 -0    ports/www/drupal5-ubercart/Makefile (new)
   1.1       +3 -0      ports/www/drupal5-ubercart/distinfo (new)
   1.1       +10 -0     ports/www/drupal5-ubercart/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
