Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jun 2005 14:48:36 +0200 (CEST)
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/82388: new port: x11-clocks/lmclock 
Message-ID:  <200506181248.j5ICmZqI014230@beaver.critical.ch>
Resent-Message-ID: <200506181250.j5ICoMnZ012341@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         82388
>Category:       ports
>Synopsis:       new port: x11-clocks/lmclock
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 18 12:50:22 GMT 2005
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506181248.j5ICmZqI014230>