diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-14 15:18:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-14 15:18:54 +0800 |
commit | 3d88dcf0e8fb7f5cdfec2196e751bb520b806ed0 (patch) | |
tree | a7f88c9df7666cae6e6af1dbc4388d93ed1ee3c9 /palm | |
parent | d64a534b054c2241b120340f5c0b3fc5febd8931 (diff) | |
download | freebsd-ports-graphics-3d88dcf0e8fb7f5cdfec2196e751bb520b806ed0.tar.gz freebsd-ports-graphics-3d88dcf0e8fb7f5cdfec2196e751bb520b806ed0.tar.zst freebsd-ports-graphics-3d88dcf0e8fb7f5cdfec2196e751bb520b806ed0.zip |
Deprecate unmaintained ports from palm where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
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 ce36a51f31f..b09b63f23e2 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 7ab7c8fb83f..16f4150eb80 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 0d0b13a239a..864bce33d17 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 386df9ff91a..a3c2b8f359e 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} |