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

(-)misc/hello/Makefile (-19 / +11 lines)
Lines 2-36 Link Here
2
# $FreeBSD: head/misc/hello/Makefile 389300 2015-06-12 20:58:13Z erwin $
2
# $FreeBSD: head/misc/hello/Makefile 389300 2015-06-12 20:58:13Z erwin $
3
3
4
PORTNAME=	hello
4
PORTNAME=	hello
5
PORTVERSION=	2.9
5
PORTVERSION=	2.10
6
CATEGORIES=	misc
6
CATEGORIES=	misc
7
MASTER_SITES=	GNU
7
MASTER_SITES=	GNU
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	Utility for saying hello to the world and reading email
10
COMMENT=	Utility for saying hello to the world and reading email
11
11
12
USES=		charsetfix perl5
12
LICENSE=	GPLv3 # (or later)
13
14
USES=		charsetfix gmake perl5
13
USE_PERL5=	build
15
USE_PERL5=	build
14
GNU_CONFIGURE=	YES
16
GNU_CONFIGURE=	yes
15
17
16
INFO=		hello
18
INFO=		hello
17
19
18
OPTIONS_DEFINE=	NLS
20
OPTIONS_DEFINE=		NLS
19
21
OPTIONS_SUB=		yes
20
.include <bsd.port.options.mk>
21
22
.if ${PORT_OPTIONS:MNLS}
23
USES+=		gettext
24
CPPFLAGS+=	-I${LOCALBASE}/include
25
LDFLAGS+=	-L${LOCALBASE}/lib
26
27
PLIST_SUB+=	NLS=""
28
.else
29
CONFIGURE_ARGS+=	--disable-nls
30
PLIST_SUB+=	NLS="@comment "
31
.endif
32
22
33
pre-install:
23
NLS_USES=		gettext
34
	${CHMOD} a+x ${WRKSRC}/build-aux/install-sh
24
NLS_CONFIGURE_ENABLE=	nls
25
NLS_CPPFLAGS=		-I${LOCALBASE}/include
26
NLS_LDFLAGS=		-L${LOCALBASE}/lib
35
27
36
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)misc/hello/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (hello-2.9.tar.gz) = ecbb7a2214196c57ff9340aa71458e1559abd38f6d8d169666846935df191ea7
1
SHA256 (hello-2.10.tar.gz) = 31e066137a962676e89f69d1b65382de95a7ef7d914b8cb956f41ea72e0f516b
2
SIZE (hello-2.9.tar.gz) = 723645
2
SIZE (hello-2.10.tar.gz) = 725946
(-)misc/hello/pkg-descr (-9 / +4 lines)
Lines 1-10 Link Here
1
A Utility for saying hello to the world and reading email
1
The GNU hello program produces a familiar, friendly greeting. It allows
2
nonprogrammers to use a classic computer science tool which would
3
otherwise be unavailable to them.
2
4
3
From the included Texinfo file:
5
WWW: http://www.gnu.org/software/hello/
4
	The GNU hello program produces a familiar, friendly greeting.
5
	It allows nonprogrammers to use a classic computer science
6
	tool which would otherwise be unavailable to them.  Because
7
	it is protected by the GNU General Public License, users
8
	are free to share and change it.
9
10
see hello --help for more info
(-)misc/hello/pkg-plist (-1 / +1 lines)
Lines 1-4 Link Here
1
bin/hello
1
bin/hello
2
man/man1/hello.1.gz
2
%%NLS%%share/locale/bg/LC_MESSAGES/hello.mo
3
%%NLS%%share/locale/bg/LC_MESSAGES/hello.mo
3
%%NLS%%share/locale/ca/LC_MESSAGES/hello.mo
4
%%NLS%%share/locale/ca/LC_MESSAGES/hello.mo
4
%%NLS%%share/locale/da/LC_MESSAGES/hello.mo
5
%%NLS%%share/locale/da/LC_MESSAGES/hello.mo
Lines 41-44 Link Here
41
%%NLS%%share/locale/vi/LC_MESSAGES/hello.mo
42
%%NLS%%share/locale/vi/LC_MESSAGES/hello.mo
42
%%NLS%%share/locale/zh_CN/LC_MESSAGES/hello.mo
43
%%NLS%%share/locale/zh_CN/LC_MESSAGES/hello.mo
43
%%NLS%%share/locale/zh_TW/LC_MESSAGES/hello.mo
44
%%NLS%%share/locale/zh_TW/LC_MESSAGES/hello.mo
44
man/man1/hello.1.gz

Return to bug 201176