1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

767 Commits

Author SHA1 Message Date
Satoshi Taoka
c2a3e05289 Unnecessary to create "info/dir" 2000-06-23 15:53:33 +00:00
Satoshi Taoka
9bbc601650 (1) ${PREFIX}/share/mule/19.34/etc/DOC-19.34.1 is installed by a port for
mule except mule-common. So, in this port, I must remove the file.

Pointed out: asami

(2) Removed the test to create ${PREFIX}/share/info/dir in mule-common/Makefile.

Pointed out: bento
2000-06-23 15:37:57 +00:00
Jacques Vidrine
6dc9bdb0c8 Locally hosted distfiles moved to ftp.freebsd.org. 2000-06-20 13:37:39 +00:00
Maxim Sobolev
e1c311de6e Maintainer convinced autor of the s/w to put versioned distfile on its site.
PR:		19218
Submitted by:	MAINTAINER
2000-06-20 09:57:52 +00:00
Will Andrews
1e60866cc1 Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.

Patches largely done by:	Christian Weisgerber <naddy@mips.inka.de>
2000-06-17 02:37:15 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Thomas Gellekum
99dc9a6134 Use MASTER_SITE_LOCAL. 2000-06-16 11:48:20 +00:00
Thomas Gellekum
8bcc6532d9 Upgrade to 2.72. 2000-06-16 11:41:31 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Thomas Gellekum
9277bdc6a2 Make this actually work. Fix MASTER_SITES while I'm here.
PR:		19259
Submitted by:	Dominic Mitchell <hdm@mistral.co.uk>
2000-06-16 07:38:43 +00:00
Maxim Sobolev
835d6b8655 Third round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:59:45 +00:00
Maxim Sobolev
5cb1434004 Second round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:12:51 +00:00
Maxim Sobolev
1de95a9ce1 First round of INSTALL_SHLIB fixes. 2000-06-15 16:44:16 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Ade Lovett
5bfa903acc Update to 0.30 2000-06-13 23:05:44 +00:00
Ade Lovett
84f83b71aa Update to 0.31 .. now requires textproc/pspell 2000-06-13 23:05:02 +00:00
Ade Lovett
ba74761a29 Add pspell, a library to provide a generic interface to
installed spell checker libraries (aspell, ispell, etc..)
2000-06-13 23:01:16 +00:00
Jun Kuriyama
863e06b177 Remove empty directory (share/sgml).
Reported by:	bento
2000-06-13 07:49:50 +00:00
Maxim Sobolev
5a7231e73b Update to 0.2.7.1. New MASTER_SITE and WWW. 2000-06-12 10:41:02 +00:00
Alexander Langer
14dfca546f Add note about required action by installer, in order to get this
port work.

Reviewed by:	will
2000-06-11 16:12:13 +00:00
Alexander Langer
996e70d6d6 Update to version 1.28
PR:		19169
Submitted by:	maintainer
Reviewed by:	will
2000-06-11 16:11:03 +00:00
Alexander Langer
fc6db6f839 Change MAINTAINER: alex@big.endian.de --> alex@FreeBSD.org 2000-06-10 10:25:49 +00:00
Will Andrews
27c85675a7 Add cost, a structure-controlled SGML/XML application programming tool.
PR:		18855
Submitted by:	Allan Bowhill <bowhill@bowhill.vservers.com>
2000-06-10 05:20:03 +00:00
Maxim Sobolev
929107bb73 Activate antiword. 2000-06-09 09:17:37 +00:00
Maxim Sobolev
3ff25b6666 Initial import of antiword - yet another utility to convert M$ Word files into
some more usefull format (text, ps).

PR:		19126
Submitted by:	Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
2000-06-09 09:16:09 +00:00
Will Andrews
f47f287820 Add sgmls, another SGML parser.
PR:		18973
Submitted by:	justas <justas@mbank.lv>
2000-06-09 02:51:56 +00:00
Will Andrews
6191a0f6a8 Major overhaul to make this thing work again.
1) New MASTER_SITES.  I put a bunch of them (obtained from the
	   good ole' ftpsearch.ntnu.no) here for redundancy.
	2) Chase checksum.  I was unable to find the original distfile.
	3) Make port respect CC/CFLAGS.
	4) Remove GMAKE now that we respect CC/CFLAGS.
	5) Remove bash dependency now that we can use /bin/sh.
	6) Fix compile warning about malloc.h vs. stdlib.h.

