mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
x11-clocks/abclock: Unbreak & assign to submitter
- Add USES=xorg and bump PORTREVISION - Defince LICENSE - Regenerate patches - Update MASTER_SITES and WWW - and some cosmetic changes PR: 241100 Submitted by: m.ne@gmx.net
This commit is contained in:
parent
3033a69b2c
commit
89cd19be8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513894
x11-clocks/abclock
@ -3,21 +3,22 @@
|
||||
|
||||
PORTNAME= abclock
|
||||
PORTVERSION= 1.0d
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= x11-clocks
|
||||
MASTER_SITES= http://odur.let.rug.nl/~kleiweg/abclock/
|
||||
MASTER_SITES= https://www.let.rug.nl/~kleiweg/abclock/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= m.ne@gmx.net
|
||||
COMMENT= Clock for X that displays hours and minutes in an analog fashion
|
||||
|
||||
BROKEN= unfetchable
|
||||
DEPRECATED= Unfetchable, unmaintained
|
||||
EXPIRATION_DATE= 2019-10-16
|
||||
LICENSE= GPLv2+
|
||||
|
||||
PLIST_FILES= bin/abclock bin/abc_img
|
||||
PLIST_FILES= bin/abc_img \
|
||||
bin/abclock
|
||||
|
||||
MAKE_ARGS= CC="${CC}" OPT="${CFLAGS}"
|
||||
MAKE_ARGS= CC="${CC}" \
|
||||
OPT="${CFLAGS}"
|
||||
|
||||
USES= xorg
|
||||
USE_XORG= x11 xau xdmcp
|
||||
|
||||
do-install:
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.orig Fri Nov 24 16:58:00 2006
|
||||
+++ Makefile Fri Nov 24 16:59:18 2006
|
||||
--- Makefile.orig 2003-08-26 22:00:00 UTC
|
||||
+++ Makefile
|
||||
@@ -1,18 +1,13 @@
|
||||
|
||||
.SUFFIXES:
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- abclock.c.orig Tue Aug 15 11:25:10 2000
|
||||
+++ abclock.c Tue Aug 15 11:43:06 2000
|
||||
@@ -29,7 +29,7 @@
|
||||
--- abclock.c.orig 2006-03-13 07:51:41 UTC
|
||||
+++ abclock.c
|
||||
@@ -30,7 +30,7 @@
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
|
@ -2,4 +2,4 @@ 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/
|
||||
WWW: https://www.let.rug.nl/~kleiweg/abclock/
|
||||
|
Loading…
Reference in New Issue
Block a user