summaryrefslogtreecommitdiff
path: root/devel/sfio
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sfio')
-rw-r--r--devel/sfio/Makefile42
-rw-r--r--devel/sfio/distinfo2
-rw-r--r--devel/sfio/files/patch-src_lib_sfio_Sfio_dc_Makefile12
-rw-r--r--devel/sfio/files/patch-src_lib_sfio_Sfio_f_Makefile12
-rw-r--r--devel/sfio/files/patch-src_lib_sfio_Sfio_t_runtest11
-rw-r--r--devel/sfio/files/patch-src_lib_sfio_Stdio_b_Makefile12
-rw-r--r--devel/sfio/files/patch-src_lib_sfio_Stdio_s_Makefile12
-rw-r--r--devel/sfio/files/patch-src_lib_sfio_makefile12
-rw-r--r--devel/sfio/files/patch-src_lib_sfio_sfhdr.h11
-rw-r--r--devel/sfio/pkg-descr15
-rw-r--r--devel/sfio/pkg-plist8
11 files changed, 0 insertions, 149 deletions
diff --git a/devel/sfio/Makefile b/devel/sfio/Makefile
deleted file mode 100644
index 76512f2c0139..000000000000
--- a/devel/sfio/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: jraynard
-# $FreeBSD$
-
-PORTNAME= sfio
-PORTVERSION= 1999
-CATEGORIES= devel
-MASTER_SITES= NETBSD
-DISTNAME= ${PORTNAME}_${PORTVERSION}
-EXTRACT_SUFX= .src.unix.cpio
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= The Safe/Fast I/O Library
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-EXTRACT_CMD= ${CPIO}
-EXTRACT_BEFORE_ARGS= -idF
-EXTRACT_AFTER_ARGS= # empty
-NO_WRKSUBDIR= yes
-
-# Remove a test that's too clever for its own good
-post-extract:
- @${MV} ${WRKSRC}/src/lib/sfio/Sfio_t/tmmap2read.c \
- ${WRKSRC}/src/lib/sfio/Sfio_t/.tmmap2read.c
-
-post-patch:
- @${REINPLACE_CMD} -e 's|SF_FLAGS|SFIO_FLAGS|g' \
- ${WRKSRC}/src/lib/sfio/*.[ch]
-
-do-build:
- @cd ${WRKSRC}/src/lib/sfio && ${MAKE} all -f makefile
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/include/sfio
- ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/include/sfio
- (cd ${WRKSRC}/lib && ${INSTALL_DATA} libsfio.a libstdio.a ${STAGEDIR}${PREFIX}/lib)
- ${INSTALL_MAN} ${WRKSRC}/man/man1/iffe.1 ${STAGEDIR}${PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/man/man3/sfio.3 ${STAGEDIR}${PREFIX}/man/man3
-
-.include <bsd.port.mk>
diff --git a/devel/sfio/distinfo b/devel/sfio/distinfo
deleted file mode 100644
index da931d28f13c..000000000000
--- a/devel/sfio/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (sfio_1999.src.unix.cpio) = 3b4878aa2549cacd3bb9a3a0bf7e903b978824ba33d2a8e0bc1c971548d0ff4b
-SIZE (sfio_1999.src.unix.cpio) = 647168
diff --git a/devel/sfio/files/patch-src_lib_sfio_Sfio_dc_Makefile b/devel/sfio/files/patch-src_lib_sfio_Sfio_dc_Makefile
deleted file mode 100644
index 037d09be49c2..000000000000
--- a/devel/sfio/files/patch-src_lib_sfio_Sfio_dc_Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/lib/sfio/Sfio_dc/Makefile.orig Sat Nov 7 15:39:40 1998
-+++ src/lib/sfio/Sfio_dc/Makefile Sat Nov 7 15:40:01 1998
-@@ -10,7 +10,8 @@
- # Compiler and flags to use
- CXFLAGS=
- CCMODE= -O
--CCFLAGS= -I. -I$(INCDIR) $(CCMODE) $(CXFLAGS)
-+CCFLAGS= $(CFLAGS)
-+CCFLAGS+= -I. -I$(INCDIR)
- AR= ar
- CC= cc
-
diff --git a/devel/sfio/files/patch-src_lib_sfio_Sfio_f_Makefile b/devel/sfio/files/patch-src_lib_sfio_Sfio_f_Makefile
deleted file mode 100644
index bf4c7a981cf8..000000000000
--- a/devel/sfio/files/patch-src_lib_sfio_Sfio_f_Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/lib/sfio/Sfio_f/Makefile.orig Sat Nov 7 15:39:51 1998
-+++ src/lib/sfio/Sfio_f/Makefile Sat Nov 7 15:40:06 1998
-@@ -7,7 +7,8 @@
- CC= cc
- CXFLAGS=
- CCMODE= -O
--CCFLAGS= -I.. $(CCMODE) $(CXFLAGS)
-+CCFLAGS= $(CFLAGS)
-+CCFLAGS+= -I..
-
- SRCS= _sfclrerr.c _sfdlen.c _sfeof.c _sferror.c _sffileno.c _sfgetc.c \
- _sfgetl.c _sfgetu.c _sfllen.c _sfputc.c _sfputd.c _sfputl.c _sfputu.c \
diff --git a/devel/sfio/files/patch-src_lib_sfio_Sfio_t_runtest b/devel/sfio/files/patch-src_lib_sfio_Sfio_t_runtest
deleted file mode 100644
index 3f345640b206..000000000000
--- a/devel/sfio/files/patch-src_lib_sfio_Sfio_t_runtest
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lib/sfio/Sfio_t/runtest.orig Sat Nov 7 15:35:55 1998
-+++ src/lib/sfio/Sfio_t/runtest Sat Nov 7 15:36:11 1998
-@@ -32,7 +32,7 @@
- if $CC -g -I.. -I$INCLUDE $i $LIB/libsfio.a -lm -o t
- then
- if ./t
-- then rm t; status=passed
-+ then rm -f t; status=passed
- else status=failed
- fi
- else status="Not compiled"
diff --git a/devel/sfio/files/patch-src_lib_sfio_Stdio_b_Makefile b/devel/sfio/files/patch-src_lib_sfio_Stdio_b_Makefile
deleted file mode 100644
index b59401da388e..000000000000
--- a/devel/sfio/files/patch-src_lib_sfio_Stdio_b_Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/lib/sfio/Stdio_b/Makefile.orig Sat Nov 7 15:41:32 1998
-+++ src/lib/sfio/Stdio_b/Makefile Sat Nov 7 15:41:43 1998
-@@ -7,7 +7,8 @@
- CC= cc
- CXFLAGS=
- CCMODE= -O
--CCFLAGS= -I.. $(CCMODE) $(CXFLAGS)
-+CCFLAGS= $(CFLAGS)
-+CCFLAGS+= -I..
- BINDIR= ../../../../bin
-
- SRCS= doprnt.c doscan.c fclose.c fdopen.c fflush.c fgetc.c fgets.c filbuf.c \
diff --git a/devel/sfio/files/patch-src_lib_sfio_Stdio_s_Makefile b/devel/sfio/files/patch-src_lib_sfio_Stdio_s_Makefile
deleted file mode 100644
index 3e32e423b4d4..000000000000
--- a/devel/sfio/files/patch-src_lib_sfio_Stdio_s_Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/lib/sfio/Stdio_s/Makefile.orig Sat Nov 7 15:53:36 1998
-+++ src/lib/sfio/Stdio_s/Makefile Sat Nov 7 15:41:45 1998
-@@ -7,7 +7,8 @@
- CC= cc
- CXFLAGS=
- CCMODE= -O
--CCFLAGS= -I.. $(CCMODE) $(CXFLAGS)
-+CCFLAGS= $(CFLAGS)
-+CCFLAGS+= -I..
-
- SRCS= stdgets.c stdopen.c stdprintf.c stdscanf.c stdsprintf.c stdvbuf.c \
- stdputc.c stdgetc.c
diff --git a/devel/sfio/files/patch-src_lib_sfio_makefile b/devel/sfio/files/patch-src_lib_sfio_makefile
deleted file mode 100644
index 3591ba17fdcd..000000000000
--- a/devel/sfio/files/patch-src_lib_sfio_makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/lib/sfio/makefile.orig Sat Nov 7 13:28:29 1998
-+++ src/lib/sfio/makefile Sat Nov 7 13:30:27 1998
-@@ -9,7 +9,8 @@
- # Compiler and flags to use
- CXFLAGS=
- CCMODE= -O
--CCFLAGS= -I. $(CCMODE) $(CXFLAGS)
-+CCFLAGS= $(CFLAGS)
-+CCFLAGS+= -I.
- AR= ar
- CC= cc
-
diff --git a/devel/sfio/files/patch-src_lib_sfio_sfhdr.h b/devel/sfio/files/patch-src_lib_sfio_sfhdr.h
deleted file mode 100644
index be4a00bdfcd8..000000000000
--- a/devel/sfio/files/patch-src_lib_sfio_sfhdr.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lib/sfio/sfhdr.h.orig Thu Nov 11 16:17:56 1999
-+++ src/lib/sfio/sfhdr.h Thu Nov 11 16:19:45 1999
-@@ -176,7 +176,7 @@
- #endif
-
- #if !defined(MAXDOUBLE) && _hdr_values
--#include <values.h>
-+#include <float.h>
- #endif
-
- #if !defined(MAXDOUBLE) && _hdr_floatingpoint
diff --git a/devel/sfio/pkg-descr b/devel/sfio/pkg-descr
deleted file mode 100644
index 9f6d4a188128..000000000000
--- a/devel/sfio/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-This is a portable library for performing stream I/O. It provides similar
-functionality to the ANSI C Standard I/O functions collectively known as
-Stdio. However, it is generally faster and more robust than most Stdio
-implementations.
-
-This version of the library has been ported to all known UNIX platforms
-including various flavors of IRIX, SUNOS, Solaris, Ultrix, Linux, BSDI,
-and MVS/OpenEdition. The library handles 64-bit streams on platforms that
-support 64-bit files.
-
-A set of regression tests is available in the subdirectory
-$(WRKDIR)/src/lib/sfio/Sfio_t. These tests can be exercised by running
-the shell script runtest after building the library.
-
-WWW: http://www.research.att.com/sw/tools/sfio/
diff --git a/devel/sfio/pkg-plist b/devel/sfio/pkg-plist
deleted file mode 100644
index abb90c18b0b4..000000000000
--- a/devel/sfio/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-include/sfio/ast_common.h
-include/sfio/sfio.h
-include/sfio/sfio_t.h
-include/sfio/stdio.h
-lib/libsfio.a
-lib/libstdio.a
-man/man1/iffe.1.gz
-man/man3/sfio.3.gz