summaryrefslogtreecommitdiffstats
path: root/japanese
Commit message (Collapse)AuthorAgeFilesLines
* Better default settings for vga cards in kon.cfg.max1996-11-191-13/+35
| | | | | | | Submitted by: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi) Patch to fix a bug that a few video cards didn't work properly. Submitted by: manabe@Roy.dsl.tutics.tut.ac.jp (Takashi Manabe)
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-183-62/+60
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Remove spurious ^M at end of lines.asami1996-11-183-558/+558
|
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-1810-21/+21
|
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-183-6/+9
|
* Activated jp-hex.max1996-11-181-1/+2
|
* New port, hexadecimal dump tool with support for Japanese character sets.max1996-11-185-0/+33
| | | | | Reviewed by: max Submitted by: IMAMURA Tomoaki <tomoak-i@is.aist-nara.ac.jp>
* Removed unnecessary @* directives.max1996-11-179-23/+0
|
* Removed unnecessary @cwd directive.max1996-11-141-1/+0
|
* Changed the location of several files from /usr/local/lib/tex ->max1996-11-132-75/+92
| | | | | | /usr/local/share/tex. Submitted by: mita@jp.freebsd.org
* Resolution specification in the fontdesc file needs to be in literal numbers.max1996-11-131-4/+4
| | | | Submitted by: mita@jp.freebsd.org
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingasami1996-11-1322-183/+87
| | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
* Update comments.asami1996-11-135-25/+5
|
* Add comment for reason why this IS_INTERACTIVE (needs "wnn" user).asami1996-11-135-10/+10
|
* CATEGORIES+= -> CATEGORIES=max1996-11-1143-86/+86
| | | | Inspired by: obrien
* CATEGORIES+= -> CATEGORIES=max1996-11-111-3/+4
| | | | Moved around some lines to standardize.
* Add jtex209-ascii, jtex209-both, jtex209-ntt. Delete ptex, it isasami1996-11-111-2/+4
| | | | obsoleted by jtex209-ascii.
* NTT version of Japanese tex/latex. Uses many files from jtex209-both port.asami1996-11-114-0/+930
| | | | Submitted by: mita@jp.freebsd.org
* The ASCII (a Japanese publisher) version of Japanese tex/latex. Usesasami1996-11-114-0/+383
| | | | many files from jtex209-both port.
* Japanese tex/latex. Builds both NTT and ASCII (no, not the Americanasami1996-11-1124-0/+2282
| | | | | | | | character code, this one is a Japanese publisher) versions. Many files from this port (including the Makefile, hence the "?=" in DISTNAME) are used for jtex209-ntt an jtex209-ascii ports. Submitted by: mita@jp.FreeBSD.org
* Command line argument is checked and exits if $2!=POST-INSTALL.max1996-11-113-0/+3
|
* CATEGORIES+= -> CATEGORIES=max1996-11-113-21/+9
| | | | | Instead of writing several shell commands in post-install target, simply call pkg/INSTALL.
* CATEGORIES+= -> CATEGORIES=max1996-11-113-11/+11
| | | | Moved around some lines to standardize.
* This is just a test. Try to import a simple program from -currentasami1996-11-102-2/+2
| | | | and see if our CVS setup is working.
* Added dvi2ps and vfxdvi (now that's one hard-to-type word!).asami1996-11-091-1/+3
|
* Japanese version of xdvi with vector font support.asami1996-11-0912-0/+2115
| | | | Submitted by: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp>
* Japanese version of dvi2psasami1996-11-098-0/+250
| | | | Submitted by: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp>
* Add two patches.asami1996-11-082-2/+15
| | | | Submitted by: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp>
* On system without ptex2 and platex, after doing ``make install'' inmax1996-11-073-196/+1
| | | | | | | | | | | | | | | platex, ``make package'' in ptex2 failed. It happend as: ``Make install'' led to ``make install'' in ptex2 and it installed old LaTeX files which ptex2 doesn't seem to use. However, they seem to be necessary for platex to generate newer pLaTeX files. Before installing new files, pLaTex removes old files, and that causes some files for ptex2 package to be missing. To solve this problem, ptex2 now doesn't install old LaTeX files and instead, platex port installs them. The Bug Found by: asami
* On system without ptex2 and platex, after doing ``make install'' inmax1996-11-071-21/+20
| | | | | | | | | | | | | | | | | platex, ``make package'' in ptex2 failed. It happend as: ``Make install'' led to ``make install'' in ptex2 and it installed old LaTeX files which ptex2 doesn't seem to use. However, they seem to be necessary for platex to generate newer pLaTeX files. Before installing new files, pLaTex removes old files, and that causes some files for ptex2 package to be missing. To solve this problem, ptex2 now doesn't install old LaTeX files and instead, platex port installs them. The Bug Found by: asami Simplified character code dependent contitionals.
* On system without ptex2 and platex, after doing ``make install'' inmax1996-11-072-136/+76
| | | | | | | | | | | | | | | | | | | platex, ``make package'' in ptex2 failed. It happend as: ``Make install'' led to ``make install'' in ptex2 and it installed old LaTeX files which ptex2 doesn't seem to use. However, they seem to be necessary for platex to generate newer pLaTeX files. Before installing new files, pLaTex removes old files, and that causes some files for ptex2 package to be missing. To solve this problem, ptex2 now doesn't install old LaTeX files and instead, platex port installs them. The Bug Found by: asami Moved around some lines to standardize Makefile. Simplify character code dependent conditionals.
* Use ${COMPRESS_MAN} to compress man pages.max1996-11-056-27/+23
|
* Add vfghostscript to RUN_DEPENDS too, I heard it's kinda needed.asami1996-11-041-1/+2
| | | | Submitted by: mita@jp.FreeBSD.org
* Use ${COMPRESS_MAN} to compress man pages.max1996-11-025-32/+22
|
* We no longer need -p flag to ${MKDIR}.max1996-11-021-9/+7
| | | | Use ${COMPRESS_MAN} to compress man pages.
* Use ${CP} instead of cp.max1996-11-021-8/+8
| | | | | Use /usr/local instead of ${PREFIX} Removed `v' from tar command line in post-install: target.
* Use ${PREFIX} instead of /usr/local.max1996-11-021-52/+51
| | | | Use macros for cp, mkdir, rm, cat and gzip for compressing man page.
* Added vfghostscript and vflib.asami1996-11-021-1/+3
|
* Japanese ghostscirpt with vector font support.asami1996-11-0215-0/+1358
| | | | Submitted by: Mita Yoshio <mita@jp.FreeBSD.org>
* Vector font library, used by vfghostscript.asami1996-11-026-0/+519
| | | | Submitted by: Mita Yoshio <mita@jp.FreeBSD.org>
* No -p flag is needed with ${MKDIR} macro.max1996-11-022-6/+5
|
* Do not use -p flag with ${MKDIR} macro.max1996-11-021-4/+5
|
* Upgrade, 6.1.0 -> 6.2.0.asami1996-11-016-104/+40
|
* Swap -L orders so it won't pick up libpico from /usr/local/lib accidentallyasami1996-11-011-2/+2
| | | | | | (and boy it complained when the English version was already installed). Helped debugging by: max
* Replaced spaces with tabs in several places, so that Imake will generatesmax1996-10-313-3/+90
| | | | valid Makefiles.
* ``Test -d'' is unnecessary if ``mkdir -p'' is used.max1996-10-271-7/+4
|
* Use ${MKDIR} macro to make directory.max1996-10-274-23/+11
|
* Prints some warning message about user initialization file at installation.max1996-10-221-0/+9
|
* Workaround for elvrec acts inproperly when there is symbolic links inmax1996-10-221-0/+28
| | | | | | | relevant directories. (Closing PR #1733.) Submitted by: sanpei@yy.cs.keio.ac.jp
OpenPOWER on IntegriCloud