Deprecate unmaintained ports from devel where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
This commit is contained in:
parent
89a94bdab8
commit
fd5f318f3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271025
40 changed files with 120 additions and 0 deletions
|
@ -16,6 +16,9 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Apple II 6502 assembler, linker, loader, and object file viewer
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
USE_GMAKE= yes
|
||||
MAN1= a2asm.1 a2link.1 a2load.1 a2objx.1
|
||||
|
||||
|
|
|
@ -14,6 +14,9 @@ MASTER_SITES= http://www.annexia.org/_file/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library of basic structures and memory allocators for C
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
BUILD_DEPENDS= cdoc:${PORTSDIR}/devel/cdoc \
|
||||
make+:${PORTSDIR}/devel/makeplus
|
||||
LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
|
||||
|
|
|
@ -15,6 +15,9 @@ DISTNAME= $(PORTNAME)-$(PORTVERSION:C/\.([0-9]*)$/@\1/)
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Generates man pages from C sources
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
MAN1= c2man.1
|
||||
|
|
|
@ -14,6 +14,9 @@ DISTFILES=
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Script to generate mdoc(7) markup from C functions
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
RUN_DEPENDS= cproto:${PORTSDIR}/devel/cproto
|
||||
|
||||
NOMAN=
|
||||
|
|
|
@ -14,6 +14,9 @@ MASTER_SITES= http://www.mazumdar.demon.co.uk/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A C99 Parser
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
PLIST_FILES= bin/c_parser
|
||||
|
||||
|
|
|
@ -14,6 +14,9 @@ MASTER_SITES= http://www.annexia.org/_file/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Extracts documentation from C source code comments
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
BUILD_DEPENDS+= make+:${PORTSDIR}/devel/makeplus
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
|
|
|
@ -13,6 +13,9 @@ MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A converter between context diff and unidiff formats
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
PROGRAMS= cd2ud cdiffreverse ud2cd udiffreverse
|
||||
|
||||
do-build:
|
||||
|
|
|
@ -16,6 +16,9 @@ DISTNAME= lib${PORTNAME}_${PORTVERSION}.orig
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A library for the creation of CGI-based Web applications
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -19,6 +19,9 @@ MAN1= error.1
|
|||
MANCOMPRESSED= maybe
|
||||
PLIST_FILES= bin/error
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
# MAN page COMPression SUFFIX
|
||||
.if !defined(NO_MANCOMPRESS)
|
||||
MANCOMPSUFFIX= .gz
|
||||
|
|
|
@ -17,6 +17,9 @@ COMMENT= Configuration management extensions to the Avalon Framework
|
|||
|
||||
RUN_DEPENDS= ${JAVALIBDIR}/avalon-framework.jar:${PORTSDIR}/devel/avalon-framework
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.2+
|
||||
NO_BUILD= yes
|
||||
|
|
|
@ -15,6 +15,9 @@ DISTNAME= libiberty-${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A freely-redistributable libiberty clone
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
CONFLICTS= gnulibiberty-*
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -14,6 +14,9 @@ MASTER_SITES= http://ftp.osuosl.org/pub/FreeBSD/distfiles/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An SDL game engine library
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_SDL= image sdl
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= System RPL and assembly language tools for HP Calculators
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
WRKSRC= ${WRKDIR}/Hptools/${CONFIGURE_TARGET}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= idutils
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The classic Berkeley gid/lid tools for looking up variables in code
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
CONFLICTS= coreutils-[0-9]* linux-gid-[0-9]* sh-utils-[0-9]*
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= idutils
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The classic Berkeley gid/lid tools for looking up variables in code
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
CONFLICTS= coreutils-[0-9]* linux-gid-[0-9]* sh-utils-[0-9]*
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -18,6 +18,9 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Talk given by Jim Weirich, a brief introduction to Ruby
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_CDROM= \
|
||||
"no commercial use--see \<URL:http://creativecommons.org/licenses/by-nc/1.0/\>"
|
||||
|
|
|
@ -16,6 +16,9 @@ MASTER_SITES= http://www2.informatik.hu-berlin.de/~piefel/kimwitu++/ \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A tool for processing trees (i.e. terms)
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
USE_BISON= build
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -15,6 +15,9 @@ DISTNAME= KXL-${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A visual, sound library for games
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_XORG= xpm x11
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= trevor
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Adds Fortran intrinsics missing from f2c
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USE_FORTRAN= yes
|
||||
|
||||
|
|
|
@ -13,6 +13,9 @@ MASTER_SITES= http://www.robertjohnkaper.com/downloads/atlantik/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Network library aimed at easy development of C++ server daemons
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -15,6 +15,9 @@ DISTNAME= coro-${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= C library that implements coroutines
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
|
|
|
@ -14,6 +14,9 @@ DISTNAME= ${PORTNAME}-39-src
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A small, portable, and easy to use command line library
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
MAN3= getline.3
|
||||
|
||||
WRKSRC= ${WRKDIR}/getline-39
|
||||
|
|
|
@ -15,6 +15,9 @@ MASTER_SITES= http://people.freebsd.org/~kbyanc/ \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A library easing embedding perl interpreters into C programs
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
|
|
@ -14,6 +14,9 @@ MASTER_SITE_SUBDIR= alepulver
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= User space caching library
|
||||
|
||||
DEPRECATED= Abandonned and no distfiles provided
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.if defined(NO_PROFILE) || defined(NOPROFILE)
|
||||
|
|
|
@ -16,6 +16,9 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Graphical CVS front-end using QT
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -18,6 +18,9 @@ DIST_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Revolution is a rapid application development environment
|
||||
|
||||
DEPRECATED= Abandon upstream and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
RUN_DEPENDS= xanim:${PORTSDIR}/multimedia/xanim
|
||||
|
||||
NO_CDROM= "Sale for profit is not permitted"
|
||||
|
|
|
@ -14,6 +14,9 @@ MASTER_SITES= http://www.annexia.org/_file/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Advanced build system for GNU Make
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto
|
||||
RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake
|
||||
|
||||
|
|
|
@ -14,6 +14,9 @@ MASTER_SITES= http://home.alphalink.com.au/~gnb/maketool/downloads/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GUI interface for make or gmake
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
|
||||
|
|
|
@ -15,6 +15,9 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Command-line parser and manual page generator
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
BUILD_DEPENDS= makeme:${PORTSDIR}/devel/msrc0
|
||||
|
||||
MAKE_FLAGS=
|
||||
|
|
|
@ -16,6 +16,9 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Memory Organization Benchmarks
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -16,6 +16,9 @@ EXTRACT_SUFX= .tar.Z
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Memory Profiler and Leak Detector
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
MAKEFILE= Makefile.i386
|
||||
MAN1= mprof.1
|
||||
|
|
|
@ -15,6 +15,9 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Meta source fake-out script for building ksb tools
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/makeme
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.6
|
||||
|
|
|
@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= ngpt-${PORTVERSION}.tar.gz
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= NGPT is a next generation pthread implementation based on GNU pth
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-tests=no --enable-maintainer=no \
|
||||
|
|
|
@ -14,6 +14,9 @@ DISTNAME= dsasmsrc
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A disassembler for Win32 code (PE format)
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
USE_ZIP= yes
|
||||
|
|
|
@ -17,6 +17,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python/Tkinter based source browser
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
BUILD_DEPENDS= exctags:${PORTSDIR}/devel/ctags \
|
||||
${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/py-Pmw
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
|
|
@ -14,6 +14,9 @@ MASTER_SITES= ftp://www.ctgi.net/pub/ctgi/ \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= List status of files checked out of RCS repositories
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
PLIST_FILES= bin/rinfo
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -16,6 +16,9 @@ DISTNAME= sge030809
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A graphic library for the Simple DirectMedia Layer (SDL)
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -15,6 +15,9 @@ MASTER_SITES= ftp://ftp.holywar.net/pub/templ/ \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Source code templates generator
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}/templates
|
||||
|
|
|
@ -13,6 +13,9 @@ MASTER_SITES= http://www.geocities.com/cprados/files/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= UNIX driver for Towitoko smartcard readers
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -14,6 +14,9 @@ MASTER_SITES= http://pornin.nerim.net/ucpp/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A C preprocessor and lexer
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
MAN1= ucpp.1
|
||||
PLIST_FILES= bin/ucpp
|
||||
|
||||
|
|
Loading…
Reference in a new issue