summaryrefslogtreecommitdiff
path: root/time/asclock-xlib
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-17 23:32:09 +0000
committerwiz <wiz>2000-12-17 23:32:09 +0000
commitfb54ca6e79512b331f6c65b3efaf08d4e7219b5b (patch)
tree73288b5bb97270ccddd92731e20bbfff8858d306 /time/asclock-xlib
parent143076fe6de60fa3d2351ac4e46ccb0b17a83ce5 (diff)
downloadpkgsrc-fb54ca6e79512b331f6c65b3efaf08d4e7219b5b.tar.gz
New category: time. Move many packages here:
misc/cal, misc/cardboard-schedule, misc/ical, misc/plan, misc/py-mxDateTime, misc/remind, sysutils/logtime, and 19 more from x11.
Diffstat (limited to 'time/asclock-xlib')
-rw-r--r--time/asclock-xlib/Makefile33
-rw-r--r--time/asclock-xlib/files/md53
-rw-r--r--time/asclock-xlib/files/patch-sum5
-rw-r--r--time/asclock-xlib/patches/patch-aa22
-rw-r--r--time/asclock-xlib/patches/patch-ab15
-rw-r--r--time/asclock-xlib/patches/patch-ac14
-rw-r--r--time/asclock-xlib/pkg/COMMENT1
-rw-r--r--time/asclock-xlib/pkg/DESCR5
-rw-r--r--time/asclock-xlib/pkg/PLIST5
-rw-r--r--time/asclock-xlib/pkg/PLIST.themes89
10 files changed, 192 insertions, 0 deletions
diff --git a/time/asclock-xlib/Makefile b/time/asclock-xlib/Makefile
new file mode 100644
index 00000000000..f2ec7243c94
--- /dev/null
+++ b/time/asclock-xlib/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 23:32:15 wiz Exp $
+#
+
+DISTNAME= asclock-xlib-2.0.11
+PKGNAME= asclock-xlib-2.0b11
+WRKSRC= ${WRKDIR}/asclock-xlib
+CATEGORIES= x11 time
+MASTER_SITES= http://www.asclock.org/tar/
+
+MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://www.asclock.org/
+
+USE_IMAKE= YES
+USE_XPM= YES
+
+PLIST_SRC= ${PKGDIR}/PLIST \
+ ${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-xlib
+ cd ${WRKSRC}; ${INSTALL_DATA} COPYING README.THEMES \
+ ${PREFIX}/share/doc/asclock-xlib
+ ${MKDIR} ${PREFIX}/share/asclock-xlib
+ ${CP} -R ${WRKSRC}/themes/* ${PREFIX}/share/asclock-xlib
+ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/asclock-xlib
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/time/asclock-xlib/files/md5 b/time/asclock-xlib/files/md5
new file mode 100644
index 00000000000..195e10624fc
--- /dev/null
+++ b/time/asclock-xlib/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/12/17 23:32:15 wiz Exp $
+
+MD5 (asclock-xlib-2.0.11.tar.gz) = f197af0928ddec5d8dcff859a459a697
diff --git a/time/asclock-xlib/files/patch-sum b/time/asclock-xlib/files/patch-sum
new file mode 100644
index 00000000000..592796a52be
--- /dev/null
+++ b/time/asclock-xlib/files/patch-sum
@@ -0,0 +1,5 @@
+$NetBSD: patch-sum,v 1.1.1.1 2000/12/17 23:32:15 wiz Exp $
+
+MD5 (patch-aa) = dc41c875745019920b72366846459b87
+MD5 (patch-ab) = fbd1e7028ade24322a52f3d5fba8d299
+MD5 (patch-ac) = 4e897fb0ad2b595d09cd29d3a24dc75d
diff --git a/time/asclock-xlib/patches/patch-aa b/time/asclock-xlib/patches/patch-aa
new file mode 100644
index 00000000000..5425f8257c1
--- /dev/null
+++ b/time/asclock-xlib/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/17 23:32:15 wiz 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-xlib)
diff --git a/time/asclock-xlib/patches/patch-ab b/time/asclock-xlib/patches/patch-ab
new file mode 100644
index 00000000000..79ba98775fd
--- /dev/null
+++ b/time/asclock-xlib/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/17 23:32:15 wiz 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/time/asclock-xlib/patches/patch-ac b/time/asclock-xlib/patches/patch-ac
new file mode 100644
index 00000000000..a705340ccb6
--- /dev/null
+++ b/time/asclock-xlib/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1.1.1 2000/12/17 23:32:15 wiz 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-xlib/",
+ "",
+ NULL
+ };
diff --git a/time/asclock-xlib/pkg/COMMENT b/time/asclock-xlib/pkg/COMMENT
new file mode 100644
index 00000000000..b25c1a3f307
--- /dev/null
+++ b/time/asclock-xlib/pkg/COMMENT
@@ -0,0 +1 @@
+dockable clock and calendar with themes for X11
diff --git a/time/asclock-xlib/pkg/DESCR b/time/asclock-xlib/pkg/DESCR
new file mode 100644
index 00000000000..ee814fabab5
--- /dev/null
+++ b/time/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/time/asclock-xlib/pkg/PLIST b/time/asclock-xlib/pkg/PLIST
new file mode 100644
index 00000000000..0b67de473b1
--- /dev/null
+++ b/time/asclock-xlib/pkg/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/17 23:32:15 wiz Exp $
+bin/asclock-xlib
+share/doc/asclock-xlib/COPYING
+share/doc/asclock-xlib/README.THEMES
+@dirrm share/doc/asclock-xlib
diff --git a/time/asclock-xlib/pkg/PLIST.themes b/time/asclock-xlib/pkg/PLIST.themes
new file mode 100644
index 00000000000..71959d51fed
--- /dev/null
+++ b/time/asclock-xlib/pkg/PLIST.themes
@@ -0,0 +1,89 @@
+@comment $NetBSD: PLIST.themes,v 1.1.1.1 2000/12/17 23:32:15 wiz Exp $
+share/asclock-xlib/Freeamp/beats.xpm
+share/asclock-xlib/Freeamp/clock.xpm
+share/asclock-xlib/Freeamp/config
+share/asclock-xlib/Freeamp/date.xpm
+share/asclock-xlib/Freeamp/hour.xpm
+share/asclock-xlib/Freeamp/led.xpm
+share/asclock-xlib/Freeamp/minute.xpm
+share/asclock-xlib/Freeamp/month.xpm
+share/asclock-xlib/Freeamp/old.clock.xpm
+share/asclock-xlib/Freeamp/second.xpm
+share/asclock-xlib/Freeamp/weekday.xpm
+share/asclock-xlib/Newstone/beats.xpm
+share/asclock-xlib/Newstone/clock.xpm
+share/asclock-xlib/Newstone/config
+share/asclock-xlib/Newstone/date.xpm
+share/asclock-xlib/Newstone/hour.xpm
+share/asclock-xlib/Newstone/led.xpm
+share/asclock-xlib/Newstone/minute.xpm
+share/asclock-xlib/Newstone/month.xpm
+share/asclock-xlib/Newstone/second.xpm
+share/asclock-xlib/Newstone/weekday.xpm
+share/asclock-xlib/Orb/beats.xpm
+share/asclock-xlib/Orb/clock.xpm
+share/asclock-xlib/Orb/config
+share/asclock-xlib/Orb/date.xpm
+share/asclock-xlib/Orb/hour.xpm
+share/asclock-xlib/Orb/led.xpm
+share/asclock-xlib/Orb/minute.xpm
+share/asclock-xlib/Orb/month.xpm
+share/asclock-xlib/Orb/second.xpm
+share/asclock-xlib/Orb/weekday.xpm
+share/asclock-xlib/Stone/beats.xpm
+share/asclock-xlib/Stone/clock.xpm
+share/asclock-xlib/Stone/config
+share/asclock-xlib/Stone/date.xpm
+share/asclock-xlib/Stone/hour.xpm
+share/asclock-xlib/Stone/led.xpm
+share/asclock-xlib/Stone/minute.xpm
+share/asclock-xlib/Stone/month.xpm
+share/asclock-xlib/Stone/second.xpm
+share/asclock-xlib/Stone/weekday.xpm
+share/asclock-xlib/beats/beats.xpm
+share/asclock-xlib/beats/classic
+share/asclock-xlib/beats/clock.xpm
+share/asclock-xlib/beats/config
+share/asclock-xlib/beats/date.xpm
+share/asclock-xlib/beats/hour.xpm
+share/asclock-xlib/beats/led.xpm
+share/asclock-xlib/beats/minute.xpm
+share/asclock-xlib/beats/month.xpm
+share/asclock-xlib/beats/second.xpm
+share/asclock-xlib/beats/weekday.xpm
+share/asclock-xlib/classic/beats.xpm
+share/asclock-xlib/classic/classic
+share/asclock-xlib/classic/clock.xpm
+share/asclock-xlib/classic/config
+share/asclock-xlib/classic/date.xpm
+share/asclock-xlib/classic/hour.xpm
+share/asclock-xlib/classic/led.xpm
+share/asclock-xlib/classic/minute.xpm
+share/asclock-xlib/classic/month.xpm
+share/asclock-xlib/classic/second.xpm
+share/asclock-xlib/classic/weekday.xpm
+share/asclock-xlib/penguin/clock.xpm
+share/asclock-xlib/penguin/config
+share/asclock-xlib/penguin/date.xpm
+share/asclock-xlib/penguin/led.xpm
+share/asclock-xlib/penguin/month.xpm
+share/asclock-xlib/shaped/beats.xpm
+share/asclock-xlib/shaped/classic
+share/asclock-xlib/shaped/clock.xpm
+share/asclock-xlib/shaped/config
+share/asclock-xlib/shaped/date.xpm
+share/asclock-xlib/shaped/hour.xpm
+share/asclock-xlib/shaped/led.xpm
+share/asclock-xlib/shaped/minute.xpm
+share/asclock-xlib/shaped/month.xpm
+share/asclock-xlib/shaped/second.xpm
+share/asclock-xlib/shaped/weekday.xpm
+@dirrm share/asclock-xlib/shaped
+@dirrm share/asclock-xlib/penguin
+@dirrm share/asclock-xlib/classic
+@dirrm share/asclock-xlib/beats
+@dirrm share/asclock-xlib/Stone
+@dirrm share/asclock-xlib/Orb
+@dirrm share/asclock-xlib/Newstone
+@dirrm share/asclock-xlib/Freeamp
+@dirrm share/asclock-xlib