Port details |
- nexfontsel NeXtaw based replacement for xfontsel
- 3.1 x11-fonts =3 3.1Version 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: unknown
- Last Update: 2024-03-29 17:36:21
- Commit Hash: 59455a5
- People watching this port, also watch:: aclgen, bbjd, cops, autoconf, libunicode
- License: not specified in port
- WWW:
- http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/nexfontsel/
- Description:
- NeXFontSel is a improve version of xfontsel. NeXFontSel has these
advantage from standerd xfontsel.
o neXtaw's scrollable menu widget.
o "reset button".
o I18N sopport.
o Unicode support.
o Some short-cut key bindings support.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- nexfontsel>0:x11-fonts/nexfontsel
- To install the port:
- cd /usr/ports/x11-fonts/nexfontsel/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-fonts/nexfontsel
- pkg install nexfontsel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nexfontsel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1711180902
SHA256 (NeXFontSel-3.1.tar.gz) = c3e31148c9e97d58f8669b0f41e9d6bd26d552829597ae42c6c704d28ecf6d2d
SIZE (NeXFontSel-3.1.tar.gz) = 30534
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:
-
- imake : devel/imake
- tradcpp : devel/tradcpp
- xaw7.pc : x11-toolkits/libXaw
- Runtime dependencies:
-
- xaw7.pc : x11-toolkits/libXaw
- Library dependencies:
-
- libneXtaw.so : x11-toolkits/neXtaw
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11-fonts_nexfontsel
- USES:
- imake 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 |
3.1 29 Mar 2024 17:36:21 |
Fernando Apesteguía (fernape) Author: mew14930xvi |
x11-fonts/nexfontsel: Update to 3.1
PR: 277903
Reported by: mew14930xvi@inbox.lv |
3.0.1_5 04 Feb 2024 19:13:55 |
Gleb Popov (arrowd) |
*: Move manpages to share/man for imake ports.
Approved by: portmgr (blanket) |
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) |
3.0.1_4 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 ) |
3.0.1_4 20 Jul 2022 14:23:36 |
Tobias C. Berner (tcberner) |
x11-fonts: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Illarionov <littlesavage@rambler.ru>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Ashish Shukla <wahjava@gmail.com>
* Babak Farrokhi <babak@farrokhi.net>
* Björn König <bkoenig@alpha-tierchen.de>
* Brett Taylor
* Dave Cottlehuber <dch@skunkwerks.at>
* Dejan Lesjak <lesi@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.0.1_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.1_4 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
3.0.1_4 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
3.0.1_4 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 |
3.0.1_4 29 Jan 2015 12:01:11 |
amdmi3 |
- Drop @dirrm* from pkg-plists
Approved by: portmgr blanket |
3.0.1_4 30 Jun 2014 21:47:55 |
tijl |
- Convert x11-toolkits/neXtaw to USES=libtool and bump dependent ports
- Add stage support to x11-fonts/nexfontsel |
3.0.1_3 05 Feb 2014 17:54:31 |
marino |
x11-fonts/nexfontsel: Unbreak on F10+ ?
Required for DragonFly; this should fix FreeBSD 10 breakage. |
3.0.1_3 20 Sep 2013 23:51:15 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-fonts) |
3.0.1_3 28 Jun 2013 23:00:01 |
bapt |
Convert to USES=imake |
3.0.1_3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.0.1_3 09 Jun 2009 15:33:28 |
amdmi3 |
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav) |
3.0.1_2 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}. |
3.0.1_1 13 May 2006 05:00:46 |
edwin |
Remove USE_REINPLACE from categories starting with X |
3.0.1_1 22 Jan 2006 02:59:41 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
3.0.1_1 25 Nov 2005 19:16:38 |
pav |
- Add SHA256 |
3.0.1_1 29 Aug 2005 16:17:09 |
vs |
Really use libneXtaw
PR: ports/85392
Submitted by: Ports Fury |
3.0.1 20 May 2005 07:47:43 |
pav |
- MASTER_SITE is dead, mirror distfile
Reported by: krismail |
3.0.1 10 Apr 2005 14:43:09 |
pav |
- Update to 3.0.1
PR: ports/79757
Submitted by: Ports Fury |
3.0 10 Apr 2005 05:53:22 |
lesi |
Remove XAWVER from neXtaw LIB_DEPENDS re. neXtaw will be depended upon just
fine without explicit version in there, while specifying it can
occasionally confuse (cf. ports/78527). Packages depend on specific
versions of neXtaw and X libraries anyway and ports will get the right
version number through imake. |
3.0 23 Dec 2004 09:32:50 |
nork |
Reset MAINTAINER to ports@.
We cannot contact them for a long time.
Discussed with: hrs
Approved by: kiri(blanket), mita(blanket),
shige(blanket), taoka(blanket) |
3.0 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
3.0 07 Mar 2003 06:13:04 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
3.0 09 Aug 2002 04:53:05 |
mita |
Apply changes in LANG (ja_JP.EUC -> ja_JP.eucJP) |
05 Feb 2001 21:02:14 |
olgeni |
Style fixes for x11-fonts. |
03 Nov 2000 08:09:48 |
asami |
Revert previous commit and just change 6 to ${XAWVER}. (The previous version
didn't work anyway, since USE_IMAKE was defined after include of
bsd.port.pre.mk....) |
02 Nov 2000 18:30:36 |
taoka |
Fix the following problem: In XFree86-4, version of libneXtaw is 7 instead
of "6" in XFree86-3. (Is it true ?) |
08 Oct 2000 07:45:22 |
asami |
Convert category x11-fonts to new layout. |
25 Aug 2000 08:42:02 |
taoka |
Delete extra directories after pkg_delete |
15 Jul 2000 18:42:44 |
will |
Update to 3.0. |
30 May 2000 06:11:34 |
taoka |
Updated to 2.0.2 |