Commit Graph

1617 Commits

Author SHA1 Message Date
Sheldon Hearn
e9d4a45852 When RUN_DEPENDS is a superset of BUILD_DEPENDS, include
${BUILD_DEPENDS} instead of duplicating the dependency
definitions.
2001-12-10 12:58:44 +00:00
Sheldon Hearn
7d7aa175c4 Update p5-XML-LibXML and p5-XML-LibXSLT to matching version 1.31.
Using mismatched versions leads to odd breakage in dependent
software, notably PageKit.
2001-12-10 12:53:24 +00:00
Ying-Chieh Liao
34002f9b42 upgrade to 0.7.0
PR:		32628
Submitted by:	Ports Fury
2001-12-08 20:16:35 +00:00
Akinori MUSHA
52c85f6f97 Update to 1.2.1. 2001-12-08 16:38:15 +00:00
Akinori MUSHA
54bbe11c8d Update to 0.93. 2001-12-08 14:57:53 +00:00
Akinori MUSHA
d3758bfe2f Add ruby-amstd to RUN_DEPENDS which was hiding behind ruby-strscan
before it became independent of it.

Submitted by:	Thomas Gravgaard <fehaar@infopaq.dk>

Add a patch to fix footnote hyperlinks.

Obtained from:	ruby-list
2001-12-08 13:12:13 +00:00
Jun Kuriyama
af03820884 Fix $MASTER_SITE_SUBDIR. 2001-12-07 22:17:43 +00:00
Anton Berezin
0202800438 Add p5-XML-SAX-Writer 0.20, perl SAX2 XML Writer.
PR:		32349
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-12-07 13:10:55 +00:00
Anton Berezin
335960c4e4 Add p5-XML-Directory 0.84, a perl module which returns a content of
a directory as XML.

PR:		32163
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-12-07 12:45:27 +00:00
Alfred Perlstein
41bce544a6 fix MASTER_SITE_SUBDIR 2001-12-07 08:30:26 +00:00
Anton Berezin
6336e87254 Add WWW and Author to pkg-descr. 2001-12-06 15:42:26 +00:00
Maxim Sobolev
43fb933edb Ensure that xslt.h includes all headers necessary. This should fix
p5-XML-LibXSLM and possibly other packages. Bump PORTREVISION.

Prompted by:	sheldonh
2001-12-06 12:10:27 +00:00
Maxim Sobolev
22e9f1a506 Update to 1.0.8.
PR:		32310
Submitted by:	Lev Serebryakov <lev@serebryakov.spb.ru>
2001-12-06 08:44:07 +00:00
Maxim Sobolev
8702be1ef3 Update to 2.4.11.
PR:		32309
Submitted by:	Lev Serebryakov <lev@serebryakov.spb.ru>
2001-12-06 08:27:28 +00:00
Dmitry Sivachenko
103bd99e14 Set DIST_SUBDIR to KDE.
Asked by:	Alexander Zagrebin <alexz@visp.ru>

