CVS log for ports/japanese/ptex-jis/Attic/Makefile
Up to [FreeBSD] / ports / japanese / ptex-jis
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.17
Mon Apr 14 04:18:44 2003 UTC (8 years, 10 months ago) by max
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.16: +1 -1 lines
Upgrade to 3.1.2. Now charset to be used can be specified at runtime, instead of compile time. Due to this change, charset specific ports are being removed, and pTeX now consists of two ports: ptex-base and ptex. Ptex-base is what used to be ptex-common, which installs non-Japanese portion of the system, and ptex is what used to be the charset specific portion, which installs Japanese specific files. Thus, ptex-common and ptex-euc are renamed to ptex-base and ptex respectively, and ptex-jis and ptex-sjis are being removed.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:04:55 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jun 29 03:44:43 2001 UTC (10 years, 7 months ago) by max
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
Use ${PREFIX} instead of ${LOCALBASE} to specify the dependencies.
It just doesn't make sense to use ${LOCALBASE}, as
if ${PREFIX} is altered to other than ${LOCALBASE}, ptex-common (the dependency) is likely to be installed
in the same alternate location.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jun 29 03:13:32 2001 UTC (10 years, 7 months ago) by max
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -2 lines
Upgrade, 2.1.10 -> 2.1.11, along with lib files upgrade.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Feb 11 12:23:44 2001 UTC (11 years ago) by max
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -14 lines
Update to use recently released ptex-src-2.1.10.tar.gz which includes all the patches plus some updates.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jan 30 16:26:35 2001 UTC (11 years ago) by max
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +25 -17 lines
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.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Apr 12 14:37:19 2000 UTC (11 years, 10 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +9 -7 lines
Update the japanese/[o-t]* ports with the new
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:46:16 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:26:39 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Change Id->FreeBSD.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Feb 3 11:11:50 1999 UTC (13 years ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
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.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Dec 2 05:57:05 1998 UTC (13 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Use ${WRKDIRPREFIX} correctly.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Oct 9 01:41:14 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Prepend ${WRKDIRPREFIX} to WRKSRC definitions that don't use ${WRKDIR}.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jun 24 01:14:47 1998 UTC (13 years, 7 months ago) by max
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +15 -9 lines
Upgrade, pTeX 2.1.5 -> 2.1.8.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Nov 22 01:38:54 1997 UTC (14 years, 2 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_6
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3 lines
Move MANUAL_PACKAGE_BUILD to the right place. I had these ports marked BROKEN (with the BROKEN line as far away as possible from the regular center of activity) and forgot to move them to the right place when I changed these to MANUAL_PACKAGE_BUILD. Sorry!
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Nov 10 11:22:55 1997 UTC (14 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1 lines
Mark a bunch of ports with MANUAL_PACKAGE_BUILD. With a change to bsd.port.mk that will be committed soon, this will disable automatic package building when PACKAGE_BUILDING is defined (so they can be built from separate scripts). These are no-ops for ordinary users (i.e., when PACKAGE_BUILDING is not defined).
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Oct 4 17:58:45 1997 UTC (14 years, 4 months ago) by max
Branches: MAIN
CVS tags: RELEASE_2_2_5
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -5 lines
Remove unnecessary sites from the MASTER_SITES list.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Oct 4 17:17:08 1997 UTC (14 years, 4 months ago) by max
Branches: max
CVS tags: PTEX_JIS_2_1_5
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Port of pTeX that installs files to support JIS code.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Oct 4 17:17:08 1997 UTC (14 years, 4 months ago) by max
Branches: MAIN
Initial revision
