View | Details | Raw Unified | Return to bug 238277 | Differences between
and this patch

Collapse All | Expand All

(-)devel/Makefile (+1 lines)
Lines 1347-1352 Link Here
1347
    SUBDIR += libtar
1347
    SUBDIR += libtar
1348
    SUBDIR += libtecla
1348
    SUBDIR += libtecla
1349
    SUBDIR += libtermkey
1349
    SUBDIR += libtermkey
1350
    SUBDIR += libtextstyle
1350
    SUBDIR += libthai
1351
    SUBDIR += libthai
1351
    SUBDIR += libthmap
1352
    SUBDIR += libthmap
1352
    SUBDIR += libtifiles2
1353
    SUBDIR += libtifiles2
(-)devel/gettext/Makefile.common (-4 / +1 lines)
Lines 4-10 Link Here
4
# experimental ports run.  Untested commits may be backed out at portmgr's
4
# experimental ports run.  Untested commits may be backed out at portmgr's
5
# discretion.
5
# discretion.
6
6
7
PORTVERSION=	0.19.8.1
7
PORTVERSION=	0.20.1
8
PORTREVISION?=	0 # Leave this zero. Set in Makefile instead.
8
PORTREVISION?=	0 # Leave this zero. Set in Makefile instead.
9
CATEGORIES=	devel
9
CATEGORIES=	devel
10
MASTER_SITES=	GNU/gettext
10
MASTER_SITES=	GNU/gettext
Lines 13-18 DISTNAME= gettext-${PORTVERSION} Link Here
13
MAINTAINER=	tijl@FreeBSD.org
13
MAINTAINER=	tijl@FreeBSD.org
14
14
15
DISTINFO_FILE=	${.CURDIR}/../gettext/distinfo
15
DISTINFO_FILE=	${.CURDIR}/../gettext/distinfo
16
17
DATADIR=	${PREFIX}/share/gettext
18
DOCSDIR=	${PREFIX}/share/doc/gettext
(-)devel/gettext/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1465727987
1
TIMESTAMP = 1557680234
2
SHA256 (gettext-0.19.8.1.tar.xz) = 105556dbc5c3fbbc2aa0edb46d22d055748b6f5c7cd7a8d99f8e7eb84e938be4
2
SHA256 (gettext-0.20.1.tar.xz) = 53f02fbbec9e798b0faaf7c73272f83608e835c6288dd58be6c9bb54624a3800
3
SIZE (gettext-0.19.8.1.tar.xz) = 7209808
3
SIZE (gettext-0.20.1.tar.xz) = 9346544
(-)devel/gettext/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
GNU gettext is a framework of libraries and tools for internationalisation
1
GNU gettext is a framework of libraries and tools for internationalisation
2
and localisation of software.
2
and localisation of software.
3
3
4
WWW: http://www.gnu.org/software/gettext/
4
WWW: https://www.gnu.org/software/gettext/
(-)devel/gettext-runtime/Makefile (-5 / +9 lines)
Lines 5-11 Link Here
5
# discretion.
5
# discretion.
6
6
7
PORTNAME=	gettext-runtime
7
PORTNAME=	gettext-runtime
8
PORTREVISION=	2
8
PORTREVISION=	0
9
9
10
COMMENT=	GNU gettext runtime libraries and programs
10
COMMENT=	GNU gettext runtime libraries and programs
11
11
Lines 16-33 LICENSE_FILE_GPLv3= ${WRKSRC}/../COPYING Link Here
16
16
17
.include "${.CURDIR}/../gettext/Makefile.common"
17
.include "${.CURDIR}/../gettext/Makefile.common"
18
18
19
USES=		charsetfix cpe iconv libtool tar:xz
20
USE_LDCONFIG=	yes
21
22
CPE_PRODUCT=	gettext
23
CPE_VENDOR=	gnu
24
19
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--disable-csharp --disable-java --with-included-gettext \
26
CONFIGURE_ARGS=	--disable-csharp --disable-java --with-included-gettext \
21
		ac_cv_lib_rt_sched_yield=no
27
		ac_cv_lib_rt_sched_yield=no
22
INSTALL_TARGET=	install-strip
28
INSTALL_TARGET=	install-strip
23
TEST_TARGET=	check
29
TEST_TARGET=	check
24
USES=		charsetfix cpe iconv libtool tar:xz
25
USE_LDCONFIG=	yes
26
WRKSRC_SUBDIR=	gettext-runtime
30
WRKSRC_SUBDIR=	gettext-runtime
27
31
32
DATADIR=	${PREFIX}/share/gettext
33
DOCSDIR=	${PREFIX}/share/doc/gettext
28
INFO=		autosprintf
34
INFO=		autosprintf
29
CPE_PRODUCT=	gettext
30
CPE_VENDOR=	gnu
31
35
32
.include <bsd.port.options.mk>
36
.include <bsd.port.options.mk>
33
37
(-)devel/gettext-runtime/files/patch-configure (-6 / +6 lines)
Lines 1-11 Link Here
1
--- configure.orig	2014-07-14 07:30:12 UTC
1
--- configure.orig	2019-05-12 15:08:34 UTC
2
+++ configure
2
+++ configure
3
@@ -16277,7 +16277,7 @@
3
@@ -17215,7 +17215,7 @@ if test "x$ac_cv_lib_pthread_pthread_kill" = xyes; the
4
              # thread: pthread_create from libc will fail, whereas
4
              # On Solaris 10 or newer, this test is no longer needed, because
5
              # pthread_create will actually create a thread.
5
              # libc contains the fully functional pthread functions.
6
              case "$host_os" in
6
              case "$host_os" in
7
-               solaris* | hpux*)
7
-               solaris | solaris2.1-9 | solaris2.1-9.* | hpux*)
8
+               solaris* | hpux* | freebsd*)
8
+               solaris | solaris2.1-9 | solaris2.1-9.* | hpux* | freebsd*)
9
 
9
 
10
 $as_echo "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h
10
 $as_echo "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h
11
 
11
 
(-)devel/gettext-runtime/pkg-descr (-1 / +1 lines)
Lines 3-6 and localisation of software. Link Here
3
3
4
This package contains the runtime libraries and programs.
4
This package contains the runtime libraries and programs.
5
5
6
WWW: http://www.gnu.org/software/gettext/
6
WWW: https://www.gnu.org/software/gettext/
(-)devel/gettext-runtime/pkg-plist (-1 / +2 lines)
Lines 11-17 lib/libasprintf.so.0.0.0 Link Here
11
lib/libintl.a
11
lib/libintl.a
12
lib/libintl.so
12
lib/libintl.so
13
lib/libintl.so.8
13
lib/libintl.so.8
14
lib/libintl.so.8.1.5
14
lib/libintl.so.8.1.6
15
man/man1/envsubst.1.gz
15
man/man1/envsubst.1.gz
16
man/man1/gettext.1.gz
16
man/man1/gettext.1.gz
17
man/man1/ngettext.1.gz
17
man/man1/ngettext.1.gz
Lines 25-30 man/man3/gettext.3.gz Link Here
25
man/man3/ngettext.3.gz
25
man/man3/ngettext.3.gz
26
man/man3/textdomain.3.gz
26
man/man3/textdomain.3.gz
27
%%DATADIR%%/ABOUT-NLS
27
%%DATADIR%%/ABOUT-NLS
28
share/locale/ast/LC_MESSAGES/gettext-runtime.mo
28
share/locale/be/LC_MESSAGES/gettext-runtime.mo
29
share/locale/be/LC_MESSAGES/gettext-runtime.mo
29
share/locale/bg/LC_MESSAGES/gettext-runtime.mo
30
share/locale/bg/LC_MESSAGES/gettext-runtime.mo
30
share/locale/ca/LC_MESSAGES/gettext-runtime.mo
31
share/locale/ca/LC_MESSAGES/gettext-runtime.mo
(-)devel/gettext-tools/Makefile (-6 / +17 lines)
Lines 5-11 Link Here
5
# discretion.
5
# discretion.
6
6
7
PORTNAME=	gettext-tools
7
PORTNAME=	gettext-tools
8
PORTREVISION=	1
8
PORTREVISION=	0
9
9
10
COMMENT=	GNU gettext development and translation tools
10
COMMENT=	GNU gettext development and translation tools
11
11
Lines 14-19 LICENSE_FILE= ${WRKSRC}/../COPYING Link Here
14
14
15
.include "${.CURDIR}/../gettext/Makefile.common"
15
.include "${.CURDIR}/../gettext/Makefile.common"
16
16
17
LIB_DEPENDS=	libtextstyle.so:devel/libtextstyle
18
19
USES=		charsetfix cpe gettext-runtime iconv libtool tar:xz
20
USE_LDCONFIG=	yes
21
22
CPE_PRODUCT=	gettext
23
CPE_VENDOR=	gnu
24
17
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
18
CONFIGURE_ARGS=	--disable-csharp --disable-java --disable-openmp \
26
CONFIGURE_ARGS=	--disable-csharp --disable-java --disable-openmp \
19
		--with-included-glib --with-included-libcroco \
27
		--with-included-glib --with-included-libcroco \
Lines 22-35 CONFIGURE_ARGS= --disable-csharp --disable-java --disa Link Here
22
CPPFLAGS+=	-I${LOCALBASE}/include
30
CPPFLAGS+=	-I${LOCALBASE}/include
23
LIBS+=		-L${LOCALBASE}/lib
31
LIBS+=		-L${LOCALBASE}/lib
24
INSTALL_TARGET=	install-strip
32
INSTALL_TARGET=	install-strip
25
PLIST_SUB=	VERSION=${PORTVERSION:R}
26
TEST_TARGET=	check
33
TEST_TARGET=	check
27
USES=		charsetfix cpe gettext-runtime iconv libtool tar:xz
28
USE_LDCONFIG=	yes
29
WRKSRC_SUBDIR=	gettext-tools
34
WRKSRC_SUBDIR=	gettext-tools
30
35
31
CPE_PRODUCT=	gettext
36
DATADIR=	${PREFIX}/share/gettext
32
CPE_VENDOR=	gnu
37
DOCSDIR=	${PREFIX}/share/doc/gettext
38
PLIST_SUB=	PORTVERSION=${PORTVERSION} VERSION=${PORTVERSION:R}
33
39
34
OPTIONS_DEFINE=	DOCS THREADS
40
OPTIONS_DEFINE=	DOCS THREADS
35
OPTIONS_DEFAULT=THREADS
41
OPTIONS_DEFAULT=THREADS
Lines 64-68 post-patch: Link Here
64
# Use libasprintf installed by gettext-runtime.
70
# Use libasprintf installed by gettext-runtime.
65
	@${REINPLACE_CMD} 's,[^ ]*libasprintf.la,-lasprintf,' \
71
	@${REINPLACE_CMD} 's,[^ ]*libasprintf.la,-lasprintf,' \
66
		${WRKSRC}/tests/lang-c++
72
		${WRKSRC}/tests/lang-c++
73
# Use system libtextstyle.
74
	@${REINPLACE_CMD} \
75
		-e '/:/!s,[[:<:]]textstyle[^[:space:]]*\.h,,g' \
76
		-e 's,\.\./\.\./libtextstyle/lib/libtextstyle\.la,-ltextstyle,' \
77
		${WRKSRC}/src/Makefile.in
67
78
68
.include <bsd.port.mk>
79
.include <bsd.port.mk>
(-)devel/gettext-tools/files/patch-configure (-7 / +7 lines)
Lines 1-15 Link Here
1
--- configure.orig	2014-07-14 07:30:23 UTC
1
--- configure.orig	2019-05-12 15:09:13 UTC
2
+++ configure
2
+++ configure
3
@@ -18293,7 +18293,7 @@
3
@@ -19449,7 +19449,7 @@ if test "x$ac_cv_lib_pthread_pthread_kill" = xyes; the
4
              # thread: pthread_create from libc will fail, whereas
4
              # On Solaris 10 or newer, this test is no longer needed, because
5
              # pthread_create will actually create a thread.
5
              # libc contains the fully functional pthread functions.
6
              case "$host_os" in
6
              case "$host_os" in
7
-               solaris* | hpux*)
7
-               solaris | solaris2.1-9 | solaris2.1-9.* | hpux*)
8
+               solaris* | hpux* | freebsd*)
8
+               solaris | solaris2.1-9 | solaris2.1-9.* | hpux* | freebsd*)
9
 
9
 
10
 $as_echo "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h
10
 $as_echo "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h
11
 
11
 
12
@@ -21679,7 +21679,7 @@
12
@@ -23751,7 +23751,7 @@ $as_echo "$ac_res" >&6; }
13
                                         if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
13
                                         if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
14
            || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
14
            || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
