From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 18 10:30:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8115106568D for ; Sun, 18 Oct 2009 10:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9803B8FC15 for ; Sun, 18 Oct 2009 10:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9IAU4RI048967 for ; Sun, 18 Oct 2009 10:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9IAU4VA048966; Sun, 18 Oct 2009 10:30:04 GMT (envelope-from gnats) Resent-Date: Sun, 18 Oct 2009 10:30:04 GMT Resent-Message-Id: <200910181030.n9IAU4VA048966@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kirn Gill Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A56EE1065692 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/139716: [NEW PORT] x11/deskpaint simple desktop wallpaper interactive paint application X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2009 10:30:05 -0000 >Number: 139716 >Category: ports >Synopsis: [NEW PORT] x11/deskpaint simple desktop wallpaper interactive paint application >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 18 10:30:03 UTC 2009 >Closed-Date: >Last-Modified: >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 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 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: >Unformatted: