diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-15 16:14:24 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-15 16:14:24 +0000 |
commit | f938f2e551add0cb6f41bbebd19dab8f50d43efd (patch) | |
tree | 6e7ca982c2d8b3847a00a97e1025380452d5df56 /x11-clocks | |
parent | 31197a71a906fdde795b775a2952f2e9e04350de (diff) | |
download | ports-f938f2e551add0cb6f41bbebd19dab8f50d43efd.tar.gz ports-f938f2e551add0cb6f41bbebd19dab8f50d43efd.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/abclock/Makefile | 21 | ||||
-rw-r--r-- | x11-clocks/abclock/distinfo | 1 | ||||
-rw-r--r-- | x11-clocks/abclock/files/patch-aa | 17 | ||||
-rw-r--r-- | x11-clocks/abclock/files/patch-ab | 11 | ||||
-rw-r--r-- | x11-clocks/abclock/pkg-comment | 1 | ||||
-rw-r--r-- | x11-clocks/abclock/pkg-descr | 5 | ||||
-rw-r--r-- | x11-clocks/abclock/pkg-plist | 2 |
7 files changed, 58 insertions, 0 deletions
diff --git a/x11-clocks/abclock/Makefile b/x11-clocks/abclock/Makefile new file mode 100644 index 000000000000..1e44d8074660 --- /dev/null +++ b/x11-clocks/abclock/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: abclock +# Date created: 15 August 2000 +# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= abclock +PORTVERSION= 1.0a +CATEGORIES= x11-clocks +MASTER_SITES= http://odur.let.rug.nl/~kleiweg/abclock/ + +MAINTAINER= ports@FreeBSD.org + +USE_X_PREFIX= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/abclock ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/abc_img ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/x11-clocks/abclock/distinfo b/x11-clocks/abclock/distinfo new file mode 100644 index 000000000000..f4976abf6c49 --- /dev/null +++ b/x11-clocks/abclock/distinfo @@ -0,0 +1 @@ +MD5 (abclock-1.0a.tar.gz) = 4a4cd8e72c041aa093a775d1c3f51a4a diff --git a/x11-clocks/abclock/files/patch-aa b/x11-clocks/abclock/files/patch-aa new file mode 100644 index 000000000000..100745fc3bc4 --- /dev/null +++ b/x11-clocks/abclock/files/patch-aa @@ -0,0 +1,17 @@ +--- Makefile.orig Tue Aug 15 06:19:17 2000 ++++ Makefile Tue Aug 15 11:35:39 2000 +@@ -1,12 +1,12 @@ + + .SUFFIXES: + +-OPT = -s -Wall ++OPT = $(CFLAGS) -Wall -I$(X11BASE)/include + + all: abclock abc_img + + abclock: abclock.o abclib.o +- gcc $(OPT) -o abclock abclock.o abclib.o -lX11 ++ gcc $(OPT) -o abclock abclock.o abclib.o -lX11 -L$(X11BASE)/lib + + abc_img: abc_img.o abclib.o + gcc $(OPT) -o abc_img abc_img.o abclib.o diff --git a/x11-clocks/abclock/files/patch-ab b/x11-clocks/abclock/files/patch-ab new file mode 100644 index 000000000000..cda70d8b44f7 --- /dev/null +++ b/x11-clocks/abclock/files/patch-ab @@ -0,0 +1,11 @@ +--- abclock.c.orig Tue Aug 15 11:25:10 2000 ++++ abclock.c Tue Aug 15 11:43:06 2000 +@@ -29,7 +29,7 @@ + #include <time.h> + #include <sys/time.h> + #include <unistd.h> +-#include <values.h> ++#include <float.h> + #include <X11/Xlib.h> + #include <X11/Xutil.h> + diff --git a/x11-clocks/abclock/pkg-comment b/x11-clocks/abclock/pkg-comment new file mode 100644 index 000000000000..da0eec1bc567 --- /dev/null +++ b/x11-clocks/abclock/pkg-comment @@ -0,0 +1 @@ +Clock for X that displays hours and minutes in an analog fashion diff --git a/x11-clocks/abclock/pkg-descr b/x11-clocks/abclock/pkg-descr new file mode 100644 index 000000000000..cfbde04aa514 --- /dev/null +++ b/x11-clocks/abclock/pkg-descr @@ -0,0 +1,5 @@ +Analogue Bitmap Clock displays the current time with hours and minutes in +an analogue fashion but unlike the traditional clock; unlike ordinary +analogue clocks, this design is clear even in very small bitmaps. + +WWW: http://odur.let.rug.nl/~kleiweg/abclock/ diff --git a/x11-clocks/abclock/pkg-plist b/x11-clocks/abclock/pkg-plist new file mode 100644 index 000000000000..d8dc2db48342 --- /dev/null +++ b/x11-clocks/abclock/pkg-plist @@ -0,0 +1,2 @@ +bin/abclock +bin/abc_img |