Dmitry Sivachenko
758eddc1bb
Sort languages by name.
2001-04-13 09:18:41 +00:00
Dmitry Sivachenko
547300e898
Examine LINGUAS variable before BATCH.
...
After this change slave ports (russian/kde2-i18n and japanese/kde2-i18n)
should work as expected.
Comment out files in .../en/ directory.
It seems they are not being installed by this port.
2001-04-11 09:09:31 +00:00
Dmitry Sivachenko
7344ba98a4
Allow to override MAINTAINER and CATEGORIES (in slave ports).
2001-04-09 21:04:10 +00:00
Dmitry Sivachenko
57e80bd639
Add the ability to select which languages to install via dialog(1)-based
...
menu.
Sort pkg-plist.
2001-04-09 20:48:48 +00:00
Dmitry Sivachenko
6742bba0ab
Update to 2.1.1
2001-04-05 16:00:00 +00:00
David E. O'Brien
18f2590bc4
Change dot file to .vnelvisrc from .exrc.
2001-04-05 10:09:06 +00:00
David E. O'Brien
57a9e5a97c
Default to Vietnamese processing.
...
If you're using the ancient version of Elvis, you most likely are doing
it only for Vietnamese text.
2001-04-05 10:02:11 +00:00
Will Andrews
dbba8af644
Overhaul QT/KDE support:
...
- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the
proxy authentication that was broken for 2.1.1. Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me. Should
still work w/ compat shims for older USE_QT[,2] style. Some others
were also left alone for the same reason.
Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by: David Faure <faure@kde.org> (proxy auth patches)
Alex Zepeda <garbanzo@kde.org> (old patches removal)
2001-04-03 08:14:43 +00:00
David E. O'Brien
6b757e079a
Install new manpage.
2001-03-25 16:49:22 +00:00
David E. O'Brien
c43bca86a1
Add FreeBSD ID.
2001-03-25 16:49:04 +00:00
David E. O'Brien
bd4c2a7a93
Grr. a local cc(1) option got added by mistake.
2001-03-25 16:48:21 +00:00
David E. O'Brien
78ee82535f
Sigh. This code is based on vnlibs. Thus I need to fix the Pascal'ism
...
where the author thought C arrays are indexed 1..sizeof(array).
2001-03-25 16:46:39 +00:00
David E. O'Brien
e1cc9089a6
Respect CFLAGS.
2001-03-25 16:44:52 +00:00
David E. O'Brien
42eff74c3b
Add a man page.
2001-03-25 16:44:38 +00:00
David E. O'Brien
e22472f75d
Minor tweak.
2001-03-25 16:36:22 +00:00
David E. O'Brien
a620c5f0f3
Add reference to vnconvert(1).
2001-03-25 16:25:38 +00:00
FUJISHIMA Satsuki
878eace0f7
unbreak post-install script.
...
Found by: bento
2001-03-18 22:53:50 +00:00
David E. O'Brien
4c3916fc00
Use full path to `mkfontdir'.
...
Submitted by: sf
2001-03-13 15:06:46 +00:00
David E. O'Brien
a85fa09ca8
Make sure teTeX is installed before installing this port.
2001-03-12 20:39:04 +00:00
David E. O'Brien
9146f0a5e7
Update to the 20010210 version. This fixes occasional core dumps in apps.
2001-03-08 20:01:39 +00:00
Dmitry Sivachenko
6e3f302087
New port: localized messages and documentation for KDE2.
2001-03-02 11:30:34 +00:00
David E. O'Brien
e88ea18e4a
Add aliases.
2001-02-16 04:51:46 +00:00
David E. O'Brien
6363de5097
Make this build when it is in the full /usr/ports tree and "vi-" is prepended
...
to the package name.
2001-02-11 23:11:33 +00:00
David E. O'Brien
db5b0a31a2
Use the new libviet port in building.
2001-02-11 22:15:17 +00:00
David E. O'Brien
b03bca912c
Use the new libviet port in building.
2001-02-11 14:15:03 +00:00
David E. O'Brien
1d149b2708
Update vnterm so it is based on the X11R6.5.1 Xterm rather than the X11R5 one.
...
This also removes libviqr and the Xfonts from this package as they are now
seperate ports.
2001-02-10 23:56:40 +00:00
David E. O'Brien
ccb5ce7a43
Fix prefix bogon.
2001-02-10 23:53:32 +00:00
David E. O'Brien
0aab18025a
These X fonts allow you to display Vietnamese characters in an Xterm and
...
other X applications.
2001-02-10 23:21:00 +00:00
David E. O'Brien
f45be7c24a
VIQR<->VISCII conversion and VISCII ctype-like routines
2001-02-10 08:22:39 +00:00
David E. O'Brien
a4936ec170
teTeX Vietnamese language + font support
2001-02-07 11:34:36 +00:00
Jimmy Olgeni
b00f6ee930
Style fixes in ports/vietnamese.
2001-02-06 13:13:34 +00:00
David E. O'Brien
fc0964260a
Converts Vietnamese text files between popular formats.
2001-01-06 07:20:10 +00:00
David E. O'Brien
30abec63d9
Add $FreeBSD$, which help me in problem reports.
2000-11-22 02:22:51 +00:00
David E. O'Brien
1070a9f5d2
Fix curses clear() usage.
2000-11-03 11:02:31 +00:00
Satoshi Asami
7acef1cd7a
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
...
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Satoshi Asami
a1862f30e7
Add dependency to mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.
...
Submitted by: bento and gohan
2000-09-12 11:08:05 +00:00
Akinori MUSHA
2e87c89fc5
Back out the previous commit. That one has a problem which occurs on
...
cross-language master-slave ports.
I just wonder how I could overlook this. I thought I tested with Wnn,
netscape and so on. *sigh*
Yes, I know how I can fix it, but I'd certainly back out first.
Reported by: steve
Pointy hat to: knu
2000-08-27 16:52:51 +00:00
Akinori MUSHA
939eab9dd0
PKGNAMEPREFIX cleanup. This should allow chained PKGNAMEPREFIX'es.
...
No response from: ports list, PW
2000-08-27 06:13:35 +00:00
Satoshi Asami
e6bed60d02
Add one manpage, one doc file and delete two directories.
...
Submitted by: bento
2000-07-05 06:10:27 +00:00
Satoshi Asami
c7ed15b474
List two files in share/doc/vnlpr and delete the directory upon deinstall.
...
Also, remove two files that are installed by a dependency, not this port.
Submitted by: bento
2000-07-05 06:08:17 +00:00
David E. O'Brien
0f89dd0749
Update the manpage to note this now adhears to Vietnamese Standard Code for
...
Information Interchange (VISCII version 1.1, 1992) and fix some operational
nits that have been bothering me -- such as the "Dd" processing.
2000-05-20 19:02:30 +00:00
Michael Haro
4cf4ab0a2f
Correct whitespace introduced during PORTNAME conversion and portlint
2000-04-21 08:19:33 +00:00
Satoshi Asami
575c171393
Remove "vi-" prefix from PORTNAMEs, they are set by PKGNAMEPREFIX in
...
../Makefile.inc.
2000-04-15 01:56:18 +00:00
Satoshi Asami
935136d047
Set PKGNAMEPREFIX with ?= so it can be overridden.
2000-04-11 06:59:27 +00:00
Satoshi Asami
d73baabd78
Add PKGNAMEPREFIX definitions for language-specific dirs.
2000-04-10 16:34:45 +00:00
Chris Piazza
37c0ef8e3b
Update with the new PORTNAME/PORTVERSION variables
2000-04-09 21:54:47 +00:00
David E. O'Brien
e05c25a8bf
Restore useless version required comments.
2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe
Remove the "version required" line.
2000-03-20 02:37:50 +00:00
David E. O'Brien
b5d1cecde4
Style nits in the ports I maintain.
2000-02-13 03:25:05 +00:00
David E. O'Brien
f74b7341d6
adjust for my editor
1999-09-05 22:21:16 +00:00