aboutsummaryrefslogtreecommitdiff
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* Remove category pkg/COMMENT files in favour of a COMMENT variable in theKris Kennaway2004-04-022-1/+2
| | | | | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651 Notes: svn path=/head/; revision=105948
* SIZEify (maintainer timeout)Trevor Johnson2004-03-3134-0/+34
| | | | Notes: svn path=/head/; revision=105747
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105722
* - Mark ONLY_FOR_ARCHS=i386 for nowPav Lucistnik2004-03-301-0/+3
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=105696
* Add aldo, a Morse code tutor. At the moment it has four kinds ofPav Lucistnik2004-03-295-0/+58
| | | | | | | | | | | exercises: Classic exercise, the Koch method, Callsign exercise, and exercises read from files. PR: ports/64358 Submitted by: Scott Lambert <lambert@lambertfam.org> Notes: svn path=/head/; revision=105651
* Upgrade to 8.1.3 (small '^Ec;' bugfix).Jun Kuriyama2004-03-252-3/+3
| | | | Notes: svn path=/head/; revision=105188
* - Always use libusbPav Lucistnik2004-03-245-33/+33
| | | | | | | | | | | - Remove auto*tools support - Bump PORTREVISION PR: ports/64627 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Notes: svn path=/head/; revision=105164
* Add obexapp, a utility written by Maksim Yevmenkin (emax@FreeBSD.org)Pav Lucistnik2004-03-237-0/+90
| | | | | | | | | | | | to transport files over OBEX protocol. This only works for Bluetooth and needs -CURRENT as of January 20 or newer (sdpd import) to work, so IGNORE on 5.2.1-R and older. PR: ports/64597 Submitted by: Guido Falsi <mad@madpilot.net> Notes: svn path=/head/; revision=105080
* Add openobex, a library for OBEX (Object Exchange), a protocol to exchangePav Lucistnik2004-03-2315-0/+363
| | | | | | | | | | | | a data over infrared and Bluetooth. This port is adapted to work with FreeBSD Bluetooth stack. PR: ports/64596 Submitted by: Guido Falsi <mad@madpilot.net> Notes: svn path=/head/; revision=105079
* Add SIZE data to distinfo files.Stefan Eßer2004-03-221-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104991
* Add SIZE data.Akinori MUSHA2004-03-222-0/+2
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104943
* My last attempt to fix 5.x was incorrect for 4.x. Move a #endif around soScott Long2004-03-211-1/+1
| | | | | | | it covers the correct scope. Notes: svn path=/head/; revision=104810
* Add size data, approved by maintainers.Trevor Johnson2004-03-203-0/+3
| | | | Notes: svn path=/head/; revision=104775
* BROKEN on alpha 4.x: Does not compileKris Kennaway2004-03-191-0/+4
| | | | Notes: svn path=/head/; revision=104675
* Add size data, approved by maintainers.Trevor Johnson2004-03-183-0/+3
| | | | Notes: svn path=/head/; revision=104535
* Add size data, approved by maintainers.Trevor Johnson2004-03-183-0/+3
| | | | Notes: svn path=/head/; revision=104520
* BROKEN on 4.x: Configure failsKris Kennaway2004-03-181-1/+7
| | | | Notes: svn path=/head/; revision=104448
* - SIZEify.Michael Landin2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104421
* Add SIZE data.Hye-Shik Chang2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104400
* Add SIZE.Cy Schubert2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104371
* Add size data.Trevor Johnson2004-03-185-0/+5
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104360
* Upgrade 8.1.2.Jun Kuriyama2004-03-142-3/+3
| | | | | | | | | | | | | | | | | | - better handling of client command (^Ec|) when user is bumped, conserver is reconfigured, etc - added 'initsubst' option for 'initcmd' substitutions like 'devicesubst' and 'execsubst' - modified and added to *subst (initsubst, etc) syntax to allow for flexibility and future enhancement - changed 'port' and 'portinc' minimums from 1 to 0 - it allows more flexibility and helps with 0-based counting - added --with-extmsgs configure switch to enable entertaining messages - added ability to "move" to a new console via '^Ec;' - added a dump of console information when -S is used twice Notes: svn path=/head/; revision=103991
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-147-8/+8
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withAde Lovett2004-03-121-1/+1
| | | | | | | | | | | the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups. Notes: svn path=/head/; revision=103722
* . Re-add the Savannah mirrors to MASTER_SITES.Greg Lewis2004-03-091-1/+2
| | | | | | | | PR: 63934 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=103455
* Update to KDE 3.2.1 / QT 3.3.1Michael Nottebrock2004-03-094-29/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== KDE: - Audio/arts does not install artswrapper anymore, instead it is provided by audio/artswrapper. See UPDATING. - misc/kdeaddons3 is now a metaport with editors/kate-plugins editors/vimpart games/atlantikdesigner misc/kaddressbook-plugins misc/kfile-plugins misc/kicker-applets misc/knewsticker-scripts misc/konq-plugins misc/ksig misc/renamedlgplugins multimedia/noatun-plugins net/kontact-plugins as slave ports. - A number of KDE ports now uses OPTIONS do make various WITH_* options more visible. - Plist fixes - devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for newly created projects. - kdebase will no longer remove previous KDM configurations. This won't take effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still remove the configuration), but subsequent updates will merge old configs. QT: - Previous versions of QT could be compiled with debugging-support enabled by defining DEBUG. This switch has been renamed to the more unambiguous WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports). Notes: svn path=/head/; revision=103453
* - Update MASTER_SITES and pkg-descrKirill Ponomarev2004-03-072-8/+9
| | | | | | | | PR: ports/63893 Submitted by: maintainer Notes: svn path=/head/; revision=103222
* - add SIZEDirk Meyer2004-02-262-0/+2
| | | | Notes: svn path=/head/; revision=102158
* - Fix INDEX buildKirill Ponomarev2004-02-241-8/+9
| | | | | | | No cookies for: patrick Notes: svn path=/head/; revision=102004
* Merge in port changesPatrick S. Gardella2004-02-241-3/+7
| | | | | | | | PR: 61770 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> Notes: svn path=/head/; revision=101997
* Change WWW addressPatrick S. Gardella2004-02-241-1/+1
| | | | Notes: svn path=/head/; revision=101993
* - Update to 0.6.0Pav Lucistnik2004-02-242-3/+3
| | | | | | | | PR: ports/63281 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=101991
* BROKEN on !i386: Does not compileKris Kennaway2004-02-231-1/+7
| | | | Notes: svn path=/head/; revision=101901
* - Chase checksum (changes to documentation, minor change to gkermit.h)Pav Lucistnik2004-02-232-4/+3
| | | | | | | | PR: ports/63212 Submitted by: Dominic Mitchell <dom@happygiraffe.net> (maintainer) Notes: svn path=/head/; revision=101883
* - Try to fix this on Bento. Configure script is needlessly picky about warningsPav Lucistnik2004-02-231-1/+1
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=101855
* - Chase download location againPav Lucistnik2004-02-231-2/+1
| | | | | | | Submitted by: Andy Gilligan <andy@glbx.net> (maintainer) Notes: svn path=/head/; revision=101846
* Catch up to the cdevsw changes in 5-current.Scott Long2004-02-221-9/+14
| | | | Notes: svn path=/head/; revision=101673
* BROKEN: Checksum mismatchKris Kennaway2004-02-211-0/+2
| | | | Notes: svn path=/head/; revision=101590
* - Remove unneeded reference to -lcipher, which was removed from -CURRENTPav Lucistnik2004-02-171-8/+2
| | | | | | | half year ago. Unbreak. Notes: svn path=/head/; revision=101196
* BROKEN on 5.x: configure failsKris Kennaway2004-02-171-1/+7
| | | | Notes: svn path=/head/; revision=101182
* BROKEN with perl != 5.6.1: broken plistKris Kennaway2004-02-171-1/+7
| | | | Notes: svn path=/head/; revision=101174
* Fix plist & unmark broken.Mike Heffner2004-02-172-3/+0
| | | | Notes: svn path=/head/; revision=101121
* BROKEN: Broken pkg-plistKris Kennaway2004-02-161-0/+2
| | | | Notes: svn path=/head/; revision=101090
* - Teach included libtool to not be clever about -lc_rPav Lucistnik2004-02-151-0/+15
| | | | | | | | PR: ports/62839 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=100972
* - Update to 0.5.10Pav Lucistnik2004-02-136-63/+45
| | | | | | | | | | - Give maintainership to submitter PR: ports/62800 Submitted by: Guido Falsi <mad@madpilot.net> Notes: svn path=/head/; revision=100865
* Upgrade to 8.1.1.Jun Kuriyama2004-02-112-2/+3
| | | | Notes: svn path=/head/; revision=100640
* Respect CFLAGS; utilize USE_GETOPT_LONG; utilize USE_LIBTOOL.Mark Linimon2004-02-113-45/+24
| | | | | | | | | PR: ports/59842 Submitted by: Ports Fury Approved by: maintainer timeout (6 weeks) Notes: svn path=/head/; revision=100616
* Enable kdepasswd, depend on kdebase, fix plist.bas*, bump PORTREVISION.Michael Nottebrock2004-02-093-7/+79
| | | | Notes: svn path=/head/; revision=100526
* Create a new port for xtt516, a GUI for controlling the TenTec 516 ham radioPatrick S. Gardella2004-02-075-0/+32
| | | | Notes: svn path=/head/; revision=100298
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-064-2/+2
| | | | Notes: svn path=/head/; revision=100139