View | Details | Raw Unified | Return to bug 208717
Collapse All | Expand All

(-)misc/utftools/Makefile (-4 / +2 lines)
Lines 5-20 Link Here
5
PORTVERSION=	1.6
5
PORTVERSION=	1.6
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	misc
7
CATEGORIES=	misc
8
MASTER_SITES=	ftp://ftp.cs.yorku.ca/pub/wily/misc/
8
MASTER_SITES=	http://www.cs.yorku.ca/pub/wily/misc/
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	UTF-aware wc, fmt, expand, and unexpand
11
COMMENT=	UTF-aware wc, fmt, expand, and unexpand
12
12
13
BROKEN=		unfetchable
14
15
LICENSE=	UTFTOOLS
13
LICENSE=	UTFTOOLS
16
LICENSE_FILE=	${WRKSRC}/COPYRIGHT
17
LICENSE_NAME=	utftools license
14
LICENSE_NAME=	utftools license
15
LICENSE_FILE=	${WRKSRC}/COPYRIGHT
18
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
16
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
19
17
20
BUILD_DEPENDS=	${LOCALBASE}/lib/libutf.a:misc/libutf
18
BUILD_DEPENDS=	${LOCALBASE}/lib/libutf.a:misc/libutf
(-)misc/utftools/files/patch-Makefile.in (-3 / +3 lines)
Lines 1-6 Link Here
1
--- ./Makefile.in.orig	1997-02-25 18:47:26.000000000 +0000
1
--- Makefile.in.orig	1997-02-25 18:47:26 UTC
2
+++ ./Makefile.in	2014-02-12 19:07:37.000000000 +0000
2
+++ Makefile.in
3
@@ -38,9 +38,9 @@
3
@@ -38,9 +38,9 @@ INSTALL_DATA	=	@INSTALL_DATA@
4
 all				:	$(BINS)
4
 all				:	$(BINS)
5
 
5
 
6
 install			:	all
6
 install			:	all
(-)misc/utftools/files/patch-expand.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- expand.c.orig	Sat May 10 13:52:15 2003
1
--- expand.c.orig	1997-02-25 18:47:26 UTC
2
+++ expand.c	Sat May 10 13:52:31 2003
2
+++ expand.c
3
@@ -5,6 +5,7 @@
3
@@ -5,6 +5,7 @@
4
 #include <stdio.h>
4
 #include <stdio.h>
5
 #include <string.h>
5
 #include <string.h>
(-)misc/utftools/files/patch-fmt.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- fmt.c.orig	Sat May 10 13:50:39 2003
1
--- fmt.c.orig	1997-02-25 18:47:26 UTC
2
+++ fmt.c	Sat May 10 13:51:23 2003
2
+++ fmt.c
3
@@ -4,6 +4,7 @@
3
@@ -4,6 +4,7 @@
4
 #include <stdio.h>
4
 #include <stdio.h>
5
 #include <string.h>
5
 #include <string.h>
(-)misc/utftools/files/patch-unexpand.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- unexpand.c.orig	Sat May 10 13:52:43 2003
1
--- unexpand.c.orig	1997-02-25 18:47:26 UTC
2
+++ unexpand.c	Sat May 10 13:52:58 2003
2
+++ unexpand.c
3
@@ -5,6 +5,7 @@
3
@@ -5,6 +5,7 @@
4
 #include <stdio.h>
4
 #include <stdio.h>
5
 #include <string.h>
5
 #include <string.h>
(-)misc/utftools/files/patch-wc.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- wc.c.orig	Sat May 10 13:51:37 2003
1
--- wc.c.orig	1997-02-25 18:47:26 UTC
2
+++ wc.c	Sat May 10 13:52:00 2003
2
+++ wc.c
3
@@ -4,6 +4,7 @@
3
@@ -4,6 +4,7 @@
4
 
4
 
5
 #include <stdio.h>
5
 #include <stdio.h>
(-)misc/utftools/pkg-descr (-2 / +4 lines)
Lines 1-2 Link Here
1
This package contains implementations of UTF-aware wc, fmt,
1
This package contains implementations of UTF-aware wc, fmt, expand, and
2
expand, and unexpand.
2
unexpand.
3
4
WWW: http://www.cs.yorku.ca/~oz/

Return to bug 208717