aboutsummaryrefslogtreecommitdiff
path: root/comms
Commit message (Collapse)AuthorAgeFilesLines
* Mark jobs unsafeBaptiste Daroussin2013-07-101-2/+2
| | | | Notes: svn path=/head/; revision=322679
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-092-10/+4
| | | | | | | | | | While here: - trim headers - Remove indefinite article from comment - convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=322587
* - Drop all my portsPav Lucistnik2013-07-091-1/+1
| | | | Notes: svn path=/head/; revision=322581
* Horde package update:Martin Matuska2013-07-092-3/+3
| | | | | | | | | pear-Horde_ActiveSync 2.5.2 -> 2.5.4 pear-Horde_Core 2.6.0 -> 2.6.1 pear-Horde_Share 2.0.3 -> 2.0.4 Notes: svn path=/head/; revision=322568
* Convert the ports I maintain to USES=gmake.Guido Falsi2013-07-081-2/+1
| | | | Notes: svn path=/head/; revision=322531
* Remove uneeded USE_DISPLAYBaptiste Daroussin2013-07-081-7/+2
| | | | | | | | | While here: Trim header Remove indefinite article from comment Notes: svn path=/head/; revision=322505
* Update the KDE Software Compilation to 4.10.5.Raphael Kubo da Costa2013-07-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved. Notes: svn path=/head/; revision=322300
* Updated trustedqsl and removed tqsllib port which is no longer neededDiane Bruce2013-07-0313-165/+90
| | | | | | | | | | | | | | | Some cleanups and fixes needed. Original comment from shurd@sasktel.net I noticed that the new version allows uploading directly from the tqsl app, so I've updated the port. The tqsllib is no longer a separate package from upstream, so I added the CONFLICTS_INSTALL for it. A note will be needed in ports/UPDATING regarding this. Submitted by: Stephen Hurd <shurd@sasktel.net> Notes: svn path=/head/; revision=322238
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.Raphael Kubo da Costa2013-07-021-2/+2
| | | | | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly. Notes: svn path=/head/; revision=322191
* Deprecate ports broken on FreeBSD 8 or newerAntoine Brodin2013-07-012-0/+6
| | | | | | | Approved by: maintainer silence Notes: svn path=/head/; revision=322146
* Remove expired ports:Rene Ladan2013-07-017-104/+0
| | | | | | | | | | | | | | 2013-07-01 net/openldap23-sasl-client: Unmaintained by upstream 2013-07-01 net/openldap23-server: Unmaintained by upstream 2013-07-01 net/openldap23-client: Unmaintained by upstream 2013-07-01 www/py-django13: Unsupported version 2013-07-01 devel/libtifiles: Superseded by devel/libtifiles2 2013-07-01 comms/libticables: Superseded by comms/libticables2 2013-07-01 devel/libticalcs: Superseded by comms/libticalcs2 2013-07-01 emulators/tiemu2: Superseded by emulators/tiemu3 Notes: svn path=/head/; revision=322119
* Remove expired ports:Rene Ladan2013-06-305-77/+0
| | | | | | | | | | | 2013-06-30 www/siteatschool: Unmaintained upstream 2013-06-30 textproc/romdict: Upstream the project seems dead for years 2013-06-30 www/dillo-i18n: dillo1 is no longer actively maintained. Please consider using www/dillo2 which has full UTF-8 support 2013-06-30 www/dillo: dillo1 is no longer actively maintained. Please consider using www/dillo2 instead 2013-06-30 comms/qfaxreader: No activity upstream since 2006; uses QT3 Notes: svn path=/head/; revision=322093
* Convert to USES=imakeBaptiste Daroussin2013-06-283-13/+5
| | | | Notes: svn path=/head/; revision=321975
* Horde package update:Martin Matuska2013-06-282-3/+3
| | | | | | | | | | pear-Horde_ActiveSync 2.5.0 -> 2.5.2 pear-Horde_Crypt 2.2.0 -> 2.2.1 pear-Horde_Form 2.0.4 -> 2.0.5 pear-Horde_Util 2.2.2 -> 2.3.0 Notes: svn path=/head/; revision=321959
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
* - update to 2.0.8Jason Helfman2013-06-283-160/+83
| | | | | | | | | | | | - Fix options - pass maintainership to sumbmitter - while here convert to options_sub routines, and shorten master_sites PR: 180041 Submitted by: danilogondolfo@gmail.com Notes: svn path=/head/; revision=321933
* Update multimedia/ffmpeg1 to 1.2.1Martin Matuska2013-06-251-0/+1
| | | | | | | | PR: ports/177145 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> Notes: svn path=/head/; revision=321725
* Deprecate: broken on FreeBSD 8 and newerAntoine Brodin2013-06-241-0/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=321691
* Update to 1.0.2Rene Ladan2013-06-242-4/+4
| | | | Notes: svn path=/head/; revision=321672
* the only MASTER_SITE for comms/minicom is alioth.debian.org, which is currentlyJohan van Selst2013-06-232-11/+6
| | | | | | | | | | | | | | | | | | returning 406 Not Acceptable if your http(s) request does not include a Accept header of the destination file type or */*. (a missing Accept line should be intepreted as accepting all types). * fix fetching by adding another mirror site * change download urls to ones given on project page * add https mirror * change default device from cuad to cuau (cuad is 7.x and earlier) * remove conditional for 7.x device names: 7.x is no more supported PR: ports/179871 Submitted by: r4721@tormail.org Notes: svn path=/head/; revision=321624
* Add ONLY_FOR_ARCHS.Juergen Lock2013-06-221-0/+3
| | | | Notes: svn path=/head/; revision=321573
* - Update to 0.95 .Juergen Lock2013-06-227-62/+128
| | | | | | | | | | | - The DAB(+) receiver app now needs MMX and SSE2 so might not run on some old i386 systems, on the other hand it uses considerably less CPU than previous versions. - Add spectrum-viewer app. - More release notes in %%PREFIX%%/share/doc/dabstick-radio/README-0.95 . Notes: svn path=/head/; revision=321572
* Yet another DCF77 decoder. This one is intended for the Raspberry PiRene Ladan2013-06-215-0/+51
| | | | | | | | | | | platform but might work on other devices using GPIO pins too. The received data can be logged for later playback/analysis. WWW: https://github.com/rene0/dcf77pi Notes: svn path=/head/; revision=321506
* . remove DISTNAME (it is the default one);Boris Samorodov2013-06-201-7/+2
| | | | | | | | . delete an article from COMMENT; . trim Makefile headers. Notes: svn path=/head/; revision=321424
* Fix mtree: the port creates an empty DATADIR. Lets define an emptyBoris Samorodov2013-06-201-0/+1
| | | | | | | | | | | list PORTDATA to take this directory into account. Well, the other way is to add an appropriate line to TMPPLIST. But I like the former more. Reported by: Ports-QAT Pointyhat to: bsam (me) Notes: svn path=/head/; revision=321423
* . add license (GPLv2);Boris Samorodov2013-06-201-11/+12
| | | | | | | | | | | . bump PORTREVISION; . NOPORTDOCS -> PORT_OPTIONS:MDOCS; . mute mkdir command; . do not surround PORTDOCS with .if operator; . trim Makefile headers. Notes: svn path=/head/; revision=321420
* . remove shlib ABI version numbers from LIB_DEPENDS;Boris Samorodov2013-06-201-7/+3
| | | | | | | | . delete an article from COMMENT; . trim Makefile headers. Notes: svn path=/head/; revision=321419
* Add a "@cwd" at the end of pkg-plist. Any automated tool writingBoris Samorodov2013-06-201-0/+1
| | | | | | | | | at the PLIST file may benifit this. Spotted by: kwm (thanks!) Notes: svn path=/head/; revision=321418
* . add license (GPLv2);Boris Samorodov2013-06-202-17/+13
| | | | | | | | | | | | | . bump PORTREVISION; . use PLIST_FILES and PORTDOCS; . remove pkg-plist (7 lines); . NOPORTDOCS -> PORT_OPTIONS:MDOCS; . ${PREFIX}/share/doc/yaps -> ${DOCSDIR}; . use one line install command for two files; . trim Makefile headers. Notes: svn path=/head/; revision=321417
* . GKERMIT_DOCDIR -> DOCSDIR;Boris Samorodov2013-06-202-12/+5
| | | | | | | | | | . mute mkdir command; . make use PORTDOCS and PLIST_FILES; . remove pkg-plist (3 lines); . trim Makefile headers. Notes: svn path=/head/; revision=321416
* portlint: place PORTREVISION at the appropriate position;Boris Samorodov2013-06-201-6/+2
| | | | | | | . trim Makefile headers. Notes: svn path=/head/; revision=321415
* Place LICENSE at the appropriate position.Boris Samorodov2013-06-201-2/+2
| | | | Notes: svn path=/head/; revision=321414
* . use PLIST_FILES and remove pkg-plist (4 lines);Boris Samorodov2013-06-202-10/+4
| | | | | | | | . . delete an article from COMMENT; . trim Makefile headers. Notes: svn path=/head/; revision=321413
* . remove shlib ABI version number from LIB_DEPENDS;Boris Samorodov2013-06-201-7/+3
| | | | | | | | . delete an article from COMMENT; . trim Makefile headers. Notes: svn path=/head/; revision=321412
* . remove shlib ABI version number from LIB_DEPENDS;Boris Samorodov2013-06-201-2/+2
| | | | | | | . portlint: use a tab (not space) after a variable name. Notes: svn path=/head/; revision=321411
* . NOPORTDOCS -> PORT_OPTIONS:MDOCS;Boris Samorodov2013-06-201-10/+9
| | | | | | | | | | . remove extra tabs from commands; . mute mkdir command; . install two files at one line command; . trim Makefile headers. Notes: svn path=/head/; revision=321410
* Absolute paths does not play good with pkg_* tools,Boris Samorodov2013-06-201-4/+5
| | | | | | | | | | while pkgng uses them just fine. So change current directory to / before touching /var files and directories. Spotted by: antoine (thanks!) Notes: svn path=/head/; revision=321409
* . NOPORTDOCS -> PORT_OPTIONS:MDOCS;Boris Samorodov2013-06-202-18/+12
| | | | | | | | | | . mute mkdir commands; . use one line install command; . introduce PORTDOCS at Makefile (trim pkg-plist); . trim Makefile headers. Notes: svn path=/head/; revision=321404
* . use PLIST_FILES;Boris Samorodov2013-06-202-8/+2
| | | | | | | | . delete pkg-plist (3 lines); . trim Makefile headers. Notes: svn path=/head/; revision=321403
* . introduce port options (DOCS);Boris Samorodov2013-06-202-15/+16
| | | | | | | | | | | | . use standard DOCSDIR instead of DOCDIR; . make use PORTDOCS at Makefile (trim pkg-plist); . mute mkdir command; . use one line install command; . add padding for PKGMESSAGE; . use @dirrmtry instead @exexec /bin/rmdir at pkg-plist. Notes: svn path=/head/; revision=321402
* . remove shlib ABI version numbers from LIB_DEPENDS;Boris Samorodov2013-06-201-7/+3
| | | | | | | | . remove an article frmo COMMENT; . trim Makefile headers. Notes: svn path=/head/; revision=321400
* . portlint: "RUN_DEPENDS" has to appear earlier;Boris Samorodov2013-06-201-9/+5
| | | | | | | | . remove an article from COMMENT; . trim Makefile headers. Notes: svn path=/head/; revision=321399
* . NOPORTDOCS~> PORT_OPTIONS:MDOCS;Boris Samorodov2013-06-201-6/+6
| | | | | | | . trim Makefile headers. Notes: svn path=/head/; revision=321395
* Put LICENSE at apropriate position.Boris Samorodov2013-06-201-1/+2
| | | | Notes: svn path=/head/; revision=321394
* Horde package update:Martin Matuska2013-06-182-3/+3
| | | | | | | | | | | | | | | | Horde_ActiveSync 2.4.0 -> 2.5.0 Horde_Core 2.5.0 -> 2.6.0 Horde_History 2.0.2 -> 2.1.0 Horde_Icalendar 2.0.5 -> 2.0.6 Horde_Imap_Client 2.11.5 -> 2.11.6 Horde_Injector 2.0.1 -> 2.0.2 Horde_Mime 2.2.1 -> 2.2.2 horde-base 5.1.0 -> 5.1.1 horde-imp 6.1.1 -> 6.1.2 horde-kronolith 4.1.0 -> 4.1.1 Notes: svn path=/head/; revision=321209
* - Reset maintainer due to fatal email bounceRyan Steinmetz2013-06-184-9/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=321188
* - pointyhat myself. I forgot to remove the diffs for the filesDiane Bruce2013-06-184-65/+3
| | | | | | | | | | upstream has adopted patches for. - Noted by Tom KH6ILT (Sorry!) Submitted by: Thomas Laus <lausts@acm.org> Notes: svn path=/head/; revision=321165
* Add gqrx, a Qt-based software defined radio receiverGanael LAPLANCHE2013-06-174-0/+46
| | | | Notes: svn path=/head/; revision=321087
* - Make sure /var/spool get properly clean up after deinstallMartin Wilke2013-06-142-5/+2
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320868
* - Update to 3.21.72Diane Bruce2013-06-132-3/+3
| | | | | | | | - Tons of fixes to GUI - Many additional macros added Notes: svn path=/head/; revision=320730