From ehaupt@beaver.critical.ch  Sat Jun 18 12:48:43 2005
Return-Path: <ehaupt@beaver.critical.ch>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 44BE516A41C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Jun 2005 12:48:43 +0000 (GMT)
	(envelope-from ehaupt@beaver.critical.ch)
Received: from beaver.critical.ch (217-162-251-247.dclient.hispeed.ch [217.162.251.247])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AD7F143D1D
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Jun 2005 12:48:42 +0000 (GMT)
	(envelope-from ehaupt@beaver.critical.ch)
Received: from beaver.critical.ch (localhost [127.0.0.1])
	by beaver.critical.ch (8.13.3/8.13.1) with ESMTP id j5ICmcL9014231
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Jun 2005 14:48:38 +0200 (CEST)
	(envelope-from ehaupt@beaver.critical.ch)
Received: (from ehaupt@localhost)
	by beaver.critical.ch (8.13.3/8.13.1/Submit) id j5ICmZqI014230;
	Sat, 18 Jun 2005 14:48:36 +0200 (CEST)
	(envelope-from ehaupt)
Message-Id: <200506181248.j5ICmZqI014230@beaver.critical.ch>
Date: Sat, 18 Jun 2005 14:48:36 +0200 (CEST)
From: Emanuel Haupt <ehaupt@critical.ch>
Reply-To: Emanuel Haupt <ehaupt@critical.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port: x11-clocks/lmclock 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         82388
>Category:       ports
>Synopsis:       new port: x11-clocks/lmclock
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    jylefort
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 18 12:50:22 GMT 2005
>Closed-Date:    Wed Jun 22 11:48:38 GMT 2005
>Last-Modified:  Wed Jun 22 11:48:38 GMT 2005
>Originator:     Emanuel Haupt
>Release:        FreeBSD 5.4-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD beaver.critical.ch 5.4-RELEASE-p2 FreeBSD 5.4-RELEASE-p2 #0: Fri Jun 10 23:25:47 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src-release/src/sys/BEAVER i386


	
>Description:
new port: x11-clocks/lmclock

A simple, transparent analog clock for X11 without window decorations. The
author was inspired by an early Xerox Lisp machine clock.

>How-To-Repeat:
	
>Fix:

	



--- lmclock.shar 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:
#
#	lmclock
#	lmclock/Makefile
#	lmclock/pkg-descr
#	lmclock/distinfo
#	lmclock/files
#	lmclock/files/patch-Imakefile
#
echo c - lmclock
mkdir -p lmclock > /dev/null 2>&1
echo x - lmclock/Makefile
sed 's/^X//' >lmclock/Makefile << 'END-of-lmclock/Makefile'
X# New ports collection makefile for:	lmclock
X# Date created:				18 June 2005
X# Whom:					Emanuel Haupt <ehaupt@critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	lmclock
XPORTVERSION=	1.2
XCATEGORIES=	x11-clocks
XMASTER_SITES=	http://pantransit.reptiles.org/prog/
X
XMAINTAINER=	ehaupt@critical.ch
XCOMMENT=	A Xerox Lisp machine clock clone
X
XUSE_IMAKE=	yes
X
XPLIST_FILES=	bin/lmclock
X
Xpost-extract:
X	${TOUCH} ${WRKSRC}/lmclock.man
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
X
X.include <bsd.port.mk>
END-of-lmclock/Makefile
echo x - lmclock/pkg-descr
sed 's/^X//' >lmclock/pkg-descr << 'END-of-lmclock/pkg-descr'
XA simple, transparent analog clock for X11 without window decorations. The
Xauthor was inspired by an early Xerox Lisp machine clock.
X
XWWW: http://pantransit.reptiles.org/prog/
X
X- ehaupt
Xehaupt@critical.ch
END-of-lmclock/pkg-descr
echo x - lmclock/distinfo
sed 's/^X//' >lmclock/distinfo << 'END-of-lmclock/distinfo'
XMD5 (lmclock-1.2.tar.gz) = f2a907b619c16940c7d37ee779f3eb17
XSIZE (lmclock-1.2.tar.gz) = 2913
END-of-lmclock/distinfo
echo c - lmclock/files
mkdir -p lmclock/files > /dev/null 2>&1
echo x - lmclock/files/patch-Imakefile
sed 's/^X//' >lmclock/files/patch-Imakefile << 'END-of-lmclock/files/patch-Imakefile'
X--- Imakefile.orig	Sat Jun 18 14:25:09 2005
X+++ Imakefile	Sat Jun 18 14:25:43 2005
X@@ -1,4 +1,4 @@
X-LOCAL_LIBRARIES = $(XLIB) -lm
X+LOCAL_LIBRARIES = $(XLIB) ${CFLAGS} -lm
X SRCS = lmclock.c
X 
X SimpleProgramTarget(lmclock)
END-of-lmclock/files/patch-Imakefile
exit
--- lmclock.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jylefort 
Responsible-Changed-By: jylefort 
Responsible-Changed-When: Sat Jun 18 13:19:20 GMT 2005 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=82388 
State-Changed-From-To: open->closed 
State-Changed-By: jylefort 
State-Changed-When: Wed Jun 22 11:48:29 GMT 2005 
State-Changed-Why:  
Committed with a few modifications, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=82388 
>Unformatted:
