Date: Sun, 18 Oct 2009 10:21:49 GMT From: Kirn Gill <segin2005@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/139716: [NEW PORT] x11/deskpaint simple desktop wallpaper interactive paint application Message-ID: <200910181021.n9IALn1u093789@www.freebsd.org> Resent-Message-ID: <200910181030.n9IAU4VA048966@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910181021.n9IALn1u093789>