summaryrefslogtreecommitdiff
path: root/comms (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use USE_PYDISTUTILSYing-Chieh Liao2002-04-291-7/+1
| | | | Notes: svn path=/head/; revision=58307
* Update to version 1.3.5.Brian S. Dean2002-04-242-2/+2
| | | | Notes: svn path=/head/; revision=58058
* add gsmlib 1.8Ying-Chieh Liao2002-04-237-0/+86
| | | | | | | A library to access GSM mobile phones through GSM modems Notes: svn path=/head/; revision=58040
* Update to 3.0. Sigh.Will Andrews2002-04-231-0/+226
| | | | Notes: svn path=/head/; revision=58018
* Please welcome Qt3/KDE3 to our ports tree. This includes work since theWill Andrews2002-04-214-366/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | original versions of these ports, so some PORTREVISIONs were bumped. See http://freebsd.kde.org/ and mailing lists linked to from there for info on the packages generated to test these ports. bsd.kde.mk has already been updated a few days ago to work with these. Some patches applied to fix a few bugs were: deskutils/kdepim3: [1] Remove kpilot from build because it wasn't ready at release. editors/koffice-kde3: [2] Fix compile time bugs for FreeBSD. misc/kdeedu3: [3] Fix compile problem with kvoctrain. x11/kdebase3: [4] Fix KDM CPU usage and login bug. Some caveats: * All PLISTs are broken for deinstall due to script bug that I didn't notice until very recently. This will be fixed when I commit an update tomorrow. These ports should still install perfectly fine though. They should also deinstall without giving errors, but will leave directories behind. * You can't install this with any other version of QT or KDE already installed. I am not sure the checks are 100% working, but fixes for these will be forthcoming. This is mainly due to a policy decision made by kde@ to make QT/KDE ports install the way the rest of the world expects it to while also still conforming to FreeBSD's hier(7). For reference on this decision, please consult the KDE/FreeBSD mailing list archives. This decision fixes 2-year-old bug reports relating to how we handled this for KDE2 vs KDE1. Submitted by: [1] Adrian de Groot <adridg@cs.kun.nl>, [2] David Faure <faure@kde.org>, Andy Fawcett <andy@athame.co.uk> Lauri Watts <lauri@kde.org> [3] Lauri Watts <lauri@kde.org> [4] Alan Eldridge <alane@geeksrus.net> Oswald Buddenhagen <ossi@kde.org> Reviewed by: kde Notes: svn path=/head/; revision=57964
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-2/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Add missing locale files/dirs to pkg-plist (blush..).Anders Nordby2002-04-101-0/+12
| | | | Notes: svn path=/head/; revision=57544
* Unbreak build for users that has autoconf >= 2.52 installed.Anders Nordby2002-04-101-1/+3
| | | | | | | PR: 34593 Notes: svn path=/head/; revision=57542
* Don't check for ioctl prototype; we know it's there.Bill Fenner2002-04-091-0/+20
| | | | Notes: svn path=/head/; revision=57479
* Chase gnomeprint shared library version bump and bump PORTREVISION as well.Patrick Li2002-04-071-1/+2
| | | | | | | | PR: 36840 Submitted by: maintainer Notes: svn path=/head/; revision=57413
* Replace malloc.h with stdlib.hPatrick Li2002-04-021-0/+5
| | | | | | | | PR: 36672 Submitted by: maintainer Notes: svn path=/head/; revision=57245
* Remove internal strcasestr implementation. Port still broken on -currentKris Kennaway2002-04-011-0/+23
| | | | | | | due to kernel changes. Notes: svn path=/head/; revision=57109
* After removal of a separate "fax" uid and migration to "uucp",Dirk Meyer2002-03-302-0/+12
| | | | | | | | | | | faxcron.sh is missing an update, as it still refers to the obsolete "fax" uid. PR: 33288 Submitted by: send-pr@oldach.net Notes: svn path=/head/; revision=56956
* Fix the KDE ports to not use objprelink, if OSVERSION >= 500029. This isWill Andrews2002-03-301-1/+7
| | | | | | | | | | not tested other than for syntax, but should DTRT from what I understand of the problem. Submitted by: bento Notes: svn path=/head/; revision=56912
* Fix build on -current (malloc.h).Pete Fritchman2002-03-291-0/+3
| | | | | | | | PR: 36499 Submitted by: maintainer Notes: svn path=/head/; revision=56888
* Explicitly specify /var/spool/lock as a locking directory, so that configureMaxim Sobolev2002-03-261-1/+3
| | | | | | | script will not pick up a wrong one (e.g. samba's /var/lock). Notes: svn path=/head/; revision=56688
* New MASTER_SITES, stipped descriptionDirk Meyer2002-03-252-7/+1
| | | | Notes: svn path=/head/; revision=56603
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Update to version 1.4.Jim Mock2002-03-144-13/+34
| | | | | | | | PR: 35885 Submitted by: maintainer Notes: svn path=/head/; revision=56098
* Correct MAINTAINER e-mail address for ports I maintain.Anders Nordby2002-03-141-1/+1
| | | | Notes: svn path=/head/; revision=56047
* honor CCChristian Weisgerber2002-03-031-1/+1
| | | | Notes: svn path=/head/; revision=55480
* Fix some typos.Jimmy Olgeni2002-02-271-5/+5
| | | | Notes: svn path=/head/; revision=55312
* add py-serial 1.12Ying-Chieh Liao2002-02-276-0/+51
| | | | | | | | | | Serial port encapsulation library for Python PR: 35367 Submitted by: Hye-Shik Chang <perky@fallin.lv> Notes: svn path=/head/; revision=55296
* Fix unaligned access for alpha.Jun Kuriyama2002-02-272-0/+12
| | | | | | | Submitted by: Andrew Gallatin <gallatin@cs.duke.edu> Notes: svn path=/head/; revision=55292
* Upgrade to 7.1.4.Jun Kuriyama2002-02-272-3/+2
| | | | Notes: svn path=/head/; revision=55291
* Support baudrate of 115200 and 57600.Jun Kuriyama2002-02-272-0/+16
| | | | | | | Submitted by: Andrew Gallatin <gallatin@cs.duke.edu> Notes: svn path=/head/; revision=55290
* tarball has been re-rolled, minor documentation changesChristian Weisgerber2002-02-221-1/+1
| | | | Notes: svn path=/head/; revision=55064
* Forgotten in 8.0.201 update.Christian Weisgerber2002-02-151-0/+15
| | | | Notes: svn path=/head/; revision=54743
* Add SSL support.Christian Weisgerber2002-02-152-9/+12
| | | | | | | | | | | | | | Submitted by: olgeni Update to 8.0.201. Changes in this release: * A more natural user interface for the FTP client. * Up/Down Arrow keys for command recall. * SET ESCAPE now lets you choose 8-bit characters. * A more-flexible SHOW VARIABLES command. * Bug fixes. Notes: svn path=/head/; revision=54742
* - Update pkg-plistKevin Lo2002-02-154-31/+26
| | | | | | | | | | - Fix pkg-message and Makefile PR: 34945 Submitted by: MAINTAINER Notes: svn path=/head/; revision=54720
* Enable HTTP support.Christian Weisgerber2002-02-091-1/+2
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=54436
* Update to version 1.3.4.Brian S. Dean2002-02-042-2/+2
| | | | Notes: svn path=/head/; revision=54211
* Update to version 1.3.3.Brian S. Dean2002-02-022-2/+2
| | | | Notes: svn path=/head/; revision=54143
* Update to version 2.00.0.Anders Nordby2002-01-3116-304/+202
| | | | | | | | | | Unforbid because known vulnerabilities have been fixed. Take over maintainership. Approved by: obrien (previous maintainer) Notes: svn path=/head/; revision=54050
* Set the right permissions on the /dev entriesRoger Hardiman2002-01-302-0/+5
| | | | Notes: svn path=/head/; revision=54029
* Change some defines from "YES" to "yes"Dirk Meyer2002-01-281-1/+1
| | | | | | | See samples in the porters-handbook. Notes: svn path=/head/; revision=53893
* * Update to 8.0.200.Christian Weisgerber2002-01-273-42/+17
| | | | | | | | | * Take over maintainership. Approved by: joerg Notes: svn path=/head/; revision=53868
* Fix a compile problem on -current.Patrick Li2002-01-272-0/+19
| | | | | | | | PR: 34314 Submitted by: maintainer Notes: svn path=/head/; revision=53809
* Unbreak on -current, and don't hardwire CC or CFLAGSKris Kennaway2002-01-263-2/+48
| | | | Notes: svn path=/head/; revision=53765
* Fix use of PREFIXRoger Hardiman2002-01-211-1/+1
| | | | Notes: svn path=/head/; revision=53439
* Update to version 1.4.Brian S. Dean2002-01-192-3/+3
| | | | | | | Submitted by: David Quattlebaum <drq@bsdwins.com> Notes: svn path=/head/; revision=53359
* Upgrade to version 1.28-Jan10.Jean-Marc Zucconi2002-01-193-21/+31
| | | | Notes: svn path=/head/; revision=53316
* suppress potential error message when kldunloading the ixj driverRoger Hardiman2002-01-181-1/+1
| | | | Notes: svn path=/head/; revision=53288
* Add port of the 3.00 beta API for Dallas Semiconductors 1-wire lan devicesHellmuth Michaelis2002-01-167-0/+361
| | | | Notes: svn path=/head/; revision=53169
* Create directories prior to installing files.Roger Hardiman2002-01-141-0/+2
| | | | | | | Discovered when testing on a clean FreeBSD box. Notes: svn path=/head/; revision=53061
* Install header files into /usr/local/include/sysRoger Hardiman2002-01-142-4/+4
| | | | | | | (as one day I hope to have these in the base system at /usr/include/sys) Notes: svn path=/head/; revision=53060
* Add FreeBSD port of the ixj driver for Quicknet LineJack andRoger Hardiman2002-01-148-0/+114
| | | | | | | | | | | | | | PhoneJack cards. These ISA and PCI telephony cards allow VoIP and Video Conferencing using the OpenH323 suite of applications with a standard telephone handset (including making the phone ring for incomming calls, allowing dialing via the telephone and using the phone's speaker and mic for the audio (freeing up the sound card). They also feature a hardware G.723.1 audio codec making it easier to talk to NetMeeting and H.323 users. Notes: svn path=/head/; revision=53055
* Update to version 1.2.Jim Mock2002-01-142-2/+3
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=53032
* Bring in a few changes to the KDE ports infrastructure, and some fixes.Will Andrews2002-01-111-16/+2
| | | | | | | | | | | | | | | | | | | | | | | - Move all stuff specific to kde core ports to x11/kde2/Makefile.kde. + Default to compile optimized for speed, not debugging, in ports builds, not just packages. We don't really get that many backtraces or debugging information, and there's a better way to provide these things to people willing to spend some time working on KDE. It's at (as announced before): http://freebsd.kde.org/. - Remove teTeX dependency for kdegraphics2 upon request, and being unable to find any reason not to. Apparently, kdegraphics still compiles libkdvi and kdvi -- I guess dvips is merely a runtime dependency. Therefore to enable its use one just needs to add the teTeX package. Bump PORTREVISION to reflect dependency change. - Fix koffice port by removing PYTHON_VERSION, which is unnecessary. PR: 33650 (part of) Submitted by: John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net> Reviewed by: kde-freebsd@lists.csociety.org (teTeX dep removal, and optimizing for speed, not debugging capability) Notes: svn path=/head/; revision=52903
* Fix master_sites and typo.Patrick Li2002-01-111-3/+3
| | | | | | | | PR: 33765 Submitted by: maintainer Notes: svn path=/head/; revision=52889