1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
Commit Graph

26998 Commits

Author SHA1 Message Date
Michael Haro
6b4f4b977b update to 1.7
PR:		17797
Submitted by:	maintainer
2000-04-06 07:30:59 +00:00
Michael Haro
6bf88e9174 convert to slave port
PR:		17811
Submitted by:	maintainer
2000-04-06 07:21:49 +00:00
Michael Haro
48ca0a9fa2 convert to slave
PR:		17724
Submitted by:	maintainer
2000-04-06 07:19:29 +00:00
Michael Haro
56bd1dafdc convert to slave
PR:		17452
Submitted by:	maintainer
2000-04-06 07:18:17 +00:00
Michael Haro
31b2b54911 convert to slave
PR:		17429
Submitted by:	maintainer
2000-04-06 07:16:56 +00:00
Michael Haro
8a4fe68551 convert to slave port
PR:		17428
Submitted by:	maintainer
2000-04-06 07:15:45 +00:00
Michael Haro
e88e5ca6e2 convert to a slave port
PR:		17357
Submitted by:	maintainer
2000-04-06 07:14:42 +00:00
Michael Haro
6664829276 make this into a slave port
PR:		17356
Submitted by:	maintainer
2000-04-06 07:13:39 +00:00
Michael Haro
d1335039fc make this into a slave port depending on timidity++-emacs
PR:		17355
Submitted by:	maintainer
2000-04-06 07:12:00 +00:00
Michael Haro
1ac92b1637 make this port a middleman between the timidity++ master and all the
timidity++ slave ports

PR:		17817
Submitted by:	maintainer
2000-04-06 07:05:55 +00:00
Andreas Klemm
c3ad901743 As requested by many
Submitted by:	Anton Berezin <tobez@tobez.org>,Kimura Fuyuki <fuyuki@jade.dti.ne.jp>
2000-04-06 05:17:06 +00:00
Will Andrews
ccc3a83ff0 Add gtkicq, a GTK-based ICQ clone.
PR:		17258
Submitted by:	Dan Papasian <bugg@bugg.strangled.net>
2000-04-06 05:04:24 +00:00
Will Andrews
dcc8379ff7 Add the mysqltcl port, which is a suite that allows manipulation of MySQL
through Tcl. The port installs only the libraries.

PR:		13514
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-04-06 04:07:48 +00:00
Paul Richards
2e4b0566cb The wildcard removal of config files in post-install was removing
all config files rather than just the old default files.
2000-04-05 23:06:19 +00:00
Will Andrews
810b23015a Add better sshd startup scripts; specifically, allow restarting and
stopping the server.

Martti's submission did not include -h, which I added because if I had
added the scripts the way he submitted them, the server wouldn't be
started on startup.

PR:		10196
Submitted by:	Martti Kuparinen <martti.kuparinen@ericsson.com>
Reviewed by:	kris (partially)
No response:	maintainers (PR opened February 22, 1999)
2000-04-05 22:21:44 +00:00
Jeroen Ruigrok van der Werven
b11c4333de Remove DTDDECL, this produces bogus warnings. 2000-04-05 19:46:54 +00:00
Matthew Hunt
2577896968 Upgrade to 1.09. 2000-04-05 18:52:15 +00:00
Dirk Froemberg
cc3fab3f82 Depend on postgresql library pq.2 instead of ${PREFIX}/pgsql/bin/psql. 2000-04-05 16:44:06 +00:00
Dirk Froemberg
89ec0dff7b Upgrade to php-3.0.16. 2000-04-05 16:18:34 +00:00
Roger Hardiman
5ac978f7a5 Add OpenGatekeeper 2000-04-05 14:37:27 +00:00
Roger Hardiman
4278ebb974 Import of OpenGateKeeper.
This is a H323 Gatekeeper for H323 compliant videophone programs
such as voxilla, OhPhone and OpenPhone (see /usr/ports/net/openh323)
and commericial programs like NetMeeting.

More information can be found at
http://www.opengatekeeper.org
2000-04-05 14:34:50 +00:00
Andreas Klemm
c12982f43b Upgrade to 5.3.3
remote printing with samba was broken because of syntax error in shell.
only occurred when a SMB_PASSWD has been set.

Thanks to Olivier !

Submitted by:	Olivier PAGE <olivier@esm2.imt-mrs.fr>
2000-04-05 13:17:11 +00:00
Thomas Gellekum
cc39a57283 Better invocation for sketch and sk2ps.
Suggested by:	Rahul Siddharthan <rsidd@physics.iisc.ernet.in>
2000-04-05 09:52:23 +00:00
Thomas Gellekum
0deb10cf17 Fix RUN_DEPENDS. 2000-04-05 08:35:44 +00:00
Andreas Klemm
70b4cfa810 released new apsfilter version 5.3.2 due to a
syntax error in SETUP
which is detected by bash2 but not by our shell
So all Linux user trapped over this
result is, that you can't select a printer and loop in printer selection
forever...

+         doesn't work:
+               PRINTER=`awk -F "|" \
                        ^----- missing "
+                       "{ if (FNR == $answer ) print \\$2 }" \
+                       < $PRINTER_LIST"`
                                       ^^----- wrong order
+         works:
+               PRINTER="`awk -F "|" \
                        ^----- o.k.
