aboutsummaryrefslogtreecommitdiffstats
path: root/math/wmcalc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-05-02 15:30:25 +0800
committerbapt <bapt@FreeBSD.org>2011-05-02 15:30:25 +0800
commitf6b8f7e6cea1c0c234534b81ae967b3049f628b6 (patch)
tree3594b760c892154028fb904d4af6765f03d7affe /math/wmcalc
parentffb0a64c1914e315872b38b8b6ea65e67a562dab (diff)
downloadfreebsd-ports-gnome-f6b8f7e6cea1c0c234534b81ae967b3049f628b6.tar.gz
freebsd-ports-gnome-f6b8f7e6cea1c0c234534b81ae967b3049f628b6.tar.zst
freebsd-ports-gnome-f6b8f7e6cea1c0c234534b81ae967b3049f628b6.zip
remove unmaintained expired ports from math
2011-05-01 math/fudgit: Upstream disapear and distfile is no more available 2011-05-01 math/kaskade: Upstream disapear and distfile is no more available 2011-05-01 math/qscanplot: Upstream disapear and distfile is no more available 2011-05-01 math/rpc: Upstream disapear and distfile is no more available 2011-05-01 math/ss: Upstream disapear and distfile is no more available 2011-05-01 math/wmcalc: Upstream disapear and distfile is no more available
Diffstat (limited to 'math/wmcalc')
-rw-r--r--math/wmcalc/Makefile29
-rw-r--r--math/wmcalc/distinfo2
-rw-r--r--math/wmcalc/files/patch-aa22
-rw-r--r--math/wmcalc/pkg-descr3
4 files changed, 0 insertions, 56 deletions
diff --git a/math/wmcalc/Makefile b/math/wmcalc/Makefile
deleted file mode 100644
index 8d2cc790ebc3..000000000000
--- a/math/wmcalc/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: wmcalc
-# Date created: 28 March 2000
-# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= wmcalc
-PORTVERSION= 0.3
-PORTREVISION= 2
-CATEGORIES= math windowmaker
-MASTER_SITES= http://members.cox.net/ehf_dockapps/wmcalc/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= jedgar
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Simple dockable calculator
-
-ALL_TARGET= clean wmcalc
-PLIST_FILES= bin/wmcalc
-USE_XORG= xpm
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/wmcalc ${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/math/wmcalc/distinfo b/math/wmcalc/distinfo
deleted file mode 100644
index ba6bc15f4631..000000000000
--- a/math/wmcalc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (wmcalc-0.3.tar.gz) = 5e511e8db7160dd98e9103c757c6ffd85b0d348b139504764a38c46b9961d559
-SIZE (wmcalc-0.3.tar.gz) = 58640
diff --git a/math/wmcalc/files/patch-aa b/math/wmcalc/files/patch-aa
deleted file mode 100644
index 115d5bd45601..000000000000
--- a/math/wmcalc/files/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.orig Thu Apr 6 22:25:39 2000
-+++ Makefile Sun Apr 16 08:50:18 2000
-@@ -1,15 +1,15 @@
--INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11
--LIBINC =-L/usr/X11R6/lib -L/usr/include/lib
-+INCLUDES =-I${LOCALBASE}/include -I${LOCALBASE}/include/X11
-+LIBINC =-L${LOCALBASE}/lib
- LIBS = -lX11 -lXpm -lXext -lm
-
- TARGET = wmcalc
- OBJECTS = wmcalc.o readln.o wmcalcswitch.o wmcalcfunc.o
-
- .c.o:
-- gcc -O2 -c -Wall ${INCLUDES} ${FLAGS} $< -o $*.o
-+ gcc ${CFLAGS} -c ${INCLUDES} ${FLAGS} $< -o $*.o
-
- ${TARGET}: ${OBJECTS}
-- gcc -O2 -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS}
-+ gcc ${CFLAGS} -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS}
-
- clean::
- for i in ${OBJECTS}; do if [ -e $$i ] ; then rm $$i; fi; done
diff --git a/math/wmcalc/pkg-descr b/math/wmcalc/pkg-descr
deleted file mode 100644
index 0c523327ff86..000000000000
--- a/math/wmcalc/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Simple dockable calculator
-
-WWW: http://members.cox.net/ehf_dockapps/