1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
PR:		208724
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-04-12 15:06:58 +00:00
parent 1b75f32205
commit 493a4da4aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413140
4 changed files with 17 additions and 15 deletions

View File

@ -3,21 +3,21 @@
PORTNAME= eyeclock
PORTVERSION= 2.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= x11-clocks
MASTER_SITES= http://ftp.vector.co.jp/pack/unix/personal/tokei/
MASTER_SITES= http://ftp.vector.co.jp/12/89/1347/
DISTNAME= eyeclk20
MAINTAINER= ports@FreeBSD.org
COMMENT= Clock with eyes following the mouse pointer
BROKEN= unfetchable
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKE_ENV= X11BASE=${LOCALBASE}
USE_XORG= x11 xau xdmcp xpm xt ice
USES= tar:tgz
DESKTOP_ENTRIES="EyeClock" "" "" "eyeclock" "" ""
post-patch:
@${REINPLACE_CMD} -e "s#gcc#${CC}#" ${WRKSRC}/Makefile

View File

@ -1,5 +1,5 @@
--- Makefile.orig Sat Dec 25 03:18:57 1999
+++ Makefile Sun Dec 26 16:33:49 1999
--- Makefile.orig 1999-12-25 09:18:57 UTC
+++ Makefile
@@ -15,8 +15,8 @@
###############################################################################
@ -11,7 +11,7 @@
BINDIR = ${PREFIX}/bin
LIBDIR = ${PREFIX}/lib/X11/EyeClock
RESDIR = ${PREFIX}/lib/X11/app-defaults
@@ -26,15 +26,15 @@
@@ -26,15 +26,15 @@ VERSION = EyeClock-2.0
# Choose a default face from below lines.
@ -31,7 +31,7 @@
# Choose icon pixmap from below lines.
@@ -93,14 +93,15 @@
@@ -93,14 +93,15 @@ clean :
backup :
cp COPYRIGHT* *.jpn CHANGE EyeClock* Makefile *.h *.c *.man bak
@ -51,7 +51,7 @@
umeharaclock :
ln -s eyeclock umeharaclock
@@ -131,7 +132,7 @@
@@ -131,7 +132,7 @@ octopusclock :
clearclock :
rm -f ${BINDIR}/eyeclock
rm -f ${BINDIR}/daemonclock

View File

@ -1,5 +1,5 @@
--- main.c.orig Sun Dec 26 16:34:55 1999
+++ main.c Sun Dec 26 16:37:01 1999
--- main.c.orig 1999-12-25 09:18:56 UTC
+++ main.c
@@ -76,7 +76,7 @@
/*===========================================================================*/
@ -9,7 +9,7 @@
/*===========================================================================*/
/* Number ヴィジェットのヴィジェットごとの名前 */
@@ -616,9 +616,9 @@
@@ -616,9 +616,9 @@ static void die(Widget w)
Display * display;
int i;
@ -22,7 +22,7 @@
if (toplevel)
if (XtIsRealized(toplevel)) {
@@ -650,8 +650,8 @@
@@ -650,8 +650,8 @@ static void restore(Widget w, XEvent * e
unsigned int width;
unsigned int height;
@ -33,7 +33,7 @@
if (width && height)
XtVaSetValues(toplevel, XtNwidth, width, XtNheight, height, NULL);
@@ -730,23 +730,23 @@
@@ -730,23 +730,23 @@ int main(int argc, char * argv[])
}
/* Clock ヴィジェットの作成 */
@ -61,7 +61,7 @@
/* ポインタのフォーカスを有効にする */
XtVaSetValues(toplevel, XtNinput, True, NULL);
@@ -788,7 +788,7 @@
@@ -788,7 +788,7 @@ int main(int argc, char * argv[])
XSetWMProtocols(display, XtWindow(toplevel), &wm_delete_window, 1);
/* 時計をスタートさせる */

View File

@ -7,3 +7,5 @@ This port installs below clocks.
boyclock, daemonclock, eyeclock, girlclock, henohenoclock,
margueriteclock, octopusclock, punpunclock, silicagelclock,
taroclock, umeharaclock.
WWW: http://kozos.jp/myfreesoft/