summaryrefslogtreecommitdiff
path: root/comms (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Bump PORTREVISION due to previous fix.Pierre Beyssac2003-07-161-0/+1
| | | | Notes: svn path=/head/; revision=84990
* Patch to fix illegal post-free() access (causes crash on -current).Pierre Beyssac2003-07-161-0/+22
| | | | Notes: svn path=/head/; revision=84989
* get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki2003-07-141-2/+3
| | | | | | | use USE_GETOPT_LONG instead. Notes: svn path=/head/; revision=84842
* o Change library name from libgd to libgd1.Norikatsu Shigemura2003-07-111-1/+1
| | | | | | | | | | | | o Do not install everything except headers and libraries (to avoid conflicting with graphics/gd2) o Fix dependency on new libgd1(for many ports). PR: ports/54100 Submitted by: Ports Fury Notes: svn path=/head/; revision=84696
* The sparc64 package machines need to have /dev/tty[ab] added to theNick Sayer2003-07-111-1/+1
| | | | | | | | | | list, since this port perversely needs serial devices to build. Those on alternate platforms may need to follow suit as may be necessary. Reported by: kris Notes: svn path=/head/; revision=84643
* Update to version 1.5.5.Brian S. Dean2003-07-102-2/+2
| | | | | | | Submitted by: David Quattlebaum <drq@drqware.com> (maintainer) Notes: svn path=/head/; revision=84557
* New port for Device::SerialPortNick Sayer2003-07-086-0/+48
| | | | Notes: svn path=/head/; revision=84484
* Invert the sense of the test for 64-bit architectures, since we onlyKris Kennaway2003-07-051-1/+1
| | | | | | | support one 32-bit platform. Notes: svn path=/head/; revision=84234
* Update to 4.1.6.Sergey A. Osokin2003-07-043-12/+18
| | | | | | | | | | | Give maintainership to submitter. Submitted by: Paul Everlund <tdv94ped@cs.umu.se> PR: 54070 Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=84202
* Add gmfsk, a GNOME a multi-mode soundcard terminal program for HF amateurJoe Marcus Clarke2003-06-308-0/+121
| | | | | | | | | | communications. PR: 53442 Submitted by: Carl Makin <carl@stagecraft.cx> Notes: svn path=/head/; revision=83912
* libtool uber-patchAde Lovett2003-06-261-1/+1
| | | | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) Notes: svn path=/head/; revision=83696
* Update to 0.6.3.8Sergey A. Osokin2003-06-232-4/+4
| | | | | | | | | Submitted by: maintainer PR: 53635 Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=83490
* Correct a bug in my previous commit that caused compilation to failKris Kennaway2003-06-141-2/+8
| | | | | | | (CC was being set to the empty string by the configure script). Notes: svn path=/head/; revision=82987
* Use mkstemp() for tempfile handling instead of tmpnam() [1]Kris Kennaway2003-06-134-0/+96
| | | | | | | | | Respect CC and CFLAGS. Bump PORTREVISION. Obtained from: OpenBSD [1] Notes: svn path=/head/; revision=82954
* . Update to 2.0.3.Greg Lewis2003-06-112-5/+5
| | | | | | | | | | | | . Better download URL. . Match description of download to the download page a little better. . Remove trailing full stop in the IGNORE setting as the ports infrastructure adds one when printing IGNORE. Reviewed by: Ari Suutari <ari.suutari@syncrontech.com> (maintainer) Notes: svn path=/head/; revision=82787
* . Update to 0.2.Greg Lewis2003-06-104-164/+10
| | | | | | | | PR: 48658 Submitted by: Ari Suutari <ari.suutari@syncrontech.com> (maintainer) Notes: svn path=/head/; revision=82702
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-3/+3
| | | | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris Notes: svn path=/head/; revision=82300
* lib/mgetty+sendfax/faxq-helper was missing.Jean-Marc Zucconi2003-06-021-0/+1
| | | | | | | | PR: ports/50111 Submitted by: gshapiro Notes: svn path=/head/; revision=81957
* Update to 0.5 (latest STABLE version), and unbreak now that the system lprJoe Marcus Clarke2003-06-017-93/+79
| | | | | | | | | | is left untouched. PR: 52780 Submitted by: maintainer Notes: svn path=/head/; revision=81924
* Remove defunct MASTER_SITE.Maxim Sobolev2003-05-221-2/+1
| | | | | | | | PR: 47956 Submitted by: osa Notes: svn path=/head/; revision=81748
* By me:Anders Nordby2003-05-2012-95/+215
| | | | | | | | | | | | | | | | | | - Update to 0.5.0. - Add ftp.gnokii.org as MASTER_SITE, as it is back. And from Simon: - Fix package building - use pkg-install for adding/removing the gnokii group. - Use REINPLACE_CMD instead of sed for cleanliness. - Unbreak building on -current. PR: ports/47516 Submitted by: Simon Schubert <corecode@corecode.ath.cx> (partly) Notes: svn path=/head/; revision=81569
* Update to KDE 3.1.2Mario Sergio Fujikawa Ferreira2003-05-191-1/+1
| | | | Notes: svn path=/head/; revision=81484
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81207
* Add hamlib 1.1.4,Patrick S. Gardella2003-05-165-0/+163
| | | | | | | | | | | shared libraries for Amateur Radio Equipment Control Applications. PR: 51638 Submitted by: Sebastian Yepes <esn@x123.info> Notes: svn path=/head/; revision=81097
* Readd patch-ksimcpu.cpp, which was accidently removed with the 3.1.1 update.Tilman Keskinoz2003-05-081-0/+11
| | | | | | | | | | This fixes the build on alpha. Reported & tested by: kris Submitted by: Frerich Raabe <raabe@KDE.org> Notes: svn path=/head/; revision=80435
* Change maintainer email to my @FreeBSD.org addressMichael Landin2003-05-071-1/+1
| | | | | | | Approved by: roberto(mentor) Notes: svn path=/head/; revision=80360
* Add homepage.Cy Schubert2003-05-041-0/+2
| | | | | | | | PR: 50576 Submitted by: Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=80126
* Remove unnecessary SUID bit from efax executable. Remove FORBIDDENMurray Stokely2003-05-031-4/+0
| | | | | | | | | status. Submitted by: mita Notes: svn path=/head/; revision=80042