1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Update MASTER_SITES and WWW

- Drop unnecessarily patch

PR:		142037
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2009-12-29 11:21:36 +00:00
parent c783eeb8db
commit 34c8bc59d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246854
4 changed files with 16 additions and 38 deletions

View File

@ -9,35 +9,31 @@ PORTNAME= recentlyused
PORTVERSION= 0.6
PORTREVISION= 10
CATEGORIES= deskutils gnome
MASTER_SITES= http://gdesklets.gnomedesktop.org/files/
MASTER_SITES= http://www.gdesklets.info/archive/
PKGNAMEPREFIX= gdesklets-
DISTNAME= recently-used-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A toolbar for the most recently used items from ~/.recently-used
RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets
WRKSRC= ${WRKDIR}/${NAME}
NO_BUILD= yes
USE_PYTHON= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
DATADIR= ${PREFIX}/share/gdesklets
NAME= RecentlyUsed
DATADIR= ${PREFIX}/share
do-build:
@${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC}
@${FIND} ${WRKSRC} -name '*.orig' -delete
do-install:
@${MKDIR} ${DATADIR}/gdesklets/Displays/${NAME}
@${MKDIR} ${DATADIR}/gdesklets/Sensors/${NAME}
@${INSTALL_DATA} ${WRKSRC}/*.display ${DATADIR}/gdesklets/Displays/${NAME}/
@${INSTALL_DATA} ${WRKSRC}/${NAME}/*.py ${DATADIR}/gdesklets/Sensors/${NAME}/
@${INSTALL_DATA} ${WRKSRC}/${NAME}/AUTHORS ${DATADIR}/gdesklets/Sensors/${NAME}/
@${CP} ${WRKSRC}/${NAME}/.recently-used ${DATADIR}/gdesklets/Sensors/${NAME}/
post-install:
@${MKDIR} ${DATADIR}/Displays/${NAME}
${INSTALL_DATA} ${WRKSRC}/*.display ${DATADIR}/Displays/${NAME}
@${MKDIR} ${DATADIR}/Sensors/${NAME}
${INSTALL_DATA} ${WRKSRC}/Sensors/${NAME}/*.py ${DATADIR}/Sensors/${NAME}
${INSTALL_DATA} ${WRKSRC}/Sensors/${NAME}/AUTHORS ${DATADIR}/Sensors/${NAME}
@${CP} ${WRKSRC}/Sensors/${NAME}/.recently-used ${DATADIR}/Sensors/${NAME}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (recently-used-0.6.tar.gz) = ab6752b577d74eff382c44c48194a405
SHA256 (recently-used-0.6.tar.gz) = f230c3d63447016a72d0bec4f6b24c52e8893701fd52e2a773258113c27e323e
SIZE (recently-used-0.6.tar.gz) = 9650
MD5 (recentlyused-0.6.tar.gz) = 6c91448dca05c9b9b2d81cc40b36e5ff
SHA256 (recentlyused-0.6.tar.gz) = 1e22f75ad30f4b5891ffbb1220fea5c5b4bb39f0c1b55389068fdcba7e18a370
SIZE (recentlyused-0.6.tar.gz) = 7623

View File

@ -1,18 +0,0 @@
--- Install_RecentlyUsed_Sensor.bin.orig Sat Sep 20 01:59:52 2003
+++ Install_RecentlyUsed_Sensor.bin Sat Sep 20 02:00:20 2003
@@ -75,15 +75,9 @@
else:
cmd = "mkdir -p %(destination)s; cd %(destination)s; " X "LANG=C tar -xzvf %(tmp)s 2>&1"
- fail, out = commands.getstatusoutput(cmd % vars())
+ commands.getstatusoutput(cmd % vars())
os.unlink(tmp)
- if (fail):
- if (no_message): print ERROR_TAR + out
- else: message(ERROR_TAR + out, "error")
- sys.exit(1)
-
- print out
if (not list_only):
if (no_message): print SUCCESS
else: message(SUCCESS, "info")

View File

@ -8,4 +8,4 @@ instead of the MIME icon.
If you click on one of the icons in the toolbar it will launch the application
that GNOME has associated with that specific MIME type.
WWW: http://www.clarkson.edu/~clarkbw/desklets/
WWW: http://archive.gdesklets.info/