aboutsummaryrefslogtreecommitdiffstats
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* Finish updating to KDE2 snapshot 20000829A. Re-add kdenetwork and kdeutilswill2000-08-303-245/+163
| | | | | | | | | | | | | | | | dependencies to kde2, and add koffice to kde2, because it's part of the 2.0 release. Fix my bogon in forgetting to remove obsolete qt22 patches. The current state of the ports as far as building and installing is quite good, but I expect minor problems with PLISTs other than for the ones I've fixed here. I'm going to let bento figure it out. :-) Please, test these ports and report bugs to submit@bugs.kde.org, and send me problems with the ports themselves. I've found that KDE2 seems to have stabilized significantly since the last snapshot. And now, I am removing the last patch remaining in the KDE2 ports, except for the QT 2.2 snapshot.
* Fix a buffer overrun for some incorrect input files.jmz2000-08-261-0/+12
| | | | Submitted by: Paul Eggert <eggert@twinsun.com>
* Assume maintainership.obrien2000-08-251-1/+2
| | | | Approved by: peter
* Update to version 0.46.2kevlo2000-08-2314-92/+54
| | | | | PR: 20739 Submitted by: MAINTAINER
* Add qico 0.45pl3.1, a fidonet compatible mailer. I've put a copy on mywill2000-08-1117-0/+283
| | | | | | | local-distfiles due to historic saturation on www.ruxy.org.ru's link. PR: 16989 Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
* Add a missing ';' so this port builds/installs cleanly.steve2000-08-081-1/+1
|
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Replace old startup script with new capable to do start/stop operations.sobomax2000-07-201-6/+24
| | | | | PR: 20039 Submitted by: Bruce A. Mah <bmah@cisco.com>
* Remove a bug in faxsetup.sh.alex2000-07-201-0/+14
| | | | | PR: 20051 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* Mark these BROKEN, they don't compile/run properly.asami2000-07-201-0/+2
| | | | Submitted by: maintainer
* Remove all installed directoriesjedgar2000-07-141-0/+1
| | | | Noticed by: bento
* Update md5 checksum. Unfortunately there is no previous version onsobomax2000-07-131-1/+1
| | | | | | MASTER_SITE_BACKUP, so it is impossible to check what was changed. Submitted by: bento
* From the submitter:steve2000-07-081-3/+7
| | | | | | | | | | | Currently, the hylafax port has a few flaws -- it uses the libz and regex libraries that come with the software instead of the implementations available on FreeBSD and ignores the local CFLAGS settings. It also needlessly (it seems) requires gmake. PR: 19552 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-056-11/+85
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-292-2/+4
| | | | MASTER_SITE_LOCAL site.
* Update to version 4.1.b2, the latest stable release (dispite the "beta" flag),alex2000-06-2713-295/+1002
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which officially fixes the setuid security exploit by the vendors. Additionally, from the PR: * adds in distribution patches to allow it to interoperate with libtiff-3.5.5 (the current version in the ports tree), and replace an original FreeBSD patch. * includes security patches (replacements of 'strcpy' and 'sprintf', primarily), mostly based on patches originally submitted by Alex Langer [1] for 4.0pl2 and not yet commited, although some new work was done too. [1] I don't think, that these were my patches but those submitted by John Holland <john@zoner.org> in PR 19180. * Fixes some issues with the configure/setup scripts introduced since the previous version. * Additionally, original FreeBSD patches from 4.0pl2 were merged in where they were not addressed by anything else. (except the I18N patch, sorry). I removed the FORBIDDEN line since there are at least no obvious security concerns left. PR: 19237 Submitted by: Andy Sparrow <andy@geek4food.org>
* Mark FORBIDDEN: insecure tempfile handling means any file on the system can ↵kris2000-06-261-0/+2
| | | | | | be overwritten Submitted by: Stan Bubrouski <satan@FASTDIAL.NET> via Bugtraq
* - Use MASTER_SITE_SUNSITE to MASTER_SITESsobomax2000-06-231-2/+3
| | | | | PR: 19496 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Move local distfiles to ${MASTER_SITE_LOCAL}/fenner .fenner2000-06-231-1/+2
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | 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
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-2/+1
|
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to myasami2000-06-101-0/+1
| | | | area on the local ports tree.
* Revert to rev 1.8 -- which breaks this port again.obrien2000-06-101-1/+1
| | | | | | | | | I don't know exactly what changed in the distfile. To generate the new checksum I did ``make distclean makesum''. So I don't have the old distfiles around to check. I did verify that the new distfiles does compile and the resulting binary runs. But I guess that is not suffient today. Prodded by: kris
* Distfile changed -- update checksum.obrien2000-06-101-1/+1
|
* @dirrm share/doc/kermitasami2000-06-081-0/+2
| | | | | | @dirrm share/examples/kermit Submitted by: bento
* Upgrade to version 1.83.1.obrien2000-06-023-11/+2
| | | | 1.83.1 is supose to have more sane logfile control.
* 's|sobomax@altavista.net|sobomax@FreeBSD.org|'sobomax2000-05-174-6/+6
|
* Update to KDEUTILS 1.90 (aka KDE2 beta).will2000-05-173-545/+553
|
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}knu2000-04-151-1/+1
| | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp
* Portlint COMMENT's.knu2000-04-151-1/+1
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* Remove obsolete `Version required' lines.knu2000-04-151-1/+0
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* Typo (PKGNAME -> PORTNAME).asami2000-04-131-1/+1
|
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-0923-71/+71
|
* 38000 is not a valid baud rate value. Use 38400jmz2000-03-292-2/+2
| | | | | PR: ports/17455 Submitted by: SHIROTA Yasuhiko <shirota@mbox.media.nagoya-u.ac.jp>
* Restore useless version required comments.obrien2000-03-223-0/+3
|
* "http://www.FreeBSD.org/~user/" -> "http://people.FreeBSD.org/~user/"asami2000-03-222-2/+2
|
* Remove the "version required" line.obrien2000-03-203-3/+0
|
* Use my Web space on freebsd.org for the distfile.max2000-03-081-1/+1
|
* Host the distfile myself - there is something weird with the officialkris2000-02-271-1/+2
| | | | | | | website which allows you to browse and download the file with lynx, but returns a 404 with fetch or wget. Noticed by: bento
* Bump shlib versions of kdelibs11 and kdesupport11.asami2000-02-241-1/+1
|
* add ending / to WWWmharo2000-02-241-1/+1
|
* update WWWmharo2000-02-241-1/+1
|
* PREFIX -> LOCALBASEmharo2000-02-242-4/+4
| | | | add ending / to WWW
* Remove the line that copied dot.kermitrc over into ${WRKSRC}.joerg2000-02-231-1/+0
| | | | Submitted by: bento's package builder via satoshi
* The one and only argument to gmtime(3) is a time_t*. This fixes the buildsteve2000-02-212-0/+22
| | | | problems on the Alpha.
* The one and only argument to time(3) is a time_t*. This fixes builds onsteve2000-02-213-0/+33
| | | | the Alpha.
* Reducing Maintainership to an amount of portsandreas2000-02-211-1/+1
| | | | | | I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG.
* Install kermit documentation and example files correctly. This isjoerg2000-02-202-2/+46
| | | | | | | | | | | | | | | | | basically what the PR suggested, although i did it somewhat differently. (The PR was related to the previous version of Kermit anyway.) After asking Frank da Cruz again, i did however decide to not run the shipped ckermit.ini (alias .kermrc) by default; the defaults of Kermit version 7 are supposed to fit the needs of most people, so there is no need to run the .ini file for everybody. Those who want it can still find it in the `examples' directory (and Frank suggested users who like to do this can easily run this as a `kerbang' script file instead of starting the plain kermit binary). PR: ports/14894 Submitted by: Oh Junseon <hollywar@holywar.net>
* Make PREFIX clean.obrien2000-02-184-7/+7
| | | | | PR: 14854 Submitted by: Joe Greco <jgreco@solaria.sol.net>
* Support tty speeds of 57600 and 115200 bit/sec.obrien2000-02-181-6/+25
| | | | | PR: 14977 Submitted by: Vlad Patenko <vlad@lucky.net>
* Remove giflib dependence.imura2000-02-151-2/+1
| | | | | | | | Only changed giflib -> libungif in kdegraphics. They realy do NOT want libgif, and do NOT use libgif anywhere. Some ports are checking its existence in configure, but they are nonsense at all!!
* ports@freebsd.org -> ports@FreeBSD.orgdirk2000-02-141-1/+1
|
* Style nits in the ports I maintain.obrien2000-02-133-15/+14
|
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* portlintmharo2000-02-031-2/+2
|
* Upgrade to version 1.83.0.obrien2000-02-013-17/+21
|
* Remove the hack that built the man page from ckuker.cpp, and use ckuker.nrjoerg2000-01-311-3/+2
| | | | | | | | | | | | | instead. The hack fell over on the Alpha architecture anyway. Quoting Frank da Cruz <fdc@watsun.cc.columbia.edu>: ``P.S. The "default" man page is ckuker.nr. You only need to run ckuker.cpp through "make manpage" if you are building a custom man page (like the one that we make for HP-UX). Since FreeBSD does not have a custom man page, there is no need to do this.'' The Kermit port is now fully Alpha-ready, too.
* Update to final (non-beta) version. Amazingly enough, the MD5 checksumjoerg2000-01-311-2/+2
| | | | of the dist file didn't change. :-}
* fix some pkg/MESSAGE stuffmharo2000-01-302-2/+2
|
* Add plp.reg2000-01-291-0/+1
|
* Initial import of Psion Link Protocol 1.8.reg2000-01-2910-0/+129
| | | | | | | | | | This program is used to transfer data between a Psion Series 5mx (default) or Psion Series 5 to a Unix server. The ncp daemon is started to communicate with the Psion and an ftp like interface is provided by rfsv. PR: 15181 Submitted by: Maurice Castro <maurice@atum.castro.aus.net>
* Remove rzsz, I've tolerated this for far too long but when it startsasami2000-01-271-1/+0
| | | | | | | | mailing stuff out automatically, it is just too much. Please use lrzsz, zmtx-zmrx or any other free alternative. If nothing else works, you can always compile rzsz from the original source.
* Fix msDelay() function to not sleep 10 times too long.phk2000-01-251-1/+1
|
* Fix a Y2K problem.steve2000-01-241-0/+13
| | | | | PR: 15868 Submitted by: Gregory Bond <gnb@itga.com.au>
* Set the socklen_t thing right for FreeBSD4.0phk2000-01-171-0/+10
|
* G-Kermit is a new implementation of kermit from the same peopleade2000-01-127-0/+87
| | | | | | | | who brought you C-Kermit, but released under the GPL. It's meant to be small and fast and only useful for up/downloading. PR: 15984 Submitted by: Dom.Mitchell@palmerharvey.co.uk
* Fix checksum error.dbaker2000-01-111-1/+1
| | | | | Source seems fine in new form. Source distrib probably updated without changing filename. md5 updated.
* Change BROKEN to FORBIDDEN, there is a security hole.asami2000-01-071-1/+1
|
* Set CATERGORIES right.phk2000-01-051-1/+1
|
* mlan is a of Dallas Semiconductors "TMEX" API for 1-wire / microlanphk2000-01-059-0/+442
| | | | | | devices. Only DS2480 bases serial port attachment is supported. Reviewed by: cpiazza
* Adding sredird version 1.1.7steve1999-12-278-0/+109
| | | | | | | An RFC 2217 compliant serial port redirector. PR: 15603 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Upgrade to version 7.0-beta(11).joerg1999-12-113-12/+12
| | | | | | Add myself as the maintainer. Remove `RESTRICTED', open-source operating systems are now allowed to redistribute either sources as well as a binary version.
* use lateset version. prior versions contain uucp{un,}lock() which usesitojun1999-12-022-4/+4
| | | | | | | sprintf() in insecure manner (may subject to buffer overflow, like xmindpath in magicpoint). If you really care, I can mark them BROKEN until they are confirmed to be safe.
* Mark BROKEN due to buffer overflow yielding setuid uucpkris1999-12-021-0/+2
| | | | | | | | Note that this port currently has no MAINTAINER, so will probably stay broken until it either gets upgraded or fixed by someone who actually uses it. Submitted by: Brock Tellier <btellier@usa.net>
* Don't install seyon stid dialer for the moment.imp1999-11-111-16/+0
| | | | Submitted by: Michael Elbel <Michael.Elbel@consol.de>
* Switch to tcl/tk8.2jseger1999-11-063-5/+5
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Update to version 0.6.1.steve1999-10-115-52/+56
| | | | | PR: 14062 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Attack of the COMMENT police. Fixed a bunch of typos, grammaticaljim1999-10-021-1/+1
| | | | | | | errors and descriptions. PR: 14031 Submitted by: chris
* Tweak the master sites based on the Fenner Report.obrien1999-09-221-0/+1
|
* upgrade to 0.12.20obrien1999-09-193-6/+8
|
* Update to KDE-1.1.2se1999-09-183-3/+50
|
* The version number of libgif.so has changed to 5.steve1999-09-181-1/+1
|
* Resolve many 301 Moved Permanently URLs in DESCR.fenner1999-09-181-1/+1
|
* Now that we don't expand $Id$ tags anymore, but back the author's tag.steve1999-09-181-4/+4
|
* Typo: s/PREFiX/PREFIX/ *blush*peter1999-09-101-1/+1
| | | | Submitted by: phk
* The tiff port now lives in ports/graphics/tiff.steve1999-09-072-2/+12
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-316-7/+7
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$->$FreeBSD$peter1999-08-291-1/+1
|
* Add a patch to stop tcpconn from segfaulting if run with no arguments.cpiazza1999-08-291-0/+12
| | | | | PR: 13381 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* ln -> ${LN}mharo1999-08-281-1/+1
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-1/+1
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Upgrade to 1.1.21.vanilla1999-08-283-8/+9
|
* Portlint.jmz1999-08-271-2/+2
| | | | | PR: ports/13182 Submitted by: Oleg V. Volkov <rover@fly.lglobus.ru>
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Change Id->FreeBSD.obrien1999-08-2520-20/+20
|
* Add version required. Bootstrap it to the current version.hoek1999-08-231-1/+2
|
* Fit this into 23 lines. Clean it up a little, too.hoek1999-08-231-6/+4
| | | | | | | Ugh. pkg/DESCR is an advertisement for your port, people. It seems to me that if I was writing a port for some peice of software that I liked, I would try to make it look nice to the rest of the world, who might never even use it otherwise.
* chmod -> ${CHMOD}mharo1999-08-233-7/+7
| | | | chown -> ${CHOWN}
* cp -> ${CP}cpiazza1999-08-191-8/+8
| | | | | | | | mv -> ${MV} echo -> ${ECHO} PR: 13181 Submitted by: Oleg V. Volkov <rover@fly.lglobus.ru>
* Re-enforce caps, no period. An "exceptions" file has been createdhoek1999-08-031-1/+1
| | | | containing the ports editors/vim5, sysutils/star, and one other.
* Change default DTE-DCE rate to 57600.obrien1999-07-221-2/+11
| | | | Get rid of the blooming logfile -- which should have been a runtime option!
* Another MASTER_SITE tweak.obrien1999-07-101-2/+2
|
* Change order of MASTER_SITES for speeder access.obrien1999-07-101-3/+4
|
* Activate mserverflathill1999-07-081-1/+2
|
* PR: ports/11816flathill1999-07-089-0/+105
| | | | | Submitted by: sobomax@altavista.net A network modem sharing server.
* utilitiy -> utilityhoek1999-07-051-1/+1
|
* Version upgrade: 1.19 -> 1.20jmz1999-06-282-6/+6
|
* Move manpage from PLIST to Makefilemharo1999-06-272-3/+3
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-2712-12/+12
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-061-1/+0
| | | | in bsd.port.mk and this helps to unify the check and install.
* s,/usr/local,${PREFIX},gmharo1999-06-061-3/+3
|
* Forget about ${PREFIX}/include/giflib.tg1999-05-271-3/+2
|
* Don't depend on machine/trap.h so this builds on an Alpha box too.steve1999-05-241-0/+38
|
* Deinstall without interaction while package building.steve1999-05-241-2/+6
|
* Add a patch so this builds on -current. Porlint.steve1999-05-102-5/+13
| | | | | PR: 11310 Submitted by: Adrian Wontroba <aw1@stade.co.uk>
* Upgrade KDE to Release 1.1.1.se1999-05-043-5/+53
|
* Prefix webpages with UUUUUU:hoek1999-05-034-5/+6
|
* Respect CFLAGS and CC.obrien1999-04-151-15/+22
| | | | Submitted by: Mikhail Teterin <mi@misha.cisco.com> (reworked by me)
* Move WWW_SITE to DESCRscrappy1999-04-144-5/+6
|
* Proper URLs that reference directories end in '/'billf1999-04-091-2/+2
|
* Added gnokiitaoka1999-04-021-1/+2
|
* Software to talk to Nokia 3810/3110/8110/6110 cellular phonestaoka1999-04-029-0/+125
| | | | | PR: ports/10629 Submitted by: Staffan Ulfberg <staffanu@multivac.fatburen.org>
* Remove "BROKEN" from the Makefile. Patch patch-ad fixes the problem.gj1999-03-312-2/+16
| | | | | | Comment: Don't install files into user's homedirectory any more Obtained from: the maintainer (me@freebsd.org)
* I believe asmodem wants to be here.asami1999-03-201-1/+2
|
* X applications are not allowed to use "x11" as a category.asami1999-03-201-2/+2
|
* Displays the modem status, , designed to match AfterSteptaoka1999-03-187-0/+173
| | | | | PR: ports/6598 Submitted by: Sean Cole scole@aracnet.com
* More Y2K/WWW_SITE links...scrappy1999-03-122-2/+7
|
* Portlint.asami1999-03-011-3/+2
|
* MASTER_SITE_SUBDIR was broken. My choices in fixing were either go withobrien1999-02-281-1/+1
| | | | GZIP or BZIP2 distfiles. I went with BZIP2.
* MASTER_SITE_SUBDIR changed. I had to pick between GZ or BZIP2 -- I wentobrien1999-02-281-2/+4
| | | | with BZIP2.
* upgrade to 1.82.1obrien1999-02-182-3/+3
|
* Remove kermit dependency. Kermit is unpackageable, which will make minicomasami1999-02-141-3/+2
| | | | | | | packaging fail too. PR: 10065 Reviewed by: obrien
* why comment out USE_GMAKE? kill it with avengence!obrien1999-02-121-2/+1
|
* Comment out USE_GMAKE line.flathill1999-02-121-2/+2
| | | | | PR: ports/10032 Submitted-by: laskavy@Berkeley.Gambit.Msk.SU
* Remove extra argument to "configure" that had been committed by accident.se1999-02-091-3/+1
|
* Upgrade to KDE 1.1 RELEASE.se1999-02-093-6/+43
|
* Upgrade to KDE-1.1pre2 ...se1999-02-073-8/+60
|
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-031-6/+2
| | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too.
* drop myself from maintainer.itojun1999-01-211-3/+3
| | | | sorry I don't use it frequently, any more... somebody please grab it.
* Remove ghostscript (ver. 2) and ghostscript4. We now have GNU ghostscript5asami1999-01-131-2/+2
| | | | | | and Alladin ghostscript55. Approved by: the ports list
* Move Palm*-related programs to new "palm" category.asami1999-01-091-3/+1
| | | | Reviewed by: the ports list
* Make dependency lines point to right directories -- they were stillasami1999-01-081-2/+2
| | | | using the old names (without "11").
* Upgrade to the first pre-release of KDE 1.1.se1999-01-073-94/+154
| | | | | | | | | | | This port requireat least s version 1.41 of the Qt library. There will be an error reported by configure, if only an earlier version is found, but no automatic port dependency exists (i.e. the x11-toolkits/qt141 port has to be manually built and installed). There may still be a problem with a missing -lXext in the kdesupport port. This will be taken care of during the next few days, if the problem still exists ...
* Mark these broken while Stefan works on an upgrade.asami1999-01-061-1/+3
|
* Fix time() conflicts on alpha and replace long with time_t for time().simokawa1999-01-053-0/+137
|
* Include <sys/param.h> for ascii-xfer. Otherwise it doesn't recognize ourobrien1998-12-141-0/+13
| | | | | | superior BSDness. It also doesn't include code for line/character delays. Noticed by: Daniel O'Connor <doconnor@gsoft.com.au>
* Upgrade to 1.82.obrien1998-12-147-82/+82
|
* Update MASTER_SITES.billf1998-12-104-9/+12
| | | | Thanks To: Fenner's portsurvey and ftpsearch.lycos.com
* Upgrade to 1.1.19, don't split info page.vanilla1998-12-016-37/+103
|
* Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imakeasami1998-11-281-1/+2
| | | | for ilu and mkdirhier for asl.)
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0asami1998-11-251-2/+2
| | | | would go backwards.
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hjseger1998-11-251-4/+4
| | | | Approved by: asami
* Make the BROKEN message actually say ${HOME} instead of interpolating it.fenner1998-11-091-2/+2
|
* Un-break: the MASTER_SITE returned extra bytes when servicing anfenner1998-10-272-5/+4
| | | | | | | | HTTP/1.1 request. Moved distfile to www.freebsd.org/~fenner/ temporarily. Left original MASTER_SITE commented out - newer fetch fetches the distfile properly, and server administrator is working on the problem, so will probably be able to be moved back soon.
* Unbreak.jseger1998-10-161-4/+3
| | | | Submitted by: Jun Kuriyama <kuriyama@sky.rim.or.jp>
* Mark BROKEN. The distfile isn't on the master sitejseger1998-10-111-1/+3
| | | | | | | | ---- >> Attempting to fetch from ftp://ftp.kiarchive.ru/pub/unix/comm/. /usr/bin/fetch: pub/unix/comm/yaps-0.96.tar.gz: cannot get remote modification time /usr/bin/fetch: ftp://ftp.kiarchive.ru/pub/unix/comm/yaps-0.96.tar.gz: FTP error: /usr/bin/fetch: File unavailable (e.g., file not found, no access)
* YAPS (Yet Another Pager Software)kuriyama1998-10-099-0/+210
| | | | Submitted by: Stefan Esser <se@mi.uni-koeln.de>
* Activate yaps.kuriyama1998-10-091-1/+2
|
* Elfifybrian1998-10-021-9/+7
|
* Mark all KDE ports BROKEN for ELF.jseger1998-09-301-1/+3
|
* Remove regexp support for libtiff34 as it is now ELF'able.steve1998-09-191-2/+2
|
* giflib is now converted to ELF so remove regexp support.steve1998-09-191-2/+2
|
* Take the manpages out of pkg/PLIST and put them in MAN1.steve1998-09-164-4/+6
|
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.asami1998-09-152-4/+4
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* Upgrade to ver 0.12.19obrien1998-09-152-5/+6
|
* Um, this isn't quite right....asami1998-08-311-1/+3
| | | | | | | | | | ------- ===> Extracting for qpage-3.2 >> Checksum OK for qpage-3.2.tar.Z. /usr/bin/tar: archive /usr/ports/distfiles//qpage-3.2.tar.Z EOF not on block boundary *** Error code 1 Stop.
* Unbreak this port.steve1998-08-303-4/+4
|
* Oops. Next time I add MANCOMPRESSED=maybe to a port, I should alsohoek1998-08-302-3/+4
| | | | add the appropriate MANx variables. :)
* Remove some left-over manpages.hoek1998-08-301-17/+0
|
* Set MANCOMPRESSED=maybe. This isn't the correct fix. The port shouldhoek1998-08-281-1/+2
| | | | | have its patches that stuff NOMANCOMPRESS support in the source Makefile removed, or submitted for inclusion with the next xceptd release.
* BROKEN:jseger1998-08-211-1/+3
| | | | | | | | | | | | | | | | # make package >> qpage-3.2.tar.Z doesn't seem to exist on this system. >> Attempting to fetch from http://www.qpage.org/download/. Receiving qpage-3.2.tar.Z (149352 bytes): 100% 149357 bytes transfered in 24.5 seconds (5.95 Kbytes/s) >> Checksum mismatch for qpage-3.2.tar.Z. Make sure the Makefile and md5 file (/usr/ports/BROKEN/comms/qpage/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop. #
* Wow. Deleting manpages is a lot faster on bento.hoek1998-08-178-73/+1
|
* upgrade original distribution to 980813.itojun1998-08-132-4/+4
|
* Replace qt dependencies with USE_QT.asami1998-08-121-4/+3
| | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
* Upgrade to version 1.80.obrien1998-08-119-51/+155
|
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-082-5/+5
|
* viewfax has been moved from x11 to comms.asami1998-08-082-4/+6
| | | | Reviewed by: the ports list
* make the script compatible with perl5jmz1998-08-072-2/+2
|
* Grammar, spelling, and usage police. This commit brought to you bymph1998-08-064-13/+14
| | | | the letters "B" and "C". And some Chinese symbols as well.
* Making x11 category more useful project part 1: take out "x11" ofasami1998-07-281-2/+2
| | | | | | ports that are mere users of X. Partial list submitted by: Josh Gilliam <josh@quick.net>
* Another batch of "Add homepage." for benchmarks through converters.hoek1998-07-253-0/+6
|
* Change dependencies to accept Qt-1.33 if present,se1998-07-241-3/+3
| | | | but to build Qt-1.40 if no compiled Qt library can be found.
* Upgrade to 1.1.16.vanilla1998-07-166-18/+30
|
* Upgrade to KDE Release 1.0se1998-07-153-27/+135
|
* Mark as broken, will be upgraded to 1.0 within a few days.se1998-07-141-1/+3
|
* Change the default for autobauding from YES to NO.jmz1998-07-133-2/+21
| | | | | Give the user a chance to backup the config files before deinstalling the port (fixes PR ports/7175).
* Sigh. Putting the non-modifyable value first in the condition mightpeter1998-06-301-8/+1
| | | | | prevent programming (== vs. =) errors, but it confused the hell out of me at least.
* Another spin loop bug. On dropped network connections, console(8) canpeter1998-06-281-0/+7
| | | | also spin getting a 0 return from write(). (it's only testing for -1).
* Preserve CLOCAL and CRTSCTS rather than just attempting to clear them,peter1998-06-281-0/+9
| | | | based on a suggestion ages ago by: Tor Egge <Tor.Egge@idi.ntnu.no>
* Attempt to catch another spin in the client on a zero return from read().peter1998-06-281-0/+7
|
* Catch a 0 return from read() on carrier loss, otherwise it spins in anpeter1998-06-281-0/+9
| | | | | | infinite loop. Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no> (ages ago)
* Oops, missed another "shells/bash".asami1998-06-271-2/+2
| | | | Found by: make index
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.asami1998-06-271-2/+1
|
* Rename "bash" to "bash1" (the actual port is already repository copied).asami1998-06-261-2/+2
| | | | Requested by: chet@ins.CWRU.Edu
* Mission: move ports/comms/atp into ports/mail/atp.dburr1998-06-111-2/+1
| | | | Phase II: deactive atp in comms Makefile.
* 1. Correct the config file path on qpage.1vanilla1998-06-044-15/+40
| | | | 2. Add a rc file (etc/rc.d/qpage.sh) to start qpage daemon.
* Change MASTER_SITES.vanilla1998-06-031-2/+2
|
* Active atp.dburr1998-05-161-1/+2
|
* Change JPEG shared library number to 9. This is to make sure that everyonejseger1998-05-052-4/+4
| | | | | | | | | installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami
* Port is no longer broken: correct PLIST has been commitedse1998-05-031-3/+1
|
* Update PLIST to match Beta4.1se1998-05-031-22/+68
|
* ===> Building package for kdeutils-4.1basami1998-04-281-1/+3
| | | | | | | | | | | | | Creating package /usr/ports/packages/All/kdeutils-4.1b.tgz Registering depends: giflib-3.0 jpeg-6b kdelibs-4.1b qt-1.31. Creating gzip'd tar ball in '/usr/ports/packages/All/kdeutils-4.1b.tgz' tar: can't add file share/applnk/Applications/kedit.kdelnk : No such file or directory tar: can't add file share/apps/kjots/toolbar/OpenBook.xpm : No such file or directory tar: can't add file share/apps/kjots/toolbar/filedel.xpm : No such file or directory tar: can't add file share/apps/kljettool/pics/kljetlogo.xpm : No such file or directory tar: can't add file share/doc/HTML/en/kjots/index.html : No such file or directory tar: can't add file share/icons/kjots.xpm : No such file or directory *** Error code 1
* Update to KDE Beta4.se1998-04-282-10/+15
|
* Upgrade to 1.1.14jmz1998-04-212-8/+8
| | | | Submitted by: Richard Wackerbarth <rkw@Dataplex.Net>
* FreeBSD has setsockopt().peter1998-04-201-2/+9
|
* Argh; have I mentioned that I hate ttyslot() keyed utmp files yet? :-]peter1998-04-191-4/+5
|
* Tweak autologin to get it to the point where it appears to work..peter1998-04-195-3/+95
| | | | | Move 'console' to /usr/local/bin rather than /usr/local/sbin since there's nothing about it that requires superuser access in any way.
* Switch remaining ports to use jpeg lib version 8.0.jseger1998-04-162-4/+4
|
* updated to 4.0pl2.itojun1998-04-124-20/+10
| | | | added official mirrors to MASTER_SITES.
* Mark this port as BROKEN. It installs a .seyon in ${HOME}. Ports arejseger1998-04-031-1/+2
| | | | | supposed to install files under ${PREFIX} only. Also there is no entry for this file in the PLIST, so packages of seyon aren't complete.
* Upgrade to 0.12.18.obrien1998-03-312-3/+4
|
* Work around "new" uudecode behavior.. (argh!)peter1998-03-221-3/+5
| | | | Reviewed by: asami
* Don't ask me why, but patch is failing now.asami1998-03-221-1/+3
| | | | | | | | ===> Patching for conserver-5.21 ===> Applying FreeBSD patches for conserver-5.21 No file to patch. Skipping... 2 out of 2 hunks ignored--saving rejects to ./conserver/group.c.rej *** Error code 2
* Add comms/kpilot, devel/p5-File-Sync, games/tank, security/pgp5 andasami1998-03-211-1/+2
| | | | | | www/checkbot. Forgotten or misspelled by: various people :p
* Path change in MASTER_SITES.jmz1998-03-082-4/+4
|
* Use $(MASTER_SITE_KDE)se1998-03-071-4/+3
|
* Add tk virtual category where missing. List of ports which depend on tkfenner1998-02-221-2/+2
| | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender.
* Clean up Makefilese1998-02-161-6/+7
|
* Upgrade to KDE Beta3se1998-02-083-118/+123
|
* Fixes to allow transmission of files with long names.max1998-02-042-0/+19
| | | | Submitted by: Muramatsu Atsushi <amura@ma3.seikyou.ne.jp>
* fix for new select() behavior in FreeBSD-current.itojun1998-02-021-5/+21
| | | | | | | | | | | | | | | | | | | (change made on 97dec) comment from Lars follows: Included is an updated patch-ab file for hylafax for current that fixes the busywait that occurred once the fifo_poll() fix went into the kernel in December. The symptoms were that faxqetty and faxq would chew up an inordinate amount of time waiting for input form their FIFOS. Basically the kernel fix was to make select() return a 1 on EOF (in accordance with POSIX) and for read() to keep returning 0 on EOF (which is the state you are in if you open the fifo for reading in non-blocking mode and there are no writers). Reviewed by: asami Submitted by: Lars Fredriksen <lars@fredriks-1.pr.mcs.net>
* Make this port package.asami1998-01-261-1/+1
|
* Upgrade to 1.1.11, enable voice extension.vanilla1998-01-267-183/+182
|
* Allow root to use the "-d" switch.obrien1998-01-113-9/+20
| | | | | Cleanup pre-install script. Remove etc/minicom on pkg_delete.
* Upgrade to 1.78obrien1998-01-034-34/+37
|
* Edit out $Id$ line.asami1997-12-021-4/+1
| | | | Reported by: Dale Mayberry <dale@mars.mat.net> via itojun
* Use new location for tiff34 headers.tg1997-12-011-10/+2
|
* Don't delete ${PREFIX}/share/doc.asami1997-11-291-1/+0
|
* Update to Beta2se1997-11-283-22/+42
|
* Remove bad MASTER_SITE, fix version required line.jseger1997-11-271-5/+3
|
* Remove bad MASTER_SITE and portlint.jseger1997-11-271-4/+2
|
* Activate pilot-linkpst1997-11-241-1/+2
|
* Create a /usr/local/etc/rc.d/conserver.sh script for starting up.peter1997-11-222-1/+12
|
* Specify the port rather than depending /etc/services or the yppeter1997-11-222-2/+2
| | | | services.byname table to be bashed.
* Make it a bit easier to override the compiled-in "default" host for thepeter1997-11-221-2/+6
| | | | | console(8) client. (The default is OK since it's a command-line option). Also, list the MAN?= entries :-]
* Damn, I forgot to regenerate this patch file prior to commit...peter1997-11-221-3/+3
|
* Add conserverpeter1997-11-221-1/+2
|
* A port for conserver. conserver is the answer to serial consoles. :-)peter1997-11-2213-0/+292
| | | | | | There is a later version of conserver, but it requires a rather extensive build environment and set of tools to build it. This version works is nice and stable though.
* Remove BROKEN, it packages fine now.asami1997-11-111-3/+1
|
* Fix a problem with pkg_delete.jmz1997-11-111-3/+1
|
* Mark this port BROKEN, it doesn't package.asami1997-11-101-1/+3
|
* Fix seyon to compile under current.jseger1997-11-091-0/+13
|
* Upgrade to version 1.1.9jmz1997-11-084-55/+58
| | | | Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
* Fix hylafax which I broke with my tiff34 changes earlier today.tg1997-11-051-1/+2
|
* (1) Move the following ports out of x11/:asami1997-11-051-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | kdegames -> games/ kdenetwork -> net/ kdesupport -> converters/ kdeutils -> misc/ (Repository copy already done, dependency path and category name fixups is being done in this commit.) (2) Add a virtual category "kde" and add all six (incl. x11/kde{base,lib}) ports. (3) Make package names follow the convention. (4) Change "BUILD_DEPENDS=${X11R6}/bin/moc:..." to "...=moc:...". There is no need to specify the full pathname if the target is an executable in the standard path. (Actually, as the same port is specified in LIB_DEPENDS, I think we can completely do away with this line but since Stefan added this explicitly, I assume there is a reason for it and left it alone.) Approved by: se (all but 4)
* Add BUILD_DEPENDS on moc pre-processor.se1997-11-031-2/+3
| | | | | Make LIB_DEPENDS accept both libjpeg.so.6.0 and 7.0, as requested by TOYONAGA Tatsuto <toyonaga@msd.ts.fujitsu.co.jp>
* Utilities for the KDE desktop environment (Calculator, Editor,se1997-11-025-0/+184
| | | | Calendar,...).
* Move ports/misc/qpage to ports/comms/misc.max1997-10-131-1/+2
|
* Re-import of qpage port which used to live in the misc category. Here'smax1997-10-136-0/+70
| | | | | | | | | | | | | | | the import message used when it was imported to ports/misc: New port, qpage: QuickPage sends messages to a paging terminal using the SNPP and IXO (also known as TAP) protocols. It is normally used with no options other than a recipient and the message text, in which case the message is sent to the SNPP server where it is submitted to a page queue to be sent by a separate daemon process. PR: 4224 Submitted by: Joe Stein <joes@seaport.net>