+                       "{ if (FNR == $answer ) print \\$2 }" \
+                       < $PRINTER_LIST`"
                                       ^^----- o.k.

Is it a bug in our shell ???
2000-04-05 07:03:39 +00:00
Matthew Hunt
c4049cd3db Upgrade to 0.98.1.
PR:		17795
Submitted by:	Alex Varju <varju@snapple.webct.com>
2000-04-05 03:26:35 +00:00
Satoshi Asami
7093448916 Remove hanmutt.
Submitted by:	Peter Jeremy <peter.jeremy@alcatel.com.au>
Forgotten by:	mharo
2000-04-05 01:19:56 +00:00
Jean-Marc Zucconi
9897105fa8 Fix the version number. It is 3.1g, not 3.1e
Submitted by:	Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
2000-04-04 23:30:11 +00:00
Chris Piazza
e8d35f0e6d Update to 1.3.8
Submitted by:	dburr
2000-04-04 23:14:58 +00:00
Mike Smith
fae710c317 Corel moved the license agreement page - catch up with them.
Submitted by:	Ronald Klop <ronald@node11a94.a2000.nl>
2000-04-04 21:45:54 +00:00
Dirk Froemberg
052f61ac99 Replace clean target with post-clean target. 2000-04-04 20:32:22 +00:00
Dirk Froemberg
6c06c5af2c Upgrade to php-4.0RC1. 2000-04-04 20:22:19 +00:00
Jeroen Ruigrok van der Werven
29b44cb771 Add the DocBook 4.00-beta5 port. 2000-04-04 20:18:49 +00:00
Jeroen Ruigrok van der Werven
6bc1cf7adf Add the DocBook 4.00 port. 2000-04-04 20:18:20 +00:00
Akinori MUSHA
4a1f3dc060 Synchronize with vmware2. 2000-04-04 19:15:04 +00:00
Akinori MUSHA
a42adeafdd Style fix:
- Remove post-install information from DESCR's.
  - Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's.
  - Remove unnecessary whitespace.

Pointed out by:	portlint
2000-04-04 19:03:36 +00:00
Jean-Marc Zucconi
b5483daebb upgrade: 2.15->2.16
PR:		ports/17784
Submitted by:	Brian Handy <handy@physics.montana.edu>
2000-04-04 18:44:02 +00:00
Akinori MUSHA
5546804f26 Activate mule-ucs-emacs20. 2000-04-04 18:13:47 +00:00
Akinori MUSHA
74ad627c54 This is the Mule-UCS (Universal enCoding System) for FSF Emacs 20,
an Emacs Lisp library to define encoding/decoding schemes by rather
simple translation rule..

PR:		ports/16931
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-04-04 18:11:30 +00:00
Satoshi Asami
e45390cc29 Add missing \ for continuation line.
Submitted by:	Fenner's distfile survey error log
2000-04-04 14:10:18 +00:00
Roger Hardiman
2c4b07b959 Do not allow OpenH323 to autodetect the OS, OS Version and
CPU architecture.
Instead pass in the actual values, as defined in bsd.port.mk

Also, fix bug in do-install which prevented Alpha installs.

Submitted by:	Karl.Dietz@frankfurt.netsurf.de
2000-04-04 13:38:09 +00:00
Akinori MUSHA
56488c5d44 Update to 0.99.1 - pre-official release.
Avoid direct use of `/usr/local' in pkg/MESSAGE and use `${PREFIX}'
literally instead.

Indicated by:	portlint

* Introducing `MESSAGE_SUB' might be a good idea to do substitutions
* in order to give proper instructions.
2000-04-04 13:36:30 +00:00
Sheldon Hearn
2e4507aadb Fix mysql lookups and add experimental glue for ldap lookups.
Reported by:	Peter Lockhart <peter@key.co.za>
2000-04-04 11:51:19 +00:00
David E. O'Brien
396ba3009f Remove commented out BROKEN. 2000-04-04 10:02:36 +00:00
Thomas Gellekum
9c0d74037c Separate the Python Tk module from the main port. I've been
wanting do to this for a long time now. Now we got rid of the stupid
dependency on Tcl/Tk and save some checks in python's makefile.

Update the dependent ports accordingly.
2000-04-04 09:53:12 +00:00
Thomas Gellekum
69f7b9eebc Maxim Sobolev <sobomax@altavista.net> is the new MAINTAINER.
Approved by:	Brian Handy <handy@physics.montana.edu>
2000-04-04 07:46:33 +00:00
Kris Kennaway
4ff6fbf96a Update WWW
Submitted by:	author
2000-04-04 07:26:16 +00:00
Satoshi Asami
c05540facf (1) Change the way the port name and version is specified.
New variables:
      PORTNAME - Base name of port
      PORTVERSION - Version of port
    Modified variables:
      PKGNAME - Always ${PORTNAME}-${PORTVERSION}; error to override this
      DISTNAME - Defaults to ${PKGNAME}

    Right now old style is still accepted (unless REQUIRE_PORTNAME is
    defined) but all port Makefiles will be converted this weekend and
    bsd.port.mk will be changed again to have the new style be mandatory.

Reviewed by:	the ports list, mharo in particular

(2) Change "clean" to be more generic -- it now has
    pre-clean/post-clean helpers (it only had pre-clean before) and
    the actual work is in do-clean so porters can redefine it if
    necessary.

Requested by:	"Matthew N. Dodd" <winter@jurai.net>
Reviewed by:	dirk
2000-04-04 07:05:36 +00:00
Akinori MUSHA
eb72ea0971 Update to 2.0.2.
- Fix several small bugs.
  - Support Excel spreadsheets using xlHtml. (RUN_DEPENDS added)
  - Abolish mknmz --ole option.
  - Introduce mknmz --html-split option.  Split a large HTML document
  into parts by <a name="..."> and index them respectively.
Fix PLIST.  (@dirrm share/namazu was missing)
2000-04-04 05:29:01 +00:00
David E. O'Brien
81b5e6d853 Update to version 4.49.
* adds support for FreeBSD 5.0
* adds IPv6 support for FreeBSD
2000-04-04 03:36:27 +00:00