diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-06-03 13:43:16 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-06-03 13:43:16 +0000 |
commit | be797c2492fd6d9a45de00df2e9cb437216171c9 (patch) | |
tree | f380eb835636ea46f729548c26caa759330e5e6e /misc | |
parent | 5b8459a178f52b1e3ae5aee040632dd527646b00 (diff) | |
download | ports-be797c2492fd6d9a45de00df2e9cb437216171c9.tar.gz ports-be797c2492fd6d9a45de00df2e9cb437216171c9.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/yaucg/Makefile | 40 | ||||
-rw-r--r-- | misc/yaucg/distinfo | 2 | ||||
-rw-r--r-- | misc/yaucg/files/patch-aa | 14 | ||||
-rw-r--r-- | misc/yaucg/pkg-descr | 4 |
5 files changed, 0 insertions, 61 deletions
diff --git a/misc/Makefile b/misc/Makefile index b1211f6eda63..fdcf7f263f79 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -463,7 +463,6 @@ SUBDIR += xtail SUBDIR += xtar SUBDIR += xtypo - SUBDIR += yaucg SUBDIR += yaunc SUBDIR += ytree SUBDIR += zaptel diff --git a/misc/yaucg/Makefile b/misc/yaucg/Makefile deleted file mode 100644 index ad70ea3d255a..000000000000 --- a/misc/yaucg/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: yaucg -# Date created: 26 August 2001 -# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw) -# -# $FreeBSD$ -# - -PORTNAME= yaucg -PORTVERSION= 0.2 -PORTREVISION= 1 -CATEGORIES= misc -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 - -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 ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/misc/yaucg/distinfo b/misc/yaucg/distinfo deleted file mode 100644 index da9f850239f7..000000000000 --- a/misc/yaucg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (yaucg-0.2.tar.gz) = 4b3b6cfa131f25d937cca19f69b1c6e6 -SIZE (yaucg-0.2.tar.gz) = 9856 diff --git a/misc/yaucg/files/patch-aa b/misc/yaucg/files/patch-aa deleted file mode 100644 index 51cf80674fed..000000000000 --- a/misc/yaucg/files/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ ---- grepper/userfriendly.sh.orig Mon Aug 27 23:49:56 2001 -+++ grepper/userfriendly.sh Wed May 22 15:18:11 2002 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/local/bin/bash - - # YAUCG - Yes, another userfriendly comic grepper - # Read README first before writing me emails with your problem(s). Comments -@@ -133,4 +133,4 @@ - echo -e "\033[0;32mDONE!\033[m" - } - --main -+main diff --git a/misc/yaucg/pkg-descr b/misc/yaucg/pkg-descr deleted file mode 100644 index 6831c29b6cb8..000000000000 --- a/misc/yaucg/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -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. |