From nobody@FreeBSD.org  Sun Oct 18 10:21:49 2009
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 A56EE1065692
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 18 Oct 2009 10:21:49 +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 7837B8FC1E
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 18 Oct 2009 10:21:49 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n9IALnQj093790
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 18 Oct 2009 10:21:49 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n9IALn1u093789;
	Sun, 18 Oct 2009 10:21:49 GMT
	(envelope-from nobody)
Message-Id: <200910181021.n9IALn1u093789@www.freebsd.org>
Date: Sun, 18 Oct 2009 10:21:49 GMT
From: Kirn Gill <segin2005@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] x11/deskpaint    simple desktop wallpaper interactive paint application
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         139716
>Category:       ports
>Synopsis:       [NEW PORT] x11/deskpaint    simple desktop wallpaper interactive paint application
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 18 10:30:03 UTC 2009
>Closed-Date:    Tue Oct 20 09:48:26 UTC 2009
>Last-Modified:  Tue Oct 20 09:50:18 UTC 2009
>Originator:     Kirn Gill
>Release:        7.2-RELEASE-p3
>Organization:
>Environment:
FreeBSD mizuki.segin.no-ip.org 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
New port x11/deskpaint	
>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:
#
#	deskpaint/
#	deskpaint/Makefile
#	deskpaint/pkg-descr
#	deskpaint/files
#	deskpaint/files/patch-Makefile
#	deskpaint/distinfo
#
echo c - deskpaint/
mkdir -p deskpaint/ > /dev/null 2>&1
echo x - deskpaint/Makefile
sed 's/^X//' >deskpaint/Makefile << '669f9a6ebacff7251633b0b0f135d8b8'
X# New ports collection makefile for:   deskpaint
X# Date created:        18 October 2009
X# Whom:                Kirn Gill <segin2005@gmail.com>
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	deskpaint
XPORTVERSION=	3
X
XDISTNAME=	$(PORTNAME)$(PORTVERSION)
XWRKSRC=		${WRKDIR}/$(PORTNAME)
X
XCATEGORIES=	x11
XMASTER_SITES=	http://www.gatorgitter.com/~maties/
X
XMAINTAINER=	sic_zer0@hotmail.com
XCOMMENT=	A tiny interactive paint program that draws as your desktop wallpaper
X
XUSE_XORG=	x11 xext
XPLIST_FILES=	bin/deskpaint
X
X#MAN1=		matwm2.1
X
X.include <bsd.port.mk>
669f9a6ebacff7251633b0b0f135d8b8
echo x - deskpaint/pkg-descr
sed 's/^X//' >deskpaint/pkg-descr << '5c063c0ea969b903e066ffdfe698a44c'
X`deskpaint' is a small interactive paint program that paints 
Xonto the desktop window, so that the user draws their
Xown desktop wallpaper.
5c063c0ea969b903e066ffdfe698a44c
echo c - deskpaint/files
mkdir -p deskpaint/files > /dev/null 2>&1
echo x - deskpaint/files/patch-Makefile
sed 's/^X//' >deskpaint/files/patch-Makefile << '9d97f9d081deedc300b0d6477084894a'
X--- Makefile.orig	2009-07-21 01:58:52.000000000 -0400
X+++ Makefile	2009-10-18 01:58:42.000000000 -0400
X@@ -1,9 +1,10 @@
X-prefix  = /usr/local
X-XROOT   = /usr/X11R6
X-CC      = cc
X+prefix  = ${PREFIX}
X+XROOT   = ${LOCALBASE}
X 
X CFLAGS  += -lXext -lX11 -I$(XROOT)/include -L$(XROOT)/lib
X 
X all:
X 		$(CC) $(CFLAGS) *.c -o deskpaint
X 
X+install:
X+		${BSD_INSTALL_PROGRAM} -s deskpaint $(prefix)/bin
9d97f9d081deedc300b0d6477084894a
echo x - deskpaint/distinfo
sed 's/^X//' >deskpaint/distinfo << 'af20c30b17803613f738dfc39a9528e1'
XMD5 (deskpaint3.tar.gz) = 28e4b15895069e5ea18c7e4b7a6e4796
XSHA256 (deskpaint3.tar.gz) = 9b05b90fb484bd81cd28602f611a1a51cd3cc4c1c8ae6efed9cc417b2373cff4
XSIZE (deskpaint3.tar.gz) = 5965
af20c30b17803613f738dfc39a9528e1
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Oct 18 10:59:53 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139716 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Sun Oct 18 12:03:36 UTC 2009 
State-Changed-Why:  
i think deskutils is a better place for the port. Do you like to agree 
with me? 

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

From: Kirn Gill <segin2005@gmail.com>
To: bug-followup@FreeBSD.org, segin2005@gmail.com
Cc:  
Subject: Re: ports/139716: [NEW PORT] x11/deskpaint    simple desktop wallpaper
 interactive paint application
Date: Sun, 18 Oct 2009 17:25:38 -0400

 This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
 --------------enigDCAB144891763D793FEC967A
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 I'll agree with you - `deskutils' is probably a more fitting category
 than `x11' for `deskpaint'.
 
 
 --------------enigDCAB144891763D793FEC967A
 Content-Type: application/pgp-signature; name="signature.asc"
 Content-Description: OpenPGP digital signature
 Content-Disposition: attachment; filename="signature.asc"
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.9 (MingW32)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 
 iEYEARECAAYFAkrbh9UACgkQF9H43UytGia9tgCbBrW52BI9PG3HwwH2oU4LiN3R
 mCIAniRF6kNj1QPC/K38HFGqiDZwdN52
 =ne/7
 -----END PGP SIGNATURE-----
 
 --------------enigDCAB144891763D793FEC967A--
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Oct 20 09:48:25 UTC 2009 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/139716: commit references a PR
Date: Tue, 20 Oct 2009 09:48:46 +0000 (UTC)

 miwi        2009-10-20 09:48:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11                  Makefile 
   Added files:
     x11/deskpaint        Makefile distinfo pkg-descr 
     x11/deskpaint/files  patch-Makefile 
   Log:
   `deskpaint' is a small interactive paint program that paints
   onto the desktop window, so that the user draws their
   own desktop wallpaper.
   
   PR:             ports/139716
   Submitted by:   Kirn Gill <segin2005 at gmail.com>
   
   Revision  Changes    Path
   1.726     +1 -0      ports/x11/Makefile
   1.1       +22 -0     ports/x11/deskpaint/Makefile (new)
   1.1       +3 -0      ports/x11/deskpaint/distinfo (new)
   1.1       +16 -0     ports/x11/deskpaint/files/patch-Makefile (new)
   1.1       +3 -0      ports/x11/deskpaint/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:
