diff options
author | vs <vs@FreeBSD.org> | 2005-02-22 18:32:57 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-02-22 18:32:57 +0800 |
commit | fea9631bc87a156592f796d032da67952271d20a (patch) | |
tree | 0b5dd7e65ed6f3e90583ca635a17319634bc9aed /misc | |
parent | 6bc5e6592c698928614c637550ee157f396d2e23 (diff) | |
download | freebsd-ports-graphics-fea9631bc87a156592f796d032da67952271d20a.tar.gz freebsd-ports-graphics-fea9631bc87a156592f796d032da67952271d20a.tar.zst freebsd-ports-graphics-fea9631bc87a156592f796d032da67952271d20a.zip |
Initiate deorbit burn with 3 months grace:
Abandoned/no longer available; script probably broken
PR: ports/77814
Submitted by: Sam Lawrance
Diffstat (limited to 'misc')
-rw-r--r-- | misc/yaucg/Makefile | 10 | ||||
-rw-r--r-- | misc/yaucg/pkg-descr | 2 | ||||
-rw-r--r-- | misc/yaucg/pkg-plist | 6 |
3 files changed, 8 insertions, 10 deletions
diff --git a/misc/yaucg/Makefile b/misc/yaucg/Makefile index 52b2e117292..ad70ea3d255 100644 --- a/misc/yaucg/Makefile +++ b/misc/yaucg/Makefile @@ -9,11 +9,14 @@ PORTNAME= yaucg PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= misc -MASTER_SITES= http://home.balcab.ch/joelle.wiesmann/secuserv/ +MASTER_SITES= # http://home.balcab.ch/joelle.wiesmann/secuserv/ MAINTAINER= ports@FreeBSD.org COMMENT= A bash Script which will get you the today's Userfriendly.org Picture +DEPRECATED= "master site disappeared, script probably broken" +EXPIRATION_DATE=2005-06-01 + RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget \ bash:${PORTSDIR}/shells/bash2 @@ -22,11 +25,14 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes STRIP= # empty +PLIST_FILES= bin/userfriendly.sh +PORTDOCS= changelog license readme todo + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/grepper/userfriendly.sh ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for FILE in changelog license readme todo +.for FILE in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor .endif diff --git a/misc/yaucg/pkg-descr b/misc/yaucg/pkg-descr index 3cf65432c0c..6831c29b6cb 100644 --- a/misc/yaucg/pkg-descr +++ b/misc/yaucg/pkg-descr @@ -2,5 +2,3 @@ YAUCG - Yes, Another Userfriendly Grepper is a Bash script for obtaining the daily userfriendly comic. It has many features like getting the pictures from the last x days (for when one has been on holidays or didn't run the script on the weekend). MySQL support is included. - -WWW: http://home.balcab.ch/joelle.wiesmann/secuserv/ diff --git a/misc/yaucg/pkg-plist b/misc/yaucg/pkg-plist deleted file mode 100644 index a01152dff43..00000000000 --- a/misc/yaucg/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/userfriendly.sh -%%PORTDOCS%%share/doc/yaucg/changelog -%%PORTDOCS%%share/doc/yaucg/license -%%PORTDOCS%%share/doc/yaucg/readme -%%PORTDOCS%%share/doc/yaucg/todo -%%PORTDOCS%%@dirrm share/doc/yaucg |