summaryrefslogtreecommitdiff
path: root/textproc/flip
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/flip')
-rw-r--r--textproc/flip/Makefile23
-rw-r--r--textproc/flip/distinfo2
-rw-r--r--textproc/flip/pkg-descr8
3 files changed, 0 insertions, 33 deletions
diff --git a/textproc/flip/Makefile b/textproc/flip/Makefile
deleted file mode 100644
index d7dfc9115ad0..000000000000
--- a/textproc/flip/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME= flip
-PORTVERSION= 1.19
-PORTREVISION= 1
-CATEGORIES= textproc
-MASTER_SITES= LOCAL/itetcu
-DISTNAME= ${PORTNAME}.${PORTVERSION}
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Convert text file line endings between Unix and DOS formats
-
-DEPRECATED= Unmaintained and dead upstream, consider using converters/dos2unix
-EXPIRATION_DATE=2025-04-30
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-ALL_TARGET= bsd
-PLIST_FILES= bin/flip share/man/man1/flip.1.gz
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/flip ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/flip.1 ${STAGEDIR}${PREFIX}/share/man/man1
-
-.include <bsd.port.mk>
diff --git a/textproc/flip/distinfo b/textproc/flip/distinfo
deleted file mode 100644
index 301cb8f6a482..000000000000
--- a/textproc/flip/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (flip.1.19.tar.Z) = a2d220d5ee8743c177b4232e2bde7ba76ea0880ddba5c7c047b6b5532e1bc878
-SIZE (flip.1.19.tar.Z) = 42208
diff --git a/textproc/flip/pkg-descr b/textproc/flip/pkg-descr
deleted file mode 100644
index 4327489211aa..000000000000
--- a/textproc/flip/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-This program converts line endings of text files between MS-DOS and **IX
-formats. It detects binary files in a nearly foolproof way and leaves them
-alone unless you override this. It will also leave files alone that are already
-in the right format and preserves file timestamps. User interrupts are handled
-gracefully and no garbage or corrupted files left behind. 'flip' does not
-convert files to a different character set, and it cannot handle Apple
-Macintosh line endings (CR only). For that (and more), you can use the 'recode'
-program (package 'recode').