diff options
author | vs <vs@FreeBSD.org> | 2005-06-03 21:43:16 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-06-03 21:43:16 +0800 |
commit | 3249084f52b9342d73b0760d1d953c5425afd10c (patch) | |
tree | 3d0ee938c1201f26b5b2ccbb5a30731afb6c2a16 /misc | |
parent | d7ceadf1b92842c60d35ee06d32412db3a9b7127 (diff) | |
download | freebsd-ports-graphics-3249084f52b9342d73b0760d1d953c5425afd10c.tar.gz freebsd-ports-graphics-3249084f52b9342d73b0760d1d953c5425afd10c.tar.zst freebsd-ports-graphics-3249084f52b9342d73b0760d1d953c5425afd10c.zip |
Remove ports which expired on 2005-06-01 (no pending PRs, either)
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 b1211f6eda6..fdcf7f263f7 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 ad70ea3d255..00000000000 --- 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 da9f850239f..00000000000 --- 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 51cf80674fe..00000000000 --- 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 6831c29b6cb..00000000000 --- 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. |