diff options
author | rene <rene@FreeBSD.org> | 2014-08-03 17:59:09 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-08-03 17:59:09 +0800 |
commit | cf86edbe4740b75110a6c9c2be076c6ac29c07dd (patch) | |
tree | 532e815afc8109559a45d84611b5b6a725114698 | |
parent | 81af34117c04f2bf9d646a46f92347387e1d0842 (diff) | |
download | freebsd-ports-gnome-cf86edbe4740b75110a6c9c2be076c6ac29c07dd.tar.gz freebsd-ports-gnome-cf86edbe4740b75110a6c9c2be076c6ac29c07dd.tar.zst freebsd-ports-gnome-cf86edbe4740b75110a6c9c2be076c6ac29c07dd.zip |
Remove expired port:
2014-08-03 sysutils/readlink: All features implemented in the base system since FreeBSD 8.3
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/readlink/Makefile | 59 | ||||
-rw-r--r-- | sysutils/readlink/distinfo | 2 | ||||
-rw-r--r-- | sysutils/readlink/files/tarignore | 1 | ||||
-rw-r--r-- | sysutils/readlink/pkg-descr | 8 |
6 files changed, 1 insertions, 71 deletions
@@ -6367,3 +6367,4 @@ print/ifxetex||2014-08-01|Has expired: Very outdated and fully contained in texl lang/dragonegg46-33||2014-08-01|Has expired: Dead upstream, impractical to build on 10 and later lang/dragonegg47-33||2014-08-01|Has expired: Dead upstream, impractical to build on 10 and later print/freetype-tools|print/texlive-texmf|2014-08-01|Has been incorporated in TeXLive +sysutils/readlink||2014-08-03|Has expired: All features implemented in the base system since FreeBSD 8.3 diff --git a/sysutils/Makefile b/sysutils/Makefile index 8f270af77bed..4a6f32783274 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -764,7 +764,6 @@ SUBDIR += rdiff-backup SUBDIR += rdiff-backup-devel SUBDIR += rdup - SUBDIR += readlink SUBDIR += realsync SUBDIR += recoverdm SUBDIR += reed diff --git a/sysutils/readlink/Makefile b/sysutils/readlink/Makefile deleted file mode 100644 index 3342b04a1db4..000000000000 --- a/sysutils/readlink/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# Created by: dd -# $FreeBSD$ - -PORTNAME= readlink -PORTVERSION= 20010616 -CATEGORIES= sysutils -MASTER_SITES= LOCAL/dd - -MAINTAINER= ports@FreeBSD.org -COMMENT= Dereference a symbolic link and print the name of the target - -DEPRECATED= All features implemented in the base system since FreeBSD 8.3 -EXPIRATION_DATE= 2014-08-03 - -PLIST_FILES= bin/readlink \ - man/man1/readlink.1.gz - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/readlink ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/readlink.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ - -# -# Ports build/install stuff stops here. Tarball creation stuff begins here. -# -.include <bsd.port.pre.mk> -CVS_CMD?= cvs -z3 -CVS_DATE= Sun Jun 16 15:58:14 PDT 2001 -CVS_SITES?= anoncvs@anoncvs.openbsd.org:/cvs -CVS_MODULE= src/usr.bin/readlink - -# -# CVS checkout stuff mostly stolen from security/openssh-askpass port by -# kris@freebsd.org -# -tarball: - @${MKDIR} ${DISTDIR}/${PKGNAME} && \ - cd ${DISTDIR}/${PKGNAME}; \ - for CVS_SITE in ${CVS_SITES}; do \ - ${ECHO_MSG} ">> Attempting to check out from $${CVS_SITE}."; \ - if ${CVS_CMD} -d $${CVS_SITE} co -D "${CVS_DATE}" \ - ${CVS_MODULE}; then \ - cd ${DISTDIR}; \ - ${ECHO_MSG} ">> Creating dist tarball in ${DISTDIR}"; \ - ${ECHO_MSG} ">> \"${PKGNAME}.tar.gz\"."; \ - ${MV} ${PKGNAME}/${CVS_MODULE} \ - ${PKGNAME}/${CVS_MODULE:H}/${PKGNAME}; \ - ${TAR} -cz \ - -X ${FILESDIR}/tarignore \ - -f ${PKGNAME}.tar.gz \ - -C ${PKGNAME}/${CVS_MODULE:H} \ - ${PKGNAME}; \ - exit; \ - fi \ - done; \ - ${RMDIR} ${DISTDIR}/${PKGNAME}; \ - ${ECHO_MSG} ">> CVS checkout failed."; \ - exit 1; - -.include <bsd.port.post.mk> diff --git a/sysutils/readlink/distinfo b/sysutils/readlink/distinfo deleted file mode 100644 index 138cfb95a6fd..000000000000 --- a/sysutils/readlink/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (readlink-20010616.tar.gz) = b6ed92eb2b4516417b0e3dc16cf165a75cabfb39fdc8b9908bcb0a239ec67149 -SIZE (readlink-20010616.tar.gz) = 2424 diff --git a/sysutils/readlink/files/tarignore b/sysutils/readlink/files/tarignore deleted file mode 100644 index 7ac83b287f2f..000000000000 --- a/sysutils/readlink/files/tarignore +++ /dev/null @@ -1 +0,0 @@ -CVS diff --git a/sysutils/readlink/pkg-descr b/sysutils/readlink/pkg-descr deleted file mode 100644 index 286d9bb773ba..000000000000 --- a/sysutils/readlink/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The readlink utility when invoked with the pathname of a symbolic link as -its argument dereferences the symbolic link and prints the name of target -on standard output. If readlink is invoked with an argument other than -the pathname of a symbolic link, it exits with a nonzero exit code with- -out printing anything. - -In other words, this is a command-line interface to the readlink(2) -system call. |