1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
Commit Graph

3718 Commits

Author SHA1 Message Date
Michael Nottebrock
a3f6024445 SIZEify. 2004-03-18 01:41:16 +00:00
Jun Kuriyama
1b7bb85f82 SIZEify.
Submitted by:	trevor
2004-03-18 00:48:53 +00:00
Greg Lewis
32a5036976 Add a port of html-pretty:
html-pretty (or htmlpty on file systems with unpleasant filename
length restrictions) is a prettyprinter for HTML and SGML.  It can
also assist in the conversion of ordinary text files in ASCII or
ISO8859-1 character sets to HTML.

WWW: http://www.math.utah.edu/~beebe/software/html-sgml-tools.html#html-pretty
2004-03-17 22:24:09 +00:00
Ernst de Haan
977d724ffa Update to xmlenc 0.43. 2004-03-17 22:11:28 +00:00
Kris Kennaway
b9ab9aed8d IGNORE on amd64: Infinite loop during build 2004-03-17 21:56:40 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Kirill Ponomarev
1779aa5b30 - Utilize NO_LATEST_LINK
PR:		ports/64376
Submitted by:	maintainer
2004-03-17 16:22:46 +00:00
Joe Marcus Clarke
8739588db1 Use pre-su-install instead of pre-install since our pre-install target
creates directories.

Submitted by:	marcel
2004-03-17 05:01:53 +00:00
Jun Kuriyama
6c85ab32f8 Use pre-su-install instead of pre-install.
Submitted by:	marcel
2004-03-17 04:39:10 +00:00
Joe Marcus Clarke
56788cdaaa Update to 0.5.0. 2004-03-16 23:37:09 +00:00
Pav Lucistnik
a56e791c8a Add pear-Spreadsheet_Excel_Writer, a PEAR class for writing Microsoft Excel
spreadsheets.
2004-03-16 16:41:22 +00:00
Gerald Pfeifer
2bd78af3cb Update to version 1.68, skipping 1.66 and 1.67 which contained bugs I
encountered (and reported) while preparing the update of this port.
2004-03-16 11:25:07 +00:00
Volker Stolz
b7f6bc22de Update to 1.04: quell warnings when parsing RSS 0.9x, RSS 2.0
- Fix dependencies [1],mat
- Add WWW          [1]

PR:             64192 [1]
Submitted by:   Kimura Fuyuki

Approved by:    linimon (mentor)
Second pair of eyes provided by: mat
2004-03-16 06:48:14 +00:00
Dag-Erling Smørgrav
38272dc40d Upgrade to 1.65.1. 2004-03-15 23:46:22 +00:00
Pav Lucistnik
e7bbc69557 - Correct linking with libiconv
- USE_ICONV instead of direct dependency
- USE_REINPLACE instead of cp/sed
- GNU_CONFIGURE -> HAS_CONFIGURE

PR:		ports/64149
Submitted by:	Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net>
2004-03-14 22:59:20 +00:00
Christian Weisgerber
e3e802b7a3 Move textproc/dico to french/dico.
Approved:	maintainer
2004-03-14 12:21:54 +00:00
Mario Sergio Fujikawa Ferreira
8b04c891a8 o Play nice in FreeBSD series before 5.x, defaulting on all mkvtoolnix
dependencies (them and it at the same time) to USE_GCC=2.95 is
  enough
o The requirement on gcc 3.x on one of the dependencies was removed
  and I forgot to check yet another variation

PR:		63581
Submitted by:	michael johnson <ahze@ahze.net>
2004-03-14 10:22:53 +00:00
Jun Kuriyama
4a868f8a2a o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
2004-03-14 07:58:26 +00:00
Jun Kuriyama
8e9dca3d94 Upgrade to 1.95.7 (shlib major is bumped to 5). 2004-03-14 07:57:43 +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
Ernst de Haan
af5b311303 Update to xmlenc 0.42. 2004-03-13 13:38:00 +00:00
Kris Kennaway
ed3f2f96a1 BROKEN on 4.x: Does not compile 2004-03-13 05:31:07 +00:00
Christian Weisgerber
c538d0915e Lots of clean-up:
* EXTRACT_CMD added
* *_SUB added
* delete %%DOCSDIR%% if NOPORTDOC
* pkg-plist sorted
* code linted

