| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Suggested by: Rahul Siddharthan <rsidd@physics.iisc.ernet.in>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 ???
|
|
|
|
|
| |
PR: 17795
Submitted by: Alex Varju <varju@snapple.webct.com>
|
|
|
|
|
| |
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
Forgotten by: mharo
|
|
|
|
| |
Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
|
|
|
|
| |
Submitted by: dburr
|
|
|
|
| |
Submitted by: Ronald Klop <ronald@node11a94.a2000.nl>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
PR: ports/17784
Submitted by: Brian Handy <handy@physics.montana.edu>
|
| |
|
|
|
|
|
|
|
|
| |
an Emacs Lisp library to define encoding/decoding schemes by rather
simple translation rule..
PR: ports/16931
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
|
|
|
|
| |
Submitted by: Fenner's distfile survey error log
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Reported by: Peter Lockhart <peter@key.co.za>
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Approved by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
| |
Submitted by: author
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
| |
* adds support for FreeBSD 5.0
* adds IPv6 support for FreeBSD
|
|
|
|
|
|
| |
PR: 15368
Submitted by: Dmitry Sivachenko <dima@Chg.RU>
No response: maintainer
|
|
|
|
| |
PR: 15424
|
|
|
|
|
| |
PR: 17633
Submitted by: Maxim Sobolev <sobomax@altavista.net>
|
|
|
|
|
|
|
|
| |
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 ...
|
|
|
|
|
|
|
| |
but the md5 file doesn't have the path prefixes.
PR: 17760
Submitted by: David G. Paschich <dpassage@flophouse.com>
|
| |
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
PR: 17766
Submitted by: "Maxim Sobolev" <sobomax@altavista.net>
|
|
|
|
|
| |
PR: 17766
Submitted by: "Maxim Sobolev" <sobomax@altavista.net>
|
| |
|
|
|
|
|
|
| |
USE_LIBTOOL hook. This does not change anything.
Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|