diff options
Diffstat (limited to 'math/rpc')
-rw-r--r-- | math/rpc/Makefile | 52 | ||||
-rw-r--r-- | math/rpc/distinfo | 2 | ||||
-rw-r--r-- | math/rpc/files/patch-src::Makefile.in | 13 | ||||
-rw-r--r-- | math/rpc/pkg-descr | 7 | ||||
-rw-r--r-- | math/rpc/pkg-plist | 3 |
5 files changed, 0 insertions, 77 deletions
diff --git a/math/rpc/Makefile b/math/rpc/Makefile deleted file mode 100644 index 9cc9e63e6399..000000000000 --- a/math/rpc/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: rpc -# Date created: Mar 21, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= rpc -PORTVERSION= 0.98 -PORTREVISION= 1 -CATEGORIES= math -MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/rpc/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A full-screen RPN calculator program - -BUILD_DEPENDS= ${LOCALBASE}/lib/libccm.so:${PORTSDIR}/math/ccmath -RUN_DEPENDS= ${LOCALBASE}/lib/libccm.so:${PORTSDIR}/math/ccmath - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: -# -# Get rid of inline function body in implementation... -# - @${REINPLACE_CMD} -e '483,488d' ${WRKSRC}/src/RpcComplex.cpp - @${REINPLACE_CMD} -e '428,433d' ${WRKSRC}/src/RpcComplexMatrix.cpp - @${REINPLACE_CMD} -e '591,596d' ${WRKSRC}/src/RpcDouble.cpp - @${REINPLACE_CMD} -e '350,355d' ${WRKSRC}/src/RpcIntegerConst.cpp - @${REINPLACE_CMD} -e '394,399d' ${WRKSRC}/src/RpcRealMatrix.cpp -# -# ...and put it right into class declaration instead, to please newer GCC -# - @${REINPLACE_CMD} -E 's,([[:alnum:]]+ getData\( void \));,inline \1 { return data; },' \ - ${WRKSRC}/src/RpcComplex.h ${WRKSRC}/src/RpcComplexMatrix.h \ - ${WRKSRC}/src/RpcDouble.h ${WRKSRC}/src/RpcIntegerConst.h \ - ${WRKSRC}/src/RpcRealMatrix.h - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/manual ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/math/rpc/distinfo b/math/rpc/distinfo deleted file mode 100644 index 1783a59ca469..000000000000 --- a/math/rpc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rpc-0.98.tar.gz) = f909c9be2cd0631d712214455ed49d4c63ed35077f6826fcf93fca2604fd3059 -SIZE (rpc-0.98.tar.gz) = 140593 diff --git a/math/rpc/files/patch-src::Makefile.in b/math/rpc/files/patch-src::Makefile.in deleted file mode 100644 index 760915082851..000000000000 --- a/math/rpc/files/patch-src::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- src/Makefile.in.orig Mon Aug 13 13:01:30 2001 -+++ src/Makefile.in Mon Sep 16 22:04:55 2002 -@@ -67,8 +67,8 @@ - - bin_PROGRAMS = rpc - --CFLAGS = -O2 -Wall --CXXFLAGS = -O2 -Wall -+CFLAGS = @CFLAGS@ -+CXXFLAGS = @CXXFLAGS@ - INCLUDES = @CURSES_INCLUDEDIR@ - LDADD = -lm -lccm @CURSES_LIBS@ - diff --git a/math/rpc/pkg-descr b/math/rpc/pkg-descr deleted file mode 100644 index 29a201b1baf6..000000000000 --- a/math/rpc/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -RPC is a full-screen console-based RPN calculator that uses the curses -library. Its operation is similar to that of modern HP calculators, -but data entry has been optimized for efficiency on a PC keyboard. Its -features include extensive scientific calculator functionality, command -completion, and a visible interactive stack. - -WWW: http://www.eecs.umich.edu/~pelzlpj/rpc/ diff --git a/math/rpc/pkg-plist b/math/rpc/pkg-plist deleted file mode 100644 index e6428c38c42a..000000000000 --- a/math/rpc/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/rpc -%%PORTDOCS%%%%DOCSDIR%%/manual -%%PORTDOCS%%@dirrm %%DOCSDIR%% |