PR:			17150
Submitted by:		Mikhail Teterin <mi@aldan.algebra.com>
Hall of Shame entry:	dburr (for complete disregard)
2000-06-09 01:36:55 +00:00
Akinori MUSHA
24edcbb058 Update the distfile/site.
PR:		ports/19114
Submitted by:	Maintainer
2000-06-08 09:03:32 +00:00
Satoshi Asami
e8fb787332 Add bin/sx.
Submitted by:	bento
2000-06-07 23:30:27 +00:00
Jun Kuriyama
2b09353721 Strip binaries.
Submitted by:	Christian Weisgerber <naddy@unix-ag.uni-kl.de>
2000-06-06 13:26:48 +00:00
Tim Vanderhoek
6a0a52f5bd Use a more demanted but more readable variant of English. 2000-06-02 02:14:53 +00:00
Tim Vanderhoek
0e0958a61e Portlint nits. 2000-06-02 02:13:08 +00:00
Ade Lovett
8bd85a9d02 Updates for new shared library versions in GNOME 1.2 2000-06-01 16:25:45 +00:00
Satoshi Asami
3ded891521 Add unroff-html-me.1 to MAN1.
Submitted by:	bento
2000-05-30 20:15:41 +00:00
Satoshi Asami
2def624b6c @dirrm share/unroff
Submitted by:	bento
2000-05-30 20:15:05 +00:00
Jeroen Ruigrok van der Werven
9e3774552a Fix PLIST.
Submitted by:	OKAZAKI Tetsuro <okazaki@be.to>
2000-05-29 05:36:24 +00:00
Steve Price
5b0c32aafb Update to version 0.9.2. 2000-05-28 04:11:34 +00:00
Will Andrews
d98269155c SGMLtools is a text-formatting package based on SGML.
PR:		17769
Submitted by:	Benno Rice <benno@netizen.com.au>
2000-05-27 14:44:12 +00:00
Jun Kuriyama
c83cc05bcc Update to v1.54. 2000-05-26 07:58:58 +00:00
Jun Kuriyama
1a5e1b9ef0 Update to v4.0 of DocBook XML. 2000-05-26 07:48:13 +00:00
Maxim Sobolev
f0be5412ba Proper libintl support. 2000-05-24 16:10:09 +00:00
Maxim Sobolev
f20cba5f8e Added a proper libintl support. 2000-05-24 16:06:49 +00:00
Jeroen Ruigrok van der Werven
a0d03f9d4b Update the port to the released version of DocBook 4.0. 2000-05-22 20:54:58 +00:00
Jeroen Ruigrok van der Werven
23c6a918e7 Update the port to the released version of DocBook 4.0.
This is still the SGML version, there is also a XML version, but I haven't
looked at that yet.

This also fixes some portlint warnings in the Makefile.
2000-05-22 20:54:32 +00:00
Jun Kuriyama
28f87eadf5 Add patch for disable locale support.
Pointed out by:	Hiroki Sato <hrs@geocities.co.jp>
Forgotten to "cvs add" by:	kuriyama
2000-05-22 02:09:38 +00:00
Akinori MUSHA
64a88bdf7a Change MAINTAINER's mail address.
Now "Don Croyle <croyle@gelemna.org>".

PR:		18701, (part of) 18702, 18703, 18706
Submitted by:	MAINTAINER
2000-05-21 11:52:06 +00:00
Chris Piazza
07b881cb33 Update to 1.28
PR:		18462
Submitted by:	maintainer
2000-05-19 08:14:32 +00:00
Jun Kuriyama
de9c92cea7 Activate openjade. 2000-05-19 06:27:54 +00:00