PR:		208717
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-04-12 15:06:16 +00:00
parent b9c139bf86
commit 73c4a9251d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413133
7 changed files with 14 additions and 14 deletions

View File

@ -5,13 +5,11 @@ PORTNAME= utftools
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/
MASTER_SITES= http://www.cs.yorku.ca/pub/wily/misc/
MAINTAINER= ports@FreeBSD.org
COMMENT= UTF-aware wc, fmt, expand, and unexpand
BROKEN= unfetchable
LICENSE= UTFTOOLS
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LICENSE_NAME= utftools license

View File

@ -1,6 +1,6 @@
--- ./Makefile.in.orig 1997-02-25 18:47:26.000000000 +0000
+++ ./Makefile.in 2014-02-12 19:07:37.000000000 +0000
@@ -38,9 +38,9 @@
--- Makefile.in.orig 1997-02-25 18:47:26 UTC
+++ Makefile.in
@@ -38,9 +38,9 @@ INSTALL_DATA = @INSTALL_DATA@
all : $(BINS)
install : all

View File

@ -1,5 +1,5 @@
--- expand.c.orig Sat May 10 13:52:15 2003
+++ expand.c Sat May 10 13:52:31 2003
--- expand.c.orig 1997-02-25 18:47:26 UTC
+++ expand.c
@@ -5,6 +5,7 @@
#include <stdio.h>
#include <string.h>

View File

@ -1,5 +1,5 @@
--- fmt.c.orig Sat May 10 13:50:39 2003
+++ fmt.c Sat May 10 13:51:23 2003
--- fmt.c.orig 1997-02-25 18:47:26 UTC
+++ fmt.c
@@ -4,6 +4,7 @@
#include <stdio.h>
#include <string.h>

View File

@ -1,5 +1,5 @@
--- unexpand.c.orig Sat May 10 13:52:43 2003
+++ unexpand.c Sat May 10 13:52:58 2003
--- unexpand.c.orig 1997-02-25 18:47:26 UTC
+++ unexpand.c
@@ -5,6 +5,7 @@
#include <stdio.h>
#include <string.h>

View File

@ -1,5 +1,5 @@
--- wc.c.orig Sat May 10 13:51:37 2003
+++ wc.c Sat May 10 13:52:00 2003
--- wc.c.orig 1997-02-25 18:47:26 UTC
+++ wc.c
@@ -4,6 +4,7 @@
#include <stdio.h>

View File

@ -1,2 +1,4 @@
This package contains implementations of UTF-aware wc, fmt,
expand, and unexpand.
WWW: http://www.cs.yorku.ca/~oz/