Masafumi Max NAKANE
e1c51c6a7a
Ooops, forgot to add another location to MASTER_SITES in previous commit.
...
Pointed-out by: Shin-ichi YOSHIMOTO <yosimoto@waishi.jp>
2002-01-12 23:32:42 +00:00
Masafumi Max NAKANE
f9e9320b51
1. Don't install texmf/dvips/base/* as it could upset dvips* packages.
...
2. Apply patch provided by ASCII to dvips/pstricks/pst-text.pro
3. Remove not really necessary message printed in pre-configure:.
2002-01-12 17:31:49 +00:00
Akinori MUSHA
170019dec3
Chase the png library version bump.
...
Bump PORTREVISION.
Dropped by: ache
2001-09-13 03:26:18 +00:00
Masafumi Max NAKANE
2b834ec927
Work around to make [p]LaTeX2e work.
...
Intended to be temporary until the original distribution
is updated.
Submitted by: mita
2001-06-29 03:20:49 +00:00
Masafumi Max NAKANE
8109babe98
Upgrade, 2.1.10 -> 2.1.11, along with lib files upgrade.
2001-06-29 03:13:32 +00:00
Masafumi Max NAKANE
2b067ae111
Upgrade japanese/ptex-* from 2.1.8 to 2.1.10.
...
This upgrade eliminates japanese/platex-{common,euc,jis,sjis} ports
since ptex includes pLaTeX2e since 2.1.9.
2001-01-30 16:26:37 +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
ffb21b5654
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
...
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
...
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Akinori MUSHA
8e270816f9
Update the japanese/[o-t]* ports with the new
...
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
2000-04-12 14:38:12 +00:00
Michael Haro
65ab34a667
FreeBSD.ORG -> FreeBSD.org
...
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
1999-08-31 06:53:31 +00:00
Michael Haro
af5f314286
ln -> ${LN}
1999-08-28 01:58:05 +00:00
Masafumi Max NAKANE
321c620983
Don't install files under share/texmf/dvips, and don't create this
...
directory either, so that japanese/dvipsk* ports can install files there
without problem.
PR: 11742
Submitted by: Inagaki Kentraro <inagaki@tg.rim.or.jp>
1999-08-25 19:28:14 +00:00
David E. O'Brien
c751fc667a
Change Id->FreeBSD.
1999-08-25 05:28:01 +00:00
Michael Haro
5ce8e8e5c7
Remove the test to create ${PREFIX}/share/info/dir as it is now
...
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Satoshi Asami
5114e2637e
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
...
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
1999-02-03 11:12:01 +00:00
Masafumi Max NAKANE
7f5c9da85b
Upgrade, pTeX 2.1.5 -> 2.1.8.
1998-06-24 01:15:00 +00:00
Satoshi Asami
c36291e99a
Forgot to mark this one MANUAL_PACKAGE_BUILD too.
1997-12-04 03:48:19 +00:00
Masafumi Max NAKANE
b013989949
Don't use absolute path for the source file when making symlink so that
...
it won't cause any trouble even this port is installed by pkg_add with
the prefix set to other place than /usr/local.
1997-10-05 08:32:25 +00:00
Masafumi Max NAKANE
2fd10aed0c
Remove unnecessary sites from the MASTER_SITES list.
1997-10-04 17:58:47 +00:00
Masafumi Max NAKANE
f6546d6965
Upgrade, 2.1.4 -> 2.1.5.
...
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.
1997-10-04 17:13:41 +00:00
Masafumi Max NAKANE
474b385af1
Use ISO639 language abbreviation instead of ISO3166 country abbreviation
...
for PKGNAME. (IE, jp-* to ja-*).
1997-09-14 21:36:25 +00:00
Masafumi Max NAKANE
75c141cc7d
/bin/sh -> ${SH}
1997-07-13 18:49:31 +00:00
Masafumi Max NAKANE
8f967c4faa
mv -> ${MV}.
1997-06-12 09:48:25 +00:00
Masafumi Max NAKANE
4fddf56d3e
Instead of removing unnecessary files after extracting tarball,
...
use --exclude option of tar.
1997-02-04 11:09:38 +00:00
Masafumi Max NAKANE
6667e92e1c
Now, if FOR_CDROM is defined, do-fetch will fetch all the distfiles
...
including characterset dependent ones.
echo prompt; read var -> read -p prompt var
1997-01-22 04:35:58 +00:00
Satoshi Asami
92cb149612
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
...
${COMPRESS_MAN} so they will at least work. I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
1996-11-13 12:41:39 +00:00
Masafumi Max NAKANE
7ff328a076
CATEGORIES+= -> CATEGORIES=
...
Moved around some lines to standardize.
1996-11-11 08:11:50 +00:00
Masafumi Max NAKANE
944b6afed0
On system without ptex2 and platex, after doing ``make install'' in
...
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.
1996-11-07 14:49:57 +00:00
Masafumi Max NAKANE
49d40553ed
Use ${COMPRESS_MAN} to compress man pages.
1996-11-02 20:24:09 +00:00
Masafumi Max NAKANE
6bf31ff92d
Updated Masafumi NAKANE's E-mail address.
1996-09-17 15:07:58 +00:00
Satoshi Asami
41befebbca
Remove BUILD_DEPENDS on bison, which is now part of the main source tree.
1996-09-11 05:53:44 +00:00
Satoshi Asami
501860591b
Add BUILD_DEPENDS to bison.
...
Submitted by: max@sfc.wide.ad.jp
1996-08-24 23:55:42 +00:00
Satoshi Asami
4081ad7d3d
(1) Move one .endif to the right place so this compiles with BATCH set.
...
(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
1996-08-22 00:57:24 +00:00
Satoshi Asami
4f7ac48f43
Maintainer's address change.
...
Submitted by: max@sfc.wide.ad.jp
1996-04-26 08:47:37 +00:00
Satoshi Asami
e227fdcd4b
Fix some comments.
...
Submitted by: Masafumi NAKANE <masafumi@pobox.com>
1996-03-29 02:33:27 +00:00
Satoshi Asami
50745d30ab
Oops, forgot to change maintainer.
1996-03-25 04:35:49 +00:00
Satoshi Asami
81b341f5d9
Upgrade, 2.1.1 -> 2.1.4.
...
Submitted by: Masafumi NAKANE <masafumi@pobox.com>
1996-03-25 04:31:45 +00:00
Satoshi Asami
ad18576add
Category name changes ("printing" -> "print", "languages" -> "lang").
...
"networking" is left alone for now.
1995-11-22 13:06:38 +00:00
Satoshi Asami
a3fce4f107
New version of ptex. Since it's somewhat incompatible with the previous
...
version, imported with suffix "2". Required for platex2e (coming soon).
Submitted by: ohmon@sfc.keio.ac.jp
1995-11-15 10:16:10 +00:00