From nobody@FreeBSD.org  Tue Jul 22 15:27:09 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 81F2D106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 22 Jul 2008 15:27:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 71D6E8FC2C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 22 Jul 2008 15:27:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m6MFR9jC068971
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 22 Jul 2008 15:27:09 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m6MFR9Zh068970;
	Tue, 22 Jul 2008 15:27:09 GMT
	(envelope-from nobody)
Message-Id: <200807221527.m6MFR9Zh068970@www.freebsd.org>
Date: Tue, 22 Jul 2008 15:27:09 GMT
From: Jason Bacon <jwbacon@tds.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: devel/libgamepad  Uniform API for joysticks and gamepads
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         125872
>Category:       ports
>Synopsis:       New port: devel/libgamepad  Uniform API for joysticks and gamepads
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 22 15:30:01 UTC 2008
>Closed-Date:    Sat Jul 26 07:57:49 UTC 2008
>Last-Modified:  Sat Jul 26 08:00:15 UTC 2008
>Originator:     Jason Bacon
>Release:        6.3-RELEASE
>Organization:
NA
>Environment:
FreeBSD sculpin.tds.net 6.3-RELEASE FreeBSD 6.3-RELEASE #1: Mon Feb 25 18:34:05 CST 2008     bacon@sculpin.tds.net:/usr/obj/usr/src/sys/SCULPIN  i386
>Description:
Libgamepad is a portable, uniform API for joystick and gamepad devices.  It's meant to overlay platform-dependent interfaces just as the BSD joy and uhid drivers, and the user-space libhid.  This will allow device and platform dependencies to be left out of applications, making them simpler and more portable.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	devel/libgamepad
#	devel/libgamepad/Makefile
#	devel/libgamepad/distinfo
#	devel/libgamepad/pkg-descr
#	devel/libgamepad/pkg-plist
#
echo c - devel/libgamepad
mkdir -p devel/libgamepad > /dev/null 2>&1
echo x - devel/libgamepad/Makefile
sed 's/^X//' >devel/libgamepad/Makefile << 'END-of-devel/libgamepad/Makefile'
X# New ports collection makefile for:	libgamepad
X# Date created:		Jul 2008
X# Whom:			Jason Bacon <jwbacon@tds.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libgamepad
XPORTVERSION=	0.1
XCATEGORIES=	devel games
XMASTER_SITES=	http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
X		http://jbacon.dyndns.org/~bacon/Ports/distfiles/
X
XMAINTAINER=	jwbacon@tds.net
XCOMMENT=	Generic gamepad API
X
XUSE_LDCONFIG=	yes
X
XMAN3=		libgamepad.3
X
X.include <bsd.port.mk>
END-of-devel/libgamepad/Makefile
echo x - devel/libgamepad/distinfo
sed 's/^X//' >devel/libgamepad/distinfo << 'END-of-devel/libgamepad/distinfo'
XMD5 (libgamepad-0.1.tar.gz) = 64782133f916091da43b4bd580f55cf6
XSHA256 (libgamepad-0.1.tar.gz) = 9e22ce771d349102b29bd49fc7bc6572ee9a9aa35f73ff7ab52a082ca05bda1b
XSIZE (libgamepad-0.1.tar.gz) = 12270
END-of-devel/libgamepad/distinfo
echo x - devel/libgamepad/pkg-descr
sed 's/^X//' >devel/libgamepad/pkg-descr << 'END-of-devel/libgamepad/pkg-descr'
XLibgamepad is an API for various gamepad devices under Unix.  The goal is
Xto provide both abstract and device-dependent interfaces for various joystick
Xand gamepad devices.  The library interfaces with multiple lower-level
Xinterfaces, such as the BSD "joy" and "usbhid" drivers, as well as
Xthe user-space "libhid", which in turn overlays "libusb".
END-of-devel/libgamepad/pkg-descr
echo x - devel/libgamepad/pkg-plist
sed 's/^X//' >devel/libgamepad/pkg-plist << 'END-of-devel/libgamepad/pkg-plist'
Xbin/gamepad_test
Xinclude/libgamepad/gamepad.h
Xinclude/libgamepad/gamepad_analog.h
Xinclude/libgamepad/gamepad_libhid.h
Xinclude/libgamepad/gamepad_usbhid.h
Xlib/libgamepad.so.1
Xlib/libgamepad.so
X@dirrm include/libgamepad
END-of-devel/libgamepad/pkg-plist
exit



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sat Jul 26 07:57:47 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/125872: commit references a PR
Date: Sat, 26 Jul 2008 07:55:17 +0000 (UTC)

 edwin       2008-07-26 07:55:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/libgamepad     Makefile distinfo pkg-descr pkg-plist 
   Log:
   New port: devel/libgamepad Uniform API for joysticks and gamepads
   
           Libgamepad is a portable, uniform API for joystick and
           gamepad devices. It's meant to overlay platform-dependent
           interfaces just as the BSD joy and uhid drivers, and the
           user-space libhid. This will allow device and platform
           dependencies to be left out of applications, making them
           simpler and more portable.
   
   PR:             ports/125872
   Submitted by:   Jason Bacon <jwbacon@tds.net>
   
   Revision  Changes    Path
   1.3148    +1 -0      ports/devel/Makefile
   1.1       +21 -0     ports/devel/libgamepad/Makefile (new)
   1.1       +3 -0      ports/devel/libgamepad/distinfo (new)
   1.1       +5 -0      ports/devel/libgamepad/pkg-descr (new)
   1.1       +8 -0      ports/devel/libgamepad/pkg-plist (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:
