diff options
author | sat <sat@FreeBSD.org> | 2007-08-09 03:30:36 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-08-09 03:30:36 +0800 |
commit | bc4ad4d680932c0f0a4b8154cdfb3f170553fa42 (patch) | |
tree | 2c3176eb6116926ddceafde925339b7ae45bbf1d /deskutils | |
parent | fdaac6b388ccc525489a01c4d97b14a249abb078 (diff) | |
download | freebsd-ports-gnome-bc4ad4d680932c0f0a4b8154cdfb3f170553fa42.tar.gz freebsd-ports-gnome-bc4ad4d680932c0f0a4b8154cdfb3f170553fa42.tar.zst freebsd-ports-gnome-bc4ad4d680932c0f0a4b8154cdfb3f170553fa42.zip |
- Readd intclock into x11-clocks
Suggested by: danfe
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/intclock/Makefile | 33 | ||||
-rw-r--r-- | deskutils/intclock/distinfo | 3 | ||||
-rw-r--r-- | deskutils/intclock/pkg-descr | 5 | ||||
-rw-r--r-- | deskutils/intclock/pkg-plist | 25 |
5 files changed, 0 insertions, 67 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 3337b7b8586f..f5568e6c0688 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -99,7 +99,6 @@ SUBDIR += hot-babe SUBDIR += howm SUBDIR += ical - SUBDIR += intclock SUBDIR += ithought SUBDIR += jlj SUBDIR += karamba diff --git a/deskutils/intclock/Makefile b/deskutils/intclock/Makefile deleted file mode 100644 index 1ce2692214c5..000000000000 --- a/deskutils/intclock/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: intclock -# Date created: 6 August 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= intclock -PORTVERSION= 2.10 -CATEGORIES= deskutils perl5 -MASTER_SITES= http://www.peterverthez.net/projects/${PORTNAME}/ CENKES - -MAINTAINER= infofarmer@FreeBSD.org -COMMENT= Multi-timezone clock - -BUILD_DEPENDS= p5-Gtk2>=1.144:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - iso-codes>=1.3:${PORTSDIR}/misc/iso-codes -RUN_DEPENDS:= ${BUILD_DEPENDS} - -USE_PERL5= yes -PERL_CONFIGURE= yes - -post-patch: - @${REINPLACE_CMD} -e \ - 's|$$zonedir/$$countryfile|${LOCALBASE}/share/iso-codes/iso_3166.tab|' \ - ${WRKSRC}/lib/Intclock/TZ.pm - @${REINPLACE_CMD} -e 's|$$prefix/share/intclock|${DATADIR}|;\ - s|/usr/share|${PREFIX}/share|' ${WRKSRC}/Makefile.PL - @${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|;\ - s|/usr/share/intclock|${DATADIR}|' ${WRKSRC}/data/intclock.desktop - @${FIND} ${WRKSRC} -name \*.bak -delete - -.include <bsd.port.mk> diff --git a/deskutils/intclock/distinfo b/deskutils/intclock/distinfo deleted file mode 100644 index 27a2b40cceef..000000000000 --- a/deskutils/intclock/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (intclock-2.10.tar.gz) = f15772dd7b9e86629f5df79f29d3371d -SHA256 (intclock-2.10.tar.gz) = 5a50b0d258c9e619ec88dbd4dc04ca5c5ce2afa2a37b5f8dd3e5ed28202b82de -SIZE (intclock-2.10.tar.gz) = 320000 diff --git a/deskutils/intclock/pkg-descr b/deskutils/intclock/pkg-descr deleted file mode 100644 index 3d842ff4c69a..000000000000 --- a/deskutils/intclock/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Intclock provides a graphical multi-timezone clock that is customizable -via a configuration window. It is based on hsclock. - -WWW: http://www.peterverthez.net/projects/intclock/ -Author: Peter Verthez <peter.verthez@advalvas.be> diff --git a/deskutils/intclock/pkg-plist b/deskutils/intclock/pkg-plist deleted file mode 100644 index a6fba9c2e7c6..000000000000 --- a/deskutils/intclock/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -bin/intclock -%%SITE_PERL%%/Intclock/Config.pm -%%SITE_PERL%%/Intclock/L10N/de.pm -%%SITE_PERL%%/Intclock/L10N/en.pm -%%SITE_PERL%%/Intclock/L10N/fr.pm -%%SITE_PERL%%/Intclock/L10N/nl.pm -%%SITE_PERL%%/Intclock/L10N/pl.pm -%%SITE_PERL%%/Intclock/L10N/ru.pm -%%SITE_PERL%%/Intclock/L10N.pm -%%SITE_PERL%%/Intclock/TZ.pm -%%SITE_PERL%%/Intclock/UI.pm -%%SITE_PERL%%/Intclock/UI_gtk.pm -%%SITE_PERL%%/Intclock/UI_gtk2.pm -%%SITE_PERL%%/Intclock/UI_tty.pm -%%SITE_PERL%%/Intclock.pl -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Intclock/.packlist -share/applications/intclock.desktop -%%DATADIR%%/intclock.png -%%DATADIR%%/territories.dat -%%DATADIR%%/zones.dat -@dirrm %%SITE_PERL%%/Intclock/L10N -@dirrm %%SITE_PERL%%/Intclock -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Intclock -@dirrm %%DATADIR%% -@dirrmtry share/applications |