Port details |
- slrnface Shows X-Faces from slrn in X11 terminal emulator
- 2.1.1_7 news =7 2.1.1_7Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2002-08-22 20:03:40
- Last Update: 2024-01-09 15:41:04
- Commit Hash: e10e202
- People watching this port, also watch:: cdrtools, nmap, openssl, mutt, gv
- License: not specified in port
- WWW:
- http://dave.willfork.com/slrnface/
- Description:
- slrnface shows X-Faces from slrn in an X11 terminal emulator
- ¦ ¦ ¦ ¦
- 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/news/slrnface/ && make install clean
- To add the package, run one of these commands:
- pkg install news/slrnface
- pkg install slrnface
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: slrnface
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (slrnface_2.1.1.orig.tar.gz) = ec648b206e7a05731623ff3bdd3cead0755034f37409ae5462720222d3c5bcfd
SIZE (slrnface_2.1.1.orig.tar.gz) = 29817
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:
-
- xt.pc : x11-toolkits/libXt
- Runtime dependencies:
-
- xt.pc : x11-toolkits/libXt
- Library dependencies:
-
- libcompface.so : mail/faces
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- news_slrnface
- USES:
- xorg
- 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.1.1_7 09 Jan 2024 15:41:04 |
Baptiste Daroussin (bapt) |
MAN[1-5]PREFIX: eleminate its usage and move man to share/man |
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.1.1_6 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.1.1_6 20 Jul 2022 14:22:44 |
Tobias C. Berner (tcberner) |
news: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam David <adam@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey Slusar <anray@FreeBSD.org>
* Brian Somers <brian@FreeBSD.org>
* Carey Jones <mcj@acquiesce.org>
* David O'Brien (obrien@cs.ucdavis.edu)
* Denis Shaposhnikov <dsh@vlink.ru>
* Don Croyle <croyle@gelemna.org>
* Donald Burr <dburr@FreeBSD.org>
* Frederic Cambus (Only the first 15 lines of the commit message are shown above ) |
2.1.1_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.1_6 06 Nov 2019 18:58:04 |
zeising |
Add USES=xorg USES=gl, ports categories n
Add USES=xorg and USES=gl to ports in categories starting with 'n'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
2.1.1_6 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
2.1.1_6 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.1.1_6 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.1.1_6 20 Dec 2014 19:28:58 |
bapt |
cleanup plist |
2.1.1_6 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
2.1.1_6 29 Mar 2014 17:28:56 |
adamw |
Add stage support to news, and improve correctness.
I am not touching the husky ports with a 10 foot pole.
atp:
stage, improve pkg-message
crashmail:
stage
diablo:
too wacky to stage, but convert WITH_* to OPTIONS, unmute
commands that shouldn't be muted, use :MDOCS
fidogate-ds:
stage, OPTIONS, treat examples as EXAMPLES, not DOCS, handle
/var/* in the plist properly
golded+:
stage, OPTIONS, protect examples behind %%PORTEXAMPLES%% (Only the first 15 lines of the commit message are shown above ) |
2.1.1_5 20 Sep 2013 22:31:15 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
news) |
2.1.1_5 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.1.1_5 02 Jan 2010 17:31:42 |
linimon |
Reset vs@FreeBSD.org at his request due to lack of time. |
2.1.1_5 06 Jun 2008 13:55:03 |
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.1.1_4 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
2.1.1_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.1.1_2 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
2.1.1_1 23 Jan 2006 23:46:39 |
edwin |
SHA256ify
Approved by: krion@ |
2.1.1_1 19 May 2005 09:15:39 |
vs |
Use MAKE_ARGS |
2.1.1_1 21 Feb 2005 16:23:05 |
vs |
- Fix fetch by grabbing the tarball from Debian
- Nuke plist while here |
2.1.1_1 22 Mar 2004 10:38:34 |
vs |
SIZE-ify distinfo
Reminded by: trevor
Approved by: linimon (mentor) |
2.1.1_1 10 Mar 2004 13:16:51 |
vs |
- Update MAINTAINER-line of my ports to new @FreeBSD.org address
- Nuke 2x USE_SIZE while here
Approved by: linimon (mentor) |
2.1.1_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
2.1.1 03 Mar 2003 09:08:48 |
obraun |
Look for libs in LOCALBASE, too.
PR: ports/48867
Submitted by: maintainer
Noticed by: Michael Ebert <ebert@informatik.unibw-muenchen.de> |
2.1.1 21 Feb 2003 13:15:54 |
knu |
De-pkg-comment. |
2.1.1 06 Sep 2002 13:56:08 |
obraun |
* Upgrade to 2.1.1.
* Pass maintainership to submitter.
PR: ports/42476
Submitted by: Volker Stolz <vs@lambda.foldr.org> |
1.2 05 Sep 2002 08:41:17 |
obraun |
Set maintainership to ports@. |
1.2 22 Aug 2002 20:03:15 |
obraun |
Add slrnface 1.2, shows X-Faces from slrn in X11 terminal emulator.
PR: ports/36967
Approved by: dwcjr (mentor) |