aboutsummaryrefslogtreecommitdiffstats
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* Update to KDE 3.3lofi2004-08-313-95/+28
|
* Add TrustedQSL, an Amateur Radio Station electronic trusted logbookpav2004-08-229-0/+285
| | | | | | | | | The mission of the Trusted QSL Group is to keep eQSL an open and free activity for amateur radio operators by promoting the Digital Signature Standard (DSS). PR: ports/70643 Submitted by: Diane Bruce <db@db.net>
* - Distfile rerolled with zero diff (verified)pav2004-08-212-4/+2
| | | | | PR: ports/70693 Submitted by: Diane Bruce <db@db.net> (maintainer)
* Per maintainer, this is a 4.x-only driver. Also, unquote the existinglinimon2004-08-211-1/+4
| | | | IGNORE string (IGNORE strings should not be quoted).
* Updated to 1.39skv2004-08-203-3/+4
|
* Fix build with gcc-3.4krion2004-08-194-30/+122
| | | | | PR: ports/70628 Submitted by: Ports Fury
* BROKEN on 5.x: Does not compile with gcc 3.4.2kris2004-08-161-1/+7
|
* Updated to 1.36skv2004-08-154-16/+23
|
* Updated to 1.000002skv2004-08-154-16/+17
|
* Fix plist.krion2004-08-151-0/+11
|
* Fix build with gcc-3.4krion2004-08-132-1/+90
| | | | | PR: ports/70394 Submitted by: maintainer
* Factor out all but one of the build switches of the KDE main module portslofi2004-08-115-175/+79
| | | | | | | | | | | | | | | into separate ports. The OPTIONS will remain as of yet and trigger dependencies now, for easy transition. Update KOffice to version 1.3.2. Add patches to fix a number of issues, including: - fix kxkb on Xorg - fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2 with optimizations greater than -O Add security related patches and entries to portaudit.txt.
* BROKEN: Size mismatchkris2004-08-101-0/+2
|
* Change maintainer's email.krion2004-08-082-2/+2
| | | | | PR: ports/70138 Submitted by: Andrey Slusar <vasallia@ukr.net>
* Fix statistic read and write.krion2004-08-073-1/+31
| | | | | PR: ports/70104 Submitted by: maintainer
* Update to 0.4.99.7vs2004-08-062-4/+5
| | | | | | | - Requires hamlib PR: ports/69946 Submitted by: Matt Dawson (maintainer)
* Update to 0.7.3krion2004-08-042-4/+4
| | | | | PR: ports/69955 Submitted by: maintainer
* Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15ade2004-08-042-0/+14
| | | | | | | All autotools ports are now truly versioned and do not conflict with each other. This marks the end of "Phase 1" of the autotools updates.
* Update to 2.2.9.mezz2004-08-032-3/+3
| | | | | PR: ports/69916 Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
* Correct a configure-misdetection which went unnoticed until now, but causeslofi2004-08-011-0/+4
| | | | breakage with gcc 3.4.
* Update to version 0.0.7markus2004-07-303-19/+9
|
* - Fix build with gcc-3.4pav2004-07-304-0/+81
| | | | | PR: ports/69773 Submitted by: Andrey Slusar <vasallia@ukr.net> (maintainer)
* - Really fix build in mpeg4ip presencepav2004-07-291-4/+3
| | | | | PR: ports/69619 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* Use tty_close() and ttygone() where it need instead ofosa2004-07-282-23/+27
| | | | | | | | | | | | | | | | commenting of ttyclose() for __FreeBSD_version >= 502122. First symptom. # kldunload ltmdm.ko kldunload: can't unload file: Device busy Second symptom. If ppp(8) used for connect /dev/cual0 and it was disconnected, the new ppp session return the following error in ppp.log: tun0: Warning: deflink: /dev/cual0: Bad file descriptor Bump PORTREVISION one more time.
* Add Klog, an amateur radio logging program for KDEarved2004-07-256-0/+51
| | | | | PR: 68689 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
* fix build when mpeg4ip is installedsem2004-07-241-2/+13
| | | | | | PR: ports/69496 Submitted by: maintainer Suggested by: Panagiotis Astithas
* Update to 0.7.2arved2004-07-234-18/+21
| | | | | PR: 69443 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* Realy fix "link_elf: symbol ttyclose undefined" error andosa2004-07-232-4/+4
| | | | | | | | | one more time bump PORTREVISION. Reset MAINTAINER field to ports@FreeBSD.org, because Daniel O'Connor no longer have the hardware though. Pointly hat: osa
* Fix detection of the bluetooth stackvs2004-07-222-8/+9
| | | | | | | | This is still untested on any architecture other than i386, so any testing is encouraged! PR: ports/69340 Submitted by: Guido Falsi (maintainer)
* 1) Merge two patches for ${WRKSRC}/sys/dev/ltmdm/ltmdmsio.c into one patchosa2004-07-224-231/+232
| | | | | | | | | | | | | | 2) Correct filename for patch, now it name is patch-sys-dev-ltmdm-ltmdmsio.c 3) Fix run on recent -CURRENT by removing ttyclose() calls Symptoms: # kldload ltmdm.ko kldload: can't load ltmdm.ko: No such file or directory # dmesg | head -1 link_elf: symbol ttyclose underfined 4) Move PORTDOCS from pkg-plist to Makefile 5) Utilize DATADIR macro 5) Reorganize install target for PORTDOCS 6) Bump ${PORTREVISION}
* Revert back wrong changes, because port have strangeosa2004-07-222-239/+174
| | | | | infrastructure: patch-aa and patch-ac both patch the same file: ${WRKSRC}/sys/dev/ltmdm/ltmdmsio.c.
* Fix run on recent -CURRENT by removing ttyclose() calls.osa2004-07-222-174/+239
| | | | | | | | | | Symptoms: 1) kldload ltmdm.ko kldload: can't load ltmdm.ko: No such file or directory 2) dmesg | head -1 link_elf: symbol ttyclose underfined Bump PORTREVISION.
* - Update to 1.3, which brings a non-interactive send/getpav2004-07-182-3/+3
| | | | | PR: ports/69205 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - Update to 0.6.4pav2004-07-177-81/+225
| | | | | PR: ports/69119 Submitted by: John Merryweather Cooper <johnmary@adelphia.net> (maintainer)
* Reset undeliverable maintainer address:kris2004-07-161-1/+1
| | | | | | | | | | ----- Transcript of session follows ----- 451 4.4.1 reply: read error from mix.premierbank.dp.ua. <kot@premierbank.dp.ua>... Deferred Message could not be delivered for 1 week Message will be deleted from queue For two consecutive weeks.
* Add cutecom 0.0.5, a graphical serial terminal.markus2004-07-158-0/+138
|
* Add linrad, Amateur Radio DSP utility (SDR)pav2004-07-1515-0/+714
| | | | | PR: ports/68873 Submitted by: Diane Bruce <db@heceta.db.net>
* Enable this port on non-i386 architectures on -current after 9 July.vs2004-07-131-3/+5
| | | | | | | Testing of both the bluetooth stack and this port (and the related openobex one) on non i386 machines are encouraged. Please report any problems. PR: ports/68912 Submitted by: Guido Falsi (maintainer)
* Support WITHOUT_NLSkrion2004-07-112-2/+9
|
* Support WITHOUT_NLSkrion2004-07-112-11/+18
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-104-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Fix for gnome-libs induced breakage.vs2004-07-092-0/+14
| | | | | PR: ports/68818 Submitted by: maintainer
* Update to 0.5vs2004-07-083-9/+11
| | | | | PR: ports/68803 Submitted by: maintainer
* Update to 0.6.3krion2004-07-085-34/+40
| | | | | PR: ports/68812 Submitted by: maintainer
* . SIZEify.glewis2004-07-081-0/+1
| | | | | PR: 68802 Submitted by: Ari Suutari <ari.suutari@syncrontech.com> (maintainer)
* Add xastir, a hamradio orientated GIS package designed to handle APRS.pav2004-07-066-0/+237
| | | | | | | | APRS is Amateur Position Reporting System. It's a system for handling real time information across radio and internet links. PR: ports/68655 Submitted by: Carl Makin <carl@stagecraft.cx>
* - Unbreak on 4.x: pass threading library to linkerpav2004-07-052-10/+13
| | | | | PR: ports/68654 (based on) Submitted by: Carl Makin <carl@stagecraft.cx> (maintainer)
* - Unbreak plist: fix perl man page installationpav2004-07-052-8/+2
|
* - Unbreak on 5.x (multiline literal)pav2004-07-051-0/+52
|
* Add nasawash, Amateur Radio program for cleaning NASA format keplerianpav2004-07-054-0/+49
| | | | | | | element files PR: ports/68649 Submitted by: Diane Bruce <db@heceta.db.net>
* - Update to 2.2.8apav2004-07-053-69/+3
| | | | | PR: ports/68651 Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
* Add echolinux, an EchoLink client for UNIX.pav2004-07-0512-0/+246
| | | | | PR: ports/68587 Submitted by: Diane Bruce <db@night.db.net>
* Add nokryptia, a program to convert music files like MP3 to workpav2004-07-034-0/+36
| | | | | | | on a Nokia 5510 cell phone. PR: ports/68565 Submitted by: Aleksander Fafula [alex@fafula.com]
* Chase fixes in TTY source.edwin2004-07-012-14/+119
| | | | | | | <Darius> and tell phk to stop breaking tty source compat! Submitted by: darius@dons.net.au Reviewed by: Barney Wolff <barney@databus.com>
* Add cdr_read 1.09, utility for reading of the call detail records fromvs2004-06-304-0/+44
| | | | | | | PBX. PR: ports/68271 Submitted by: Konstantin Reznichenko <kot@premierbank.dp.ua>
* Update to 0.54.1vs2004-06-282-3/+3
| | | | | PR: ports/68430 Submitted by: maintainer
* - Update to 2.2.8pav2004-06-287-39/+73
| | | | | PR: ports/68417 Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
* Add thebridge, an amateur radio EchoLink compatible conference bridgepav2004-06-279-0/+115
| | | | | | | reimplementation for UNIX PR: ports/68350 Submitted by: Diane Bruce <db@db.net>
* - Add astro as secondary categorypav2004-06-261-1/+1
| | | | Requested by: kris
* Add predict, a ncurses application to predict and track positions of amateurpav2004-06-266-0/+82
| | | | | | | radio satellites. PR: ports/68283 Submitted by: Diane Bruce <db@db.net>
* - Update AT&T service with new URLpav2004-06-262-3/+13
| | | | | | | - Remove dead MASTER_SITE PR: ports/68342 Submitted by: John Johnson <bio.metrix@gte.net>
* Remove expired ports, plus the three ports that depended on them.kris2004-06-215-32/+0
|
* Support new option '-m' to show sysop mail address.krion2004-06-202-1/+49
| | | | | PR: ports/68107 Submitted by: maintainer
* BROKEN on amd64: Shared libraries must be compiled with -fPICkris2004-06-191-1/+7
|
* Update to handle systems after linesw was changed to an array ofedwin2004-06-163-44/+150
| | | | | | | pointers (http://www.freebsd.org/cgi/getmsg.cgi?fetch=531835+534145+/usr/local/www/db/text/2004/cvs-all/20040613.cvs-all) Submitted by: Daniel O'Connor <doconnor-NOSPAM@gsoft.com.au>
* Include a default configuration file for voice.jmz2004-06-162-1/+6
| | | | | PR: ports/63981 Submitted by: Antoine Jacoutot <ajacoutot@lphp.org>
* - Update to version 0.54krion2004-06-152-3/+3
| | | | | PR: ports/67942 Submitted by: maintainer
* Add pstngw 1.2.2, simple H.323-PSTN (POTS) gateway.vs2004-06-144-0/+42
| | | | | PR: ports/63024 Submitted by: Jakub Klausa <jacke@bofh.pl>
* Fix build with gcc34arved2004-06-131-0/+10
|
* Update to version 3.2.3lofi2004-06-103-14/+3
|
* - Update to 0.53.1pav2004-06-082-3/+3
| | | | | PR: ports/67684 Submitted by: Andrey Slusar <vasallia@ukr.net> (maintainer)
* - Axe indirect dependencypav2004-06-051-1/+1
| | | | | PR: ports/67605 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
* - Drop indirect dependencypav2004-06-052-5/+1
| | | | | | | - Shorten pkg-descr PR: ports/67604 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
* Sync with new bsd.autotools.mkade2004-06-054-8/+21
|
* - Add patch to fix sending HUP to daemonpav2004-06-055-2/+94
| | | | | | | | | - Add patch to fix emsi traffic information - Install docs and utils from contrib - Fix pkg-message PR: ports/67557 Submitted by: Andrey Slusar <vasallia@ukr.net> (maintainer)
* - Give maintainership to volunteerpav2004-06-041-1/+1
| | | | Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
* - Update to 0.9.6 and unbreakpav2004-06-035-53/+33
| | | | | PR: ports/66778 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
* - Put a copy on MASTER_SITE_LOCAL as qsl.net diedpav2004-06-031-1/+3
| | | | | PR: ports/67509 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
* Upgrade to 8.1.7.kuriyama2004-06-032-4/+4
| | | | Enable PAM support by default.
* Putting commit bit in storage. I don't have the timepatrick2004-06-033-3/+3
| | | | to work on FreeBSD for now. Should have done this a while back.
* Add qicosi after repocopy from qico. Qicosi is ifcico-like ftn mailer,pav2004-06-025-45/+54
| | | | | | | | supporting all modem and ip fido protocols. PR: ports/67320 Submitted by: Andrey Slusar <vasallia@ukr.net> Repocopy by: marcus
* - Update to 0.49.10.3pav2004-05-3110-178/+20
| | | | | | PR: ports/67354 Submitted by: Andrey Slusar <vasallia@ukr.net>, Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer)
* - Tweak config pathpav2004-05-302-15/+17
| | | | | | | - Respect it in pkg-plist - Pass maintainership to submitter Submitted by: Andrey Slusar <vasallia@ukr.net>
* - Update to 0.22.8.7pav2004-05-306-5/+144
| | | | | PR: ports/67367 Submitted by: Andrey Slusar <vasallia@ukr.net>
* - Update WWWpav2004-05-302-2/+2
|
* Cleanup CC/CFLAGS handling & patch.vs2004-05-282-18/+10
| | | | | | PR: ports/65839 Submitted by: Michael Johnson Approved by: maintainer timeoute (busy)
* - Rework the port a littlepav2004-05-278-214/+435
| | | | | PR: ports/67218 Submitted by: Paul Everlund <tdv94ped@cs.umu.se> (maintainer)
* - Update to version 0.7.1krion2004-05-252-3/+3
| | | | | PR: ports/67165 Submitted by: maintainer
* Add xdx, a DX cluster client with the same look and feel as xlog.pav2004-05-235-0/+46
| | | | | PR: ports/67037 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
* - make it run by the user uucp;thierry2004-05-183-4/+16
| | | | | | | - since I'm there, create the spool directory for a port installation. PR: ports/62617 Submitted by: Mike Andrews
* - Fix build on sparc64 (don't include header files for i386 specific functionspav2004-05-142-4/+12
| | | | | | | | outside of i386) [1] - While here, convert pkgconfig dependency to USE_GNOME PR: ports/66572 [1] Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
* Drop maintainership.eik2004-05-111-1/+1
| | | | | PR: 66502 Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> (maintainer)
* Fix the build that the new hamlib port (1.2) has a change in themezz2004-05-112-1/+14
| | | | | | | | longlat2locator function which requires an extra function to be passed. PR: ports/66409 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer) Approved by: adamw (mentor)
* Upgrade to 8.1.5.kuriyama2004-05-092-3/+3
| | | | | | | | - add '#include' capability to conserver.cf file. - add '@group' syntax to conserver.cf file. - add 'initdelay' option. See CHANGES for details.
* Fix build on -STABLE.vs2004-05-063-11/+23
| | | | | PR: ports/66212 Submitted by: Jean-Baptiste Quenot (maintainer)
* - Fix pkg-message processing for people whom ${PKGDIR} != ${.CURDIR}pav2004-05-031-1/+1
| | | | | PR: ports/66183 Submitted by: Palle Girgensohn <girgen@pingpong.net>
* - Fix dependencies in WITHOUT_X11 casepav2004-05-021-1/+1
| | | | | PR: ports/66097 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - Update to 0.7.0pav2004-04-293-5/+19
| | | | | PR: ports/65819 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* - Fix build on 4-xkrion2004-04-221-1/+1
| | | | Approved by: marcus (portmgr)
* - Update to 1.2.0pav2004-04-204-31/+99
| | | | | | PR: ports/63013, ports/65758 Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer) Carl Makin <carl@stagecraft.cx>
* Update to KDE 3.2.2lofi2004-04-202-2/+13
|
* Back out previous commit, the port was recently fixed.kris2004-04-191-2/+0
| | | | Pointy hat to: kris
* BROKEN: Does not compilekris2004-04-191-0/+2
|
* BROKEN: Does not compilekris2004-04-191-0/+2
|
* - Distfile was rerolled with a change specific to Mac OS X and updatepav2004-04-181-2/+2
| | | | | | | | | | | | | | to documentation. Except from diff: +I had somehow lost the edit to ckutio.c that changed the UUCP lockfile for +Mac OS X from /var/spool/uucp to /var/spool/lock. So I slipped it in and +re-uploaded version 8.0.211. You can tell the difference because SHOW +VERSIONS has a 17 Apr 2004 for the Communications I/O module. Also the 10.3 +executable now has a designer banner: "Mac OS X 10.3". makefile, ckuver.h, +ckutio.c, ckuus[45].c, 17 Apr 2004. PR: ports/65694 Reported by: Helge Oldach <kermitmar04@oldach.net>
* - Fix build on 4-xkrion2004-04-181-0/+4
|
* Unbreak after recent gtk update.vs2004-04-171-0/+11
| | | | | | PR: ports/65357 Submitted by: Tijl Coosemans (maintainer) Approved by: linimon (mentor)
* Add efax-gtk 2.2.5, GUI front end for the efax fax program.clement2004-04-179-0/+109
| | | | | | | | | | | | | This program is a Gtk+/Gtkmm front end for the efax program for receiving and sending faxes with a fax modem. Any files to be faxed must be in postscript format, which is the generic printer format for Unix/Linux systems. The program will use ghostscript to convert these into the Group 3 fax format which the fax modem will understand. WWW: http://www.cvine.freeserve.co.uk/efax-gtk/ PR: ports/63844 Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
* - Update to version 0.6.1krion2004-04-154-13/+15
| | | | | PR: ports/65547 Submitted by: maintainer
* - Update to 8.0.211: bugfix release.naddy2004-04-152-6/+5
| | | | - Drop maintainership.
* Upgrade to 8.1.4 (minor fixes).kuriyama2004-04-142-3/+3
|
* - Update to 1.2pav2004-04-135-43/+6
| | | | | PR: ports/65449 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* Tidy up whitespace.trevor2004-04-113-3/+3
|
* Trim whitespace.trevor2004-04-112-2/+2
|
* - Update to 0.94.0krion2004-04-088-36/+8
| | | | | PR: ports/65323 Submitted by: maintainer
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-055-4/+5
|
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2
| | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
* SIZEify (maintainer timeout)trevor2004-03-3134-0/+34
|
* - Use USE_ICONV knobkrion2004-03-311-2/+1
| | | | Approved by: portmgr
* - Mark ONLY_FOR_ARCHS=i386 for nowpav2004-03-301-0/+3
| | | | Reported by: bento via kris
* Add aldo, a Morse code tutor. At the moment it has four kinds ofpav2004-03-305-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>
* Upgrade to 8.1.3 (small '^Ec;' bugfix).kuriyama2004-03-252-3/+3
|
* - Always use libusbpav2004-03-255-33/+33
| | | | | | | | - Remove auto*tools support - Bump PORTREVISION PR: ports/64627 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
* Add obexapp, a utility written by Maksim Yevmenkin (emax@FreeBSD.org)pav2004-03-247-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>
* Add openobex, a library for OBEX (Object Exchange), a protocol to exchangepav2004-03-2415-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>
* Add SIZE data to distinfo files.se2004-03-231-0/+1
| | | | Submitted by: trevor
* Add SIZE data.knu2004-03-222-0/+2
| | | | Submitted by: trevor
* My last attempt to fix 5.x was incorrect for 4.x. Move a #endif around soscottl2004-03-211-1/+1
| | | | it covers the correct scope.
* Add size data, approved by maintainers.trevor2004-03-213-0/+3
|
* BROKEN on alpha 4.x: Does not compilekris2004-03-201-0/+4
|
* Add size data, approved by maintainers.trevor2004-03-193-0/+3
|
* Add size data, approved by maintainers.trevor2004-03-193-0/+3
|
* BROKEN on 4.x: Configure failskris2004-03-181-1/+7
|
* - SIZEify.mich2004-03-181-0/+1
| | | | Submitted by: trevor
* Add SIZE data.perky2004-03-181-0/+1
| | | | Submitted by: trevor
* Add SIZE.cy2004-03-181-0/+1
| | | | Submitted by: trevor
* Add size data.trevor2004-03-185-0/+5
| | | | Approved by: maintainers
* Upgrade 8.1.2.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
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-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.
* . Re-add the Savannah mirrors to MASTER_SITES.glewis2004-03-101-1/+2
| | | | | PR: 63934 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-104-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).
* - Update MASTER_SITES and pkg-descrkrion2004-03-082-8/+9
| | | | | PR: ports/63893 Submitted by: maintainer
* - add SIZEdinoex2004-02-262-0/+2
|
* - Fix INDEX buildkrion2004-02-251-8/+9
| | | | No cookies for: patrick
* Merge in port changespatrick2004-02-251-3/+7
| | | | | PR: 61770 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
* Change WWW addresspatrick2004-02-251-1/+1
|
* - Update to 0.6.0pav2004-02-242-3/+3
| | | | | PR: ports/63281 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* BROKEN on !i386: Does not compilekris2004-02-241-1/+7
|
* - Chase checksum (changes to documentation, minor change to gkermit.h)pav2004-02-242-4/+3
| | | | | PR: ports/63212 Submitted by: Dominic Mitchell <dom@happygiraffe.net> (maintainer)
* - Try to fix this on Bento. Configure script is needlessly picky about warningspav2004-02-231-1/+1
| | | | Reported by: bento via kris
* - Chase download location againpav2004-02-231-2/+1
| | | | Submitted by: Andy Gilligan <andy@glbx.net> (maintainer)
* Catch up to the cdevsw changes in 5-current.scottl2004-02-221-9/+14
|
* BROKEN: Checksum mismatchkris2004-02-221-0/+2
|
* - Remove unneeded reference to -lcipher, which was removed from -CURRENTpav2004-02-171-8/+2
| | | | half year ago. Unbreak.
* BROKEN on 5.x: configure failskris2004-02-171-1/+7
|
* BROKEN with perl != 5.6.1: broken plistkris2004-02-171-1/+7
|
* Fix plist & unmark broken.mikeh2004-02-172-3/+0
|
* BROKEN: Broken pkg-plistkris2004-02-171-0/+2
|
* - Teach included libtool to not be clever about -lc_rpav2004-02-151-0/+15
| | | | | PR: ports/62839 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - Update to 0.5.10pav2004-02-146-63/+45
| | | | | | | - Give maintainership to submitter PR: ports/62800 Submitted by: Guido Falsi <mad@madpilot.net>
* Upgrade to 8.1.1.kuriyama2004-02-112-2/+3
|
* Respect CFLAGS; utilize USE_GETOPT_LONG; utilize USE_LIBTOOL.linimon2004-02-113-45/+24
| | | | | | PR: ports/59842 Submitted by: Ports Fury Approved by: maintainer timeout (6 weeks)
* Enable kdepasswd, depend on kdebase, fix plist.bas*, bump PORTREVISION.lofi2004-02-103-7/+79
|
* Create a new port for xtt516, a GUI for controlling the TenTec 516 ham radiopatrick2004-02-085-0/+32
|
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-064-2/+2
|
* Use PLIST_FILES.trevor2004-02-064-2/+2
| | | | Reviewed by: marcus
* RUN_DEPENDS on gnupg, CONFLICTS with kgpg.lofi2004-02-051-1/+5
| | | | Submitted by: lioux
* Update to KDE 3.2.0lofi2004-02-0510-115/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== - Kmail and knode have been moved from kdenetwork to kdepim. This means you will have to install kdepim if you want to continue using kmail or knode. This is to ease integration with korganizer, in the new 'Kontact' application. - The arabic translations for KDE and KOffice have been moved from misc to the arabic category. - There is a new module called kdeaccessibility in the accessibility category. It contains a few utilities for disabled users like a magnification lens and a text-to-speech frontend. - In KDM, you need to select the 'CUSTOM' session profile in order to have your .xsession executed. This is particularly important if you're using the aegypten tools (http://freebsd.kde.org/howtos/aegypten-kmail.php). - We have started making more parts of the ports optional. In kdepim, both Kandy and KPilot can be turned off with ports-knobs. This process will continue in the 3.2 series.
* Remove unneeded patch files for version 0.9.1 to make it compile.patrick2004-02-053-44/+0
|
* Update to 0.9.1patrick2004-02-054-40/+37
|
* Set {WANT,USE}_GNOME correctly to make these ports compatible with the newmarcus2004-02-041-0/+2
| | | | | | bsd.port.mk. Submitted by: kris
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0427-2/+27
| | | | (Part 2)
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-044-8/+9
| | | | | Submitted by: trevor Tested by: bento
* Fix build on AMD64arved2004-01-311-1/+1
|
* Should have read all my mail before committing.pav2004-01-291-1/+2
| | | | | | - Add backup MASTER_SITE Submitted by: maintainer
* - Update MASTER_SITESpav2004-01-291-1/+1
| | | | Reported by: bento via kris
* SIZEify.trevor2004-01-2916-0/+16
|
* - Update to 0.6.4.1pav2004-01-272-3/+3
| | | | | PR: ports/61983 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* Upgrade to version 2.5jmz2004-01-243-15/+2
|
* Now gettext 0.12.1 is gettext-old.trevor2004-01-244-4/+4
|
* Grig is a graphical front-end to the Ham Radio librariespav2004-01-235-0/+50
| | | | | | | | | | | | | | | | | | | written using Gtk+ and Gnome widgets by Alexandru Csete. Part of the grounstation suite, it purpose is to control an amateur radio transceiver from X. It supports any of the transceivers that hamlib supports, including rpc.rigd over the network. However, at present only a subset of the hamlib functions are provided. The groundstation suite comprises Gnome-rig and Gnome-predict and is intended to provide a low-cost amateur radio station with the facilities of a high-end satellite station. WWW: http://groundstation.sourceforge.net/ PR: ports/61729 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
* Gpredict is a satellite tracking and prediction applicationpav2004-01-235-0/+87
| | | | | | | | | | | | | | | | | written using Gtk+ and Gnome widgets by Alexandru Csete. Part of the grounstation suite, its purpose is to track the various amateur, weather and military satellites that are of interest to radio amateurs. The groundstation suite comprises Gnome-rig and Gnome-predict and is intended to provide a low-cost amateur radio station with the facilities of a high-end satellite station. WWW: http://groundstation.sourceforge.net/ PR: ports/61727 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
* - Update to 2.0pav2004-01-224-5/+15
| | | | | | PR: ports/61670 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Approved by: maintainer
* Use the new ghostscript options.marcus2004-01-211-6/+1
| | | | Submitted by: linimon
* A better fix for the buffer overflow problem.jmz2004-01-202-2/+2
| | | | Submitted by: guy@device.dyndns.org
* - Update to 0.92.0, now with FreeBSD Bluetooth stack supportpav2004-01-144-6/+6
| | | | | PR: ports/61319 Submitted by: Kirill Bezzubets <kirill@mpool.solaris.ru> (maintainer)
* Fix a buffer overflow problem.jmz2004-01-132-1/+2
| | | | Submitted by: guy@device.dyndns.org
* Reset maintainer from me@FreeBSD.org to ports@FreeBSD.org. Apparentlylinimon2004-01-121-1/+1
| | | | | | me@ has not been active in the FreeBSD community for some time now. Reviewed by: portmgr@FreeBSD.org (a month or so ago)
* update to 4.1.8mharo2004-01-112-2/+2
| | | | | PR: 61176 Submitted by: maintainer
* Nitpicks for the comms/qpage portedwin2004-01-104-0/+50
| | | | | | | | | | | | | | | | | | | | | The comms/qpage port has a few minor problems. A default installation gives the following errors when the /usr/local/etc/rc.d/qpage.sh script is execute: qpage[68438]: cannot open /etc/qpage.cf: No such file or directory qpage[68438]: cannot access LockDir(/var/spool/lock): Permission denied qpage[68438]: cannot access QueueDir(/var/spool/qpage): No such file or directory qpage[68438]: cannot chdir to QueueDir(/var/spool/qpage): No such file or directory In short: 1) qpage looks for its configuration file in /etc instead of /usr/local/etc 2) It setuid()'s to a user (daemon) without permission to access /var/spool/lock but does not document this anywhere outside of the source. 3) It's queue directory is not created by installing the port. PR: ports/48059 Submitted by: Kirk Strauser <kirk@strauser.com>
* - Update to 0.5.8 [1]sergei2004-01-096-79/+15
| | | | | | | - Fix pkg-plist: .mo files do not seem to get installed PR: 61121 [1] Submitted by: Guido Falsi <mad@madpilot.net>
* Add port for py-lirc 0.0.4,perky2004-01-075-0/+38
| | | | | | | An infra-red remote controller library interface for Python. PR: 60989 Submitted by: Lewis Thompson <purple@lewiz.net>
* The port did not build on many systems due to conflicting and missinglinimon2003-12-297-8/+78
| | | | | | | | headers in certain files. It also blindly assumed the default prefix for the etc directory was /etc. Also pet portlint. PR: ports/60680 Submitted by: Samy Al Bahra <samy@kerneled.com>
* Fix build on 5.x.linimon2003-12-293-7/+49
| | | | | PR: ports/60675 Submitted by: Samy Al Bahra <samy@kerneled.com>
* Add p5-Image-Size to RUN_DEPENDS.linimon2003-12-291-1/+2
| | | | | | PR: ports/59495 Submitted by: Matthias Andree <matthias.andree@web.de> Approved by: maintainer timeout (1 month)
* - Update to 0.91.0pav2003-12-266-16/+6
| | | | | PR: ports/60546 Submitted by: Kirill Bezzubets <kirill@solaris.ru>
* - Restore Date created: and Whom: lines in the port Makefile headersergei2003-12-211-2/+2
| | | | | | | | to their historical values as in r1.1. Once the port is added, these lines should not change. (This commit fixes the last reference to ports@FreeBSD.org in ports' Makefiles that does not use the canonical capitalization form)
* add working MASTER_SITESmharo2003-12-171-1/+3
|
* - Update to 0.5.7pav2003-12-173-23/+3
| | | | | PR: ports/60297 Submitted by: Guido Falsi <mad@madpilot.net>
* - Fix build when older version is already installed. This will preferpav2003-12-161-1/+1
| | | | | | | newly build libgnokii on linking. PR: ports/60253 Reported by: Krzysztof Stryjek <wtp+gnokii@bsdguru.org>
* - Fix INDEX.pav2003-12-142-2/+2
| | | | Pointy hat to: pav
* Add gammu, a command-line program to communicate with Nokia cell phonespav2003-12-1419-0/+505
| | | | | | | over cable, infra and Bluetooth. PR: ports/60211 Submitted by: Kirill Bezzubets <kirill@solaris.ru>
* - Use native threading librarypav2003-12-131-5/+4
| | | | | PR: ports/60206 Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
* Add comms/qtpcr, software that controls the ICOM PCR-1000 Receiver.linimon2003-12-125-0/+64
| | | | | PR: ports/52319 Submitted by: Sebastian Yepes <esn@x123.info>
* Upgrade to 8.0.9 (bugfix).kuriyama2003-12-112-3/+2
|
* Clean up historical baggage, and move the old local distfiles thatjoerg2003-12-101-1/+1
| | | | | | | used to live under ${MASTER_SITE_LOCAL}/asami/LOCAL_PORTS to my own public_distfiles. No version changes involved.
* Mark as broken on 5.x. Informed maintainer.linimon2003-12-081-1/+7
|
* Mark as broken on 5.x. Maintainer's address currently bounces.linimon2003-12-071-0/+4
|
* Per redirect response when sending mail to maintainer, update maintainer'slinimon2003-12-071-1/+1
| | | | email address.
* Make the sample config file correct for FreeBSD.obrien2003-12-072-0/+17
|
* Add py-bulksms, python client for BulkSMS.co.uk's HTTP API for sendingpav2003-12-065-0/+56
| | | | | | | | short text messages to cell phones. Port contains python module and a command-line client 'sms'. PR: ports/59987 Submitted by: Andy Gilligan <andy@evo6.org>
* Add hamfax, a Qt/X11 application for sending and receiving facsimilespav2003-12-067-0/+64
| | | | | | | over ham radio. PR: ports/53444 Submitted by: Carl Makin <carl@stagecraft.cx>
* Upgrade to 8.0.8.kuriyama2003-12-052-2/+2
|
* - Update to 0.5.6pav2003-12-059-46/+208
| | | | | | | | | - Add WITH_SMSD knob to enable build of SMS messaging daemon with optional MySQL or Postgresql backend PR: ports/54498 Submitted by: Guido Falsi <mad@madpilot.net> Approved by: adamw (mentor)
* - Fix MASTER_SITESdinoex2003-12-041-2/+1
|
* - AMD64 has no APMarved2003-11-261-3/+3
| | | | | | | - Revert logic, i386 seems to be the only ARCH with APM Submitted by: Adriaan de Groot Approved by: portmgr (marcus)
* Mark as broken on 5.x. The assumptions that the Makefiles make here,linimon2003-11-221-1/+7
| | | | about default compilation directories, do not work on 5.x for some reason.
* Change BROKEN to IGNORE in the case of configurations that will neverlinimon2003-11-221-1/+1
| | | | be made to work.
* - Fix pkg-plist vodafone_autralia -> vodafone_australiakrion2003-11-212-6/+13
| | | | | | | | - Pet portlint - Bump PORTREVISION PR: 31910 Submitted by: Shaun Branden <shaun@pcuse.com>
* Reset unreachable MAINTAINERs to ports@FreeBSD.orgeik2003-11-201-1/+1
| | | | | PR: 59109 Approved by: marcus (mentor)
* Upgrade to 8.0.6.kuriyama2003-11-192-2/+2
|
* Fix build process on sparc64 and alpha systems.osa2003-11-182-4/+34
| | | | | Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) PR: 59378
* - take maintainershipdinoex2003-11-181-1/+1
|
* unPERLify by using REINPLACE_CMD where appropriate.marcus2003-11-162-9/+11
| | | | | PR: 47656 Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
* Fix build if bison is installed.fjoe2003-11-141-3/+11
|
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-133-4/+4
|
* Update to 2.0perky2003-11-102-2/+2
|
* Add sites to fetch distfile from.cy2003-11-091-1/+3
|
* As announced on Aug 7, remove this broken port.kris2003-11-088-330/+0
|
* Reset maintainer to ports@FreeBSD.org. Requested by: kris.linimon2003-11-031-1/+1
|
* Reset maintainer of ports owned by inactive committers who were just retired.kris2003-11-031-1/+1
|
* Fix build on non-intel archs.osa2003-11-031-3/+20
| | | | | | Notify from: kris via bento Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) PR: ports/57941
* ports with possibly unreachable MAINTAINERsedwin2003-11-021-1/+1
| | | | | | | | *** addresses that may be dead, even though the error is temporary: *** addresses that seem to be dead, but give a hint to a new address: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Upgrade to 8.0.5 (minor bugfixes).kuriyama2003-11-012-2/+2
|
* Per distfile survey, remove old mastersites. All I could find onlinimon2003-10-261-2/+4
| | | | | Google was one project that appeared to be based on this source code: http://cvs.synchro.net/cgi-bin/viewcvs.cgi/src/stp.
* Per distfile survey, remove mastersite that expired in October 2002.linimon2003-10-261-1/+2
|
* Update to 8.0.4.kuriyama2003-10-255-24/+40
| | | | | | | | | | ** HEADS UP! ** This major version up includes configuration file format change. Please convert your conserver.cf before using new vewsion. And $USE_RC_SUBR is used in this port. You need to set conserver_enable="YES" to your /etc/rc.conf to use conserver daemon.
* utilize SITE_PERLijliao2003-10-243-8/+6
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-2213-89/+89
| | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992
* Unbreak build by use WANT_AUTOMAKE_VER=15.osa2003-10-211-1/+1
| | | | | Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) PR: 58328, 58329, 58330
* Pass gnokii maintainership to ports@. I only passively use gnokii for SMSanders2003-10-201-1/+1
| | | | nowadays.
* Before committing the previous BROKEN changes I carefully checked the statuskris2003-10-161-7/+1
| | | | | | | | | of each port on bento and for recent fixes. Unfortunately at some point I got confused and switched to the wrong list :-) As a result I picked up a number of ports that were fixed a while ago. Sorry for the false alarm, maintainers. Pointy hat to: kris
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* Unbreak port by adding dependency on autoconf.edwin2003-10-131-2/+1
| | | | Noticed by: bento
* BROKEN: Broken pkg-plistkris2003-10-131-0/+2
|
* Add USE_XLIB to the ports Makefileedwin2003-10-131-0/+1
| | | | Noticed by: bento
* unbreak build on CURRENToliver2003-10-122-0/+12
| | | | | | bump PORTREVISION Noted By: bento
* - use DOCSDIRdinoex2003-10-121-5/+5
|