PR:		64021
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2004-03-12 21:53:29 +00:00
Joe Marcus Clarke
a235fc2843 Disable the selection and layout engines as they are not done yet, and
disabled by default.  They might be brought back in at some point once they
are completed, either in this port or a slave port.
2004-03-12 06:19:23 +00:00
Ying-Chieh Liao
19d2f3c2b2 add py-feedparser 2.76
An RSS feed parser
2004-03-12 02:53:58 +00:00
Joe Marcus Clarke
6e5c1e71eb Add a warning that pthread support may break certain ports.
Submitted by:	ale
2004-03-12 02:18:15 +00:00
Jun Kuriyama
c7d0101a22 Remove duplicate entry.
PR:		ports/64067
Submitted by:	michael johnosn <ahze@ahze.net>
2004-03-11 15:01:15 +00:00
Oliver Braun
3e16e4b08f deUSE_SIZEify. 2004-03-11 07:48:13 +00:00
Jean-Marc Zucconi
597e74b5db Fetch polish dictionary in MASTER_SITE_LOCAL first.
PR:		ports/63943
Submitted by:	Krzysztof Stryjek <wtp+ispell@bsdguru.org>
2004-03-11 03:07:51 +00:00
Mark Linimon
a773113dcc Revert previous commit. I should have asked the maintainer for his views
one way or the other, anyways.

Objected to by:		DougB
2004-03-11 00:50:12 +00:00
Jun Kuriyama
1bb2779db0 Upgrade to 0.38. 2004-03-10 23:35:06 +00:00
Kirill Ponomarev
a4767a79a8 - Update to version 2.0.20
PR:		ports/64050
Submitted by:	Ports Fury
2004-03-10 14:32:16 +00:00
Kirill Ponomarev
716a0b4e26 - Update to version 1.9.11
PR:		ports/64049
Submitted by:	Ports Fury
2004-03-10 14:29:23 +00:00
Volker Stolz
f94ee3fd39 - Update MAINTAINER-line of my ports to new @FreeBSD.org address
- Nuke 2x USE_SIZE while here

Approved by: linimon (mentor)
2004-03-10 13:16:50 +00:00
Mark Linimon
f507728900 Canonicalize maintainer's email address to save some eyestrain on me. 2004-03-09 23:14:54 +00:00
Greg Lewis
865b37ea15 . Simplify the packing list by using PORTDOCS.
Submitted by:	Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net> (maintainer)
2004-03-08 17:07:50 +00:00
Greg Lewis
a9f7366a0b . Simplify the packing list by using PORTDOCS.
Submitted by:	Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net> (maintainer)
2004-03-08 16:18:46 +00:00
Anton Berezin
3cd69d9f78 Fix broken dependency.
Reported by:	kris
2004-03-08 15:39:03 +00:00
Clement Laforet
9038509234 Fix LATEST_LINK conflicts:
graphics/flip: NO_LATEST_LINK (since biology/flip exists and has maintainer)
graphics/gkrellkam2: LATEST_LINK=gkrellkam2
sysutils/nwclient602: LATEST_LINK=nwclient602
graphics/p5-GD1: LATEST_LINK=p5-GD1
mail/postfix1: LATEST_LINK=postfix1
textproc/rubber: NO_LATEST_LINK (since print/rubber exists and has maintainer)
2004-03-08 11:57:14 +00:00
Jun Kuriyama
80cc44e035 Fix $LATEST_LINK conflict.
Reported by:	kris
2004-03-08 05:58:25 +00:00
Kirill Ponomarev
a539396267 - Fix WWW: line
PR:		ports/63891
Submitted by:	maintainer
2004-03-07 19:35:56 +00:00
Kris Kennaway
aef49ab09d BROKEN on amd64 and ia64: Segfault during install 2004-03-07 05:26:51 +00:00
Oliver Braun
8006a4f52d Set maintainer to the new created haskell@ mail alias. 2004-03-06 21:29:59 +00:00
Kirill Ponomarev
626d9e14d8 - Update to version 0.6.5 2004-03-05 23:16:46 +00:00
Kirill Ponomarev
4e5abd7c0d - Update to version 0.98
PR:		ports/63778
Submitted by:	maintainer
2004-03-05 10:33:23 +00:00
Mark Linimon
bee85b9375 Update to 0.26: build_depends change from p5-XML-Parser to p5-XML-LibXML due
to author's suggestion: "At the moment, XML::LibXML is quicker than
XML::Parser and supports HTML parsing."  Minor code additions (see 0.24)
and bugfixes (all versions); see Changes for details.

PR:		ports/57952
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
Maintainer timeout:	4 months
2004-03-04 22:17:01 +00:00
Pav Lucistnik
202f4f3d43 - Update to 0.7.1
PR:		ports/63729
Submitted by:	John Merryweather Cooper <coop9211@uidaho.edu>
Approved by:	maintainer
2004-03-04 17:21:35 +00:00
Kirill Ponomarev
757720fc97 - Update to version 1.8
PR:		ports/63757
Submitted by:	Ports Fury
2004-03-04 16:23:48 +00:00
Greg Lewis
e634d55adc . Update to 1.7.0.
. Respect PTHREAD_{CFLAGS,LIBS}
. Fix dependency problems.

PR:		63691
Submitted by:	joern A. Zeeb <bzeeb+freebsdports@zabbadoz.net> (maintainer)
2004-03-03 22:26:42 +00:00
Pav Lucistnik
0ea5a419ab - Style: s/@freebsd.org/@FreeBSD.org/ 2004-03-03 16:38:02 +00:00