Import wmdate-0.7.
Submitted by Peter Stromberg <home@wilfried.net>. wmDate is a date-display utility. It was originally based on the displaying lay-out of asclock (which in turn is based on the time-display utility used in NeXTStep).
This commit is contained in:
parent
f0f4b665b4
commit
530be19c49
25
x11/wmdate/Makefile
Normal file
25
x11/wmdate/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/16 22:10:15 naddy Exp $
|
||||
|
||||
DISTNAME= wmdate-0.7
|
||||
CATEGORIES= x11
|
||||
NEED_VERSION= 1.340
|
||||
HOMEPAGE= http://wit401310.student.utwente.nl/~dalroi/apps/wmdate.php
|
||||
MASTER_SITES= http://wit401310.student.utwente.nl/~dalroi/apps/apps/
|
||||
|
||||
MAINTAINER= Peter Stromberg <home@wilfried.net>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
LIB_DEPENDS= dockapp:devel/libdockapp
|
||||
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE= imake noman
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmdate
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/wmdate
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/wmdate/files/md5
Normal file
3
x11/wmdate/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (wmdate-0.7.tar.gz) = 967a20599124da13c876d12cfe08e3a5
|
||||
RMD160 (wmdate-0.7.tar.gz) = d16dd5f0683ac3e02be1159e32263339951064ea
|
||||
SHA1 (wmdate-0.7.tar.gz) = 55112f243f927a4354bd36d7c469d8a2d8bed8b0
|
22
x11/wmdate/patches/patch-Imakefile
Normal file
22
x11/wmdate/patches/patch-Imakefile
Normal file
@ -0,0 +1,22 @@
|
||||
$OpenBSD: patch-Imakefile,v 1.1.1.1 2001/01/16 22:10:15 naddy Exp $
|
||||
--- Imakefile.orig Mon May 17 22:36:35 1999
|
||||
+++ Imakefile Tue Jan 16 16:41:43 2001
|
||||
@@ -89,8 +89,7 @@ XCOMM
|
||||
|
||||
MASTERXPM = xpm/$(MASTER_XPM).xpm
|
||||
|
||||
-WMDATELIBS = -L/usr/X11R6/lib \
|
||||
- -L/usr/local/lib \
|
||||
+WMDATELIBS = -L/usr/local/lib \
|
||||
-L. \
|
||||
-ldockapp \
|
||||
-lXpm -lXext -lX11
|
||||
@@ -132,7 +131,7 @@ XCOMM ----------------------------------
|
||||
XCOMM Create Makefile
|
||||
XCOMM ---------------------------------------
|
||||
|
||||
-ComplexProgramTarget(wmdate)
|
||||
+ComplexProgramTargetNoMan(wmdate)
|
||||
|
||||
XCOMM - - - - - - - - - - - - - - - - - - - -
|
||||
XCOMM e n d
|
12
x11/wmdate/patches/patch-wmdate_c
Normal file
12
x11/wmdate/patches/patch-wmdate_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-wmdate_c,v 1.1.1.1 2001/01/16 22:10:16 naddy Exp $
|
||||
--- wmdate.c.orig Mon May 17 22:25:23 1999
|
||||
+++ wmdate.c Tue Jan 16 16:35:36 2001
|
||||
@@ -95,7 +95,7 @@ main (int argc, char *argv[])
|
||||
int old_day;
|
||||
unsigned int w=183, h=84;
|
||||
|
||||
- DAParseArguments(argc, argv, options, 4, DESCRIPTION, VERSION);
|
||||
+ DAParseArguments(argc, argv, options, 3, DESCRIPTION, VERSION);
|
||||
shaped = !options[1].used;
|
||||
doTest = options[2].used;
|
||||
|
1
x11/wmdate/pkg/COMMENT
Normal file
1
x11/wmdate/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
dockapp that shows the current date
|
5
x11/wmdate/pkg/DESCR
Normal file
5
x11/wmdate/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
wmDate is a date-display utility. It was originally based
|
||||
on the displaying lay-out of asclock (which in turn is based
|
||||
on the time-display utility used in NeXTStep).
|
||||
|
||||
WWW: ${HOMEPAGE}
|
4
x11/wmdate/pkg/PLIST
Normal file
4
x11/wmdate/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/16 22:10:16 naddy Exp $
|
||||
bin/wmdate
|
||||
share/doc/wmdate/COPYING
|
||||
@dirrm share/doc/wmdate
|
Loading…
Reference in New Issue
Block a user