diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-16 14:50:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-16 14:50:51 +0800 |
commit | 21997233984b1047de128037eb3b90af6e8a7b3f (patch) | |
tree | 0322a13271bf969d92e05279b7a775e28323e9e8 /emulators | |
parent | d0f72cf702eb307b9d19df868380bfc96b8ab69d (diff) | |
download | freebsd-ports-gnome-21997233984b1047de128037eb3b90af6e8a7b3f.tar.gz freebsd-ports-gnome-21997233984b1047de128037eb3b90af6e8a7b3f.tar.zst freebsd-ports-gnome-21997233984b1047de128037eb3b90af6e8a7b3f.zip |
Deprecate unmaintained ports from emulators where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/basiliskII/Makefile | 5 | ||||
-rw-r--r-- | emulators/tkhfs/Makefile | 3 | ||||
-rw-r--r-- | emulators/twin/Makefile | 3 | ||||
-rw-r--r-- | emulators/vgb/Makefile | 3 | ||||
-rw-r--r-- | emulators/vpce/Makefile | 3 |
5 files changed, 16 insertions, 1 deletions
diff --git a/emulators/basiliskII/Makefile b/emulators/basiliskII/Makefile index 79c57aa280d6..02cc72754ff4 100644 --- a/emulators/basiliskII/Makefile +++ b/emulators/basiliskII/Makefile @@ -9,13 +9,16 @@ PORTNAME= basiliskII PORTVERSION= 1.0 PORTREVISION= 10 CATEGORIES= emulators -MASTER_SITES= http://gwenole.beauchesne.info/projects/basilisk2/files/ +MASTER_SITES= http://gwenole.beauchesne.info/projects/basilisk2/files/ MASTER_SITE_SUBDIR= basilisk DISTNAME= BasiliskII_src_01052006 MAINTAINER= ports@FreeBSD.org COMMENT= A free, portable, Open Source 68k Mac emulator +DEPRECATED= Distfile is no more available official website has older distfiles +EXPIRATION_DATE= 2011-05-01 + WRKSRC= ${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix USE_BZIP2= yes diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile index 676632de433f..8857b70f1770 100644 --- a/emulators/tkhfs/Makefile +++ b/emulators/tkhfs/Makefile @@ -16,6 +16,9 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A Tcl/Tk front end to the hfs program +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + USE_TK= yes PLIST_FILES= bin/tkhfs RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index 164984c80448..004a4ce6b131 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -17,6 +17,9 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Willows Toolkit for migrating and developing Windows applications +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + ONLY_FOR_ARCHS= i386 alpha powerpc WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/emulators/vgb/Makefile b/emulators/vgb/Makefile index bfa7f1826f8b..6cd5d894b960 100644 --- a/emulators/vgb/Makefile +++ b/emulators/vgb/Makefile @@ -17,6 +17,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Nintendo GameBoy(tm) emulator +DEPRECATED= Distfile is no more available (lastest binaries provided by upstream are for 5.x) +EXPIRATION_DATE= 2011-05-01 + WRKSRC= ${WRKDIR}/GB USE_XORG= x11 xext diff --git a/emulators/vpce/Makefile b/emulators/vpce/Makefile index 3786bf817ff5..4f14be57564a 100644 --- a/emulators/vpce/Makefile +++ b/emulators/vpce/Makefile @@ -17,6 +17,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= PC Engine (TG16) emulator on X +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + NO_WRKSUBDIR= yes USE_XORG= x11 NO_BUILD= yes |