aboutsummaryrefslogtreecommitdiff
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* TCPSER turns a PC serial port into an emulated Hayes compatible modem thatEdward Tomasz Napierala2008-09-245-0/+57
| | | | | | | | | | | | | uses TCP/IP for incoming and outgoing connections. It can be used to allow older applications and systems designed for modem use to operate on the Internet. TCPSER supports all standard Hayes commands, and understands extended and vendor proprietary commands (though it does not implement many of them). TCPSER can be used for both inbound and outbound connections. WWW: http://www.jbrain.com/pub/linux/serial/ Notes: svn path=/head/; revision=220702
* - Update to 3.03Diane Bruce2008-09-234-27/+7
| | | | Notes: svn path=/head/; revision=220568
* - Fix build with jdk16Pav Lucistnik2008-09-082-1/+12
| | | | | | | | Submitted by: Zach Metzinger <zmetzing@pobox.com> Approved by: portmgr (self) Notes: svn path=/head/; revision=220298
* - Update to 0.03Chin-San Huang2008-09-062-4/+5
| | | | | | | | | PR: ports/127008 Submitted by: chinsan Approved by: maintainer Notes: svn path=/head/; revision=219970
* The KDE FreeBSD team is proud to announce the release of KDE 4.1.1Martin Wilke2008-09-032-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for FreeBSD. The official KDE 4.1.1 release notes can be found at http://www.kde.org/announcements/changelogs/changelog4_1to4_1_1.php. KDE Community ships sirst translation and service release of the 4.1 dree desktop, containing numerous bugfixes, Performance Improvements and Translation Updates. Pretty much all applications have received the developers' attention, resulting in a long list of bugfixes and improvements. The most significant changes are: * Significant performance, interaction and rendering correctness improvements in KHTML and Konqueror, KDE's web browser * User interaction, rendering and stability fixes in Plasma, the KDE4 desktop shell * PDF backend fixes in the document viewer Okular * Fixes in Gwenview, the image viewer's thumbnailing, more robust retrieval and display of images with broken metadata * Stability and interaction fixes in KMail New Ports: - graphics/kcoloredit * KColorEdit is a palette files editor. It can be used for editing color palettes and for color choosing and naming. - graphics/kgraphviewer * KGraphViewer is a GraphViz DOT graph viewer for KDE. The GraphViz programs are free-software layout engines for graphs. KGraphViewer displays the graphs in a modern, user-friendly GUI with all the power of a well integrated KDE application. - graphics/kiconedit * KIconEdit is designed to help create icons for KDE using the standard icon palette. - graphics/skanlite * Skanlite is a simple image scanning application that does nothing more than scan and save images. Skanlite can open a save dialog for every image scanned or save the images immediately in a specified directory with auto-generated names and format. The user can also choose to show the scanned image before saving. Notes: svn path=/head/; revision=219759
* Reset alex@bsdguru.org due to maintainer-timeouts and no response to email.Mark Linimon2008-09-031-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=219705
* bsd@FreeBSD.org has not been active in ports in quite some time.Mark Linimon2008-09-012-3/+1
| | | | | | | hat: portmgr Notes: svn path=/head/; revision=219555
* - Jean-Baptiste Quenot won't be able to maintain his FreeBSD ports anymore andPav Lucistnik2008-08-311-1/+1
| | | | | | | | | wants them to be released Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer) Notes: svn path=/head/; revision=219548
* - Fix buildPietro Cerutti2008-08-282-1/+12
| | | | | | | Reported by: QA Tindie Notes: svn path=/head/; revision=219373
* - Update to 1.1.8Beech Rintoul2008-08-276-152/+129
| | | | | | | | PR: ports/126797 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=219272
* - Update to gnuradio 3.1.3Diane Bruce2008-08-2610-56/+69
| | | | | | | - Vendor has accepted more patches. Notes: svn path=/head/; revision=219245
* - Use BUILD_DEPENDS to ensure the port has fltk-threads not fltk.Diane Bruce2008-08-261-4/+4
| | | | | | | - USE_GCC 4.2+ as portlint suggests for 6.x builds. Notes: svn path=/head/; revision=219244
* - Update to 3.01Diane Bruce2008-08-244-14/+35
| | | | | | | | - Remove newly added dos lf's from vendor - fix sizeof(void *) != sizeof(int) botch Notes: svn path=/head/; revision=219057
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-2111-40/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-209-9/+11
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Return laszlof's ports to the pool due to lack of time.Mark Linimon2008-08-191-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=218823
* Allow to select to use unix domain socket by option.Jun Kuriyama2008-08-161-2/+10
| | | | | | | Submitted by: anders@FreeBSD.org Notes: svn path=/head/; revision=218671
* Reset mita@FreeBSD.org due to no commits for 5 months and maintainer-timeouts.Mark Linimon2008-08-152-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=218612
* Update to 2.3Hye-Shik Chang2008-08-143-25/+9
| | | | | | | | PR: 124743 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=218522
* The KDE FreeBSD team is proud to announce the release of KDE 4.1.0Martin Wilke2008-08-096-641/+217
| | | | | | | | | | | | | | | | | | | | | | | | for FreeBSD. The official KDE 4.1.0 release notes can be found at http://www.kde.org/announcements/4.1/. Some note: * Prefix KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4. KDE4 and KDE3 can co-exist * Sound For sound to work, it is necessary to have dbus and hal enabled in your system. Please see the respective documentation on how to enable these. For more Informations see the HEADS UP at ports@ and kde-freebsd@ or our wiki page http://wiki.freebsd.org/KDE4/Install. Have fun! Notes: svn path=/head/; revision=218272
* - Use the vendor supplied man page which I missed.Diane Bruce2008-08-062-19/+2
| | | | Notes: svn path=/head/; revision=218141
* Fix the build by resolving conflict between local macro and hexdump(3)Alexey Dokuchaev2008-08-051-6/+7
| | | | | | | | | function in our libutil. Prodded by: pav Notes: svn path=/head/; revision=218061
* This little program helps one with monitoring the beacons of theDiane Bruce2008-08-045-0/+58
| | | | | | | | | International Beacon Project, by continuously showing which beacon is transmitting on which frequency, along with the distance and antenna directions. Notes: svn path=/head/; revision=218034
* - Update to 2.49Diane Bruce2008-08-045-59/+13
| | | | | | | - Vendor has fixed lsetad.c so patch no longer necessary. Notes: svn path=/head/; revision=218030
* - Bring Makefile header to canonical form (reindent and augment)Alexey Dokuchaev2008-07-272-75/+38
| | | | | | | | | | | | | | | | | | - Manual pages are not subject to NOPORTDOCS filtering, fix this - Handle pkg-message word expansion in a preferred manner - Convert to use OPTIONS - Simplify and cleanup Makefile - Explicit glib20 dependency is useless in X11 case (implied by gtk20) - Drop libgnome dependency, xgnokii does not link with it per what I see - Drop RUN_DEPENDS introduced in rev. 1.68, as it is bogus (port does not install any perl bits) [*] - Trim overly long INSTALL statements Approved by: maintainer Pointy hat to: miwi [*] Notes: svn path=/head/; revision=217709
* - Connect spandsp-devel5Pav Lucistnik2008-07-261-0/+1
| | | | Notes: svn path=/head/; revision=217627
* - Update to 0.0.5.pre3Pav Lucistnik2008-07-263-10/+12
| | | | | | | | PR: ports/124118 Submitted by: Adrian Thearle <adrian@thearle.com.au> Notes: svn path=/head/; revision=217626
* - Update maintainer mail addressMartin Wilke2008-07-251-1/+1
| | | | | | | | PR: 125786 Submitted by: Phillip N. <pneumann@gmail.com> Notes: svn path=/head/; revision=217516
* - Update to 2.48Diane Bruce2008-07-258-55/+65
| | | | Notes: svn path=/head/; revision=217487
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Correct BROKEN statement, seems to be amd64-specificAlexey Dokuchaev2008-07-252-30/+17
| | | | | | | | | | | - Take maintainership, I use it frequently - Canonicalize Makefile header - Utilize PLIST_FILES, PORTDOCS, PORTEXAMPLES - Respect NOPORTEXAMPLES - Cleanup installation routine Notes: svn path=/head/; revision=217474
* - Reformat text to fit nicer in 80-column displayAlexey Dokuchaev2008-07-251-6/+6
| | | | | | | - Update project URL Notes: svn path=/head/; revision=217469
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-256-7/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217468
* - Update to 2.10.3Diane Bruce2008-07-252-5/+4
| | | | Notes: svn path=/head/; revision=217452
* - Mark BROKEN on 8-CURRENT: does not like hexdumpPav Lucistnik2008-07-241-1/+7
| | | | Notes: svn path=/head/; revision=217442
* - Disable sgtty interface (removed from 8-CURRENT recently) and enable termiosPav Lucistnik2008-07-242-1/+64
| | | | | | | | | | | interface PR: ports/124484 Submitted by: ed Approved by: maintainer timeout (cy; 1 month) Notes: svn path=/head/; revision=217441
* - Unbreak on -CURRENTPav Lucistnik2008-07-242-53/+55
| | | | | | | | PR: ports/125863 Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> Notes: svn path=/head/; revision=217417
* - Chase lang/guile share library version bump (.18 -> .19)Rong-En Fan2008-07-211-1/+1
| | | | | | | | | - Bump PORTREVISION PR: ports/125435 Notes: svn path=/head/; revision=217241
* - ebook2cw converts text into cw as an mp3 file, useful for learning cw.Diane Bruce2008-07-187-0/+85
| | | | Notes: svn path=/head/; revision=217046
* - Update to 2.5Martin Wilke2008-07-182-5/+4
| | | | | | | | | PR: 124907 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=217033
* - Add patch to allow slightly off screen resolutions to work.Diane Bruce2008-07-182-4/+31
| | | | Notes: svn path=/head/; revision=217001
* - Track pyephem changeDiane Bruce2008-07-171-2/+2
| | | | | | | Notified by: itetcu, pav Notes: svn path=/head/; revision=216969
* Gnocky, a graphical frontend to gnokii for managing your mobile phone.Alexey Dokuchaev2008-07-165-0/+97
| | | | Notes: svn path=/head/; revision=216922
* - Fix build and install when CONFIGURE_TARGET is prepended to executable ↵Rong-En Fan2008-07-142-23/+18
| | | | | | | | | | | | | | | | | | files [1] - Add missing dependency on glib2 [2] - gettext is required by configure unconditionally, so remove WITHOUT_NLS [3] PR: ports/125509 Reported by: Carsten Jonstrup <carsten.jonstrup at gmail.com> and Alastair Watts <awatts at pett.com.au> [1], Alastair Watts <awatts at pett.com.au> [2], rafan [3] Submitted by: Guido Falsi <mad at madpilot.net> (maintainer) Approved by: Guido Falsi <mad at madpilot.net> (maintainer) Notes: svn path=/head/; revision=216820
* - Add missing textproc/p5-XML-Parser dependency.Martin Wilke2008-07-071-0/+4
| | | | | | | | PR: 125361 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=216459
* - Unbreak on recent 8-current (after sgtty changes).Jun Kuriyama2008-07-022-0/+19
| | | | | | | | | | - Bump PORTREVISION for safety by minor logic change. Submitted by: ed@FreeBSD.org PR: ports/124485 Notes: svn path=/head/; revision=216186
* - Update to 0.1.4Diane Bruce2008-06-243-18/+51
| | | | | | | | | | | From CHANGELOG 0.1.4 - 22. Jun 2008 - * Implemented dynamic allocation of the callsign database array. * Callsign database updated, over 22000 callsigns now. Notes: svn path=/head/; revision=215696
* Fix a few typos in ports/comms.Jimmy Olgeni2008-06-2115-15/+14
| | | | Notes: svn path=/head/; revision=215480
* - *argh* missed two %%Diane Bruce2008-06-181-1/+1
| | | | | | | Reported by: itetcu Notes: svn path=/head/; revision=215153
* Implement USE_RC_SUBR and clean up rc script.Cy Schubert2008-06-184-55/+5
| | | | | | | Thanks to: brooks Notes: svn path=/head/; revision=215105