diff options
author | Jim Mock <jim@FreeBSD.org> | 1999-08-14 08:37:25 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 1999-08-14 08:37:25 +0000 |
commit | 9cf93f654d7f3ce1a39b0b5c42728303bdebebd1 (patch) | |
tree | 4521597f02b8d28c4eeeb82ecd22c1cac9dc822a /x11-clocks | |
parent | 7d4f95646e1b0a54116c777d1aa6f60d6273a91e (diff) | |
download | ports-9cf93f654d7f3ce1a39b0b5c42728303bdebebd1.tar.gz ports-9cf93f654d7f3ce1a39b0b5c42728303bdebebd1.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/pclock/Makefile | 19 | ||||
-rw-r--r-- | x11-clocks/pclock/pkg-descr | 2 | ||||
-rw-r--r-- | x11-clocks/wmdate/Makefile | 6 | ||||
-rw-r--r-- | x11-clocks/wmdate/pkg-descr | 2 | ||||
-rw-r--r-- | x11-clocks/wmitime/Makefile | 6 | ||||
-rw-r--r-- | x11-clocks/wmitime/pkg-descr | 2 | ||||
-rw-r--r-- | x11-clocks/wmtz/Makefile | 22 | ||||
-rw-r--r-- | x11-clocks/wmtz/pkg-descr | 2 |
8 files changed, 24 insertions, 37 deletions
diff --git a/x11-clocks/pclock/Makefile b/x11-clocks/pclock/Makefile index b68a189f271a..86c2ed2425f0 100644 --- a/x11-clocks/pclock/Makefile +++ b/x11-clocks/pclock/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: pclock # Version required: 0.12a # Date created: 15 Apr 1999 -# Whom: Jim Mock <jim@phrantic.phear.net> +# Whom: Jim Mock <jim@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/19 12:02:25 flathill Exp $ # DISTNAME= pclock-0.12a @@ -11,7 +11,7 @@ CATEGORIES= x11-clocks windowmaker afterstep MASTER_SITES= ftp://ftp.kourakos.com/pub/ EXTRACT_SUFX= .tgz -MAINTAINER= jim@phrantic.phear.net +MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm @@ -19,17 +19,12 @@ USE_GMAKE= yes USE_X_PREFIX= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/pclock ${PREFIX}/bin + @${INSTALL_PROGRAM} ${WRKSRC}/src/pclock ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/pclock/pixmaps && chmod a+rx ${PREFIX}/share/pclock/pixmaps - @${ECHO} " " - @${ECHO} "===> Installing sample pixmaps in ${PREFIX}/share/pclock/pixmaps" - ${INSTALL_DATA} ${WRKSRC}/XPM/*.xpm ${PREFIX}/share/pclock/pixmaps + @${ECHO} "===> Installing sample pixmaps in ${PREFIX}/share/pclock/pixmaps" + @${INSTALL_DATA} ${WRKSRC}/XPM/*.xpm ${PREFIX}/share/pclock/pixmaps post-install: - @${ECHO} " " - @${ECHO} "-----------------------------------------------" - @${ECHO} "===> Use 'pclock --help' for usage instructions" - @${ECHO} "-----------------------------------------------" - @${ECHO} " " + @${ECHO} "===> Use 'pclock --help' for usage instructions" .include <bsd.port.mk> diff --git a/x11-clocks/pclock/pkg-descr b/x11-clocks/pclock/pkg-descr index 97022e67cde0..2dffad6f3f2f 100644 --- a/x11-clocks/pclock/pkg-descr +++ b/x11-clocks/pclock/pkg-descr @@ -4,4 +4,4 @@ background, including tiles. WWW: http://kraanerg.apex-it.com/~awk/pclock/ -- Jim <jim@phrantic.phear.net> +- Jim <jim@FreeBSD.org> diff --git a/x11-clocks/wmdate/Makefile b/x11-clocks/wmdate/Makefile index 4aa7b947e63a..a41fe55a7b12 100644 --- a/x11-clocks/wmdate/Makefile +++ b/x11-clocks/wmdate/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: wmdate # Version required: 0.7 # Date created: 1 February 1999 -# Whom: Jim Mock <jim@phrantic.phear.net> +# Whom: Jim Mock <jim@FreeBSD.org> # -# $Id: Makefile,v 1.3 1999/07/17 17:35:42 cpiazza Exp $ +# $Id: Makefile,v 1.4 1999/07/18 21:02:33 cpiazza Exp $ # DISTNAME= wmdate-0.7 CATEGORIES= x11-clocks windowmaker afterstep MASTER_SITES= http://wit401310.student.utwente.nl/apps/apps/ -MAINTAINER= jim@phrantic.phear.net +MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm BUILD_DEPENDS= ${PREFIX}/include/dockapp.h:${PORTSDIR}/x11-wm/libdockapp diff --git a/x11-clocks/wmdate/pkg-descr b/x11-clocks/wmdate/pkg-descr index 58e55b7dd62c..f91e25f930d2 100644 --- a/x11-clocks/wmdate/pkg-descr +++ b/x11-clocks/wmdate/pkg-descr @@ -1,4 +1,4 @@ WMDate simply shows the current date. Looks like asclock without the time. This app is a prerease of WMAgenda, which will be like a PIM. -- Jim <jim@phrantic.phear.net> +- Jim <jim@FreeBSD.org> diff --git a/x11-clocks/wmitime/Makefile b/x11-clocks/wmitime/Makefile index 5dd4d1589e94..d804234f1613 100644 --- a/x11-clocks/wmitime/Makefile +++ b/x11-clocks/wmitime/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: wmitime # Version required: 0.3 # Date created: 14 March 1999 -# Whom: Jim Mock <jim@phrantic.phear.net> +# Whom: Jim Mock <jim@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1999/03/16 09:46:15 kris Exp $ +# $Id: Makefile,v 1.2 1999/04/19 13:37:08 kris Exp $ # DISTNAME= wmitime-0.3 CATEGORIES= x11-clocks windowmaker afterstep MASTER_SITES= http://www.neotokyo.org/illusion/ -MAINTAINER= jim@phrantic.phear.net +MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm diff --git a/x11-clocks/wmitime/pkg-descr b/x11-clocks/wmitime/pkg-descr index 7c983a0f5625..61f07a22d15e 100644 --- a/x11-clocks/wmitime/pkg-descr +++ b/x11-clocks/wmitime/pkg-descr @@ -4,4 +4,4 @@ more info on internet time, see http://www.swatch.com/ WWW: http://www.neotokyo.org/illusion/ -- Jim <jim@phrantic.phear.net> +- Jim <jim@FreeBSD.org> diff --git a/x11-clocks/wmtz/Makefile b/x11-clocks/wmtz/Makefile index 630debd2038b..71eb24f796a4 100644 --- a/x11-clocks/wmtz/Makefile +++ b/x11-clocks/wmtz/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: wmtz # Version required: 0.4 # Date created: 24 Apr 1999 -# Whom: Jim Mock <jim@phrantic.phear.net> +# Whom: Jim Mock <jim@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1999/04/30 06:00:14 taoka Exp $ +# $Id: Makefile,v 1.2 1999/06/19 18:24:30 cpiazza Exp $ # DISTNAME= wmtz-0.4 CATEGORIES= x11-clocks windowmaker afterstep MASTER_SITES= http://www.algonet.se/~jlin/ -MAINTAINER= jim@phrantic.phear.net +MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm @@ -19,18 +19,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/wmtz USE_X_PREFIX= yes post-install: - @${ECHO} " " - @${ECHO} "-----------------------------------------------------------" - @${ECHO} "===> Installing wmtzrc in ${PREFIX}/share/examples/wmtz" - @${ECHO} "===> Modify to your config and copy to ~/.wmtzrc" - @${ECHO} "-----------------------------------------------------------" - @${ECHO} " " + @${ECHO} "===> Installing wmtzrc in ${PREFIX}/share/examples/wmtz" + @${ECHO} "===> Modify to your config and copy to ~/.wmtzrc" @${MKDIR} ${PREFIX}/share/examples/wmtz && chmod a+rx ${PREFIX}/share/examples/wmtz - ${INSTALL_DATA} ${WRKSRC}/wmtzrc ${PREFIX}/share/examples/wmtz - @${ECHO} " " - @${ECHO} "-----------------------------------------------------------" - @${ECHO} "===> Run wmtz --help for usage instructions" - @${ECHO} "-----------------------------------------------------------" - @${ECHO} " " + @${INSTALL_DATA} ${WRKSRC}/wmtzrc ${PREFIX}/share/examples/wmtz + @${ECHO} "===> Run wmtz --help for usage instructions" .include <bsd.port.mk> diff --git a/x11-clocks/wmtz/pkg-descr b/x11-clocks/wmtz/pkg-descr index 270a825181b8..e88db753c661 100644 --- a/x11-clocks/wmtz/pkg-descr +++ b/x11-clocks/wmtz/pkg-descr @@ -4,4 +4,4 @@ also display the current Julian Day Number. WWW: http://www.algonet.se/~jlin/wmtz.html -- Jim <jim@phrantic.phear.net> +- Jim <jim@FreeBSD.org> |