diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-17 07:21:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-17 07:21:17 +0000 |
commit | 9431de6356f99e702ee1f8f475a7fcf6b3efbbaa (patch) | |
tree | 161bd0d616720442036ec975923b287914ce04b8 /audio | |
parent | Deprecate unmaintained ports from databases where upstream disapear and/or (diff) |
Deprecate unmaintained ports from audio where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Lookup by: Eitan Adler <eitan _at_ eitanadler.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/albumart/Makefile | 3 | ||||
-rw-r--r-- | audio/aylet/Makefile | 2 | ||||
-rw-r--r-- | audio/cantus/Makefile | 3 | ||||
-rw-r--r-- | audio/dap/Makefile | 3 |
4 files changed, 11 insertions, 0 deletions
diff --git a/audio/albumart/Makefile b/audio/albumart/Makefile index 0af06106837d..2ea1612b12ff 100644 --- a/audio/albumart/Makefile +++ b/audio/albumart/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://muksuluuri.ath.cx/~skyostil/projects/albumart/dist/ MAINTAINER= timbob@bigpond.com COMMENT= GUI application for downloading album cover art +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + USE_GMAKE= yes USE_PYTHON= yes USE_PYDISTUTILS=yes diff --git a/audio/aylet/Makefile b/audio/aylet/Makefile index f04c634548bc..0d19da6195ad 100644 --- a/audio/aylet/Makefile +++ b/audio/aylet/Makefile @@ -16,6 +16,8 @@ PKGNAMEPREFIX?= MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command line player for the .ay audio file format +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 USE_GMAKE= yes MAKE_JOBS_SAFE= yes diff --git a/audio/cantus/Makefile b/audio/cantus/Makefile index 91ea1aeeac80..01553daccc9e 100644 --- a/audio/cantus/Makefile +++ b/audio/cantus/Makefile @@ -16,6 +16,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= old@old.com.ua COMMENT= Tool for tagging and renaming MP3 and OGG/Vorbis files +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomelibs gnomehack gnomehier diff --git a/audio/dap/Makefile b/audio/dap/Makefile index 664abdffc7d9..095ed6f9b044 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -16,6 +16,9 @@ EXTRACT_SUFX=.tgz MAINTAINER= ports@FreeBSD.org COMMENT= Audio sample editing and processing suite +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms MAKEFILE= Makefile.linux |