Port details |
- hello Utility for saying hello to the world and reading email
- 2.12.1 misc
=4 2.12.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: unknown
- Last Update: 2024-04-13 13:03:19
- Commit Hash: 62ed195
- People watching this port, also watch:: pth, rman, libwmf, mc, openssl
- License: GPLv3+
- WWW:
- https://www.gnu.org/software/hello/
- Description:
- The GNU hello program produces a familiar, friendly greeting. It allows
nonprogrammers to use a classic computer science tool which would otherwise be
unavailable to them.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/misc/hello/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/hello
- pkg install hello
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hello
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1654708320
SHA256 (hello-2.12.1.tar.gz) = 8d99142afd92576f30b0cd7cb42a8dc6809998bc5d607d88761f512e26c7db20
SIZE (hello-2.12.1.tar.gz) = 1033297
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for hello-2.12.1:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- misc_hello
- USES:
- charsetfix gmake perl5 gettext localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.12.1 13 Apr 2024 13:03:19
    |
Po-Chuan Hsieh (sunpoet)  |
*/*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after
9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9 |
2.12.1 21 Feb 2024 15:06:34
    |
Po-Chuan Hsieh (sunpoet)  |
misc/hello: Update manpage location (003a571d1d6585196545295efc181514f171c4c4,
r523104) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.12.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.12.1 20 Jul 2022 14:22:28
    |
Tobias C. Berner (tcberner)  |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
2.12.1 09 Jun 2022 10:57:50
    |
Po-Chuan Hsieh (sunpoet)  |
misc/hello: Update to 2.12.1
- Update WWW
- Take maintainership
Changes: https://git.savannah.gnu.org/cgit/hello.git/tree/NEWS |
2.11 13 Jan 2022 06:59:50
    |
Fernando Apesteguía (fernape)  |
misc/hello: update to 2.11
While here, change to USE localbase. |
2.10_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.10_1 10 Nov 2018 18:12:58
  |
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
2.10 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
2.10 01 Jul 2015 16:21:58
  |
amdmi3  |
- Update to 2.10
- Modernize
PR: 201176
Submitted by: tkato432@yahoo.com |
2.9 12 Jun 2015 20:58:14
  |
erwin  |
Reset dhn's ports
PR: 197522
Submitted by: jbeich
Approved by: portmgr |
2.9 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.9 07 Jul 2014 15:31:02
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
2.9 21 Feb 2014 13:38:12
  |
ehaupt  |
Remove trailing whitespaces from category misc |
2.9 10 Feb 2014 13:54:28
  |
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
2.9 02 Feb 2014 16:03:27
  |
miwi  |
- Stage support |
2.9 18 Dec 2013 08:06:09
  |
dhn  |
- Update to 2.9 |
20 Sep 2013 20:50:59

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
2.8 14 Sep 2013 12:04:19
  |
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
2.8 14 Jun 2013 01:57:00
  |
miwi  |
- Do not remove directories not created by this port
Reported by: pkg (DEVELOPER_MODE) |
2.8 04 Jun 2013 14:32:59
  |
bapt  |
WITHOUT_NLS -> PORT_OPTIONS:MNLS
NOPORTDOCS -> PORT_OPTIONS:MDOCS |
2.8 24 Apr 2013 18:10:32
  |
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
2.8 22 Apr 2012 08:43:38
 |
dhn  |
- Update to 2.8 |
2.7 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
2.7 29 Mar 2011 16:46:30
 |
dhn  |
- Update to 2.7 |
2.6_1 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
2.6_1 31 May 2010 02:01:56
 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.6 09 Apr 2010 12:55:29
 |
dhn  |
- Update to 2.6 |
2.5 15 Feb 2010 07:49:52
 |
dhn  |
- Update to 2.5 |
2.4 06 Mar 2009 18:14:36
 |
dhn  |
- Use my FreeBSD address on the ports I maintain
Approved by: tabthorpe (co-mentor) |
2.4 24 Dec 2008 19:45:04
 |
miwi  |
- Update to 2.4
- Pass maintainership to submitter
PR: 129882
Submitted by: Dennis Herrmann <adox@mcx2.org> |
2.3_1 03 Sep 2008 03:42:43
 |
linimon  |
Reset shipley@dis.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
2.3_1 21 Aug 2008 06:18:49
 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
2.3_1 06 Jun 2008 13:45:40
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.3 07 Feb 2008 08:31:09
 |
rafan  |
- Update to 2.3
- Use INFO macro
- Add proper CFLAGS/LDFLAGS for USE_GETTEXT
PR: ports/118311
Submitted by: Philip M. Gollucci <pgollucci at p6m7g8.com>
Approved by: maintainer timeout (10 weeks) |
2.1.1_2 22 Jan 2006 12:59:47
 |
edwin  |
SHA256ify
Approved by: krion@ |
2.1.1_2 22 Jan 2006 05:52:28
 |
edwin  |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.1.1_2 16 Dec 2004 05:49:27
 |
kris  |
Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created |
2.1.1_2 10 Jul 2004 19:25:04
 |
krion  |
Support WITHOUT_NLS |
2.1.1_2 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
2.1.1_2 04 Feb 2004 04:36:30
 |
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
2.1.1_1 23 Jan 2004 18:12:26
 |
trevor  |
Now gettext 0.12.1 is gettext-old. |
2.1.1_1 26 Aug 2003 20:25:58
 |
marcus  |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
2.1.1 25 Aug 2003 05:41:38
 |
marcus  |
Chase the libintl.so shared lib version. |
2.1.1 03 Aug 2003 21:01:22
 |
arved  |
Add USE_PERL5_BUILD
PR: 55148
Submitted by: Volker Stolz <vs@foldr.org> |
2.1.1 22 Jul 2003 08:55:14
 |
roam  |
Update to hello-2.1.1.
Approved by: maintainer timeout |
1.3.1 21 Feb 2003 12:48:19
 |
knu  |
De-pkg-comment. |
08 Oct 2000 05:01:16
    |
asami  |
Convert category misc to new layout. |