Commit graph

34 commits

Author SHA1 Message Date
Kris Kennaway
15b247f443 Schedule these broken ports for termination on 2006-12-01 2006-09-02 16:51:10 +00:00
Kris Kennaway
7642145e32 BROKEN: Does not build (uses DESTDIR internally) 2006-08-31 16:17:08 +00:00
Mark Linimon
fceb9ae5ab Reset max@FreeBSD.org due to no response to email about status.
Hat:	portmgr
2006-04-15 00:28:25 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Masafumi Max NAKANE
bc521ae1ab Unbreak this port, as it seems the previous commit has fixed the problem. 2004-07-27 06:00:02 +00:00
Masafumi Max NAKANE
6b6400b515 Do the build of ../ptex-base in pre-configure, so that all the
dependencies would have been built and installed by then.
Hopefully, this will unbreak the package build, but leave the
BROKEN lines till package build actually succeeds.
2004-07-15 07:55:57 +00:00
Kris Kennaway
3c088f1b9a Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports.  They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
2004-06-21 21:27:46 +00:00
Kris Kennaway
0557ee6c4a BROKEN: Broken dependency 2004-05-30 07:21:26 +00:00
Masafumi Max NAKANE
1fca0d561e Update to 3.1.3.
Also:

* Use OPTIONS to specify WITH_DVIPSK
* provide an option to install udvips
* Add listings.sty

Submitted by:	ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
		SHIOZAKI Takehiko <st@be.to>
2004-04-20 13:25:33 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Masafumi Max NAKANE
8043a18d7f Use files from teTeX 2.0.2 instead of 2.0.1 which is no longer available.
s/strip/TRIP_CMD/
s/ECHO/ECHO_MSG/
2003-05-22 01:53:25 +00:00
Masafumi Max NAKANE
ea8047bc2a Reflect the change in the ja-ptex-base's handling of texmf.cnf.
Add missing entry to the plist.
2003-04-17 06:18:25 +00:00
Masafumi Max NAKANE
6433b8d231 Ah, I meant to make EUC the default kanji code. 2003-04-14 04:32:11 +00:00
Masafumi Max NAKANE
5c8b35e4e6 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.
2003-04-14 04:18:44 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Masafumi Max NAKANE
e8e82b10c7 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.
2001-06-29 03:44:44 +00:00
Masafumi Max NAKANE
77e7ade395 Run mktexlsr at pkg_add time.
Submitted by:	mita
2001-06-29 03:36:38 +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
8a3b141a4c The distfile was updated without name change. 2001-02-25 22:35:35 +00:00
Masafumi Max NAKANE
e991a07d3a Update to use recently released ptex-src-2.1.10.tar.gz which includes all
the patches plus some updates.
2001-02-11 12:23:45 +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
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
David E. O'Brien
c751fc667a Change Id->FreeBSD. 1999-08-25 05:28:01 +00:00
Tim Vanderhoek
4b7f92f936 Commit #2/4 to enforce Caps, no period. I ran this oe as
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`

Results to follow.  :)
1999-06-26 17:55:58 +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
Satoshi Asami
c4ce071513 Use ${WRKDIRPREFIX} correctly. 1998-12-02 05:57:06 +00:00
Satoshi Asami
fe04da78c6 Prepend ${WRKDIRPREFIX} to WRKSRC definitions that don't use ${WRKDIR}. 1998-10-09 01:41:15 +00:00
Masafumi Max NAKANE
7f5c9da85b Upgrade, pTeX 2.1.5 -> 2.1.8. 1998-06-24 01:15:00 +00:00
Satoshi Asami
81f8db4890 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!
1997-11-22 01:38:55 +00:00
Satoshi Asami
f44828dd89 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).
1997-11-10 11:23:41 +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
f9b83f0985 Port of pTeX that installs files to support EUC. 1997-10-04 17:20:32 +00:00