Commit Graph

2567 Commits

Author SHA1 Message Date
Kirill Ponomarev
16a384f6e4 - Update to version 1.0.29
PR:		ports/64290
Submitted by:	maintainer
2004-03-15 09:22:54 +00:00
Oliver Lehmann
1459c36b40 update to xfce 4.0.4 2004-03-14 23:44:33 +00:00
Kirill Ponomarev
50314dc6a3 Mark BROKEN: Checksum mismatch
PR:		ports/64268
Submitted by:	David Gilbert <dgilbert@daveg.ca>
2004-03-14 22:16:34 +00:00
Kirill Ponomarev
244c44b45b - Fix build with qt-33
PR:		ports/64218
Submitted by:	Ports Fury
2004-03-14 17:40:33 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Kris Kennaway
5c8eadd701 BROKEN on alpha 4.x: Coredump during build 2004-03-14 01:37:12 +00:00
Kris Kennaway
ed5b10bd92 BROKEN on alpha 4.x: coredump during build 2004-03-14 01:36:07 +00:00
Doug Barton
eade3ab710 Now that the SIZE thing has stabilized, add it to the ports I maintain. 2004-03-14 00:17:57 +00:00
Joe Marcus Clarke
3c3c648b54 Fix build with gtk+-2.4.
PR:		64176
Submitted by:	Jeremy Messenger <mezz7@cox.net>
2004-03-13 20:01:09 +00:00
Kirill Ponomarev
d142fab8ab - Update to version 0.35
PR:		ports/64217
Submitted by:	Ports Fury
2004-03-13 19:49:05 +00:00
Oliver Braun
3e16e4b08f deUSE_SIZEify. 2004-03-11 07:48:13 +00:00
Kirill Ponomarev
0991fd4d0d - Update MASTER_SITES and WWW: line
- Utilize NOPORTDOCS

PR:		ports/64047
Submitted by:	Ports Fury
2004-03-10 14:24:04 +00:00
Kirill Ponomarev
ff17df7270 - Fix BUILD_DEPENDS
PR:		ports/63882
Submitted by:	Ports Fury
2004-03-07 16:46:12 +00:00
Kris Kennaway
78b6d3b86e BROKEN on alpha 5.x: Does not compile 2004-03-07 05:57:31 +00:00
Kirill Ponomarev
c8707b6b06 Add latex-lineno 3.10.20031112,
The LaTeX package lineno.sty provides line numbers on
paragraphs. After TeX has broken a paragraph into lines there
will be line numbers attached to them, with the possibility to
make references through the LaTeX \ref, \pageref cross
reference mechanism.

PR:		ports/63810
Submitted by:	hrs@FreeBSD.org
2004-03-06 09:20:44 +00:00
Kirill Ponomarev
50c92980a9 Add latex-arydshln 1.6.20030825,
latex-arydshln gives LaTeX's array and tabular environments the
capability to draw horizontal/vertical dash-lines.

PR:		ports/63809
Submitted by:	hrs@FreeBSD.org
2004-03-06 09:18:23 +00:00
Kirill Ponomarev
88cf695818 - Fix build on -stable with Qt frontend
- Add CONFLICTS

PR:		ports/63754
Submitted by:	Ports Fury
2004-03-05 13:40:55 +00:00
Kirill Ponomarev
b1494aee9d Add latex-pict2e 0.2.20040219,
The pict2e package extends the existing LaTeX picture
environment, using the familiar technique (cf. the graphics and
color packages) of driver files.

PR:		ports/63760
Submitted by:	hrs@FreeBSD.org
2004-03-04 16:30:40 +00:00
Kirill Ponomarev
3797b8eb17 - Update to version 2.01
PR:		ports/63712
Submitted by:	maintainer
2004-03-03 21:38:42 +00:00
Kirill Ponomarev
3da751f900 - Update to version 0.60
PR:		ports/63713
Submitted by:	maintainer
2004-03-03 21:38:07 +00:00
Kirill Ponomarev
da0b46c8a1 - Update to version 1.09
PR:		ports/63714
Submitted by:	maintainer
2004-03-03 21:37:30 +00:00
Kris Kennaway
d7c6517041 BROKEN on alpha 5.x as well: does not compile 2004-03-02 21:20:54 +00:00
Pav Lucistnik
ed2ffc9216 - Fix install in clean environment
Submitted by:	bento via kris
2004-03-02 10:11:28 +00:00
Pav Lucistnik
c0d93ceec0 - rpm2cpio.pl need to be EXTRACT_DEPENDS otherwise it will not work
PR:		ports/63516
Submitted by:	Stephen J. Roznowski <sjr@comcast.net>
2004-03-01 20:43:34 +00:00
Tilman Keskinoz
023f7a7550 Update to 1.3.4
PR:		63498
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2004-03-01 09:27:55 +00:00
Adam Weinberger
4c3c32d7db Use USE_GMAKE to fix the build. 2004-02-29 21:53:41 +00:00
Kirill Ponomarev
9ffdff88ac - Update to version 8.14
PR:		ports/63497
Submitted by:	Ports Fury
2004-02-29 08:18:45 +00:00
Pav Lucistnik
c7bd6bf0ec - install dvipdfm map file txr3.map
PR:		ports/61997
Submitted by:	hrs
Approved by:	maintainer timeout (14 days)
2004-02-28 18:24:39 +00:00
Andreas Klemm
e5b4d0c08f - honour PAPERSIZE variable like in a2ps and psutils ports
- default to letter
- inspired by PR but using a more suitable solution to use the
  environment variable already used by other ports instead by
  using new one (PAPER_SIZE and A4_PAPER)

