Port details |
- yudit Multi-lingual Unicode text editor with TTF support
- 3.1.0_1 editors =5 3.1.0_1Version of this port present on the latest quarterly branch.
- Maintainer: danilo@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-03-06 14:40:25
- Commit Hash: aa7eef8
- People watching this port, also watch:: oidentd, lsof, xpdf, openssl, sudo
- Also Listed In: converters print
- License: GPLv2
- WWW:
- https://www.yudit.org/
- Description:
- yudit is a unicode text editor for the X Window System.
It does not need localized environment or unicode fonts.
It supports simultanious processing of many languages,
input methods, conversions for local character standards.
The package includes conversion utilities, and it also
has support for postscript printing.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/editors/yudit/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/yudit
- pkg install yudit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: yudit
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1686907610
SHA256 (yudit-3.1.0.tar.gz) = a188234d6127357684f52c3d6c6a4b9d8f5abd0f7db672566bf444ef7a7ce557
SIZE (yudit-3.1.0.tar.gz) = 4317815
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
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- editors_yudit
- USES:
- gmake 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.0_1 06 Mar 2024 14:40:25 |
Danilo Egea Gondolfo (danilo) |
editors/yudit: move manpages to share/man
- Move USES to the correct section
- Bump PORTREVISION |
3.1.0 18 Jun 2023 17:47:38 |
Danilo Egea Gondolfo (danilo) |
editors/yudit: Update to 3.1.0 |
3.0.9 30 Jan 2023 22:02:51 |
Danilo Egea Gondolfo (danilo) |
editors/yudit: Update to 3.0.9 |
3.0.8 22 Jan 2023 23:09:34 |
Danilo Egea Gondolfo (danilo) |
editors/yudit: Update to 3.0.8 |
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.7 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.7 20 Jul 2022 14:21:49 |
Tobias C. Berner (tcberner) |
editors: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohout <shanee@augusta.de>
* Andrej Zverev <az@inec.ru>
* Andrey Zakhvatov
* Anton Tornqvist <antont@inbox.lv>
* Bill Fumerola <billf@chc-chimes.com>
* Bob Eager <bob@eager.cx>
* Chris D. Faulhaber <jedgar@fxp.org> (Only the first 15 lines of the commit message are shown above ) |
3.0.7 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
3.0.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.7 06 Aug 2020 18:05:29 |
danilo |
- Update to 3.0.7
- Add LICENSE |
2.9.6 05 Nov 2019 15:48:41 |
zeising |
Add USES=xorg USES=gl, ports categories e
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'. |
2.9.6 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.9.6 20 Oct 2014 12:58:11 |
danilo |
- Update from 2.9.4 to 2.9.6 |
2.9.4 19 Oct 2014 15:05:00 |
danilo |
- Update from 2.9.2 to 2.9.4
- Add desktop icon
- Take maintainership |
2.9.2 24 Sep 2014 01:48:39 |
amdmi3 |
- Switch to PORTDATA |
2.9.2 07 Jan 2014 20:42:47 |
antoine |
- Stage support
- USES gmake |
2.9.2 20 Sep 2013 16:36:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
2.9.2 24 Jul 2012 07:19:21 |
cs |
Fix typos in COMMENT |
2.9.2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.9.2 27 Oct 2010 00:37:57 |
amdmi3 |
- Remove conflicts with graphics/uniconvertor as it no longer installs
bin/uniconv
- Add mutual conflicts between netatalk<->yudit as both do install bin/uniconv |
2.9.2 12 Feb 2010 14:20:17 |
miwi |
- Update to 2.9.2
PR: 143811
Submitted by: Ports Fury |
2.9.0_1 22 Nov 2009 19:49:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
2.9.0_1 16 May 2008 21:54:09 |
miwi |
- Add mutual conflicts to graphics/uniconvertor and editors/yudit: both install
bin/uniconv
PR: 123743
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> |
2.9.0 25 Apr 2008 15:48:01 |
miwi |
- Update to 2.9.0
PR: 122758
Submitted by: Ports Fury |
2.8.1_2 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.8.1_2 10 Apr 2008 09:14:31 |
jkoshy |
Reset maintainership. |
2.8.1_2 23 Mar 2008 23:03:18 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
2.8.1_1 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.8.1 31 Oct 2006 04:28:07 |
jkoshy |
Forced commit to note the association of the v2.8.1 upgrade with:
PR: ports/104197 |
2.8.1 31 Oct 2006 04:23:31 |
jkoshy |
Upgrade to v2.8.1. Upstream changes include:
- New keymaps: Devanagari-Velthuis, Polish-slash, Baybayin,
Glagolitic. Updated keymaps: Bulgarian, Slavic.
- Fixes for compilation with Gcc 4.1.
- Updates for Unicode 4.1.0 and the upcoming 5.0.0
standard.
- Added a +LINENO option to yudit.
- Other bug fixes.
Submitted by: chinsan |
2.7.8 13 Dec 2005 16:23:44 |
jkoshy |
Add SA256 checksums. |
2.7.8 30 Sep 2005 15:30:49 |
jkoshy |
Upgrade to v2.7.8
PR: ports/86749
Submitted by: Andrej Zverev <az@inec.ru> |
2.7.6_1 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
2.7.6 04 Feb 2004 02:26:16 |
jkoshy |
Fetch the .tar.gz files for this port since the .tar.bz2 distributions
are not mirrored widely.
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> |
2.7.6 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
2.7.6 14 Dec 2003 14:56:20 |
jkoshy |
Use the .tar.bz2 tarball. |
2.7.6 04 Oct 2003 04:29:44 |
jkoshy |
Upgrade to v2.7.6.
PR: ports/57002
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
2.7.5 22 Jun 2003 21:09:34 |
arved |
Update to 2.7.5
PR: 53388
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
2.7.2 07 Mar 2003 06:00:45 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.7.2 06 Jan 2003 05:53:52 |
jkoshy |
Update to v2.7.2.
PR: ports/46300
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
2.6.2 10 Jul 2002 06:06:28 |
jkoshy |
Upgrade to v2.6.2.
Requested by: Cyril <freecynik@gmx.net> |
2.5.4_1 12 Apr 2002 17:10:20 |
ade |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr |
2.5.4 15 Mar 2002 19:44:29 |
ade |
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr |
14 Mar 2002 08:30:17 |
sobomax |
This port doesn't really USE_FREETYPE. |
11 Mar 2002 10:12:04 |
jkoshy |
Update to v2.5.4. Take over maintainership.
Approved by: Richard <rch@richard.eu.org> (MAINTAINER) |
02 Jan 2002 04:16:51 |
pat |
Fix for -CURRENT, malloc.h->stdlib.h |
11 Feb 2001 06:19:38 |
kevlo |
- Upgrade to version 1.6 - I fix pkg-plist |
13 Nov 2000 10:51:29 |
asami |
Add USE_XLIB, USE_FREETYPE doesn't imply it anymore. |
08 Oct 2000 02:02:27 |
asami |
Convert category editors to new layout. |
03 Aug 2000 10:28:58 |
asami |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |
28 May 2000 04:38:33 |
steve |
Give a proper DISTNAME in the new PORT{NAME,VERSION} regime. |
20 May 2000 04:02:50 |
cpiazza |
Update to 1.5 patch1 |
20 May 2000 02:59:14 |
cpiazza |
Add MASTER_SITE and WWW |
20 May 2000 02:58:05 |
cpiazza |
Remove empty comment lines |