summaryrefslogtreecommitdiff
path: root/japanese/ptex-common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Forgot to mark this one MANUAL_PACKAGE_BUILD too.Satoshi Asami1997-12-041-1/+2
|
* Don't use absolute path for the source file when making symlink so thatMasafumi Max NAKANE1997-10-051-2/+2
| | | | | it won't cause any trouble even this port is installed by pkg_add with the prefix set to other place than /usr/local.
* Remove unnecessary sites from the MASTER_SITES list.Masafumi Max NAKANE1997-10-041-5/+2
|
* Upgrade, 2.1.4 -> 2.1.5.Masafumi Max NAKANE1997-10-048-1285/+763
| | | | | | | Note: This port installs only the character code independent files for pTeX and this replaces japanese/ptex2. Note #2 : Japanese/ptex2 has been repository copied to ptex-common by Satoshi.
* Use ISO639 language abbreviation instead of ISO3166 country abbreviationMasafumi Max NAKANE1997-09-141-2/+2
| | | | for PKGNAME. (IE, jp-* to ja-*).
* Some of distfiles (plib-*.tar.gz) have been changed on master_site.Masafumi Max NAKANE1997-07-261-3/+3
|
* /bin/sh -> ${SH}Masafumi Max NAKANE1997-07-131-2/+2
|
* mv -> ${MV}.Masafumi Max NAKANE1997-06-121-3/+3
|
* Instead of removing unnecessary files after extracting tarball,Masafumi Max NAKANE1997-02-041-4/+4
| | | | use --exclude option of tar.
* Ok, some problem with recently modified file have been corrected,Masafumi Max NAKANE1997-02-031-3/+3
| | | | and here it is, the checksums changed.
* Checksum of some files have been changed.Masafumi Max NAKANE1997-02-031-4/+4
|
* Now, if FOR_CDROM is defined, do-fetch will fetch all the distfilesMasafumi Max NAKANE1997-01-221-5/+8
| | | | | | including characterset dependent ones. echo prompt; read var -> read -p prompt var
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1996-11-131-7/+2
| | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
* CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE1996-11-111-4/+4
| | | | Moved around some lines to standardize.
* On system without ptex2 and platex, after doing ``make install'' inMasafumi Max NAKANE1996-11-071-98/+0
| | | | | | | | | | | | | | | 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'' inMasafumi Max NAKANE1996-11-071-68/+38
| | | | | | | | | | | | | | | | | | | 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.Masafumi Max NAKANE1996-11-021-4/+2
|
* Updated Masafumi NAKANE's E-mail address.Masafumi Max NAKANE1996-09-171-2/+2
|
* Always install MakeTeXPK, renaming the old one out of the way if necessary.Satoshi Asami1996-09-142-1/+50
| | | | Submitted by: max@sfc.wide.ad.jp
* Remove BUILD_DEPENDS on bison, which is now part of the main source tree.Satoshi Asami1996-09-111-3/+1
|
* Add BUILD_DEPENDS to bison.Satoshi Asami1996-08-241-1/+3
| | | | Submitted by: max@sfc.wide.ad.jp
* (1) Move one .endif to the right place so this compiles with BATCH set.Satoshi Asami1996-08-221-8/+16
| | | | | | | | | (2) Add "STRIP=" so it won't try to strip scripts, strip all binaries in post-install target. (3) Other cosmetic changes. Submitted in part by: max@sfc.wide.ad.jp
* Maintainer's address change.Satoshi Asami1996-04-261-5/+2
| | | | Submitted by: max@sfc.wide.ad.jp
* Fix some comments.Satoshi Asami1996-03-291-8/+11
| | | | Submitted by: Masafumi NAKANE <masafumi@pobox.com>
* Oops, forgot to change maintainer.Satoshi Asami1996-03-251-2/+2
|
* Upgrade, 2.1.1 -> 2.1.4.Satoshi Asami1996-03-255-373/+390
| | | | Submitted by: Masafumi NAKANE <masafumi@pobox.com>
* Category name changes ("printing" -> "print", "languages" -> "lang").Satoshi Asami1995-11-221-2/+2
| | | | "networking" is left alone for now.
* New version of ptex. Since it's somewhat incompatible with the previousSatoshi Asami1995-11-157-0/+1382
version, imported with suffix "2". Required for platex2e (coming soon). Submitted by: ohmon@sfc.keio.ac.jp