Set MAINTAINER=kde@
2001-12-05 09:44:26 +00:00
Will Andrews
1d206a3483 Upgrade KDE to 2.2.2:
* General:
 	- Support for objprelink.
 	- Hack for autoconf 2.13/automake 1.4.  Note that we can't use
	  the standard USE_AUTO* because they change things in work/*;
	  KDE has its own way of doing that.
 	- Light cleanup of extra dirs in the PLISTs provided by
	   my mkplistpkg[1] script.
 	- Speedups of both compile and runtime through the usage of
	  --disable-debug and --enable-final.  The latter did not work
	  with the kdemultimedia package, unfortunately.
	- Patch updates.
 * audio/kdemultimedia2:
	- Patch to fix KSCD on FreeBSD[2].  It works very well now.
 * deskutils/kdepim:
 	- Enable kpilot[3].  Pull in the latest pilot-link stuff.
 * devel/kdesdk,
 * devel/kdevelop:
 	- No specific changes.
 * devel/qt-designer:
 	- Make this port depend almost entirely on qt23 to make it more
	  maintainable, so I don't have to keep hacking the patches to
	  get them to apply.
 * editors/koffice,
 * games/kdegames,
 * graphics/kdegraphics:
 	- No specific changes.
 * misc/kdeaddons:
	- SDL is required now.  Cull SDL PLIST_SUB and such.
	- Fix breakage from hardcoding "sdl-config".
 * misc/kdeutils2:
	- Fix problem with klaptopdaemon[4] where it didn't properly
	  display the battery time.  This patch is untested, but applied.
 * net/kdenetwork2:
	- Fix DCC for KSIRC[5].
	- Remove ktalkd from the build.  It requires some weird thing
	  in the configure script that I don't have time to look at.
 * sysutils/kdeadmin:
	- No specific changes.
 * textproc/kdoc:
	- Remove bogus requirement that kdoc requires Perl 5.6.0; it sure
	  seems to operate fine with >= 5.005.  But I'll let time tell.
 * www/quanta:
	- No specific changes (--disable-debug support only).
 * x11/kde2:
	- No specific changes.
 * x11/kdebase2:
	- Fix ksysguard compile by merging the files from the HEAD branch
	  of KDE CVS that were missing at release time for FreeBSD[6].  :\
 * x11/kdelibs2:
	- Recognize CUPS' spinoff[7].
	- Add libxslt dependency since it was removed from kdelibs.
	- Fix libxml compile problems[8] (accomplished by upgrading).
	- Remove libkformula from port Makefile; this library has been
	  spun off into koffice.
	- Fix mode problems with DCOP[9].  This allows you to save files
	  properly.  It also seems to be a FreeBSD specific problem.
	- Fix bashisms in kdeprint/imagetops script[10].
 * x11-clocks/kdetoys2:
 	- No specific changes.
 * x11-toolkits/qt23:
	- Do NOT upgrade to QT 2.3.2[11].
	- Allow devel/qt-designer to depend on this port entirely for the
	  patches by adding a perlre to accomplish this.
 * x11-wm/kdeartwork:
	- No specific changes.

Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out!

[1]  http://freebsd.kde.org/;
     http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg
[2]  Submitted by:	Matthew Holmes <matt@speakeasy.net>
[3]  PR:		31914
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[4]  PR:		28475
     Submitted by:	Arun Sharma <arun@sharmas.dhs.org>
[5]  Submitted by:	Luc Morin <luc_m@videotron.ca>
[6]  Found at:	http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/
[7]  PR:		32321
     Reported by:	gad
     Submitted by:	James A. Halstead <jah4007@cs.rit.edu>
[8]  PR:		32055
     Reported by:	William Richard <wrichard@trivalley.com>, others
[9]  PR:		31629
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[10] PR:		32358
     Submitted by:	Alexander N. Kabaev <ak03@gte.com>
[11] PR:		31809
     Requested by:	Nathan Ahlstrom <nrahlstr@winternet.com> (denied)
[12] http://freebsd.kde.org/contact.shtml;
     http://lists.csociety.org/pipermail/kde-freebsd;
     http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 03:47:18 +00:00
Nik Clayton
b68f052b33 Use ${FILESDIR} appropriately. Use kpsewhich to find tex.
PR:		ports/29153
Submitted by:	Niall Brady <bradyn@maths.tcd.ie>
2001-12-03 20:22:51 +00:00
Satoshi Taoka
b7140f0c1e Update distfiles
from emacs-19.34b.tar.gz + mule-23-1934-alpha01.diff.gz
  to mule-2.3-19.34.tar.gz

Notice: the current distfile was modified slightly
        (in src/indent.c)
2001-12-03 14:02:22 +00:00
Satoshi Taoka
5aef6d7486 Unbreak (a problem occurs by the modification of bsd.port.mk rev 1.379)
Fix for mule*wnn7 ports

Submitted by: motoyuki
2001-12-03 13:42:53 +00:00
Nik Clayton
5470bce08f Add a new patch which fixes a problem where xsltproc will, in some cases,
not produce any output (!).  This is a major problem when building the
XSL/XML parts of the web site.  1.0.8 (when it's imported) has the same
problem, the fix for which is at

http://cvs.gnome.org/bonsai/cvsquery.cgi?module=libxslt&branch=HEAD&branchtype=match&dir=libxslt&file=&filetype=match&who=veillard&whotype=match&sortby=Date&hours=&date=explicit&mindate=11%2F30%2F01+13%3A01&maxdate=11%2F30%2F01+13%3A03&cvsroot=%2Fcvs%2Fgnome

Bump PORTREVISION to reflect this.

Approved by:	sobomax
2001-12-03 11:21:45 +00:00
Steve Price
6ca322353f Update to reflect new version number for libsablot.so. 2001-12-02 22:16:23 +00:00
Ade Lovett
63cc17faef Fix 'make index'.
textproc/orchard doesn't exist.  textproc/orchard-c does.
2001-12-02 19:58:06 +00:00
Akinori MUSHA
a9bc720942 Update to 1.1a7. 2001-12-02 19:33:41 +00:00
Steve Price
df25fac56a Adding p5-XML-Handler-Trees version 0.01.
PerlSAX handlers for building XML tree structures.

PR:		32325
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-12-02 19:24:45 +00:00
Steve Price
a167d3451a Update to version 0.71.
PR:		32335
Submitted by:	maintainer
2001-12-02 18:43:15 +00:00
Steve Price
ab7bcfbb04 Update to version 0.71.
PR:		32334
Submitted by:	maintainer
2001-12-02 18:40:48 +00:00
Steve Price
4bb3b8437d Update to version 1.2.5.
PR:		32370
Submitted by:	Sean Chittenden <sean@chittenden.org>
2001-12-02 18:30:05 +00:00
Pete Fritchman
9cf1853034 Add p5-Orchard-Perl-0.03, a Perl interface to Orchard-C
PR:		32324
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-11-30 04:52:45 +00:00
Pete Fritchman
4668be7e4e Add orchard-c-0.5.1, an innovative, lightweight API for event stream and
tree views of XML

PR:		24948
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-11-30 04:50:49 +00:00
Akinori MUSHA
56fff04a9e Update to 1.1.3. 2001-11-28 13:27:39 +00:00
Ying-Chieh Liao
19464805f0 add tex2im
Converts LaTeX formulas into high resolution pixmap graphics
2001-11-28 07:25:00 +00:00
Ernst de Haan
b010db9f81 Updated MASTER_SITES and changed my email address from ernst@jollem.com to znerd@FreeBSD.org.
Approved by: sobomax
2001-11-27 12:30:46 +00:00
Andrey A. Chernov
a944738adb Upgrade to 0.23 2001-11-27 04:15:25 +00:00
Jun Kuriyama
54fbc0d152 Move $MASTER_SITES to $MASTER_SITE_LOCAL.
Found by:	distfile survey
2001-11-27 02:30:02 +00:00
Bill Fenner
166148d564 Fully-qualify WWW: URL 2001-11-26 19:16:42 +00:00
Jun Kuriyama
e23565b3a7 Upgrade to 1.95.2.
Reminded by:	John Angelmo <john@veidit.net>
2001-11-26 06:27:49 +00:00
Anton Berezin
f92116a6f2 Add p5-Regexp-Common, a perl module which provides commonly requested
regular expressions.
2001-11-25 14:27:47 +00:00
Akinori MUSHA
9ba88207d5 Chase the repack. The tarball increased by 16 bytes but there was no
change in the contents.

PR:		ports/32254
Submitted by:	Anthony Kim <anthony.kim@vw.com>
2001-11-24 20:03:27 +00:00
Pete Fritchman
ab629ba060 Add p5-SVG-1.13, a Perl extension for generating Scalable Vector Graphics
(SVG) documents

PR:		32160
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-11-24 19:43:55 +00:00
Pete Fritchman
4c5e26eb61 Add p5-XML-LibRSVG-0.01, an interface to GNOME's librsvg
PR:		32143
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-11-24 19:06:36 +00:00
Patrick Li
f387d0abcd Fix compile problem in -CURRENT malloc.h -> stdlib.h
PR:		32244
Submitted by:	Anthony Kim <anthony.kim@vw.com>
2001-11-24 10:04:26 +00:00
Ying-Chieh Liao
4a03fd9985 upgrade to 0.5.1
PR:		32215
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-11-23 17:36:44 +00:00
Anton Berezin
a7bc987205 Add p5-RDF-Notation3 0.40, RDF Notation3 parser.
PR:		32162
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-11-22 23:36:22 +00:00
Anton Berezin
40a0e44ddf Add p5-XML-SAX-Expat 0.05, simple API for XML.
PR:		32110
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-11-22 22:54:25 +00:00
Anton Berezin
b9a8b337cd Add p5-XML-NamespaceSupport 0.03, a simple generic namespace support
class.

PR:		32159
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-11-22 22:23:53 +00:00
Ying-Chieh Liao
b26237b863 add raptor
RDF Parser Toolkit for Redland
2001-11-22 10:02:31 +00:00
Ying-Chieh Liao
4bff3754b1 add redland
A high-level interface for RDF
2001-11-22 07:03:00 +00:00
OKAZAKI Tetsurou
be4d6d1990 The distfile was silently updated without a version up.
This update includes following changes:

 * Minor bug fixes.
 * Rebuild crimson.jar by Ant-1.4.1.

Increment PORTREVISION.

PR:		31992
Submitted by:	Rob Simmons <rsimmons@mail.wlcg.com>
Approved by:	maintainer
2001-11-21 17:21:05 +00:00
Mario Sergio Fujikawa Ferreira
72dab870f3 Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:49:34 +00:00
Mario Sergio Fujikawa Ferreira
b1ab094b5f Style police: in WWW tag, remove trailing . after trailing / 2001-11-20 23:39:47 +00:00