diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-10-16 15:29:32 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-10-16 15:29:32 +0000 |
commit | 13d4527a34237c3848445140a659128518ca196f (patch) | |
tree | a59de3287464c291f091b739fe407ba6df10c951 /x11-clocks | |
parent | a12065703469e10f4f34b1e43555af92cfceaa6c (diff) |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/Makefile | 4 | ||||
-rw-r--r-- | x11-clocks/cairo-clock/Makefile | 31 | ||||
-rw-r--r-- | x11-clocks/cairo-clock/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/cairo-clock/pkg-descr | 6 | ||||
-rw-r--r-- | x11-clocks/cairo-clock/pkg-message | 7 | ||||
-rw-r--r-- | x11-clocks/cairo-clock/pkg-plist | 252 | ||||
-rw-r--r-- | x11-clocks/pclock/Makefile | 33 | ||||
-rw-r--r-- | x11-clocks/pclock/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/pclock/pkg-descr | 3 | ||||
-rw-r--r-- | x11-clocks/pclock/pkg-plist | 17 | ||||
-rw-r--r-- | x11-clocks/stopwatch/Makefile | 33 | ||||
-rw-r--r-- | x11-clocks/stopwatch/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/stopwatch/pkg-descr | 7 | ||||
-rw-r--r-- | x11-clocks/wmfuzzy/Makefile | 35 | ||||
-rw-r--r-- | x11-clocks/wmfuzzy/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/wmfuzzy/files/patch-xdisplay.c | 11 | ||||
-rw-r--r-- | x11-clocks/wmfuzzy/files/patch-xdisplay.h | 10 | ||||
-rw-r--r-- | x11-clocks/wmfuzzy/pkg-descr | 9 |
18 files changed, 0 insertions, 466 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index 8a1257666540..e98625f78f13 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -13,7 +13,6 @@ SUBDIR += bbdate SUBDIR += bclock SUBDIR += buici-clock - SUBDIR += cairo-clock SUBDIR += dclock SUBDIR += emiclock SUBDIR += eyeclock @@ -27,9 +26,7 @@ SUBDIR += oclock SUBDIR += osdclock SUBDIR += p5-Tk-Clock - SUBDIR += pclock SUBDIR += rclock - SUBDIR += stopwatch SUBDIR += t3d SUBDIR += tclock SUBDIR += tktz @@ -39,7 +36,6 @@ SUBDIR += wmcalclock SUBDIR += wmclock SUBDIR += wmfishtime - SUBDIR += wmfuzzy SUBDIR += wmtime SUBDIR += wmtimer SUBDIR += xalarm diff --git a/x11-clocks/cairo-clock/Makefile b/x11-clocks/cairo-clock/Makefile deleted file mode 100644 index 3355bbea2664..000000000000 --- a/x11-clocks/cairo-clock/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: chinsan -# $FreeBSD$ - -PORTNAME= cairo-clock -PORTVERSION= 0.3.4 -PORTREVISION= 4 -CATEGORIES= x11-clocks net gnome -MASTER_SITES= http://macslow.thepimp.net/projects/cairo-clock/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= MacSlow's Cairo-Clock - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -USE_GNOME= gtk20 intlhack libglade2 librsvg2 -USES= pathfix iconv gmake localbase:ldflags pkgconfig gettext -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -post-patch: - @${GZIP_CMD} -d ${WRKSRC}/man/cairo-clock.1.gz - @${REINPLACE_CMD} -e 's,.gz,,; s,datadir)\/man,prefix)\/man,' \ - ${WRKSRC}/man/Makefile.in - -post-configure: - @${REINPLACE_CMD} -e 's,--export-dynamic,-export-dynamic,' \ - ${WRKSRC}/src/Makefile - -.include <bsd.port.mk> diff --git a/x11-clocks/cairo-clock/distinfo b/x11-clocks/cairo-clock/distinfo deleted file mode 100644 index 15f744f3e3fb..000000000000 --- a/x11-clocks/cairo-clock/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cairo-clock-0.3.4.tar.gz) = f310de5bc03473a190d691679a831cd305351744ccf6eb7701f43dda6cd98a8d -SIZE (cairo-clock-0.3.4.tar.gz) = 832968 diff --git a/x11-clocks/cairo-clock/pkg-descr b/x11-clocks/cairo-clock/pkg-descr deleted file mode 100644 index 96e962ce7fea..000000000000 --- a/x11-clocks/cairo-clock/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -It is an analog clock displaying the system-time. -It leverages the new visual features offered by Xorg 6.9/7.0 in combination -with a compositing-manager (e.g. like xcompmgr), gtk+ 2.8.x, cairo 1.0.2 and -librsvg 2.13.93 to produce a time-display with pretty-pixels. - -WWW: http://macslow.thepimp.net/?page_id=23 diff --git a/x11-clocks/cairo-clock/pkg-message b/x11-clocks/cairo-clock/pkg-message deleted file mode 100644 index 70576d7f5359..000000000000 --- a/x11-clocks/cairo-clock/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -[ -{ type: install - message: <<EOM - Please note that you need composite extension enabled in X.org or Xgl. -EOM -} -] diff --git a/x11-clocks/cairo-clock/pkg-plist b/x11-clocks/cairo-clock/pkg-plist deleted file mode 100644 index 42d525c02a41..000000000000 --- a/x11-clocks/cairo-clock/pkg-plist +++ /dev/null @@ -1,252 +0,0 @@ -bin/cairo-clock -man/man1/cairo-clock.1.gz -share/applications/cairo-clock.desktop -%%DATADIR%%/glade/cairo-clock.glade -%%DATADIR%%/pixmaps/cairo-clock-logo.png -%%DATADIR%%/themes/antique/clock-drop-shadow.svg -%%DATADIR%%/themes/antique/clock-face-shadow.svg -%%DATADIR%%/themes/antique/clock-face.svg -%%DATADIR%%/themes/antique/clock-frame.svg -%%DATADIR%%/themes/antique/clock-glass.svg -%%DATADIR%%/themes/antique/clock-hour-hand-shadow.svg -%%DATADIR%%/themes/antique/clock-hour-hand.svg -%%DATADIR%%/themes/antique/clock-marks.svg -%%DATADIR%%/themes/antique/clock-minute-hand-shadow.svg -%%DATADIR%%/themes/antique/clock-minute-hand.svg -%%DATADIR%%/themes/antique/clock-second-hand-shadow.svg -%%DATADIR%%/themes/antique/clock-second-hand.svg -%%DATADIR%%/themes/default-24/clock-drop-shadow.svg -%%DATADIR%%/themes/default-24/clock-face-shadow.svg -%%DATADIR%%/themes/default-24/clock-face.svg -%%DATADIR%%/themes/default-24/clock-frame.svg -%%DATADIR%%/themes/default-24/clock-glass.svg -%%DATADIR%%/themes/default-24/clock-hour-hand-shadow.svg -%%DATADIR%%/themes/default-24/clock-hour-hand.svg -%%DATADIR%%/themes/default-24/clock-marks.svg -%%DATADIR%%/themes/default-24/clock-minute-hand-shadow.svg -%%DATADIR%%/themes/default-24/clock-minute-hand.svg -%%DATADIR%%/themes/default-24/clock-second-hand-shadow.svg -%%DATADIR%%/themes/default-24/clock-second-hand.svg -%%DATADIR%%/themes/default/clock-drop-shadow.svg -%%DATADIR%%/themes/default/clock-face-shadow.svg -%%DATADIR%%/themes/default/clock-face.svg -%%DATADIR%%/themes/default/clock-frame.svg -%%DATADIR%%/themes/default/clock-glass.svg -%%DATADIR%%/themes/default/clock-hour-hand-shadow.svg -%%DATADIR%%/themes/default/clock-hour-hand.svg -%%DATADIR%%/themes/default/clock-marks.svg -%%DATADIR%%/themes/default/clock-minute-hand-shadow.svg -%%DATADIR%%/themes/default/clock-minute-hand.svg -%%DATADIR%%/themes/default/clock-second-hand-shadow.svg -%%DATADIR%%/themes/default/clock-second-hand.svg -%%DATADIR%%/themes/fdo/clock-drop-shadow.svg -%%DATADIR%%/themes/fdo/clock-face-shadow.svg -%%DATADIR%%/themes/fdo/clock-face.svg -%%DATADIR%%/themes/fdo/clock-frame.svg -%%DATADIR%%/themes/fdo/clock-glass.svg -%%DATADIR%%/themes/fdo/clock-hour-hand-shadow.svg -%%DATADIR%%/themes/fdo/clock-hour-hand.svg -%%DATADIR%%/themes/fdo/clock-marks.svg -%%DATADIR%%/themes/fdo/clock-minute-hand-shadow.svg -%%DATADIR%%/themes/fdo/clock-minute-hand.svg -%%DATADIR%%/themes/fdo/clock-second-hand-shadow.svg -%%DATADIR%%/themes/fdo/clock-second-hand.svg -%%DATADIR%%/themes/funky/clock-drop-shadow.svg -%%DATADIR%%/themes/funky/clock-face-shadow.svg -%%DATADIR%%/themes/funky/clock-face.svg -%%DATADIR%%/themes/funky/clock-frame.svg -%%DATADIR%%/themes/funky/clock-glass.svg -%%DATADIR%%/themes/funky/clock-hour-hand-shadow.svg -%%DATADIR%%/themes/funky/clock-hour-hand.svg -%%DATADIR%%/themes/funky/clock-marks.svg -%%DATADIR%%/themes/funky/clock-minute-hand-shadow.svg -%%DATADIR%%/themes/funky/clock-minute-hand.svg -%%DATADIR%%/themes/funky/clock-second-hand-shadow.svg -%%DATADIR%%/themes/funky/clock-second-hand.svg -%%DATADIR%%/themes/glassy/clock-drop-shadow.svg -%%DATADIR%%/themes/glassy/clock-face-shadow.svg -%%DATADIR%%/themes/glassy/clock-face.svg -%%DATADIR%%/themes/glassy/clock-frame.svg -%%DATADIR%%/themes/glassy/clock-glass.svg -%%DATADIR%%/themes/glassy/clock-hour-hand-shadow.svg -%%DATADIR%%/themes/glassy/clock-hour-hand.svg -%%DATADIR%%/themes/glassy/clock-marks.svg -%%DATADIR%%/themes/glassy/clock-minute-hand-shadow.svg -%%DATADIR%%/themes/glassy/clock-minute-hand.svg -%%DATADIR%%/themes/glassy/clock-second-hand-shadow.svg -%%DATADIR%%/themes/glassy/clock-second-hand.svg -%%DATADIR%%/themes/gremlin-24/clock-drop-shadow.svg -%%DATADIR%%/themes/gremlin-24/clock-face-shadow.svg -%%DATADIR%%/themes/gremlin-24/clock-face.svg -%%DATADIR%%/themes/gremlin-24/clock-frame.svg -%%DATADIR%%/themes/gremlin-24/clock-glass.svg -%%DATADIR%%/themes/gremlin-24/clock-hour-hand-shadow.svg -%%DATADIR%%/themes/gremlin-24/clock-hour-hand.svg -%%DATADIR%%/themes/gremlin-24/clock-marks.svg -%%DATADIR%%/themes/gremlin-24/clock-minute-hand-shadow.svg -%%DATADIR%%/themes/gremlin-24/clock-minute-hand.svg -%%DATADIR%%/themes/gremlin-24/clock-second-hand-shadow.svg -%%DATADIR%%/themes/gremlin-24/clock-second-hand.svg -%%DATADIR%%/themes/gremlin/clock-drop-shadow.svg -%%DATADIR%%/themes/gremlin/clock-face-shadow.svg -%%DATADIR%%/themes/gremlin/clock-face.svg -%%DATADIR%%/themes/gremlin/clock-frame.svg -%%DATADIR%%/themes/gremlin/clock-glass.svg -%%DATADIR%%/themes/gremlin/clock-hour-hand-shadow.svg -%%DATADIR%%/themes/gremlin/clock-hour-hand.svg -%%DATADIR%%/themes/gremlin/clock-marks.svg -%%DATADIR%%/themes/gremlin/clock-minute-hand-shadow.svg -%%DATADIR%%/themes/gremlin/clock-minute-hand.svg -%%DATADIR%%/themes/gremlin/clock-second-hand-shadow.svg -%%DATADIR%%/themes/gremlin/clock-second-hand.svg -%%DATADIR%%/themes/ipulse-24/clock-drop-shadow.svg -%%DATADIR%%/themes/ipulse-24/clock-face-shadow.svg -%%DATADIR%%/themes/ipulse-24/clock-face.svg -%%DATADIR%%/themes/ipulse-24/clock-frame.svg -%%DATADIR%%/themes/ipulse-24/clock-glass.svg -%%DATADIR%%/themes/ipulse-24/clock-hour-hand-shadow.svg -%%DATADIR%%/themes/ipulse-24/clock-hour-hand.svg -%%DATADIR%%/themes/ipulse-24/clock-marks.svg -%%DATADIR%%/themes/ipulse-24/clock-minute-hand-shadow.svg -%%DATADIR%%/themes/ipulse-24/clock-minute-hand.svg -%%DATADIR%%/themes/ipulse-24/clock-second-hand-shadow.svg -%%DATADIR%%/themes/ipulse-24/clock-second-hand.svg -%%DATADIR%%/themes/ipulse/clock-drop-shadow.svg -%%DATADIR%%/themes/ipulse/clock-face-shadow.svg -%%DATADIR%%/themes/ipulse/clock-face.svg -%%DATADIR%%/themes/ipulse/clock-frame.svg -%%DATADIR%%/themes/ipulse/clock-glass.svg -%%DATADIR%%/themes/ipulse/clock-hour-hand-shadow.svg -%%DATADIR%%/themes/ipulse/clock-hour-hand.svg -%%DATADIR%%/themes/ipulse/clock-marks.svg -%%DATADIR%%/themes/ipulse/clock-minute-hand-shadow.svg -%%DATADIR%%/themes/ipulse/clock-minute-hand.svg -%%DATADIR%%/themes/ipulse/clock-second-hand-shadow.svg -%%DATADIR%%/themes/ipulse/clock-second-hand.svg -%%DATADIR%%/themes/quartz-24/clock-drop-shadow.svg -%%DATADIR%%/themes/quartz-24/clock-face-shadow.svg -%%DATADIR%%/themes/quartz-24/clock-face.svg -%%DATADIR%%/themes/quartz-24/clock-frame.svg -%%DATADIR%%/themes/quartz-24/clock-glass.svg -%%DATADIR%%/themes/quartz-24/clock-hour-hand-shadow.svg -%%DATADIR%%/themes/quartz-24/clock-hour-hand.svg -%%DATADIR%%/themes/quartz-24/clock-marks.svg -%%DATADIR%%/themes/quartz-24/clock-minute-hand-shadow.svg -%%DATADIR%%/themes/quartz-24/clock-minute-hand.svg -%%DATADIR%%/themes/quartz-24/clock-second-hand-shadow.svg -%%DATADIR%%/themes/quartz-24/clock-second-hand.svg -%%DATADIR%%/themes/radium-24/clock-drop-shadow.svg -%%DATADIR%%/themes/radium-24/clock-face-shadow.svg -%%DATADIR%%/themes/radium-24/clock-face.svg -%%DATADIR%%/themes/radium-24/clock-frame.svg -%%DATADIR%%/themes/radium-24/clock-glass.svg -%%DATADIR%%/themes/radium-24/clock-hour-hand-shadow.svg -%%DATADIR%%/themes/radium-24/clock-hour-hand.svg -%%DATADIR%%/themes/radium-24/clock-marks.svg -%%DATADIR%%/themes/radium-24/clock-minute-hand-shadow.svg -%%DATADIR%%/themes/radium-24/clock-minute-hand.svg -%%DATADIR%%/themes/radium-24/clock-second-hand-shadow.svg -%%DATADIR%%/themes/radium-24/clock-second-hand.svg -%%DATADIR%%/themes/radium/clock-drop-shadow.svg -%%DATADIR%%/themes/radium/clock-face-shadow.svg -%%DATADIR%%/themes/radium/clock-face.svg -%%DATADIR%%/themes/radium/clock-frame.svg -%%DATADIR%%/themes/radium/clock-glass.svg -%%DATADIR%%/themes/radium/clock-hour-hand-shadow.svg -%%DATADIR%%/themes/radium/clock-hour-hand.svg -%%DATADIR%%/themes/radium/clock-marks.svg -%%DATADIR%%/themes/radium/clock-minute-hand-shadow.svg -%%DATADIR%%/themes/radium/clock-minute-hand.svg -%%DATADIR%%/themes/radium/clock-second-hand-shadow.svg -%%DATADIR%%/themes/radium/clock-second-hand.svg -%%DATADIR%%/themes/silvia-24/clock-drop-shadow.svg -%%DATADIR%%/themes/silvia-24/clock-face-shadow.svg -%%DATADIR%%/themes/silvia-24/clock-face.svg -%%DATADIR%%/themes/silvia-24/clock-frame.svg -%%DATADIR%%/themes/silvia-24/clock-glass.svg -%%DATADIR%%/themes/silvia-24/clock-hour-hand-shadow.svg -%%DATADIR%%/themes/silvia-24/clock-hour-hand.svg -%%DATADIR%%/themes/silvia-24/clock-marks.svg -%%DATADIR%%/themes/silvia-24/clock-minute-hand-shadow.svg -%%DATADIR%%/themes/silvia-24/clock-minute-hand.svg -%%DATADIR%%/themes/silvia-24/clock-second-hand-shadow.svg -%%DATADIR%%/themes/silvia-24/clock-second-hand.svg -%%DATADIR%%/themes/silvia/clock-drop-shadow.svg -%%DATADIR%%/themes/silvia/clock-face-shadow.svg -%%DATADIR%%/themes/silvia/clock-face.svg -%%DATADIR%%/themes/silvia/clock-frame.svg -%%DATADIR%%/themes/silvia/clock-glass.svg -%%DATADIR%%/themes/silvia/clock-hour-hand-shadow.svg -%%DATADIR%%/themes/silvia/clock-hour-hand.svg -%%DATADIR%%/themes/silvia/clock-marks.svg -%%DATADIR%%/themes/silvia/clock-minute-hand-shadow.svg -%%DATADIR%%/themes/silvia/clock-minute-hand.svg -%%DATADIR%%/themes/silvia/clock-second-hand-shadow.svg -%%DATADIR%%/themes/silvia/clock-second-hand.svg -%%DATADIR%%/themes/simple-24/clock-drop-shadow.svg -%%DATADIR%%/themes/simple-24/clock-face-shadow.svg -%%DATADIR%%/themes/simple-24/clock-face.svg -%%DATADIR%%/themes/simple-24/clock-frame.svg -%%DATADIR%%/themes/simple-24/clock-glass.svg -%%DATADIR%%/themes/simple-24/clock-hour-hand-shadow.svg -%%DATADIR%%/themes/simple-24/clock-hour-hand.svg -%%DATADIR%%/themes/simple-24/clock-marks.svg -%%DATADIR%%/themes/simple-24/clock-minute-hand-shadow.svg -%%DATADIR%%/themes/simple-24/clock-minute-hand.svg -%%DATADIR%%/themes/simple-24/clock-second-hand-shadow.svg -%%DATADIR%%/themes/simple-24/clock-second-hand.svg -%%DATADIR%%/themes/simple/clock-drop-shadow.svg -%%DATADIR%%/themes/simple/clock-face-shadow.svg -%%DATADIR%%/themes/simple/clock-face.svg -%%DATADIR%%/themes/simple/clock-frame.svg -%%DATADIR%%/themes/simple/clock-glass.svg -%%DATADIR%%/themes/simple/clock-hour-hand-shadow.svg -%%DATADIR%%/themes/simple/clock-hour-hand.svg -%%DATADIR%%/themes/simple/clock-marks.svg -%%DATADIR%%/themes/simple/clock-minute-hand-shadow.svg -%%DATADIR%%/themes/simple/clock-minute-hand.svg -%%DATADIR%%/themes/simple/clock-second-hand-shadow.svg -%%DATADIR%%/themes/simple/clock-second-hand.svg -%%DATADIR%%/themes/tango/clock-drop-shadow.svg -%%DATADIR%%/themes/tango/clock-face-shadow.svg -%%DATADIR%%/themes/tango/clock-face.svg -%%DATADIR%%/themes/tango/clock-frame.svg -%%DATADIR%%/themes/tango/clock-glass.svg -%%DATADIR%%/themes/tango/clock-hour-hand-shadow.svg -%%DATADIR%%/themes/tango/clock-hour-hand.svg -%%DATADIR%%/themes/tango/clock-marks.svg -%%DATADIR%%/themes/tango/clock-minute-hand-shadow.svg -%%DATADIR%%/themes/tango/clock-minute-hand.svg -%%DATADIR%%/themes/tango/clock-second-hand-shadow.svg -%%DATADIR%%/themes/tango/clock-second-hand.svg -%%DATADIR%%/themes/zen/clock-drop-shadow.svg -%%DATADIR%%/themes/zen/clock-face-shadow.svg -%%DATADIR%%/themes/zen/clock-face.svg -%%DATADIR%%/themes/zen/clock-frame.svg -%%DATADIR%%/themes/zen/clock-glass.svg -%%DATADIR%%/themes/zen/clock-hour-hand-shadow.svg -%%DATADIR%%/themes/zen/clock-hour-hand.svg -%%DATADIR%%/themes/zen/clock-marks.svg -%%DATADIR%%/themes/zen/clock-minute-hand-shadow.svg -%%DATADIR%%/themes/zen/clock-minute-hand.svg -%%DATADIR%%/themes/zen/clock-second-hand-shadow.svg -%%DATADIR%%/themes/zen/clock-second-hand.svg -share/locale/da/LC_MESSAGES/cairo-clock.mo -share/locale/de/LC_MESSAGES/cairo-clock.mo -share/locale/en_GB/LC_MESSAGES/cairo-clock.mo -share/locale/es/LC_MESSAGES/cairo-clock.mo -share/locale/fi/LC_MESSAGES/cairo-clock.mo -share/locale/fr/LC_MESSAGES/cairo-clock.mo -share/locale/it/LC_MESSAGES/cairo-clock.mo -share/locale/ja/LC_MESSAGES/cairo-clock.mo -share/locale/nl/LC_MESSAGES/cairo-clock.mo -share/locale/nn/LC_MESSAGES/cairo-clock.mo -share/locale/pl/LC_MESSAGES/cairo-clock.mo -share/locale/pt_PT/LC_MESSAGES/cairo-clock.mo -share/locale/ru/LC_MESSAGES/cairo-clock.mo -share/locale/sl/LC_MESSAGES/cairo-clock.mo -share/locale/sv/LC_MESSAGES/cairo-clock.mo -share/locale/tr/LC_MESSAGES/cairo-clock.mo -share/locale/zh_CN/LC_MESSAGES/cairo-clock.mo -share/locale/zh_TW/LC_MESSAGES/cairo-clock.mo -share/pixmaps/cairo-clock.png diff --git a/x11-clocks/pclock/Makefile b/x11-clocks/pclock/Makefile deleted file mode 100644 index ece614720fd4..000000000000 --- a/x11-clocks/pclock/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: Jim Mock <jim@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= pclock -PORTVERSION= 0.13.1 -PORTREVISION= 4 -CATEGORIES= x11-clocks windowmaker afterstep -MASTER_SITES= DEBIAN_POOL -DISTNAME= ${PORTNAME}_${PORTVERSION}.orig - -MAINTAINER= ports@FreeBSD.org -COMMENT= Simple analog clock program for the Window Maker dock - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig/src - -USE_XORG= x11 xau xdmcp xext xpm -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" OBJS="Main.o Graphics.o" \ - INCDIR="-I. -I${LOCALBASE}/include ${CPPFLAGS}" \ - LIBDIR="-L${LOCALBASE}/lib ${LDFLAGS}" - -post-extract: - cd ${WRKSRC} && ${RM} getopt* - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pclock ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DATADIR}/pixmaps - ${INSTALL_DATA} ${WRKSRC}/../XPM/*.xpm ${STAGEDIR}${DATADIR}/pixmaps - -.include <bsd.port.mk> diff --git a/x11-clocks/pclock/distinfo b/x11-clocks/pclock/distinfo deleted file mode 100644 index e91442679fc6..000000000000 --- a/x11-clocks/pclock/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pclock_0.13.1.orig.tar.gz) = d2b27607b39039559b9f742f13ea1edaee5874570b2cb444648e86f6ef5ac8d1 -SIZE (pclock_0.13.1.orig.tar.gz) = 53043 diff --git a/x11-clocks/pclock/pkg-descr b/x11-clocks/pclock/pkg-descr deleted file mode 100644 index aab42ff70664..000000000000 --- a/x11-clocks/pclock/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -pclock is a simple analog clock program designed to run under the -Window Maker window manager. Any 64x64 pixmap may be used as a -background, including tiles. diff --git a/x11-clocks/pclock/pkg-plist b/x11-clocks/pclock/pkg-plist deleted file mode 100644 index 9b835518dd1f..000000000000 --- a/x11-clocks/pclock/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/pclock -%%DATADIR%%/pixmaps/glowclock.xpm -%%DATADIR%%/pixmaps/green.xpm -%%DATADIR%%/pixmaps/moonphase.xpm -%%DATADIR%%/pixmaps/oclock.xpm -%%DATADIR%%/pixmaps/radar.xpm -%%DATADIR%%/pixmaps/rolex2.xpm -%%DATADIR%%/pixmaps/rolexgmt.xpm -%%DATADIR%%/pixmaps/round-3d.xpm -%%DATADIR%%/pixmaps/square.xpm -%%DATADIR%%/pixmaps/swatch.xpm -%%DATADIR%%/pixmaps/time-icon.xpm -%%DATADIR%%/pixmaps/will-return.xpm -%%DATADIR%%/pixmaps/wmaker-tile.xpm -%%DATADIR%%/pixmaps/wood-tile.xpm -%%DATADIR%%/pixmaps/wristwatch.xpm -%%DATADIR%%/pixmaps/yellow-diamond.xpm diff --git a/x11-clocks/stopwatch/Makefile b/x11-clocks/stopwatch/Makefile deleted file mode 100644 index 60453bc010df..000000000000 --- a/x11-clocks/stopwatch/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: Edwin Groothuis <edwin@mavetju.org> -# $FreeBSD$ - -PORTNAME= stopwatch -PORTVERSION= 3.5 -PORTREVISION= 2 -CATEGORIES= x11-clocks -MASTER_SITES= http://expect.nist.gov/stopwatch/ -DISTNAME= stopwatch - -MAINTAINER= ports@FreeBSD.org -COMMENT= Stopwatch enables hand timing much like a physical stopwatch - -LICENSE= PD - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -WRKSRC= ${WRKDIR}/${PORTNAME}-3.4 -USES= tk:run -NO_BUILD= yes -NO_ARCH= yes - -PLIST_FILES= bin/stopwatch - -post-patch: - @${REINPLACE_CMD} -e "s,/depot/path/wish,${WISH}," ${WRKSRC}/stopwatch - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/stopwatch ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/x11-clocks/stopwatch/distinfo b/x11-clocks/stopwatch/distinfo deleted file mode 100644 index 0aac21e03339..000000000000 --- a/x11-clocks/stopwatch/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (stopwatch.tar.gz) = f3f56dccd00f669a5f0a4b1f6507ab78e0d1ad18305b760baab34edc68b3ef4e -SIZE (stopwatch.tar.gz) = 7962 diff --git a/x11-clocks/stopwatch/pkg-descr b/x11-clocks/stopwatch/pkg-descr deleted file mode 100644 index df4619890267..000000000000 --- a/x11-clocks/stopwatch/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Stopwatch does what its name implies - enables hand timing much -like a physical stopwatch. It can also be used as a countdown timer. - -Stopwatch has millisecond accuracy and no artificial limit on hours. -Stopwatch runs on UNIX, Windows, and MacOS. - -WWW: http://expect.nist.gov/stopwatch/ diff --git a/x11-clocks/wmfuzzy/Makefile b/x11-clocks/wmfuzzy/Makefile deleted file mode 100644 index 863a98509933..000000000000 --- a/x11-clocks/wmfuzzy/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Adam Weinberger <adam@vectors.cx> -# $FreeBSD$ - -PORTNAME= wmfuzzy -PORTVERSION= 0.7.1 -PORTREVISION= 3 -CATEGORIES= x11-clocks windowmaker -MASTER_SITES= http://www.manicai.net/comp/wmfuzzy/assets/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Fuzzy clock WindowMaker dockapp - -LICENSE= GPLv2 - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -USES= tar:tgz -USE_XORG= xpm -WRKSRC_SUBDIR= src - -PORTDOCS= README -PLIST_FILES= bin/wmfuzzy - -OPTIONS_DEFINE= DOCS - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wmfuzzy ${STAGEDIR}${PREFIX}/bin - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/../README ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/x11-clocks/wmfuzzy/distinfo b/x11-clocks/wmfuzzy/distinfo deleted file mode 100644 index 0aecaa2f3363..000000000000 --- a/x11-clocks/wmfuzzy/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wmfuzzy-0.7.1.tgz) = 9b576b94a7df4e44d664c5ef91994c6ad0ec6ea907f62cdd1bf98b8197a5bba8 -SIZE (wmfuzzy-0.7.1.tgz) = 21186 diff --git a/x11-clocks/wmfuzzy/files/patch-xdisplay.c b/x11-clocks/wmfuzzy/files/patch-xdisplay.c deleted file mode 100644 index a2c60e462ab3..000000000000 --- a/x11-clocks/wmfuzzy/files/patch-xdisplay.c +++ /dev/null @@ -1,11 +0,0 @@ ---- xdisplay.c.orig 2004-11-23 21:32:48.000000000 +0000 -+++ xdisplay.c -@@ -383,7 +383,7 @@ void display_main_loop(void) - x_handle_event(&event); - } - -- usleep(100); -+ sleep(1); - } - } - diff --git a/x11-clocks/wmfuzzy/files/patch-xdisplay.h b/x11-clocks/wmfuzzy/files/patch-xdisplay.h deleted file mode 100644 index f061a7e8c588..000000000000 --- a/x11-clocks/wmfuzzy/files/patch-xdisplay.h +++ /dev/null @@ -1,10 +0,0 @@ ---- xdisplay.h.orig Sun Nov 21 17:40:24 2004 -+++ xdisplay.h Sun Nov 21 17:42:34 2004 -@@ -11,6 +11,7 @@ - * functions in display.h. - */ - #include <ctype.h> -+#include <stddef.h> - - /* Set up code. Must be called prior to x_main_loop. */ - void display_initialise(int argc, char* argv[]); diff --git a/x11-clocks/wmfuzzy/pkg-descr b/x11-clocks/wmfuzzy/pkg-descr deleted file mode 100644 index f4fb8c7ae234..000000000000 --- a/x11-clocks/wmfuzzy/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -wmfuzzy is a fuzzy clock Windowmaker dock applet (but also runs well -under *boxen and many other windowmanagers). - -A fuzzy clock gives an approximate time, under the supposition that -it's more useful to know that it's about Half Past Three than that -it's 3:27. The granularity of the approximation can be set via -commandline switches. - -WWW: http://www.manicai.net/comp/wmfuzzy |