diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-14 07:18:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-14 07:18:54 +0000 |
commit | 6a9d338fb17121cd05e1bf763a32f0d6426da6c5 (patch) | |
tree | 3bf55722f2e8b4ad584de65da0280019e039adbc /palm | |
parent | b6cfa67b9ef6cd320bdcbcd9ab5003c1d064cf49 (diff) |
Deprecate unmaintained ports from palm where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Notes
Notes:
svn path=/head/; revision=270850
Diffstat (limited to 'palm')
-rw-r--r-- | palm/jfconv/Makefile | 3 | ||||
-rw-r--r-- | palm/palmpower/Makefile | 3 | ||||
-rw-r--r-- | palm/sitescooper/Makefile | 3 | ||||
-rw-r--r-- | palm/uppc-kmod/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/palm/jfconv/Makefile b/palm/jfconv/Makefile index ce36a51f31f0..b09b63f23e22 100644 --- a/palm/jfconv/Makefile +++ b/palm/jfconv/Makefile @@ -16,6 +16,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Converts JFile database to CSV, and vice versa +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + ALL_TARGET= # none do-install: diff --git a/palm/palmpower/Makefile b/palm/palmpower/Makefile index 7ab7c8fb83f9..16f4150eb80d 100644 --- a/palm/palmpower/Makefile +++ b/palm/palmpower/Makefile @@ -16,6 +16,9 @@ MASTER_SITES= http://ftp.linux.in.th/palm/develope/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Disassembler and other tools for PalmOS binaries +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/palm/sitescooper/Makefile b/palm/sitescooper/Makefile index 0d0b13a239a7..864bce33d179 100644 --- a/palm/sitescooper/Makefile +++ b/palm/sitescooper/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://sitescooper.org/released/ MAINTAINER= ports@FreeBSD.org COMMENT= News site downloader for Palm computing devices +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI \ diff --git a/palm/uppc-kmod/Makefile b/palm/uppc-kmod/Makefile index 386df9ff91a6..a3c2b8f359e3 100644 --- a/palm/uppc-kmod/Makefile +++ b/palm/uppc-kmod/Makefile @@ -15,6 +15,9 @@ PKGNAMESUFFIX= -kmod MAINTAINER= ports@FreeBSD.org COMMENT= USB device driver for Windows CE handhelds +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + MAN4= uppc.4 WRKSRC= ${WRKDIR}/${PORTNAME} |