aboutsummaryrefslogtreecommitdiff
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* Before committing the previous BROKEN changes I carefully checked the statusKris Kennaway2003-10-161-7/+1
| | | | | | | | | | | | of each port on bento and for recent fixes. Unfortunately at some point I got confused and switched to the wrong list :-) As a result I picked up a number of ports that were fixed a while ago. Sorry for the false alarm, maintainers. Pointy hat to: kris Notes: svn path=/head/; revision=91389
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-1/+7
| | | | Notes: svn path=/head/; revision=91379
* Unbreak port by adding dependency on autoconf.Edwin Groothuis2003-10-131-2/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=90966
* BROKEN: Broken pkg-plistKris Kennaway2003-10-131-0/+2
| | | | Notes: svn path=/head/; revision=90963
* Add USE_XLIB to the ports MakefileEdwin Groothuis2003-10-121-0/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=90945
* unbreak build on CURRENTOliver Lehmann2003-10-122-0/+12
| | | | | | | | | bump PORTREVISION Noted By: bento Notes: svn path=/head/; revision=90932
* - use DOCSDIRDirk Meyer2003-10-121-5/+5
| | | | Notes: svn path=/head/; revision=90904
* New port for libirman 0.4.2Edwin Groothuis2003-10-108-0/+82
| | | | | | | | | | | This is a new port for the libirman library for use with Evation's Irman infrared reciever. PR: ports/50443 Submitted by: Douglas K. Rand <rand@meridian-enviro.com> Notes: svn path=/head/; revision=90742
* new port: comms/gscmxx 0.4.1 - gtk-frontend for scmxxEdwin Groothuis2003-10-085-0/+78
| | | | | | | | | | | | gscmxx can access siemens cellular phones via scmxx. it supports phonebooks, addressbooks, sms and some other features. PR: ports/52176 Submitted by: Sven Mohr <svmohr@red-mercury.de> Notes: svn path=/head/; revision=90615
* New port: comms/lirc: Linux Infared Remote ControlEdwin Groothuis2003-10-0610-0/+237
| | | | | | | | | | | | | | | This is a port of the LIRC, Linux Infrared Remote Control, package (www.lirc.org). This port installs the daemons and tools for interacting with device drivers that support the LIRC device interface. The port does not install any FreeBSD infrared device drivers yet; the user must obtain these from third parties or port the existing Linux drivers. PR: ports/46774 Submitted by: Mike Heffner <mikeh@FreeBSD.org> <mheffner@acm.vt.edu> Notes: svn path=/head/; revision=90343
* Add garmin-utils 1.93, utilities for Garmin GPS receivers.Oliver Lehmann2003-10-055-0/+29
| | | | | | | | PR: 57585 Submitted by: Matthew Braithwaite <mab@red-bean.com> Notes: svn path=/head/; revision=90321
* Fix the -pthread problem in case the option gets removed again. ThisWill Andrews2003-10-032-3/+2
| | | | | | | | | | | | | | | | | | | | patch involved patching the core auto* routines in KDE to accept the PTHREAD_* variables in the environment, with fallbacks. We decided the easiest way to implement this in ports was to generate configure instead of risking incorrect generation at port configure time. Said patch has already been committed to HEAD in KDE and as such will be removed with the 3.2 upgrade once it is released. Ports using Makefile.kde that shouldn't be using them (i.e. non-KDE modules) have this support commented out due to lack of patch. Helped out: Adriaan de Groot <adridg@cs.kun.nl> Lauri Watts <lauri@kde.org> Andy Fawcett <andy@athame.co.uk> Notes: svn path=/head/; revision=90174
* - dependency update: intl.4 -> intl.5Oliver Lehmann2003-10-032-2/+4
| | | | | | | | | | - plist fixes PR: ports/57117 Submitted By: maintainer Notes: svn path=/head/; revision=90168
* IA64s do not have apm.Tilman Keskinoz2003-09-301-2/+2
| | | | | | | IA64 Laptops are also very unlikely, so disable klaptop on ia64. Notes: svn path=/head/; revision=89895
* Fix exit status passing in vgetty for external shells.Jean-Marc Zucconi2003-09-292-1/+31
| | | | | | | | PR: ports/47473 Submitted by: Martijn Lina <martijn@pacno.net> Notes: svn path=/head/; revision=89822
* javax.comm ports should use USE_JAVAEdwin Groothuis2003-09-294-12/+17
| | | | | | | | | | | | | Java ports should use the new USE_JAVA infrastructure to auto-discover the installed JRE Informed maintainer. PR: ports/56927 Submitted by: Nick Sayer <nsayer@kfu.com> Notes: svn path=/head/; revision=89784
* lrz in lrzsz-0.12.20(comms/lrzsz) sets invalid timestampEdwin Groothuis2003-09-282-0/+16
| | | | | | | | | | | | | | | When I send a file from Windows with Tera Term Pro and receive it by lrz on FreeBSD, the timestamp (modification time) of the received file is always set to 1991-Apr-20 03:36:12 GMT (which may change according to compiler's optimization), neither the original file's timestamp nor the time that the file was transferred. PR: ports/49999 Submitted by: IIJIMA Hiromitsu <delmonta@ht.sakura.ne.jp> Notes: svn path=/head/; revision=89728
* [Port fix] comms/hylafax 4.1.7 (bin/faxrcvd)Edwin Groothuis2003-09-282-1/+14
| | | | | | | | | | | A fix enabling recieved faxes to be send by email as pdf-files. The fix was kindly provided by Matthias Fechner. PR: ports/56733 Submitted by: Paul Everlund <tdv94ped@cs.umu.se> Notes: svn path=/head/; revision=89727
* Update to 0.20Hye-Shik Chang2003-09-272-2/+2
| | | | Notes: svn path=/head/; revision=89555
* ECHO -> ECHO_MSGEdwin Groothuis2003-09-272-4/+4
| | | | | | | | | | (ECHO_CMD for deskutils/notebook) PR: ports/56767-56770,56772-56774,56776-56784 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89489
* Fix build on current by adjusting includes to use dev/pci/... instead ofJohn Baldwin2003-09-251-13/+32
| | | | | | | | | pci/... and using dev/ic/ns16550.h rather than dev/sio/sioreg.h. Reviewed by: maintainer Notes: svn path=/head/; revision=89381
* Update to -> 1.1.1Michael Landin2003-09-253-6/+7
| | | | | | | | | | - "raw" protocol support added - software flow control support added Approved by: roberto (mentor) Notes: svn path=/head/; revision=89330
* - Update to version 0.6.4Kirill Ponomarev2003-09-243-15/+15
| | | | | | | | | | | | | | | - UCS-2 phonebook transfer mode - Phonebook hadling fixed - Apply the DOCSDIR and EXAMPLESDIR macro to pkg-plist - Remove missing example - Added russian man page - Change master_site to sourceforge PR: 56731 Submitted by: maintainer Notes: svn path=/head/; revision=89180
* - Fix build package and honor PREFIXKirill Ponomarev2003-09-232-0/+21
| | | | | | | | | | http://bento.freebsd.org/errorlogs/i386-4-full/libticables-3.7.7.log PR: 57105 Submitted by: maintainer Notes: svn path=/head/; revision=89117
* Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.Will Andrews2003-09-181-1/+1
| | | | Notes: svn path=/head/; revision=89050
* Chase libintl shlib version number.Adam Weinberger2003-09-151-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=88997
* Convert spaces to tabs. This should fix INDEX build.Erwin Lansing2003-09-081-6/+6
| | | | | | | Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=88815
* [new port] TiLP: TI calculator link programEdwin Groothuis2003-09-0810-0/+267
| | | | | | | | | | | TiLP is a Linking Program to send/receive files to/from your TI calculator. PR: ports/56137 Submitted by: Tijl Coosemans <tijl@ulyssis.org> Notes: svn path=/head/; revision=88791
* cleanup portlint warnings.Edwin Groothuis2003-09-081-3/+3
| | | | | | | | PR: ports/56134 Submitted by: Tijl Coosemans <tijl@ulyssis.org> Notes: svn path=/head/; revision=88786
* [new port] libticables: TI calculator link cablesEdwin Groothuis2003-09-086-0/+81
| | | | | | | | | | | | Libticables is part of TiLP, a program to connect a TI calculator to your computer. This lib manages several types of cables (serial, parallel, usb). PR: ports/56134 Submitted by: Tijl Coosemans <tijl@ulyssis.org> Notes: svn path=/head/; revision=88784
* Make the tty locking compatible to the FreeBSD convention (10 digitsJoerg Wunsch2003-09-062-2/+11
| | | | | | | | | vs. 9). Submitted by: Helge Oldach <xcept@oldach.net> Notes: svn path=/head/; revision=88645
* Mark IGNORE for perl < 5.6.xErwin Lansing2003-09-051-1/+7
| | | | | | | | PR: 56479 Submitted by: bento, Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=88585
* Remove stdio buffering even when not on a tty or pty: this preventsPierre Beyssac2003-09-042-1/+12
| | | | | | | | | use of ircomm from a "set device" in ppp(8). Bump PORTREVISION. Notes: svn path=/head/; revision=88531
* make port more localbase cleanEdwin Groothuis2003-09-031-2/+3
| | | | Notes: svn path=/head/; revision=88460
* Resolve a build error that recently became apparent where thisJoerg Wunsch2003-09-012-6/+1625
| | | | | | | | | | | | | | | software attempts to define their own function log() that is reserved for the natural logartihm one, by renaming the private function to mylog(). I wonder whether anybody is still using this at all, the respective service (called `Btx' here) has been cancelled in Germany a couple of years ago. Any other European countries perhaps? I consider deleting the port some day. By now, it was easy enough to fix though. Speak up if you want to see this port continued. Notes: svn path=/head/; revision=88289
* [PATCH] comms/tkhylafax: enable choose of ghostscript interpreterEdwin Groothuis2003-08-311-1/+7
| | | | | | | | | | | This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54922 Submitted by: Jens Rehsack <rehsack@liwing.de> Notes: svn path=/head/; revision=88123
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-262-0/+2
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* o Upgrade to 7.2.7.Jun Kuriyama2003-08-255-29/+14
| | | | | | | o Apply a patch to install etc/conserver.rc as etc/rc.d/conserver.sh. Notes: svn path=/head/; revision=87651
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-252-2/+2
| | | | Notes: svn path=/head/; revision=87644
* maintenance update to 2.0.8Christian Weisgerber2003-08-222-2/+2
| | | | Notes: svn path=/head/; revision=87510
* o Main modificationNorikatsu Shigemura2003-08-181-1/+2
| | | | | | | | | | | | | | | | | | | | | graphics/gd(based on 1.8.4) -> graphics/gd1 graphics/gd2(based on 2.0.15) -> graphics/gd graphics/p5-GD(based on 1.41) -> graphics/p5-GD1 graphics/p5-GD2(based on 2.07) -> graphics/p5-GD japanese/gd -> japanese/gd1 japanese/gd2 -> japanese/gd o Include some feature WITH_XPM(w/, w/o WITHOUT_X11) o Chase this modification o Fix build error [1] PR: ports/54540 Submitted by: Ports Fury Approved by: maintainer (blanket) Reported by: bento via kris [1] Notes: svn path=/head/; revision=87214
* fix the "duplicated post-patch" problem.Yen-Ming Lee2003-08-171-12/+1
| | | | | | | Noticed by: kris Notes: svn path=/head/; revision=87094
* Updates comms/hylafax 4.1.6 to 4.1.7.Yen-Ming Lee2003-08-163-4/+9
| | | | | | | | PR: 55549 Submitted by: Paul Everlund <tdv94ped@cs.umu.se> Notes: svn path=/head/; revision=87060
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-292-2/+2
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* Update KDE to the latest official release, KDE 3.1.3Michael Nottebrock2003-07-294-1/+11
| | | | | | | | | | | | | | | | | | | | | Official KDE 3.1.3 announcement: http://www.kde.org/announcements/announce-3.1.3.php (may not work until a few hours after this commit - we jumped the gun a little in order to have the update in place at the time the security notifications for KDE 3.1.2 will be released together with the announcement of KDE 3.1.3). Changelog from 3.1.2 to 3.1.3 release: http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php Thanks and credits need to go to the whole KDE-FreeBSD team, as well as everyone on kde@freebsd.org for providing feedback, reporting bugs and just using the KDE ports. Approved by: will (real mentor asleep) Notes: svn path=/head/; revision=85806
* Add kallers, A KDE applet that shows caller ID informationTilman Keskinoz2003-07-275-0/+47
| | | | | | | | PR: 50046 Submitted by: Scott A. Moberly <smoberly@karamazov.org> Notes: svn path=/head/; revision=85699
* Add Device::Modem, a Perl module to talk to AT compliant devices viaAnders Nordby2003-07-225-0/+49
| | | | | | | serial ports. Notes: svn path=/head/; revision=85402
* Update to 2.1.Anders Nordby2003-07-226-119/+106
| | | | Notes: svn path=/head/; revision=85401
* Unbreak for GCC 3.3 by converting to stdarg.h and eliminatingAlexander Kabaev2003-07-182-0/+63
| | | | | | | varargs.h consumers. Notes: svn path=/head/; revision=85096
* Fix build with gcc 3.3Kris Kennaway2003-07-181-0/+10
| | | | Notes: svn path=/head/; revision=85093