mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Remove textproc/bsdsort
FWICT it's just an old version of sort(1).
This commit is contained in:
parent
3dc7981913
commit
b54974bf33
1
MOVED
1
MOVED
@ -16293,3 +16293,4 @@ x11-toolkits/qt5-gtkplatform||2021-04-17|Has expired: Archived upstream
|
||||
textproc/py-markdown3|textproc/py-markdown|2021-04-20|markdown3 confilicts with too many ports
|
||||
security/fbopenssl||2021-04-20|Unmaintained, abandoned, does not build with recent OS versions
|
||||
devel/gearmand-devel||2021-04-20|Unmaintained, abandoned, has not built for over half a year
|
||||
textproc/bsdsort||2021-04-21|Old version of sort(1)
|
||||
|
@ -78,7 +78,6 @@
|
||||
SUBDIR += br-aspell
|
||||
SUBDIR += bsddiff
|
||||
SUBDIR += bsdgrep
|
||||
SUBDIR += bsdsort
|
||||
SUBDIR += btparse
|
||||
SUBDIR += c2html
|
||||
SUBDIR += c2man
|
||||
|
@ -1,43 +0,0 @@
|
||||
# Created by: Gabor Kovesdan <gabor@FreeBSD.org>
|
||||
|
||||
PORTNAME= sort
|
||||
PORTVERSION= 20120716
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= LOCAL/gabor
|
||||
PKGNAMEPREFIX= bsd-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= BSD-licensed version of sort
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
MAKE_ENV+= BINDIR="${PREFIX}/bin" \
|
||||
MANDIR="${MANPREFIX}/man/man" \
|
||||
CATDIR="${MANPREFIX}/man/man" \
|
||||
NLSDIR="${PREFIX}/share/nls" \
|
||||
NO_WERROR="defined" \
|
||||
MK_GNU_SORT="no"
|
||||
USES= uidfix
|
||||
|
||||
CFLAGS+= -std=c99
|
||||
|
||||
PLIST_FILES= bin/sort \
|
||||
bin/bsdsort \
|
||||
bin/gnusort \
|
||||
man/man1/sort.1.gz
|
||||
|
||||
OPTIONS_DEFINE= THREADS NLS
|
||||
OPTIONS_DEFAULT= THREADS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
NLS_MAKE_ENV_OFF= WITHOUT_NLS=yes
|
||||
NLS_PLIST_FILES= share/nls/hu_HU.ISO8859-2/sort.cat
|
||||
THREADS_MAKE_ENV= WITH_THREADS=yes
|
||||
|
||||
post-install:
|
||||
(cd ${STAGEDIR}${PREFIX}/bin && ${LN} -s sort bsdsort)
|
||||
${LN} -s /usr/bin/sort ${STAGEDIR}${PREFIX}/bin/gnusort
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (sort-20120716.tar.gz) = a30c577b78730f6acf2fe6aed154dbe906fc6834998c8f67c9b7e30fb10755a4
|
||||
SIZE (sort-20120716.tar.gz) = 40754
|
@ -1,11 +0,0 @@
|
||||
--- sort.c.orig 2012-07-04 20:25:12.000000000 +0400
|
||||
+++ sort.c 2014-01-21 07:18:36.832891740 +0400
|
||||
@@ -146,7 +146,7 @@
|
||||
#define NUMBER_OF_MUTUALLY_EXCLUSIVE_FLAGS 6
|
||||
static const char mutually_exclusive_flags[NUMBER_OF_MUTUALLY_EXCLUSIVE_FLAGS] = { 'M', 'n', 'g', 'R', 'h', 'V' };
|
||||
|
||||
-struct option long_options[] = {
|
||||
+static struct option long_options[] = {
|
||||
{ "batch-size", required_argument, NULL, BS_OPT },
|
||||
{ "buffer-size", required_argument, NULL, 'S' },
|
||||
{ "check", optional_argument, NULL, 'c' },
|
@ -1,11 +0,0 @@
|
||||
--- vsort.h.orig 2014-08-15 12:06:55.000000000 -0400
|
||||
+++ vsort.h 2014-08-15 12:07:03.000000000 -0400
|
||||
@@ -28,7 +28,7 @@
|
||||
*/
|
||||
|
||||
#if !defined(__VSORT_H__)
|
||||
-#define _VSORT_H__
|
||||
+#define __VSORT_H__
|
||||
|
||||
#include "bwstring.h"
|
||||
|
@ -1,6 +0,0 @@
|
||||
This a BSD-licensed version of the well-known sort utility that has been
|
||||
rewritten from scratch by Gabor Kovesdan <gabor@FreeBSD.org> and later
|
||||
developed by Oleg Moskalenko <oleg.moskalenko@citrix.com>. This
|
||||
implementation is meant to be a replacement of GNU sort for FreeBSD.
|
||||
Currently, it seems to be quite feature-complete but performance needs
|
||||
some improvements.
|
Loading…
Reference in New Issue
Block a user