Commit graph

1154 commits

Author SHA1 Message Date
Kevin Lo
56fc610d10 - Upgrade to version 1.3.0
- Takeover maintainer

Reviewed by: MAINTAINER
2001-03-12 03:40:32 +00:00
Jun Kuriyama
d4640078dc Upgrade to 1.63. 2001-03-12 01:29:26 +00:00
Nik Clayton
30d52bc288 Use links instead of w3m. Select OpenJade automatically if building on an
Alpha.
2001-03-11 18:29:18 +00:00
Josef Karthauser
ff8ae451ce Remove libxode. It's not used anymore now that jabber-1.4 has this
functionality natively.
2001-03-11 15:29:15 +00:00
Steve Price
a24c64cd6b Several satellite ports that depend on this one require bzip2 to be
around during build.
2001-03-11 05:02:04 +00:00
Will Andrews
2ee7b7621d Add opensched 0.1.0, a project scheduler.
PR:		24758
Submitted by:	Daniel McRobb <dwm@caimis.com>
2001-03-11 02:18:43 +00:00
Jean-Marc Zucconi
2932c2c73e Use MAINTAINER?= instead of MAINTAINER=. I dont want to receive build errors
for xx-ipell ports I don't maintain.
2001-03-11 02:04:58 +00:00
Kris Kennaway
2ac793019c Fix and sort plist. Naughty grog. 2001-03-11 00:25:15 +00:00
Will Andrews
0aabf2b105 Add ascii2pdf 0.9.1, a perl script to convert text files to PDF files.
PR:		24499
Submitted by:	petef@databits.net
2001-03-10 20:59:44 +00:00
Will Andrews
fbe44b37f6 Add p5-PDF-Create 0.01, a perl script to convert text files to PDF
files.

PR:		24498
Submitted by:	petef@databits.net
2001-03-10 20:51:44 +00:00
Will Andrews
e457043e83 Add dico 1.1, an interactive dictionary in french.
PR:		21902
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
2001-03-10 17:47:33 +00:00
Akinori MUSHA
065c096fb3 Add ruby-rss, a Ruby library for parsing, creating, downloading, and
caching RSS.
2001-03-10 11:46:19 +00:00
Vanilla I. Shu
2ea521998c Fix missing header problem.
Submitted by:	bento.
2001-03-10 06:52:51 +00:00
Akinori MUSHA
e40634b5a4 Define INSTALLS_SHLIB properly. Hmm.. I thought I'd done that already.. 2001-03-10 06:45:30 +00:00
Jun Kuriyama
62b5b0fcf2 Fix typo (INSTALLS_SHLIBS -> INSTALLS_SHLIB).
Pointed out by:	knu
2001-03-10 06:44:03 +00:00
Kris Kennaway
d10957ba29 Switch to using a versioned distfile - the non-versioned one currently
points to a newer beta release.  Respect CFLAGS and bump PORTREVISION.
2001-03-10 04:59:24 +00:00
Akinori MUSHA
53e304b4c6 Use expat2 (1.95.1) rather than expat (1.2). 2001-03-09 16:44:50 +00:00
Akinori MUSHA
59a3efc65c Add ruby-sablot, a Ruby interface to the Sablotron XSLT processor. 2001-03-09 16:08:49 +00:00
Jun Kuriyama
9424caa7ad Remove unneeded entry.
Found by:	bento
2001-03-09 09:47:23 +00:00
Satoshi Taoka
4a69fe427b In Makefile of the master port, x11-toolkits/linux-gtk,
MAINTAINER= is changed to MAINTAINER?=.
Then, MAINTAINER is able to be added into a slave port's Makefile.
So I added it in this port's Makefile.
2001-03-08 01:14:37 +00:00
Dmitry Sivachenko
495cd4b261 Mark BROKEN for OSVERSION < 500007.
Requires perl version 5.6.0.
2001-03-05 11:35:48 +00:00
Mario Sergio Fujikawa Ferreira
0dc2945ae9 Switch from AWK to SED for CFLAGS sanitization. It is cleaner,
more readable and follows most ports using similar solutions.
Besides, it is more lightweight.

Use the same AWK pattern with SED adding the option -E
for extended pattern matching.

Submitted by:	roam
2001-03-04 21:39:19 +00:00
Ying-Chieh Liao
677222bab9 mis-category, move it to devel 2001-03-04 12:35:22 +00:00
Ying-Chieh Liao
5a04170825 add perltidy
Indents and reformats Perl scripts to make them easier to read
2001-03-04 12:09:33 +00:00
Dmitry Sivachenko
baf00b4620 New port: kdoc.
KDOC creates cross-referenced documentation for C++ and CORBA IDL libraries
directly from the source.  Documentation can be embedded in special doc
comments in the source.
2001-03-03 21:39:04 +00:00
Thomas Gellekum
d8cb00b627 New port py-expat, a Python interface to the Expat XML parser. 2001-03-01 12:32:43 +00:00
Will Andrews
1b2827bb66 Add p5-Text-SimpleTemplate 0.35, yet another Perl module for
template processing.

PR:		25389
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-03-01 06:46:49 +00:00
Vanilla I. Shu
68c2f99c63 Remove do-configure section, use PERL_CONFIGURE now. 2001-03-01 06:39:18 +00:00
Kevin Lo
794b20db59 Update to version 0.6.4
PR: 25409
Submitted by: MAINTAINER
2001-02-28 13:12:30 +00:00
Mario Sergio Fujikawa Ferreira
3412b0c4a3 Fix grammar: s/is cannot be/cannot be/ 2001-02-28 01:48:02 +00:00
Mario Sergio Fujikawa Ferreira
a8c5a561cb o Sanitize CFLAGS following example of palm/prc-tools-gcc. Remove
both all -m machine and -O > -O1 optimizations such as
(-O[s2-9]+|-m[0-9a-zA-Z]+(=[0-9a-zA-Z]*)?|-O[s2-9]+) since openjade
built with some of these optimizations core dumps when building
some of the /usr/doc files
o Use INSTALLS_SHLIB=yes instead of a post-install ldconfig line
o "UN"echo post-install (prefix lines with @). Cleaner
o Also, fix openjade's complain that it does not find builtins.dls,
point it in the right direction with CONFIGURE_ARGS+=--datadir
o Bump PORTREVISION since there is an improvement fix

Approved by: MAINTAINER
2001-02-27 23:03:36 +00:00
Kevin Lo
93e05d72ce USE_GNOMELIBS -> USE_GNOME
Reported by ade@
2001-02-27 02:32:31 +00:00
Steve Price
f2fa9ad99c Update to version 0.24.
PR:		24734
Submitted by:	maintainer
2001-02-26 04:34:04 +00:00
Ying-Chieh Liao
db9acc6417 add libxml++, XML API for C++ 2001-02-25 18:49:50 +00:00
Kevin Lo
5c409b1650 - Fix LIB_DEPENDS
- Use USE_X_PREFIX
- Use USE_GNOMELIBS

PR: 25327
Submitted by: Ports Fury
2001-02-25 15:34:47 +00:00
Dag-Erling Smørgrav
8e03bcebf5 Upgrade to 3.1.1, and remove the incorrect dependency on JFC.
Approved by:	kuriyama
2001-02-24 12:57:36 +00:00
Nik Clayton
438eff5d17 Depend on specific versions of the DocBook DTD. Bump the port version
accordingly.
2001-02-23 19:37:06 +00:00
Akinori MUSHA
d4ef581811 Add ruby-csv, Ruby library to parse or generate data in CSV format.
Submitted by:	Yarema <yds@dppl.com>
2001-02-23 16:40:25 +00:00
Vanilla I. Shu
aa47c4bbae Add a russian patch.
PR:		ports/25306
Submitted by:	maintainer
2001-02-23 15:48:19 +00:00
Vanilla I. Shu
3b86c15c54 Upgrade to 0.51.
PR:		ports/25282
Submitted by:	maintainer
2001-02-23 03:10:34 +00:00
Vanilla I. Shu
7ffeb0f10c Upgrade to 0.51.
PR:		ports/25281
Submitted by:	maintainer
2001-02-23 03:06:26 +00:00
Jun Kuriyama
212bed9876 Update to 1.62.
- patch-ab is included in the distribution.

Requested by:	nik
2001-02-21 23:51:27 +00:00
Peter Pentchev
117d349d4a `Homepage:'' -> `WWW:''
PR:		25256
Submitted by:	maintainer
2001-02-21 17:14:40 +00:00
Ying-Chieh Liao
8ab010d0cc add filepp, a generic file preprocessor 2001-02-21 06:05:31 +00:00
Akinori MUSHA
008ccef274 Add ruby-erb, another eRuby implementation which can be invoked from
within a script.
2001-02-21 04:38:19 +00:00
Nik Clayton
1ef1b68c8f Bump PORTVERSION to reflect extra dependencies. 2001-02-20 19:16:21 +00:00
Nik Clayton
e4cc3014b6 Add graphics/eps2png and graphics/netpbm as dependencies. These are
required in order to process the graphics.
2001-02-20 19:15:50 +00:00
Kevin Lo
1657b8c95d Update to version 0.33
PR: 25150
Submitted by: Ports Fury
2001-02-18 16:10:58 +00:00
Kevin Lo
fd2ab5d1e8 - Add missing LIB_DEPENDS
- Use NOPORTDOCS PLIST_SUB

PR: 25151
Submitted by: Ports Fury
2001-02-18 15:49:05 +00:00
Kevin Lo
eac347db58 Update to version 1.11
PR: 25165
Submitted by: MAINTAINER
2001-02-17 15:31:17 +00:00