PR:		48140
2004-02-28 15:59:39 +00:00
Pav Lucistnik
4fb92c7ca8 Add tipa, a collection of fonts and macros to use the T3-encoded IPA with LaTeX2e
PR:		ports/59444
Submitted by:	Andreas Braml <a.strich.b@web.de>
2004-02-28 15:31:17 +00:00
Michael Nottebrock
6fe53bfc64 Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports which
BUILD_DEPEND on qmake now.
2004-02-26 20:59:36 +00:00
Andreas Klemm
41d5b716e5 - sketch is now called skencil
- fixed run-dependencies
- no revision bump, since this doesn't affect normal port installation
  or package building.
2004-02-25 19:21:46 +00:00
Brian Feldman
12734f1267 (Purportedly) unbreak installation as per some of the responses in the
PR.  I don't see it on my -CURRENT system, but this doesn't break it,
either.

PR:	62405
2004-02-25 18:43:30 +00:00
Dirk Meyer
df3e838c2a - add CONFLICTS 2004-02-25 10:53:08 +00:00
Markus Brueffer
7bb44cbc85 Change my email address.
Approved by:	arved (mentor)
2004-02-23 20:57:56 +00:00
Pav Lucistnik
8a3e1b7b38 - Update to 2.1.19
PR:		ports/62471
Submitted by:	Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
2004-02-23 00:09:18 +00:00
Kirill Ponomarev
8946c87931 - Update to version 3.0.20040123
PR:		ports/63243
Submitted by:	maintainer
2004-02-22 22:59:12 +00:00
Kris Kennaway
fae9f92b33 BROKEN: Checksum mismatch 2004-02-22 09:59:21 +00:00
Kris Kennaway
12f22f913f Reset bouncing maintainer address 2004-02-22 02:09:15 +00:00
Kris Kennaway
4a65fd9e5d BROKEN: Checksum mismatch 2004-02-21 23:09:34 +00:00
Kris Kennaway
54fc5c218d BROKEN on 4.x: Does not compile 2004-02-21 21:43:50 +00:00
Joe Marcus Clarke
51bf5328d3 Fix make patch after gettext PORTREVISION bump by using DISTNAME instead of
PKGNAME for the tarball and WRKSRC.

PR:		63148
Submitted by:	Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
2004-02-20 19:54:33 +00:00
Pav Lucistnik
b4a495f34a - Update to 2.0.3
PR:		ports/62450
Submitted by:	Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
2004-02-20 01:54:58 +00:00
Kirill Ponomarev
aafba9c87a - Unbreak this port and fix build.
Approved by:	maintainer informed
2004-02-17 19:30:38 +00:00
Kris Kennaway
65f707fc91 BROKEN: Missing dependency 2004-02-17 11:57:16 +00:00
Kris Kennaway
831ecec579 Reset undeliverable maintainer address 2004-02-17 08:48:24 +00:00
Kris Kennaway
821b90c40f BROKEN: Does not install. This port is scheduled for removal on April 16
if still broken.
2004-02-17 08:34:10 +00:00
Kris Kennaway
05d40e6cf8 BROKEN: Fails to patch 2004-02-16 12:21:31 +00:00
Kirill Ponomarev
3209d766a2 - Update to version 1.97
PR:		ports/62821
Submitted by:	Ports Fury
2004-02-14 13:02:46 +00:00
Kirill Ponomarev
80db9726c4 Add latex-logpap 0.6.20040201,
The logpap package provides four macros for drawing
logarithmic-logarithmic, logarithmic-linear, linear-logarithmic
and (because it was easy to implement) linear-linear graph
paper with LaTeX.

PR:		ports/62805
Submitted by:	hrs@FreeBSD.org
2004-02-13 22:03:35 +00:00