Commit Graph

27082 Commits

Author SHA1 Message Date
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
Will Andrews
a553e7912e Add patch that allows use of ftp/mirror with newer wu-ftpd servers.
PR:		15368
Submitted by:	Dmitry Sivachenko <dima@Chg.RU>
No response:	maintainer
2000-04-04 01:31:30 +00:00
Will Andrews
d7c5315ca5 Add kwebsearch, a utility to do searches on FTP/WWW/etc. sites from a menu.
PR:		15424
2000-04-03 22:08:25 +00:00
Will Andrews
6420381535 Add xlhtml, a converter from MS Word/Powerpoint to HTML.
PR:		17633
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-04-03 20:54:50 +00:00
Andreas Klemm
b96c7c09b0 apsfilter release 5.3.1
Fixes BUG in apsfilter 5.3.0
	SETUP: you entered a "printer selection loop" when selecting uniprint
	printer

Includes the previous patch for CLASS support and such ...
2000-04-03 19:37:31 +00:00
Michael Haro
9c8aa24e8e The port fetches the gcc and gdb tarballs into /usr/ports/distfiles/{gcc,gdb}
but the md5 file doesn't have the path prefixes.

PR: 17760
Submitted by: David G. Paschich <dpassage@flophouse.com>
2000-04-03 17:04:40 +00:00
Akinori MUSHA
ac94adb818 Make it run-depend on the emulators/rtc port and delete notice. 2000-04-03 16:13:11 +00:00
Akinori MUSHA
9a55396905 Changes:
- Mention full screen graphics mode works though it'll need due care not
  to enter full screen text mode.
  - Wording: vmware -> VMware
  - Wording: tmpfs -> MFS
2000-04-03 16:10:38 +00:00
Akinori MUSHA
f90daf1d5e Activate rtc. 2000-04-03 15:32:13 +00:00
Akinori MUSHA
3cf900afec This is rtc, a kernel module for /dev/rtc device support.
Some apps such as VMware for Linux would be happy with it.

The code was originally written by Vladimir N. Silyaev.

Note: It _includes_ Linux ioctl support, but basically it's
FreeBSD native stuff.  I'm importing this into emulators
category for convevience' sake.   Check it out.
2000-04-03 15:28:30 +00:00
Thomas Gellekum
2ce0a6acc5 Upgrade to 4.16. 2000-04-03 11:07:26 +00:00
Thomas Gellekum
8ee9d3e4cc Upgrade to 0.62.1. Cosmetic fixes.
PR:		17766
Submitted by:	"Maxim Sobolev" <sobomax@altavista.net>
2000-04-03 09:54:04 +00:00
Thomas Gellekum
8d4cc67ec8 Upgrade to 0.10.1.
PR:		17766
Submitted by:	"Maxim Sobolev" <sobomax@altavista.net>
2000-04-03 09:22:33 +00:00
Satoshi Asami
810fb3173b Fix typo ("etpbm" -> "netpbm"). 2000-04-03 08:15:58 +00:00
Will Andrews
a0b12bb2ea I forgot to remove GNU_CONFIGURE, as it is now implied by the newly-added
USE_LIBTOOL hook. This does not change anything.

Submitted by:	Andrzej Tobola <san@tmp.iem.pw.edu.pl>
2000-04-03 07:12:36 +00:00
Will Andrews
ab65eb212b Fix heretic port so that it works right. Also use x11 target instead of
fastx11, because for some reason it reportedly doesn't work in 16bpp mode,
which most people use (I use 24bpp).

Sorry for being so late about this.

Submitted by:	green
2000-04-03 04:42:36 +00:00
Vanilla I. Shu
e87c8ad2dd Remove a foolish patch. 2000-04-03 02:29:18 +00:00