diff options
author | jlam <jlam@pkgsrc.org> | 1999-10-07 17:26:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-10-07 17:26:15 +0000 |
commit | d322fa8a139e82f0821a95f83093e26a59e27d67 (patch) | |
tree | 8c7c8bbdbdd4c5f690ce16b6b29285127ecf1c2b | |
parent | 8759ee27092e8a431063a2e9db63290105688998 (diff) | |
download | pkgsrc-d322fa8a139e82f0821a95f83093e26a59e27d67.tar.gz |
asclock-xlib-2.0.11: dockable clock and calendar with themes for X11
-rw-r--r-- | x11/asclock-xlib/Makefile | 40 | ||||
-rw-r--r-- | x11/asclock-xlib/files/md5 | 3 | ||||
-rw-r--r-- | x11/asclock-xlib/files/patch-sum | 5 | ||||
-rw-r--r-- | x11/asclock-xlib/patches/patch-aa | 22 | ||||
-rw-r--r-- | x11/asclock-xlib/patches/patch-ab | 15 | ||||
-rw-r--r-- | x11/asclock-xlib/patches/patch-ac | 14 | ||||
-rw-r--r-- | x11/asclock-xlib/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/asclock-xlib/pkg/DESCR | 5 | ||||
-rw-r--r-- | x11/asclock-xlib/pkg/PLIST | 5 | ||||
-rw-r--r-- | x11/asclock-xlib/pkg/PLIST.languages | 64 | ||||
-rw-r--r-- | x11/asclock-xlib/pkg/PLIST.themes | 92 |
11 files changed, 266 insertions, 0 deletions
diff --git a/x11/asclock-xlib/Makefile b/x11/asclock-xlib/Makefile new file mode 100644 index 00000000000..038510d9944 --- /dev/null +++ b/x11/asclock-xlib/Makefile @@ -0,0 +1,40 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/10/07 17:26:15 jlam Exp $ +# + +DISTNAME= asclock-xlib-2.0.11 +PKGNAME= asclock-xlib-2.0b11 +WRKSRC= ${WRKDIR}/asclock-xlib +CATEGORIES= x11 +MASTER_SITES= http://www.asclock.org/tar/ + +MAINTAINER= jlam@netbsd.org +HOMEPAGE= http://www.asclock.org/ + +DEPENDS+= xpm-3.4k:../../graphics/xpm + +CONFLICTS= asclock-* asclock-gtk-* + +USE_IMAKE= yes + +PLIST_SRC= ${PKGDIR}/PLIST \ + ${PKGDIR}/PLIST.languages \ + ${PKGDIR}/PLIST.themes + +pre-configure: + cd ${WRKSRC}; ${LN} -sf themes/classic default_theme + +pre-install: + ${RM} -f ${WRKSRC}/themes/Freeamp/Makefile* + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/asclock + cd ${WRKSRC}; ${INSTALL_DATA} COPYING README.THEMES \ + ${PREFIX}/share/doc/asclock + ${MKDIR} ${PREFIX}/share/asclock + ${CP} -R ${WRKSRC}/themes/* ${PREFIX}/share/asclock + ${MKDIR} ${PREFIX}/share/examples/asclock + ${CP} -R ${WRKSRC}/languages/* ${PREFIX}/share/examples/asclock + ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} \ + ${PREFIX}/share/asclock ${PREFIX}/share/examples/asclock + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/asclock-xlib/files/md5 b/x11/asclock-xlib/files/md5 new file mode 100644 index 00000000000..fe33e4b13bd --- /dev/null +++ b/x11/asclock-xlib/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/10/07 17:26:15 jlam Exp $ + +MD5 (asclock-xlib-2.0.11.tar.gz) = f197af0928ddec5d8dcff859a459a697 diff --git a/x11/asclock-xlib/files/patch-sum b/x11/asclock-xlib/files/patch-sum new file mode 100644 index 00000000000..5a0da6a33e5 --- /dev/null +++ b/x11/asclock-xlib/files/patch-sum @@ -0,0 +1,5 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/10/07 17:26:15 jlam Exp $ + +MD5 (patch-aa) = b7f13f359c8f06660970a4edde5cb865 +MD5 (patch-ab) = fbd1e7028ade24322a52f3d5fba8d299 +MD5 (patch-ac) = b6f69a0fc3d20e2e4ecb523fcbbe7468 diff --git a/x11/asclock-xlib/patches/patch-aa b/x11/asclock-xlib/patches/patch-aa new file mode 100644 index 00000000000..21010f85335 --- /dev/null +++ b/x11/asclock-xlib/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/10/07 17:26:15 jlam Exp $ + +--- ./Imakefile.orig Sun Mar 14 01:04:31 1999 ++++ ./Imakefile Thu Oct 7 03:38:21 1999 +@@ -1,13 +1,14 @@ + +-XPMLIB = -L/usr/lib/X11 -lXpm ++XPMLIB = -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lXpm + DEPLIBS = $(DEPXLIB) + + LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) + + LINTLIBS = $(LINTXLIB) +-CC = gcc -g + + SRCS = asclock.c parser.c symbols.c config.c + OBJS = asclock.o parser.o symbols.o config.o + +-ComplexProgramTarget(asclock) ++CPPFLAGS += -DPREFIX=\"${PREFIX}\" ++ ++ComplexProgramTargetNoMan(asclock) diff --git a/x11/asclock-xlib/patches/patch-ab b/x11/asclock-xlib/patches/patch-ab new file mode 100644 index 00000000000..61d4200770a --- /dev/null +++ b/x11/asclock-xlib/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/10/07 17:26:15 jlam Exp $ + +--- ./README.THEMES.orig Fri Feb 19 01:20:51 1999 ++++ ./README.THEMES Thu Oct 7 03:36:59 1999 +@@ -2,10 +2,6 @@ + ----------------------- + + +-SPECIAL NOTE FOR THE IMPATIENT: copy your themes to either +-/usr/local/share/asclock/ or /usr/share/asclock/ +- +- + a theme consists of 8 xpms and a position file called 'config'. + + all tiles within the same xpm must have the same width or height, except the diff --git a/x11/asclock-xlib/patches/patch-ac b/x11/asclock-xlib/patches/patch-ac new file mode 100644 index 00000000000..47fb33617af --- /dev/null +++ b/x11/asclock-xlib/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1.1.1 1999/10/07 17:26:15 jlam Exp $ + +--- ./config.c.orig Sun Mar 14 18:09:13 1999 ++++ ./config.c Thu Oct 7 03:36:59 1999 +@@ -26,8 +26,7 @@ + + char *themes_directories[] = { + "./themes/", +- "/usr/local/share/asclock/", +- "/usr/share/asclock/", ++ PREFIX "/share/asclock/", + "", + NULL + }; diff --git a/x11/asclock-xlib/pkg/COMMENT b/x11/asclock-xlib/pkg/COMMENT new file mode 100644 index 00000000000..b25c1a3f307 --- /dev/null +++ b/x11/asclock-xlib/pkg/COMMENT @@ -0,0 +1 @@ +dockable clock and calendar with themes for X11 diff --git a/x11/asclock-xlib/pkg/DESCR b/x11/asclock-xlib/pkg/DESCR new file mode 100644 index 00000000000..ee814fabab5 --- /dev/null +++ b/x11/asclock-xlib/pkg/DESCR @@ -0,0 +1,5 @@ +ASClock is a dockable clock and calendar application with themes which +supports multiple languages, military and AM/PM time formats, and +program execution. + +This version of asclock is an Xlib application. diff --git a/x11/asclock-xlib/pkg/PLIST b/x11/asclock-xlib/pkg/PLIST new file mode 100644 index 00000000000..42c2cff7a32 --- /dev/null +++ b/x11/asclock-xlib/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/07 17:26:15 jlam Exp $ +bin/asclock +share/doc/asclock/COPYING +share/doc/asclock/README.THEMES +@dirrm share/doc/asclock diff --git a/x11/asclock-xlib/pkg/PLIST.languages b/x11/asclock-xlib/pkg/PLIST.languages new file mode 100644 index 00000000000..f92b4fbc8ee --- /dev/null +++ b/x11/asclock-xlib/pkg/PLIST.languages @@ -0,0 +1,64 @@ +@comment $NetBSD: PLIST.languages,v 1.1.1.1 1999/10/07 17:26:15 jlam Exp $ +share/examples/asclock/breton/month.xpm +share/examples/asclock/breton/weekday.xpm +share/examples/asclock/czech/month.xpm +share/examples/asclock/czech/weekday.xpm +share/examples/asclock/danish/month.xpm +share/examples/asclock/danish/weekday.xpm +share/examples/asclock/dutch/month.xpm +share/examples/asclock/dutch/weekday.xpm +share/examples/asclock/english/month.xpm +share/examples/asclock/english/month.xpm~ +share/examples/asclock/english/weekday.xpm +share/examples/asclock/english/weekday.xpm~ +share/examples/asclock/french/french2/month.xpm +share/examples/asclock/french/french2/weekday.xpm +share/examples/asclock/french/month.xpm +share/examples/asclock/french/weekday.xpm +share/examples/asclock/german/month.xpm +share/examples/asclock/german/weekday.xpm +share/examples/asclock/hebrew/month.xpm +share/examples/asclock/hebrew/weekday.xpm +share/examples/asclock/hungarian/month.xpm +share/examples/asclock/hungarian/weekday.xpm +share/examples/asclock/indonesian/month.xpm +share/examples/asclock/indonesian/weekday.xpm +share/examples/asclock/italian/month.xpm +share/examples/asclock/italian/weekday.xpm +share/examples/asclock/japanese/month.xpm +share/examples/asclock/japanese/weekday.xpm +share/examples/asclock/norwegian/month.xpm +share/examples/asclock/norwegian/weekday.xpm +share/examples/asclock/portuguese/month.xpm +share/examples/asclock/portuguese/weekday.xpm +share/examples/asclock/russian/month.xpm +share/examples/asclock/russian/weekday.xpm +share/examples/asclock/slovene/month.xpm +share/examples/asclock/slovene/weekday.xpm +share/examples/asclock/spanish/month.xpm +share/examples/asclock/spanish/weekday.xpm +share/examples/asclock/swedish/month.xpm +share/examples/asclock/swedish/weekday.xpm +share/examples/asclock/ukrainian/month.xpm +share/examples/asclock/ukrainian/weekday.xpm +@dirrm share/examples/asclock/ukrainian +@dirrm share/examples/asclock/swedish +@dirrm share/examples/asclock/spanish +@dirrm share/examples/asclock/slovene +@dirrm share/examples/asclock/russian +@dirrm share/examples/asclock/portuguese +@dirrm share/examples/asclock/norwegian +@dirrm share/examples/asclock/japanese +@dirrm share/examples/asclock/italian +@dirrm share/examples/asclock/indonesian +@dirrm share/examples/asclock/hungarian +@dirrm share/examples/asclock/hebrew +@dirrm share/examples/asclock/german +@dirrm share/examples/asclock/french/french2 +@dirrm share/examples/asclock/french +@dirrm share/examples/asclock/english +@dirrm share/examples/asclock/dutch +@dirrm share/examples/asclock/danish +@dirrm share/examples/asclock/czech +@dirrm share/examples/asclock/breton +@dirrm share/examples/asclock diff --git a/x11/asclock-xlib/pkg/PLIST.themes b/x11/asclock-xlib/pkg/PLIST.themes new file mode 100644 index 00000000000..8e4be037325 --- /dev/null +++ b/x11/asclock-xlib/pkg/PLIST.themes @@ -0,0 +1,92 @@ +@comment $NetBSD: PLIST.themes,v 1.1.1.1 1999/10/07 17:26:15 jlam Exp $ +share/asclock/Freeamp/Makefile +share/asclock/Freeamp/Makefile.am +share/asclock/Freeamp/Makefile.in +share/asclock/Freeamp/beats.xpm +share/asclock/Freeamp/clock.xpm +share/asclock/Freeamp/config +share/asclock/Freeamp/date.xpm +share/asclock/Freeamp/hour.xpm +share/asclock/Freeamp/led.xpm +share/asclock/Freeamp/minute.xpm +share/asclock/Freeamp/month.xpm +share/asclock/Freeamp/old.clock.xpm +share/asclock/Freeamp/second.xpm +share/asclock/Freeamp/weekday.xpm +share/asclock/Newstone/beats.xpm +share/asclock/Newstone/clock.xpm +share/asclock/Newstone/config +share/asclock/Newstone/date.xpm +share/asclock/Newstone/hour.xpm +share/asclock/Newstone/led.xpm +share/asclock/Newstone/minute.xpm +share/asclock/Newstone/month.xpm +share/asclock/Newstone/second.xpm +share/asclock/Newstone/weekday.xpm +share/asclock/Orb/beats.xpm +share/asclock/Orb/clock.xpm +share/asclock/Orb/config +share/asclock/Orb/date.xpm +share/asclock/Orb/hour.xpm +share/asclock/Orb/led.xpm +share/asclock/Orb/minute.xpm +share/asclock/Orb/month.xpm +share/asclock/Orb/second.xpm +share/asclock/Orb/weekday.xpm +share/asclock/Stone/beats.xpm +share/asclock/Stone/clock.xpm +share/asclock/Stone/config +share/asclock/Stone/date.xpm +share/asclock/Stone/hour.xpm +share/asclock/Stone/led.xpm +share/asclock/Stone/minute.xpm +share/asclock/Stone/month.xpm +share/asclock/Stone/second.xpm +share/asclock/Stone/weekday.xpm +share/asclock/beats/beats.xpm +share/asclock/beats/classic +share/asclock/beats/clock.xpm +share/asclock/beats/config +share/asclock/beats/date.xpm +share/asclock/beats/hour.xpm +share/asclock/beats/led.xpm +share/asclock/beats/minute.xpm +share/asclock/beats/month.xpm +share/asclock/beats/second.xpm +share/asclock/beats/weekday.xpm +share/asclock/classic/beats.xpm +share/asclock/classic/classic +share/asclock/classic/clock.xpm +share/asclock/classic/config +share/asclock/classic/date.xpm +share/asclock/classic/hour.xpm +share/asclock/classic/led.xpm +share/asclock/classic/minute.xpm +share/asclock/classic/month.xpm +share/asclock/classic/second.xpm +share/asclock/classic/weekday.xpm +share/asclock/penguin/clock.xpm +share/asclock/penguin/config +share/asclock/penguin/date.xpm +share/asclock/penguin/led.xpm +share/asclock/penguin/month.xpm +share/asclock/shaped/beats.xpm +share/asclock/shaped/classic +share/asclock/shaped/clock.xpm +share/asclock/shaped/config +share/asclock/shaped/date.xpm +share/asclock/shaped/hour.xpm +share/asclock/shaped/led.xpm +share/asclock/shaped/minute.xpm +share/asclock/shaped/month.xpm +share/asclock/shaped/second.xpm +share/asclock/shaped/weekday.xpm +@dirrm share/asclock/shaped +@dirrm share/asclock/penguin +@dirrm share/asclock/classic +@dirrm share/asclock/beats +@dirrm share/asclock/Stone +@dirrm share/asclock/Orb +@dirrm share/asclock/Newstone +@dirrm share/asclock/Freeamp +@dirrm share/asclock |