aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-03-16 13:55:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-03-16 13:55:41 +0000
commitfd5f318f3c50eda92e9986fcc4f82f3263df2d99 (patch)
tree8d4b45d6dc5e70ff9de069dfc94b55f1ecbe525c /devel
parent89a94bdab8bb2c8c254b943489aff80da6562293 (diff)
downloadports-fd5f318f3c50eda92e9986fcc4f82f3263df2d99.tar.gz
ports-fd5f318f3c50eda92e9986fcc4f82f3263df2d99.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/a2dev/Makefile3
-rw-r--r--devel/c2lib/Makefile3
-rw-r--r--devel/c2man/Makefile3
-rw-r--r--devel/c2mdoc/Makefile3
-rw-r--r--devel/c_parser/Makefile3
-rw-r--r--devel/cdoc/Makefile3
-rw-r--r--devel/diffconvert/Makefile3
-rw-r--r--devel/ecgi/Makefile3
-rw-r--r--devel/error/Makefile3
-rw-r--r--devel/excalibur-configuration/Makefile3
-rw-r--r--devel/freelibiberty/Makefile3
-rw-r--r--devel/gengameng/Makefile3
-rw-r--r--devel/hptools/Makefile3
-rw-r--r--devel/id-utils/Makefile3
-rw-r--r--devel/idutils/Makefile3
-rw-r--r--devel/invitation_to_ruby/Makefile3
-rw-r--r--devel/kimwitu++/Makefile3
-rw-r--r--devel/kxl/Makefile3
-rw-r--r--devel/libU77/Makefile3
-rw-r--r--devel/libcapsinetwork/Makefile3
-rw-r--r--devel/libcoro/Makefile3
-rw-r--r--devel/libgetline/Makefile3
-rw-r--r--devel/libpperl/Makefile3
-rw-r--r--devel/libublio/Makefile3
-rw-r--r--devel/lincvs/Makefile3
-rw-r--r--devel/linux-runrev/Makefile3
-rw-r--r--devel/makeplus/Makefile3
-rw-r--r--devel/maketool/Makefile3
-rw-r--r--devel/mkcmd/Makefile3
-rw-r--r--devel/mob/Makefile3
-rw-r--r--devel/mprof/Makefile3
-rw-r--r--devel/msrc0/Makefile3
-rw-r--r--devel/ngpt/Makefile3
-rw-r--r--devel/pedisassem/Makefile3
-rw-r--r--devel/pypersrc/Makefile3
-rw-r--r--devel/rinfo/Makefile3
-rw-r--r--devel/sdl_sge/Makefile3
-rw-r--r--devel/templ/Makefile3
-rw-r--r--devel/towitoko/Makefile3
-rw-r--r--devel/ucpp/Makefile3
40 files changed, 120 insertions, 0 deletions
diff --git a/devel/a2dev/Makefile b/devel/a2dev/Makefile
index 4f49ffddacbe..9df6df44b3d8 100644
--- a/devel/a2dev/Makefile
+++ b/devel/a2dev/Makefile
@@ -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
diff --git a/devel/c2lib/Makefile b/devel/c2lib/Makefile
index 8ce6de5869d5..89239781f12b 100644
--- a/devel/c2lib/Makefile
+++ b/devel/c2lib/Makefile
@@ -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
diff --git a/devel/c2man/Makefile b/devel/c2man/Makefile
index 3257fc03f748..232580dfb4d6 100644
--- a/devel/c2man/Makefile
+++ b/devel/c2man/Makefile
@@ -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
diff --git a/devel/c2mdoc/Makefile b/devel/c2mdoc/Makefile
index 2d8fa5e30c00..c0eabc655601 100644
--- a/devel/c2mdoc/Makefile
+++ b/devel/c2mdoc/Makefile
@@ -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=
diff --git a/devel/c_parser/Makefile b/devel/c_parser/Makefile
index 6fae463a43f5..e220007fb06f 100644
--- a/devel/c_parser/Makefile
+++ b/devel/c_parser/Makefile
@@ -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
diff --git a/devel/cdoc/Makefile b/devel/cdoc/Makefile
index f36b9459979e..714a71614024 100644
--- a/devel/cdoc/Makefile
+++ b/devel/cdoc/Makefile
@@ -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
diff --git a/devel/diffconvert/Makefile b/devel/diffconvert/Makefile
index 604eab980128..c3b5898bb567 100644
--- a/devel/diffconvert/Makefile
+++ b/devel/diffconvert/Makefile
@@ -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:
diff --git a/devel/ecgi/Makefile b/devel/ecgi/Makefile
index a3f3209f65c8..33e0b48ddf6a 100644
--- a/devel/ecgi/Makefile
+++ b/devel/ecgi/Makefile
@@ -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
diff --git a/devel/error/Makefile b/devel/error/Makefile
index e9a04572cba7..28446f446b66 100644
--- a/devel/error/Makefile
+++ b/devel/error/Makefile
@@ -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
diff --git a/devel/excalibur-configuration/Makefile b/devel/excalibur-configuration/Makefile
index 662bb9e2bdd0..5a7fe0e3c4b2 100644
--- a/devel/excalibur-configuration/Makefile
+++ b/devel/excalibur-configuration/Makefile
@@ -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
diff --git a/devel/freelibiberty/Makefile b/devel/freelibiberty/Makefile
index ad086540026c..ce0cd984f014 100644
--- a/devel/freelibiberty/Makefile
+++ b/devel/freelibiberty/Makefile
@@ -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
diff --git a/devel/gengameng/Makefile b/devel/gengameng/Makefile
index 8baebdff3e46..ab89c2eab2f1 100644
--- a/devel/gengameng/Makefile
+++ b/devel/gengameng/Makefile
@@ -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
diff --git a/devel/hptools/Makefile b/devel/hptools/Makefile
index af45166791d0..1c9793eaf914 100644
--- a/devel/hptools/Makefile
+++ b/devel/hptools/Makefile
@@ -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
diff --git a/devel/id-utils/Makefile b/devel/id-utils/Makefile
index 1a7304342720..0ed31a1934b2 100644
--- a/devel/id-utils/Makefile
+++ b/devel/id-utils/Makefile
@@ -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
diff --git a/devel/idutils/Makefile b/devel/idutils/Makefile
index 1a7304342720..0ed31a1934b2 100644
--- a/devel/idutils/Makefile
+++ b/devel/idutils/Makefile
@@ -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
diff --git a/devel/invitation_to_ruby/Makefile b/devel/invitation_to_ruby/Makefile
index 494be8d2075d..1b97ab9cc9c0 100644
--- a/devel/invitation_to_ruby/Makefile
+++ b/devel/invitation_to_ruby/Makefile
@@ -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/\>"
diff --git a/devel/kimwitu++/Makefile b/devel/kimwitu++/Makefile
index b13ea78aee8f..f142f9b773d6 100644
--- a/devel/kimwitu++/Makefile
+++ b/devel/kimwitu++/Makefile
@@ -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
diff --git a/devel/kxl/Makefile b/devel/kxl/Makefile
index 40f3a604e3ea..5e9e5ac8d2f0 100644
--- a/devel/kxl/Makefile
+++ b/devel/kxl/Makefile
@@ -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
diff --git a/devel/libU77/Makefile b/devel/libU77/Makefile
index 8dc0ee371245..a294cf24235d 100644
--- a/devel/libU77/Makefile
+++ b/devel/libU77/Makefile
@@ -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
diff --git a/devel/libcapsinetwork/Makefile b/devel/libcapsinetwork/Makefile
index f8da6fa95afd..0c1aa723afff 100644
--- a/devel/libcapsinetwork/Makefile
+++ b/devel/libcapsinetwork/Makefile
@@ -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
diff --git a/devel/libcoro/Makefile b/devel/libcoro/Makefile
index a9e0bc201038..6fdfd4cb2bfc 100644
--- a/devel/libcoro/Makefile
+++ b/devel/libcoro/Makefile
@@ -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
diff --git a/devel/libgetline/Makefile b/devel/libgetline/Makefile
index 6f544760f61d..bd513af12e3b 100644
--- a/devel/libgetline/Makefile
+++ b/devel/libgetline/Makefile
@@ -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
diff --git a/devel/libpperl/Makefile b/devel/libpperl/Makefile
index 59b9464775f1..f18868e7fda6 100644
--- a/devel/libpperl/Makefile
+++ b/devel/libpperl/Makefile
@@ -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
diff --git a/devel/libublio/Makefile b/devel/libublio/Makefile
index 55f227839ef2..5db3552d4b15 100644
--- a/devel/libublio/Makefile
+++ b/devel/libublio/Makefile
@@ -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)
diff --git a/devel/lincvs/Makefile b/devel/lincvs/Makefile
index 2235b6546291..fb41a427b374 100644
--- a/devel/lincvs/Makefile
+++ b/devel/lincvs/Makefile
@@ -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
diff --git a/devel/linux-runrev/Makefile b/devel/linux-runrev/Makefile
index ae3743e913e7..4dafd384eb25 100644
--- a/devel/linux-runrev/Makefile
+++ b/devel/linux-runrev/Makefile
@@ -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"
diff --git a/devel/makeplus/Makefile b/devel/makeplus/Makefile
index 747ac74f54c5..cc2a7b7b2381 100644
--- a/devel/makeplus/Makefile
+++ b/devel/makeplus/Makefile
@@ -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
diff --git a/devel/maketool/Makefile b/devel/maketool/Makefile
index 7e08f4791968..3f9d50cf2b10 100644
--- a/devel/maketool/Makefile
+++ b/devel/maketool/Makefile
@@ -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
diff --git a/devel/mkcmd/Makefile b/devel/mkcmd/Makefile
index c25603f52813..7863800887c8 100644
--- a/devel/mkcmd/Makefile
+++ b/devel/mkcmd/Makefile
@@ -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=
diff --git a/devel/mob/Makefile b/devel/mob/Makefile
index 30cbf5d80eed..5eecd5d24814 100644
--- a/devel/mob/Makefile
+++ b/devel/mob/Makefile
@@ -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
diff --git a/devel/mprof/Makefile b/devel/mprof/Makefile
index 0b65d63e49e5..07d4e7cabf9b 100644
--- a/devel/mprof/Makefile
+++ b/devel/mprof/Makefile
@@ -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
diff --git a/devel/msrc0/Makefile b/devel/msrc0/Makefile
index 7c94094b5939..b5c8e8637f39 100644
--- a/devel/msrc0/Makefile
+++ b/devel/msrc0/Makefile
@@ -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
diff --git a/devel/ngpt/Makefile b/devel/ngpt/Makefile
index efc7a00e118c..e228c8a9a72c 100644
--- a/devel/ngpt/Makefile
+++ b/devel/ngpt/Makefile
@@ -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 \
diff --git a/devel/pedisassem/Makefile b/devel/pedisassem/Makefile
index 5c76cbea6854..d916430aad63 100644
--- a/devel/pedisassem/Makefile
+++ b/devel/pedisassem/Makefile
@@ -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
diff --git a/devel/pypersrc/Makefile b/devel/pypersrc/Makefile
index b9dc60f39bbb..fc53f04050e9 100644
--- a/devel/pypersrc/Makefile
+++ b/devel/pypersrc/Makefile
@@ -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}
diff --git a/devel/rinfo/Makefile b/devel/rinfo/Makefile
index 363172fe707f..1dedffbb6464 100644
--- a/devel/rinfo/Makefile
+++ b/devel/rinfo/Makefile
@@ -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:
diff --git a/devel/sdl_sge/Makefile b/devel/sdl_sge/Makefile
index 60455969f552..c609cc6c76fd 100644
--- a/devel/sdl_sge/Makefile
+++ b/devel/sdl_sge/Makefile
@@ -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
diff --git a/devel/templ/Makefile b/devel/templ/Makefile
index 1a533ec899a0..d6f2fddf040f 100644
--- a/devel/templ/Makefile
+++ b/devel/templ/Makefile
@@ -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
diff --git a/devel/towitoko/Makefile b/devel/towitoko/Makefile
index 06a00d638bf1..2c92abb7c76e 100644
--- a/devel/towitoko/Makefile
+++ b/devel/towitoko/Makefile
@@ -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
diff --git a/devel/ucpp/Makefile b/devel/ucpp/Makefile
index 2cef6da9e06f..4476974e6008 100644
--- a/devel/ucpp/Makefile
+++ b/devel/ucpp/Makefile
@@ -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