15
                 && test "$PACKAGE" != gettext-runtime \
15
                 && test "$PACKAGE" != gettext-runtime \
(-)devel/gettext-tools/pkg-descr (-1 / +1 lines)
Lines 3-6 and localisation of software. Link Here
3
3
4
This package contains development and translation tools.
4
This package contains development and translation tools.
5
5
6
WWW: http://www.gnu.org/software/gettext/
6
WWW: https://www.gnu.org/software/gettext/
(-)devel/gettext-tools/pkg-plist (-113 / +32 lines)
Lines 17-35 bin/msguniq Link Here
17
bin/recode-sr-latin
17
bin/recode-sr-latin
18
bin/xgettext
18
bin/xgettext
19
include/gettext-po.h
19
include/gettext-po.h
20
lib/libgettextlib-%%VERSION%%.1.so
21
lib/libgettextlib.so
22
lib/libgettextpo.a
23
lib/libgettextpo.so
24
lib/libgettextpo.so.0
25
lib/libgettextpo.so.0.5.4
26
lib/libgettextsrc-%%VERSION%%.1.so
27
lib/libgettextsrc.so
28
lib/gettext/cldr-plurals
20
lib/gettext/cldr-plurals
29
lib/gettext/hostname
21
lib/gettext/hostname
30
lib/gettext/project-id
22
lib/gettext/project-id
31
lib/gettext/urlget
23
lib/gettext/urlget
32
lib/gettext/user-email
24
lib/gettext/user-email
25
lib/libgettextlib-%%PORTVERSION%%.so
26
lib/libgettextlib.so
27
lib/libgettextpo.a
28
lib/libgettextpo.so
29
lib/libgettextpo.so.0
30
lib/libgettextpo.so.0.5.5
31
lib/libgettextsrc-%%PORTVERSION%%.so
32
lib/libgettextsrc.so
33
man/man1/autopoint.1.gz
33
man/man1/autopoint.1.gz
34
man/man1/gettextize.1.gz
34
man/man1/gettextize.1.gz
35
man/man1/msgattrib.1.gz
35
man/man1/msgattrib.1.gz
Lines 48-95 man/man1/msgunfmt.1.gz Link Here
48
man/man1/msguniq.1.gz
48
man/man1/msguniq.1.gz
49
man/man1/recode-sr-latin.1.gz
49
man/man1/recode-sr-latin.1.gz
50
man/man1/xgettext.1.gz
50
man/man1/xgettext.1.gz
51
share/aclocal/codeset.m4
52
share/aclocal/extern-inline.m4
53
share/aclocal/gettext.m4
51
share/aclocal/gettext.m4
54
share/aclocal/fcntl-o.m4
52
share/aclocal/host-cpu-c-abi.m4
55
share/aclocal/glibc2.m4
56
share/aclocal/glibc21.m4
57
share/aclocal/iconv.m4
53
share/aclocal/iconv.m4
58
share/aclocal/intdiv0.m4
59
share/aclocal/intl.m4
60
share/aclocal/intldir.m4
61
share/aclocal/intlmacosx.m4
54
share/aclocal/intlmacosx.m4
62
share/aclocal/intmax.m4
63
share/aclocal/inttypes-pri.m4
64
share/aclocal/inttypes_h.m4
65
share/aclocal/lcmessage.m4
66
share/aclocal/lib-ld.m4
55
share/aclocal/lib-ld.m4
67
share/aclocal/lib-link.m4
56
share/aclocal/lib-link.m4
68
share/aclocal/lib-prefix.m4
57
share/aclocal/lib-prefix.m4
69
share/aclocal/lock.m4
70
share/aclocal/longlong.m4
71
share/aclocal/nls.m4
58
share/aclocal/nls.m4
72
share/aclocal/po.m4
59
share/aclocal/po.m4
73
share/aclocal/printf-posix.m4
74
share/aclocal/progtest.m4
60
share/aclocal/progtest.m4
75
share/aclocal/size_max.m4
76
share/aclocal/stdint_h.m4
77
share/aclocal/threadlib.m4
78
share/aclocal/uintmax_t.m4
79
share/aclocal/visibility.m4
80
share/aclocal/wchar_t.m4
81
share/aclocal/wint_t.m4
82
share/aclocal/xsize.m4
83
%%PORTDOCS%%%%DOCSDIR%%/FAQ.html
61
%%PORTDOCS%%%%DOCSDIR%%/FAQ.html
84
%%PORTDOCS%%%%DOCSDIR%%/gettext_1.html
62
%%PORTDOCS%%%%DOCSDIR%%/gettext_1.html
85
%%PORTDOCS%%%%DOCSDIR%%/gettext_2.html
86
%%PORTDOCS%%%%DOCSDIR%%/gettext_3.html
87
%%PORTDOCS%%%%DOCSDIR%%/gettext_4.html
88
%%PORTDOCS%%%%DOCSDIR%%/gettext_5.html
89
%%PORTDOCS%%%%DOCSDIR%%/gettext_6.html
90
%%PORTDOCS%%%%DOCSDIR%%/gettext_7.html
91
%%PORTDOCS%%%%DOCSDIR%%/gettext_8.html
92
%%PORTDOCS%%%%DOCSDIR%%/gettext_9.html
93
%%PORTDOCS%%%%DOCSDIR%%/gettext_10.html
63
%%PORTDOCS%%%%DOCSDIR%%/gettext_10.html
94
%%PORTDOCS%%%%DOCSDIR%%/gettext_11.html
64
%%PORTDOCS%%%%DOCSDIR%%/gettext_11.html
95
%%PORTDOCS%%%%DOCSDIR%%/gettext_12.html
65
%%PORTDOCS%%%%DOCSDIR%%/gettext_12.html
Lines 100-182 share/aclocal/xsize.m4 Link Here
100
%%PORTDOCS%%%%DOCSDIR%%/gettext_17.html
70
%%PORTDOCS%%%%DOCSDIR%%/gettext_17.html
101
%%PORTDOCS%%%%DOCSDIR%%/gettext_18.html
71
%%PORTDOCS%%%%DOCSDIR%%/gettext_18.html
102
%%PORTDOCS%%%%DOCSDIR%%/gettext_19.html
72
%%PORTDOCS%%%%DOCSDIR%%/gettext_19.html
73
%%PORTDOCS%%%%DOCSDIR%%/gettext_2.html
103
%%PORTDOCS%%%%DOCSDIR%%/gettext_20.html
74
%%PORTDOCS%%%%DOCSDIR%%/gettext_20.html
104
%%PORTDOCS%%%%DOCSDIR%%/gettext_21.html
75
%%PORTDOCS%%%%DOCSDIR%%/gettext_21.html
105
%%PORTDOCS%%%%DOCSDIR%%/gettext_22.html
76
%%PORTDOCS%%%%DOCSDIR%%/gettext_22.html
106
%%PORTDOCS%%%%DOCSDIR%%/gettext_23.html
77
%%PORTDOCS%%%%DOCSDIR%%/gettext_23.html
107
%%PORTDOCS%%%%DOCSDIR%%/gettext_24.html
78
%%PORTDOCS%%%%DOCSDIR%%/gettext_24.html
108
%%PORTDOCS%%%%DOCSDIR%%/gettext_25.html
79
%%PORTDOCS%%%%DOCSDIR%%/gettext_25.html
109
%%PORTDOCS%%%%DOCSDIR%%/gettext_foot.html
80
%%PORTDOCS%%%%DOCSDIR%%/gettext_26.html
81
%%PORTDOCS%%%%DOCSDIR%%/gettext_27.html
82
%%PORTDOCS%%%%DOCSDIR%%/gettext_28.html
83
%%PORTDOCS%%%%DOCSDIR%%/gettext_29.html
84
%%PORTDOCS%%%%DOCSDIR%%/gettext_3.html
85
%%PORTDOCS%%%%DOCSDIR%%/gettext_30.html
86
%%PORTDOCS%%%%DOCSDIR%%/gettext_4.html
87
%%PORTDOCS%%%%DOCSDIR%%/gettext_5.html
88
%%PORTDOCS%%%%DOCSDIR%%/gettext_6.html
89
%%PORTDOCS%%%%DOCSDIR%%/gettext_7.html
90
%%PORTDOCS%%%%DOCSDIR%%/gettext_8.html
91
%%PORTDOCS%%%%DOCSDIR%%/gettext_9.html
92
%%PORTDOCS%%%%DOCSDIR%%/gettext_abt.html
93
%%PORTDOCS%%%%DOCSDIR%%/gettext_fot.html
110
%%PORTDOCS%%%%DOCSDIR%%/gettext_toc.html
94
%%PORTDOCS%%%%DOCSDIR%%/gettext_toc.html
111
%%PORTDOCS%%%%DOCSDIR%%/tutorial.html
95
%%PORTDOCS%%%%DOCSDIR%%/tutorial.html
96
%%DATADIR%%-%%VERSION%%/its/glade.loc
97
%%DATADIR%%-%%VERSION%%/its/glade1.its
98
%%DATADIR%%-%%VERSION%%/its/glade2.its
99
%%DATADIR%%-%%VERSION%%/its/gsettings.its
100
%%DATADIR%%-%%VERSION%%/its/gsettings.loc
101
%%DATADIR%%-%%VERSION%%/its/gtkbuilder.its
102
%%DATADIR%%-%%VERSION%%/its/metainfo.its
103
%%DATADIR%%-%%VERSION%%/its/metainfo.loc
112
%%DATADIR%%/archive.dir.tar.xz
104
%%DATADIR%%/archive.dir.tar.xz
113
%%DATADIR%%/config.rpath
105
%%DATADIR%%/config.rpath
114
%%DATADIR%%/gettext.h
106
%%DATADIR%%/gettext.h
115
%%DATADIR%%/intl/COPYING.LIB
116
%%DATADIR%%/intl/Makefile.in
117
%%DATADIR%%/intl/VERSION
118
%%DATADIR%%/intl/bindtextdom.c
119
%%DATADIR%%/intl/config.charset
120
%%DATADIR%%/intl/dcgettext.c
121
%%DATADIR%%/intl/dcigettext.c
122
%%DATADIR%%/intl/dcngettext.c
123
%%DATADIR%%/intl/dgettext.c
124
%%DATADIR%%/intl/dngettext.c
125
%%DATADIR%%/intl/eval-plural.h
126
%%DATADIR%%/intl/explodename.c
127
%%DATADIR%%/intl/export.h
128
%%DATADIR%%/intl/finddomain.c
129
%%DATADIR%%/intl/gettext.c
130
%%DATADIR%%/intl/gettextP.h
131
%%DATADIR%%/intl/gmo.h
132
%%DATADIR%%/intl/hash-string.c
133
%%DATADIR%%/intl/hash-string.h
134
%%DATADIR%%/intl/intl-compat.c
135
%%DATADIR%%/intl/intl-exports.c
136
%%DATADIR%%/intl/l10nflist.c
137
%%DATADIR%%/intl/langprefs.c
138
%%DATADIR%%/intl/libgnuintl.in.h
139
%%DATADIR%%/intl/libintl.rc
140
%%DATADIR%%/intl/loadinfo.h
141
%%DATADIR%%/intl/loadmsgcat.c
142
%%DATADIR%%/intl/localcharset.c
143
%%DATADIR%%/intl/localcharset.h
144
%%DATADIR%%/intl/locale.alias
145
%%DATADIR%%/intl/localealias.c
146
%%DATADIR%%/intl/localename.c
147
%%DATADIR%%/intl/lock.c
148
%%DATADIR%%/intl/lock.h
149
%%DATADIR%%/intl/log.c
150
%%DATADIR%%/intl/ngettext.c
151
%%DATADIR%%/intl/os2compat.c
152
%%DATADIR%%/intl/os2compat.h
153
%%DATADIR%%/intl/osdep.c
154
%%DATADIR%%/intl/plural-exp.c
155
%%DATADIR%%/intl/plural-exp.h
156
%%DATADIR%%/intl/plural.c
157
%%DATADIR%%/intl/plural.y
158
%%DATADIR%%/intl/printf-args.c
159
%%DATADIR%%/intl/printf-args.h
160
%%DATADIR%%/intl/printf-parse.c
161
%%DATADIR%%/intl/printf-parse.h
162
%%DATADIR%%/intl/printf.c
163
%%DATADIR%%/intl/ref-add.sin
164
%%DATADIR%%/intl/ref-del.sin
165
%%DATADIR%%/intl/relocatable.c
166
%%DATADIR%%/intl/relocatable.h
167
%%DATADIR%%/intl/setlocale.c
168
%%DATADIR%%/intl/textdomain.c
169
%%DATADIR%%/intl/threadlib.c
170
%%DATADIR%%/intl/tsearch.c
171
%%DATADIR%%/intl/tsearch.h
172
%%DATADIR%%/intl/vasnprintf.c
173
%%DATADIR%%/intl/vasnprintf.h
174
%%DATADIR%%/intl/vasnwprintf.h
175
%%DATADIR%%/intl/verify.h
176
%%DATADIR%%/intl/version.c
177
%%DATADIR%%/intl/wprintf-parse.h
178
%%DATADIR%%/intl/xsize.c
179
%%DATADIR%%/intl/xsize.h
180
%%DATADIR%%/javaversion.class
107
%%DATADIR%%/javaversion.class
181
%%DATADIR%%/msgunfmt.tcl
108
%%DATADIR%%/msgunfmt.tcl
182
%%DATADIR%%/po/Makefile.in.in
109
%%DATADIR%%/po/Makefile.in.in
Lines 208-221 share/aclocal/xsize.m4 Link Here
208
%%DATADIR%%/styles/po-emacs-xterm16.css
135
%%DATADIR%%/styles/po-emacs-xterm16.css
209
%%DATADIR%%/styles/po-emacs-xterm256.css
136
%%DATADIR%%/styles/po-emacs-xterm256.css
210
%%DATADIR%%/styles/po-vim.css
137
%%DATADIR%%/styles/po-vim.css
211
share/gettext-%%VERSION%%/its/appdata.its
212
share/gettext-%%VERSION%%/its/appdata.loc
213
share/gettext-%%VERSION%%/its/glade.loc
214
share/gettext-%%VERSION%%/its/glade1.its
215
share/gettext-%%VERSION%%/its/glade2.its
216
share/gettext-%%VERSION%%/its/gsettings.its
217
share/gettext-%%VERSION%%/its/gsettings.loc
218
share/gettext-%%VERSION%%/its/gtkbuilder.its
219
share/locale/be/LC_MESSAGES/gettext-tools.mo
138
share/locale/be/LC_MESSAGES/gettext-tools.mo
220
share/locale/bg/LC_MESSAGES/gettext-tools.mo
139
share/locale/bg/LC_MESSAGES/gettext-tools.mo
221
share/locale/ca/LC_MESSAGES/gettext-tools.mo
140
share/locale/ca/LC_MESSAGES/gettext-tools.mo
(-)devel/libtextstyle/Makefile (+38 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
# NOTE: before committing to this port, contact portmgr to arrange for an
4
# experimental ports run.  Untested commits may be backed out at portmgr's
5
# discretion.
6
7
PORTNAME=	libtextstyle
8
PORTREVISION=	0
9
10
COMMENT=	Text styling library
11
12
LICENSE=	GPLv3
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
.include "${.CURDIR}/../gettext/Makefile.common"
16
17
USES=		iconv libtool ncurses tar:xz
18
USE_LDCONFIG=	yes
19
20
GNU_CONFIGURE=	yes
21
CONFIGURE_ARGS=	--with-libncurses-prefix=${NCURSESBASE}
22
INSTALL_TARGET=	install-strip
23
TEST_TARGET=	check
24
WRKSRC_SUBDIR=	libtextstyle
25
26
OPTIONS_DEFINE=	DOCS
27
28
DOCS_INFO=	libtextstyle
29
30
post-patch:
31
# Do not install html copies of manpages.
32
	@${REINPLACE_CMD} \
33
		-e '/^all-local:/s/html-local//' \
34
		-e '/^install-data-local:/s/install-html//' \
35
		-e '/^installdirs-local:/s/installdirs-html//' \
36
		${WRKSRC}/doc/Makefile.in
37
38
.include <bsd.port.mk>
(-)devel/libtextstyle/pkg-descr (+4 lines)
Line 0 Link Here
1
This library provides an easy way to add styling to programs that produce
2
output to a console or terminal emulator window.
3
4
WWW: https://www.gnu.org/software/gettext/
(-)devel/libtextstyle/pkg-plist (+8 lines)
Line 0 Link Here
1
include/textstyle.h
2
include/textstyle/stdbool.h
3
include/textstyle/version.h
4
include/textstyle/woe32dll.h
5
lib/libtextstyle.a
6
lib/libtextstyle.so
7
lib/libtextstyle.so.0
8
lib/libtextstyle.so.0.0.0

Return to bug 238277