aboutsummaryrefslogtreecommitdiff
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Utilize USE_GETOPT_LONG.Norikatsu Shigemura2003-04-261-5/+1
| | | | | | | | PR: ports/51360 Submitted by: Ports Fury Notes: svn path=/head/; revision=79704
* Install the tkhylafax binary mode 755, not 775Kris Kennaway2003-04-211-87/+65
| | | | Notes: svn path=/head/; revision=79404
* Install sample cf file mode 640, not 660Kris Kennaway2003-04-191-1/+1
| | | | Notes: svn path=/head/; revision=79268
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-183-3/+0
| | | | Notes: svn path=/head/; revision=79180
* Update to 0.6.3.7Kevin Lo2003-04-162-2/+2
| | | | | | | | PR: 50995 Submitted by: MAINTAINER Notes: svn path=/head/; revision=79046
* Fix build on CURRENTTilman Keskinoz2003-04-091-1/+9
| | | | | | | | Reported by: many Tested by: jeff@walters.name (Jeff Walters), seanc Notes: svn path=/head/; revision=78638
* Project moved. Update WWW URL.Anders Nordby2003-04-081-1/+1
| | | | Notes: svn path=/head/; revision=78630
* Support NOPORTDOCS.Christian Weisgerber2003-04-072-14/+17
| | | | | | | | PR: 50671 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> Notes: svn path=/head/; revision=78521
* Update to 8.0.209.Christian Weisgerber2003-04-072-3/+3
| | | | | | | Notified by: Xander Jansen <x+freebsd-ports@surfnet.nl> et al. Notes: svn path=/head/; revision=78516
* Rejoice, for the long awaited upgrade to kde 3.1.1 is here!Alan Eldridge2003-04-054-52/+40
| | | | Notes: svn path=/head/; revision=78353
* fix commentYing-Chieh Liao2003-04-021-1/+1
| | | | | | | | PR: 50528 Submitted by: maintainer Notes: svn path=/head/; revision=77996
* Update to 1.19Hye-Shik Chang2003-03-312-2/+2
| | | | Notes: svn path=/head/; revision=77800
* Fix dependency on commoncpp.Tilman Keskinoz2003-03-281-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=77624
* Handle OpenSSL < 0.9.7 (for RELENG_4_7).Christian Weisgerber2003-03-241-2/+11
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=77378
* Update to 8.0.208.Christian Weisgerber2003-03-242-3/+3
| | | | Notes: svn path=/head/; revision=77328
* Use a size_t to hold the result of sizeof() instead of an unsigned int.John Baldwin2003-03-181-12/+14
| | | | | | | | | | Use a const char * instead of a char * type for a variable to quiet a warning. These fix the build on alpha. Requested by: kris Notes: svn path=/head/; revision=77152
* Clear moonlight beckons.Ade Lovett2003-03-0746-23/+23
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix for -CURRENT.Alexander Langer2003-03-062-12/+57
| | | | | | | | | PR: 48922 Submitted by: Daniel O'Connor <darius@dons.net.au> (maintainer) Sergey A. Osokin <osa@FreeBSD.org.ru> Notes: svn path=/head/; revision=77000
* Fix build with OpenSSL 0.9.7.Christian Weisgerber2003-03-042-2/+17
| | | | | | | Submitted by: nectar Notes: svn path=/head/; revision=76852
* Fix Build on CURRENT.Tilman Keskinoz2003-03-032-0/+53
| | | | | | | | | Submitted by: Andy Fawcett <tap@hex.athame.co.uk> Reported by: many Tested by: leafy@leafy.idv.tw (CURRENT), Andy Fawcett (4.7 5.0R) Notes: svn path=/head/; revision=76791
* Catching up with MAJOR_AUTO.Ruslan Ermilov2003-03-024-112/+118
| | | | Notes: svn path=/head/; revision=76760
* De-pkg-comment for my ports.Hye-Shik Chang2003-02-252-1/+1
| | | | Notes: svn path=/head/; revision=76449
* BROKEN: Replaces system lpr binaryKris Kennaway2003-02-221-0/+2
| | | | Notes: svn path=/head/; revision=76201
* de-pkg-comment.Jun Kuriyama2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76128
* BROKEN: Installs file into /etcKris Kennaway2003-02-221-0/+2
| | | | Notes: svn path=/head/; revision=76112
* Update to 2.0.6.Christian Weisgerber2003-02-212-2/+2
| | | | Notes: svn path=/head/; revision=76051
* pkg-comment -> COMMENTChristian Weisgerber2003-02-214-2/+2
| | | | Notes: svn path=/head/; revision=76039