aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.002wen2016-08-252-4/+4
| | | | Changes: http://cpansearch.perl.org/src/BDFOY/Business-ISBN-3.002/Changes
* Add MANIFEST files for 11.0-RC2.gjb2016-08-2514-59/+59
| | | | | | | Remove MANIFEST files from 11.0-BETA4, removed from mirrors. Approved by: bdrewery (maintainer, implicit, re@ blanket) Sponsored by: The FreeBSD Foundation
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-2416-68/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961
* misc/nms: document ncurses, honor CFLAGS and LDFLAGSmarino2016-08-232-5/+10
| | | | Approved by: just-fix-it + ncurses blanket
* misc/tempcontrol: document and fix ncurses requirementmarino2016-08-232-2/+3
|
* Update iso-codes to 3.69.kwm2016-08-213-4/+452
|
* Update to version 4.8.4pawel2016-08-202-4/+4
| | | | | PR: 212003 Submitted by: Neel Chauhan (maintainer)
* misc/jive: mark deprecated and set expirationswills2016-08-191-0/+3
|
* - Update to 0.2.1zi2016-08-192-4/+4
|
* - Update to 2.4cpm2016-08-172-4/+4
| | | | | | | | - Added StackOverflow attribution Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D7546
* Update to version 1.0.8pawel2016-08-172-4/+4
| | | | | PR: 211810 Submitted by: Neel Chauhan (maintainer)
* Update to 0.25olivierd2016-08-152-5/+6
|
* - Add LICENSE informationpawel2016-08-142-5/+7
| | | | | | - Switch to USES=localbase - Port is architecture neutral - Regenerate patch with make makepatch
* - Update to 0.2.2.2016062701ehaupt2016-08-133-9/+11
| | | | - Update WWW
* Add 11.0-RC1 MANIFEST files.gjb2016-08-1314-59/+59
| | | | | | | Remove 11.0-BETA3 MANIFEST files, removed from the mirrors. Approved by: bdrewery (maintainer, implicit, re@ blanket) Sponsored by: The FreeBSD Foundation
* ddate has been officially removed from util-linux and move to github [1].ehaupt2016-08-134-64/+28
| | | | | | | | | The new version scheme requires EPOCH to be bumped. While here switch to new option helpers. [1] https://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=b77ce61eb31e3b7ab8295e848ef741e43b16ca87 Notified by: Kathie Dart <kathiedart@gmail.com> (via mail)
* Sort category Makefiles.olgeni2016-08-101-3/+3
|
* Add misc/elixir-mime, a library that maps mime types toolgeni2016-08-105-0/+32
| | | | extensions and vice-versa.
* - Add NO_ARCHamdmi32016-08-101-11/+7
| | | | | - Switch to options helpers - Simplify installation
* - Update to 1.66jadawin2016-08-092-3/+4
|
* Fix build with mono 4.4.romain2016-08-091-0/+13
| | | | | Some assemblies have been relocated, so adjust files path to point to the correct location.
* USE_BDB cleanup.mat2016-08-081-2/+1
| | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight
* Add 11.0-BETA4 MANIFEST files.gjb2016-08-0620-118/+60
| | | | | | | | Remove 11.0-BETA1 and 11.0-BETA2, which have been removed from the mirrors. Approved by: bdrewery (maintainer, implicit, re blanket) Sponsored by: The FreeBSD Foundation
* - Clarify LICENSEamdmi32016-08-041-16/+14
| | | | | | | - Add LICENSE_FILE - Add missing X11 depends - Cosmetic fixes - Switch to options helpers
* [NEW] misc/py-pyfiglet: Pure-python FIGlet implementationkoobs2016-08-044-0/+29
| | | | | | | pyfiglet is a full port of FIGlet (WWW: http://www.figlet.org/) into pure python. It takes ASCII text and renders it in ASCII art fonts. WWW: https://github.com/pwaller/pyfiglet
* misc/elscreen: Fix options definition / remove obsolete emacs logicmarino2016-08-041-9/+4
| | | | | | | | | The OPTIONS_DEFINE clause was positioned incorrectly after bsd.port.pre.mk include, breaking SELECTED_OPTIONS. However, the <pre>/<post> inclusions were in place to handle emacs20, a port that's long since been removed from the tree. Remove the obsolete logic which fixes the DOCS option. Approved by: just-fix-it
* Update to version 4.8.3pawel2016-08-042-4/+4
| | | | | PR: 211556 Submitted by: Neel Chauhan (maintainer)
* Don't use extension.ini any more, and have each extension install in itsmat2016-08-034-0/+4
| | | | | | | | | | | | | | | | | | | | | file, so the order remains the same. Every PHP (or Zend) extension now installs its own .ini file in /usr/local/etc/php. A PHP extension will be automatically activated when installed. The order into which extensions are loaded is automatically guessed. In some very rare cases, the guess will be wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php section of the Porter's Handbook for more information. Convert ports touching etc/php/extensions.ini manually, or telling the OP to do it. And finally, bump PORTREVISION for all php extensions. PR: 210697 Submitted by: mat Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7022
* - Update to 2.11jadawin2016-08-032-3/+4
|
* Register conflict with newly added sysutils/lrpawel2016-08-011-0/+2
|
* Add 11.0-BETA3 MANIFEST files.gjb2016-07-308-1/+59
| | | | | Approved by: bdrewery (maintainer, implicit, re@ blanket) Sponsored by: The FreeBSD Foundation
* Belatedly add 11.0-BETA2 MANIFEST files.gjb2016-07-308-1/+59
| | | | | Approved by: bdrewery (maintainer, implicit, re@ blanket) Sponsored by: The FreeBSD Foundation
* Update to version 4.8.1pawel2016-07-282-4/+4
| | | | | PR: 211408 Submitted by: Neel Chauhan (maintainer)
* - Update to version 1.08 [1]pawel2016-07-283-19/+25
| | | | | | | | | | | | | | | - Update LICENSE and set LICENSE_FILE [1] - Port is architecture neutral - Split install target to conditional installation of files depending on options set Changelog: - Use env printf instead of hardcoding printf path - Added a $forecast_text variable allowing to customize forecast text - Relicensed under the BSD 2-Clause license PR: 211384 [1] Submitted by: Danilo G. Baio (maintainer) [1]
* - Update to 1.2.0amdmi32016-07-272-13/+13
| | | | | | | | - Pass maintainership to submitter - While here, switch to USES=shebangfix PR: 211370 Submitted by: dg@syrec.org
* Reset miwi@'s ports, he stepped down from the Ports Team.rene2016-07-262-2/+2
| | | | With hat: portmgr-secretary
* misc/ini_file_manager: add Library_Kind definition to gpr filemarino2016-07-222-7/+6
| | | | While here, simpilify install target with modern knobs
* Update to 2016f. [1]mat2016-07-214-13/+20
| | | | | | | | | | While there, clean things up a bit and really do staging. PR: 211260 [1] Submitted by: devel stasyan com MFH: 2016Q3 With hat: portmgr Sponsored by: Absolight
* - Update to 0.5tota2016-07-212-4/+5
| | | | - Add "compiles" argument to USES=cran
* - Fix licenseamdmi32016-07-202-4/+4
| | | | - Regenerate patches with `make makepatch`
* Add misc/erlang-mimetypes, an Erlang library to fetch MIMEolgeni2016-07-205-0/+44
| | | | extension/name mappings.
* - Update to 0.8.2amdmi32016-07-192-5/+7
| | | | | | | - While here, fix LICENSE, add LICENSE_FILE and remove bogus USES=tar:bzip2 PR: 211220 Submitted by: mp39590@gmail.com (maintainer)
* When there is a do-install target, do not use a post-install target, domat2016-07-198-16/+0
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* Fix build to help linker find -luuid.mandree2016-07-191-2/+2
|
* - Update to 2.3cpm2016-07-193-26/+4
| | | | | | | | - Remove unneeded patch Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D7233
* - Update to 2.2cpm2016-07-153-5/+27
| | | | | | | | | | - Add USES=dos2unix - Add patch to don't show README.rst content while socli is building. - Added tag based search Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D7205
* - Clarify LICENSEamdmi32016-07-131-2/+5
| | | | | | - Add LICENSE_FILE - Add missing X11 depends - Switch to options helpers
* Update misc/mbuffer to 20160613asomers2016-07-122-3/+4
| | | | | | | | | PR: 210504 Reviewed by: brd Approved by: maintainer-timeout Approved by: brd (ports) Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D6949
* Fix maintainership.bdrewery2016-07-111-1/+1
| | | | re@ and secteam@ have implicit approval to modify this port.
* Fix pkg-plistgjb2016-07-111-0/+6
| | | | | | Approved by: cperciva (maintainer) Pointyhat: gjb (myself) Sponsored by: The FreeBSD Foundation
* Add 11.0-BETA1 MANIFEST files.gjb2016-07-117-1/+53
| | | | | Approved by: cperciva (maintainer) Sponsored by: The FreeBSD Foundation
* Update to r49071 from the FreeBSD docset (a.k.a. 11.0-R version).blackend2016-07-107-25/+52
| | | | Approved by: doceng (implicit)
* Remove a patch from devel/gmake so the port no longer depends ontijl2016-07-081-2/+1
| | | | | | | | | | print/texinfo which requires gmake. To break this circular dependency gmake-lite was introduced. This can be removed now as well. PR: 210623 Reviewed by: bapt Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 2.1 releasecpm2016-07-082-5/+5
| | | | | | | | | - Fixed bugs on python2 - Added URL support Reviewed by: feld (mentor), junovitch (mentor), koobs Approved by: feld (mentor), junovitch (mentor), koobs Differential Revision: D7133
* Set PORTREVISION properly.brd2016-07-081-1/+2
| | | | Approved by: bdrewery (mentor)
* Bump PORTREVISION for the icu revert.mat2016-07-071-1/+1
| | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight
* seabios: update to 1.9.3royger2016-07-062-3/+4
| | | | Sponsored by: Citrix Systems R&D
* devel/icu: bump PORTREVISION on dependent portsgahr2016-07-061-1/+1
|
* - Update to 1.8 releasecpm2016-07-062-13/+6
| | | | | | | | | - Change USES=python:3 to USES=python because python2 support has been added - Remove ignore on package buiders Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D7099
* Remove expired ports without open PRs:rene2016-07-0517-223/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2016-07-04 security/openpgpsdk: Broken for more than 6 months 2016-07-04 security/radiusniff: Broken for more than 6 months 2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months 2016-07-04 security/sshit: Broken for more than 6 months 2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months 2016-07-04 security/rainbowcrack: Broken for more than 6 months 2016-07-04 security/vlog: Broken for more than 6 months 2016-07-04 security/cryptstring: Broken for more than 6 months 2016-07-04 x11/libdnd: Broken for more than 6 months 2016-07-04 x11/xlupe: Broken for more than 6 months 2016-07-04 x11/xco: Broken for more than 6 months 2016-07-04 x11/xclick: Broken for more than 6 months 2016-07-04 devel/ocfpcsc: Broken for more than 6 months 2016-07-04 devel/dits: Broken for more than 6 months 2016-07-04 devel/ruby-cache: Broken for more than 6 months 2016-07-04 devel/rapidsvn: Broken for more than 6 months 2016-07-04 devel/svnkit: Broken for more than 6 months 2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months 2016-07-04 devel/cl-uffi: Broken for more than 6 months 2016-07-04 devel/ruby-event-loop: Broken for more than 6 months 2016-07-04 devel/libqxt: Broken for more than 6 months 2016-07-04 devel/dasm: Broken for more than 6 months 2016-07-04 devel/libopendaap: Broken for more than 6 months 2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi 2016-07-04 devel/cvs2p4: Broken for more than 6 months 2016-07-04 devel/bufferpool: Broken for more than 6 months 2016-07-04 devel/ifd-test: Broken for more than 6 months 2016-07-04 devel/eric4: Broken for more than 6 months 2016-07-04 devel/uclmmbase: Broken for more than 6 months 2016-07-04 devel/obfuscatejs: Broken for more than 6 months 2016-07-04 devel/oniguruma: Broken for more than 6 months 2016-07-04 devel/libbnr: Broken for more than 6 months 2016-07-04 devel/c4: Broken for more than 6 months 2016-07-04 devel/memcheck: Broken for more than 6 months 2016-07-04 devel/liblcfg: Broken for more than 6 months 2016-07-04 devel/omake: Broken for more than 6 months 2016-07-04 devel/svndelta: Broken for more than 6 months 2016-07-04 devel/papp: Broken for more than 6 months 2016-07-04 devel/mk: Broken for more than 6 months 2016-07-04 devel/avltree: Broken for more than 6 months 2016-07-04 devel/cbind: Broken for more than 6 months 2016-07-04 devel/tclgetopts: Broken for more than 6 months 2016-07-04 devel/antlrworks: Broken for more than 6 months 2016-07-04 devel/acme: Broken for more than 6 months 2016-07-04 devel/libopensync022: Broken for more than 6 months 2016-07-04 archivers/epkg: Broken for more than 6 months 2016-07-04 print/enscriptfonts: Broken for more than 6 months 2016-07-04 print/mup: Broken for more than 6 months 2016-07-04 lang/lua-mode.el: Broken for more than 6 months 2016-07-04 lang/s9fes: Broken for more than 6 months 2016-07-04 lang/alisp: Broken for more than 6 months 2016-07-04 lang/intel2gas: Broken for more than 6 months 2016-07-04 lang/stalin: Broken for more than 6 months 2016-07-04 french/eric4: Depends on expiring devel/eric4 2016-07-04 textproc/exslt: Broken for more than 6 months 2016-07-04 textproc/xt: Broken for more than 6 months 2016-07-04 textproc/ssddiff: Broken for more than 6 months 2016-07-04 textproc/xslint: Broken for more than 6 months 2016-07-04 textproc/cbedic: Broken for more than 6 months 2016-07-04 textproc/tralics: Broken for more than 6 months 2016-07-04 textproc/docbookide.el: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months 2016-07-04 textproc/tdhkit: Broken for more than 6 months 2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months 2016-07-04 dns/ldnsm: Broken for more than 6 months 2016-07-04 japanese/guesswork-classic: Broken for more than 6 months 2016-07-04 japanese/texinfo: Broken for more than 6 months 2016-07-04 japanese/jyuroku: Broken for more than 6 months 2016-07-04 japanese/mtools: Broken for more than 6 months 2016-07-04 palm/pdbar: Broken for more than 6 months 2016-07-04 graphics/gplot: Broken for more than 6 months 2016-07-04 graphics/white_dune: Broken for more than 6 months 2016-07-04 graphics/whirlgif: Broken for more than 6 months 2016-07-04 graphics/libaux: Broken for more than 6 months 2016-07-04 graphics/import-pictures: Broken for more than 6 months 2016-07-04 math/xgobi: Broken for more than 6 months 2016-07-04 math/fricas: Broken for more than 6 months 2016-07-04 math/dcdflib: Broken for more than 6 months 2016-07-04 math/libneural: Broken for more than 6 months 2016-07-04 math/open-axiom: Broken for more than 6 months 2016-07-04 irc/nefarious: Broken for more than 6 months 2016-07-04 irc/slirc: Broken for more than 6 months 2016-07-04 irc/ratbox-respond: Broken for more than 6 months 2016-07-04 irc/qwebirc: Broken for more than 6 months 2016-07-04 biology/platon: Broken for more than 6 months 2016-07-04 news/slnr: Broken for more than 6 months 2016-07-04 science/jmol: Broken for more than 6 months 2016-07-04 net/nstxd: Broken for more than 6 months 2016-07-04 net/sprinkle: Broken for more than 6 months 2016-07-04 editors/ssam: Broken for more than 6 months 2016-07-04 editors/fb: Broken for more than 6 months 2016-07-04 misc/quotes: Broken for more than 6 months 2016-07-04 misc/boxquote.el: Broken for more than 6 months 2016-07-04 misc/pypanda: Broken for more than 6 months 2016-07-04 misc/cuecat: Broken for more than 6 months 2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months 2016-07-04 german/eric4: Depends on expiring devel/eric4 2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase 2016-07-04 multimedia/ggrab: Broken for more than 6 months 2016-07-04 emulators/dynamips: Broken for more than 6 months 2016-07-04 emulators/dynamips-devel: Broken for more than 6 months 2016-07-04 emulators/sim6811: Broken for more than 6 months 2016-07-04 emulators/minivmac: Broken for more than 6 months 2016-07-04 cad/qcad-partslib: Broken for more than 6 months 2016-07-04 comms/dump1090_mr: Broken for more than 6 months 2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd 2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months 2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months 2016-07-04 sysutils/jfbterm: Broken for more than 6 months 2016-07-04 sysutils/daedalus: Broken for more than 6 months 2016-07-04 sysutils/pcfclock: Broken for more than 6 months 2016-07-04 sysutils/vlogger: Broken for more than 6 months 2016-07-04 sysutils/bontmia: Broken for more than 6 months 2016-07-04 mail/pop3gwd: Broken for more than 6 months 2016-07-04 mail/mailtray: Broken for more than 6 months 2016-07-04 mail/pflogstats: Broken for more than 6 months 2016-07-04 mail/exact: Broken for more than 6 months 2016-07-04 mail/wmpop3: Broken for more than 6 months 2016-07-04 mail/qmail-conf: Broken for more than 6 months 2016-07-04 mail/gld: Broken for more than 6 months 2016-07-04 mail/dsbl-testers: Broken for more than 6 months 2016-07-04 mail/vqregister: Broken for more than 6 months 2016-07-04 mail/atmail: Broken for more than 6 months 2016-07-04 mail/ml: Broken for more than 6 months 2016-07-04 net-im/icb: Broken for more than 6 months 2016-07-04 net-im/cicquin: Broken for more than 6 months 2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months 2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months 2016-07-04 russian/eric4: Depends on expiring devel/eric4 2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months 2016-07-04 www/xpi-clearfields: Broken for more than 6 months 2016-07-04 www/pecl-varnish: Broken for more than 6 months 2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months 2016-07-04 www/hudson: Broken for more than 6 months 2016-07-04 www/xpi-mldonkey: Broken for more than 6 months 2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months 2016-07-04 www/trac-mastertickets: Broken for more than 6 months 2016-07-04 www/dotclear: Broken for more than 6 months 2016-07-04 www/ruby-wgettsv: Broken for more than 6 months 2016-07-04 www/wwwstat: Broken for more than 6 months 2016-07-04 www/xpi-prism: Broken for more than 6 months 2016-07-04 www/xpi-fasterfox: Broken for more than 6 months 2016-07-04 www/siteframe: Broken for more than 6 months 2016-07-04 www/py-urljr: Broken for more than 6 months 2016-07-04 www/reviewboard: Broken for more than 6 months 2016-07-04 www/xpi-tabletools: Broken for more than 6 months 2016-07-04 www/wikindx: Broken for more than 6 months 2016-07-04 www/typolight: Broken for more than 6 months 2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months 2016-07-04 www/xpi-gbrain: Broken for more than 6 months 2016-07-04 www/trac-robotstxt: Broken for more than 6 months 2016-07-04 www/simplog: Broken for more than 6 months 2016-07-04 www/chtml: Broken for more than 6 months 2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months 2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months 2016-07-04 databases/mysql-xql: Broken for more than 6 months 2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months 2016-07-04 games/lucidlife: Broken for more than 6 months 2016-07-04 games/gma: Broken for more than 6 months 2016-07-04 games/smiley: Broken for more than 6 months 2016-07-04 games/noegnud-littlehack: Broken for more than 6 months 2016-07-04 games/sdlquake2: Broken for more than 6 months 2016-07-04 games/daimonin: Depends on expiring games/daimonin-music 2016-07-04 games/noegnud-nethack: Broken for more than 6 months 2016-07-04 games/xbomber: Broken for more than 6 months 2016-07-04 games/xwelltris: Broken for more than 6 months 2016-07-04 games/ftjava: Broken for more than 6 months 2016-07-04 games/daimonin-music: Broken for more than 6 months 2016-07-04 games/gno3dtet: Broken for more than 6 months 2016-07-04 games/qtv: Broken for more than 6 months 2016-07-04 games/xwordpy: Broken for more than 6 months 2016-07-04 games/netris: Broken for more than 6 months 2016-07-04 games/rt2-demo: Broken for more than 6 months 2016-07-04 games/noegnud-addons: Broken for more than 6 months 2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months 2016-07-04 games/live-f1: Broken for more than 6 months 2016-07-04 games/xonix: Broken for more than 6 months 2016-07-04 games/fgkicker: Broken for more than 6 months 2016-07-04 games/tank: Depends on expiring graphics/libaux 2016-07-04 games/linux-nwserver: Broken for more than 6 months 2016-07-04 games/quake2-zaero: Broken for more than 6 months 2016-07-04 games/pyching: Broken for more than 6 months 2016-07-04 games/thevalley: Broken for more than 6 months 2016-07-04 games/xroads: Broken for more than 6 months 2016-07-04 games/fxsudoku: Broken for more than 6 months 2016-07-04 games/sudoku: Broken for more than 6 months 2016-07-04 games/kmancala: Broken for more than 6 months 2016-07-04 games/plonx: Broken for more than 6 months 2016-07-04 games/wmminichess: Broken for more than 6 months 2016-07-04 games/noegnud-slashem: Broken for more than 6 months 2016-07-04 games/latrine: Broken for more than 6 months 2016-07-04 games/pysycache-themes: Broken for more than 6 months 2016-07-04 games/nibbles: Broken for more than 6 months 2016-07-04 games/hlstatsx: Broken for more than 6 months 2016-07-04 audio/streamtuner: Broken for more than 6 months 2016-07-04 audio/mangler: Broken for more than 6 months 2016-07-04 audio/hawkvoice: Broken for more than 6 months 2016-07-04 audio/alac: Broken for more than 6 months 2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months 2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months 2016-07-04 x11-wm/musca: Broken for more than 6 months 2016-07-04 x11-wm/e-module-places: Broken for more than 6 months 2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months 2016-07-04 x11-wm/e-module-net: Broken for more than 6 months 2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months 2016-07-04 ftp/fget: Broken for more than 6 months 2016-07-04 net-mgmt/netmond: Broken for more than 6 months 2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
* - Update to version 4.7.6 [1]pawel2016-07-042-5/+4
| | | | | | | - Don't set GH_ACCOUNT to it's default setting PR: 210745 Submitted by: Neel Chauhan (maintainer) [1]
* [NEW] misc/py-pyprind: Python Progress Bar and Percent Indicator Utilitykoobs2016-06-305-0/+54
| | | | | | | | | | | | | The PyPrind (Python Progress Indicator) module provides a progress bar and a percentage indicator object that let you track the progress of a loop structure or other iterative computation. Typical applications include the processing of large data sets to provide an intuitive estimate at runtime about the progress of the computation. WWW: https://www.github.com/rasbt/pyprind PR: 207758 Submitted by: Neel Chauhan <neel neelc org>
* Move the release MANIFESTS to misc/freebsd-release-manifests.bdrewery2016-06-3050-0/+368
| | | | Also add a dependency for ca_root_nss to Poudriere.
* - Add LICENSE_FILEamdmi32016-06-301-3/+6
| | | | | | | - Don't redundantly pass --prefix to GNU configure - Switch to options helpers - Add NO_ARCH - Style fixes
* Convert USE_PHP*=yes into USES=php*mat2016-06-282-5/+2
| | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
* Reset ports maintained by horia@racoviceanu.com.rakuco2016-06-282-2/+2
| | | | | | | | | | | | | The last change submitted or approved by Horia in Bugzilla dates back to September 2015. Since then, all commits to his ports were landed by others after the maintainer timeout period expired (see r383744, r405055, r405057, r400461 and r414655, for example). Horia did show interest in coming back after I sent a private email a few months ago, but since nothing has changed it is better to reassign his ports back to the heap. Differential Revision: https://reviews.freebsd.org/D5980
* Reset ports maintained by bf@ until he has time again to work on them.rene2016-06-281-1/+1
| | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary
* - Update to 1.0.7amdmi32016-06-282-3/+4
| | | | | PR: 210586 Submitted by: neel@neelc.org (maintainer)
* misc/rubygem-mime-types29: Create portswills2016-06-274-0/+29
| | | | | | | Create port for rubygem-mime-types at 2.99.x which is needed by some gems, specifically www/rubygem-rest-client. PR: 209973
* - Bump PORTREVISIONcpm2016-06-271-0/+1
| | | | | | Reported by: cperciva Reviewed by: junovitch (mentor) Approved by: junovitch (mentor)
* - Drop textproc/py-beautifulsoup as dependency because it was removed.cpm2016-06-271-2/+8
| | | | | | | | | | - Add www/py-beautifulsoup to RUN_DEPENDS - Ignore on the package builders Reported by: pkg-fallout Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D6971
* - Update to 2016.5sunpoet2016-06-272-3/+4
| | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb
* - Update to 20160621sunpoet2016-06-272-5/+5
| | | | Changes: https://github.com/pciutils/pciids/commits/master
* - Update to 1.7cpm2016-06-263-8/+10
| | | | | | | | | | | | | | | - Switch to GH - Update WWW in pkg-descr - Added new question feature - Fixed windows color problem - Intelligent colors - Added open in browser Reviewed by: koobs, junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D6964
* New port: misc/py-soclicpm2016-06-254-0/+32
| | | | | | | | | | | | Stack overflow command line client written in python. Using SoCLI you can search and browse stack overflow without leaving the terminal. WWW: https://pypi.python.org/pypi/socli/ Submitted by: me Reviewed by: amdmi3, feld (mentors) Approved by: amdmi3, feld (mentors) Differential Revision: D6939
* Update versions for 9.x and 10.x.tdb2016-06-243-0/+24
|
* Update to r48963 from the FreeBSD docset.blackend2016-06-236-11/+14
| | | | Approved by: doceng (implicit)
* Update to 2.011mat2016-06-212-4/+5
| | | | Sponsored by: Absolight
* Update to 2.12.mat2016-06-212-5/+5
| | | | Sponsored by: Absolight
* Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real namesmat2016-06-211-1/+1
| | | | | | | | | | | | | p5-Term-ReadLine-(Gnu,Perl,TTYtter). I can't find any reason for p5-ReadLine-Gnu to have been added as ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago. devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back where it should not have, so change its maintainer to be perl@ like devel/p5-ReadLine-Perl had. Sponsored by: Absolight
* Use framework instead of @exec to generate GTK icons cachebapt2016-06-182-4/+2
|
* misc/saaghar: remove wrongly used PLIST_SUB from pkg-plistpi2016-06-121-1/+1
| | | | | PR: 210113 Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde)
* - Update to 4.7.4amdmi32016-06-092-4/+4
| | | | | PR: 210048 Submitted by: neel@neelc.org (maintainer)
* Update to latest versions from 10.3-RELEASE-p5, including libpamdes2016-06-094-5/+86
|
* Update to latest versions from 9.3-RELEASE-p44des2016-06-092-5/+5
|
* - Update to 0.2.0zi2016-06-082-5/+9
| | | | | | | - Add missing bin/sneakers PR: 209909 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
* misc/lv: new MASTER_SITES at githubpi2016-06-075-15/+18
| | | | | | | | | | | | | - Lv's master site was gone because ISP was terminated the service. Submittter contacted the lv's author, he says "I can't create a new site so busy". So submitter uploaded lv's source code to GitHub. - Attached diff that changes MAINTAINER address and MASTER_SITES point to GitHub, some related changes also included. - patches re-generated patch by "make makepatch". - submitter becomes maintainer PR: 210067 Submitted by: IWAMOTO Kouichi <sue@iwmt.org>
* Deprecate ports broken for more than 6 monthsantoine2016-06-044-0/+8
|
* Update to 0.24olivierd2016-06-032-3/+4
|
* Update to 3.4.4lme2016-06-022-3/+4
|
* misc/rubygem-mime-types: 2.99.1 -> 3.1pi2016-06-012-8/+8
| | | | | | | | | | | | | | | | - Version 3.0 is a major release that requires Ruby 2.0 compatibility and removes deprecated functions. - The columnar registry format introduced in 2.6 has been made the primary format - the registry data has been extracted from this library and put into ruby-mime-types-data - Additionally, mime-types is now licensed exclusively under the MIT licence and there is a code of conduct in effect. - There are a number of other smaller changes described in https://github.com/mime-types/ruby-mime-types/blob/master/History.rdoc PR: 209936 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
* New port: misc/qt5-docpi2016-06-014-0/+11638
| | | | | | | | | | | | | | | | | | | | | | | | | | | This port builds and installs the Qt5 API documentation for use with IDEs such as qtcreator or kdevelop in qch file format and HTML file format. Limitations: The port is made for Qt 5.5.1 and excludes the documentation for qtwebkit, qtwebkit-examples and qtwebengine. The reasons are, webkit is deprecated and should not be used for further development, it will not be part of the Qt 5.6.x sources by default and only provided on FreeBSD for backwards compatibility with ports. API documentation may be later added to the qt5-webkit port (as well for qtwebkit-examples). The qtwebengine hasn't been ported to FreeBSD yet, so no documenation can be generated either. The build process uses the full qt source tarball and uses configure with the respective platform (freebsd-g++ or freebsd-clang). During configure, the qmake tool is compiled that generates the Makefiles for doc creation. While the qt5-qmake could also be used, it currently generates the documentation without the correct links and replaces them with text, which makes the API documentation useless with respect to the workflow. The compiling of qmake has been accepted for now as a minor drawback of the port. PR: 209861 Submitted by: Ralf Nolden <nolden@kde.org> (kde)
* Update to r48872 from the FreeBSD docset.blackend2016-05-306-22/+22
| | | | Approved by: doceng (implicit)
* Update misc/elixir-uuid to version 1.1.4.olgeni2016-05-302-3/+4
|
* misc/qt5-examples: remove superfluous pkg-descr filepi2016-05-291-5/+0
| | | | | PR: 209834 Submitted by: nolden@kde.org (kde)
* - Update to 0.07sunpoet2016-05-292-5/+7
| | | | | | | - Add LICENSE_FILE - Add more TEST_DEPENDS Changes: http://search.cpan.org/dist/Geo-Coder-OpenCage/Changes
* New port: misc/qt5-examples: Qt 5 examples sourcecodespi2016-05-285-0/+6477
| | | | | | | | | | | A collection of code samples and tutorials for Qt to help new users get started with Qt development. This is a support / add-on package for qtcreator, which likes to showcase examples. WWW: http://doc.qt.io/qt-5/qtexamplesandtutorials.html PR: 209320 Submitted by: groot@kde.org (kde), Ralf Nolden <nolden@kde.org> (kde)
* devel/py-qt4-core cleanups in py-qt4-*pi2016-05-281-1/+0
| | | | | | | - Cleanup work on the py-qt4 ports, leading to a reduced runtime footprint. PR: 209283 Submitted by: groot@kde.org (kde), rakuco
* misc/py-powerline-status: update to 2.4swills2016-05-282-3/+7
|
* misc/kde4-xdg-env: fix after kdeprefix removalpi2016-05-282-10/+1
| | | | | | | | | | | | | | | | Fix SUB_LIST and script This is related to bug #209799, same root cause: the removal of kdehier and USE_KDE4=kdeprefix is a bit too thorough. Here, it leaves us with a blank variable in SUB_LIST, which ends up in a shell script. The substitution leaves the shell script with syntax errors. Since $KDE4_PREFIX must be equal to $LOCALBASE, remove the substitution and simplify the script. PR: 209802 Submitted by: groot@kde.org (kde)
* devel/kdebindings4, devel/kdesdk4, misc/kdeedu4: re-add USE_KDE4pi2016-05-281-0/+1
| | | | | | | | | | In r415864, kdeprefix was removed from a whole lot of ports. In a few cases, USE_KDE4= was removed entirely. There are some combinations of OPTIONS that can cause build failures because KDE4_VERSION isn't defined. This fixes it. PR: 209799 Submitted by: groot@kde.org (kde)
* Fix build on CURRENT.ehaupt2016-05-281-0/+11
|
* Add USE_KDE4 so that KDE4_VERSION is definedswills2016-05-272-0/+2
| | | | | | PR: 209756 Submitted by: T.C.Berner <tcberner@gmail.com> Reported by: Vladimir Omelchuk <admin@vladiom.com.ua>
* Remove expired misc/kdehier4 and update all of its consumers to not ↵rene2016-05-2623-98/+13
| | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
* - Update to 4.7.0amdmi32016-05-242-3/+4
| | | | | PR: 209547 Submitted by: neel@neelc.org (maintainer)
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-242-2/+0
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-243-3/+3
| | | | Approved by: portmgr blanket
* - Update to 20160522sunpoet2016-05-232-4/+5
| | | | Changes: https://github.com/pciutils/pciids/commits/master
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-194-13/+13
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-1957-121/+121
| | | | Approved by: portmgr blanket
* - Simplify MASTER_SITESamdmi32016-05-171-6/+6
| | | | | | | | | - Clarify LICENSE - Add LICENSE_FILE - Add NO_ARCH - Switch to options helpers Approved by: portmgr blanket
* Add missing USE_RC_SUBR so the startup script is actually installedbrd2016-05-161-1/+2
| | | | Approved by: bdrewery (mentor, implicit)
* New port: misc/sentpi2016-05-165-0/+57
| | | | | | | | | Simple plaintext presentation tool. WWW: http://tools.suckless.org/sent/ PR: 209503 Submitted by: Neel Chauhan <neel@neelc.org>
* Prevent collision with getline(3)bapt2016-05-122-0/+39
|
* Upgrade from 0.8 to 0.9. The change-log can be seen here:mi2016-05-113-28/+3
| | | | | | http://dtach.sourceforge.net/ Notified by: portscout
* Update to 0.2.3arved2016-05-113-7/+8
| | | | | PR: 209450 Submitted by: maintainer
* misc/mc: Update to 4.8.17woodsb022016-05-117-933/+23
| | | | | | | | | | | | | | - Remove patches for upstream tickets 2742, 3611, 3617 (resolved) - Move patch of lib/tty/win.c to lib/tty/tty-ncurses.c (upstream change) - Add patch of src/cons.handler.c to fix build, reported upstream [1] Changes this release: https://www.midnight-commander.org/wiki/NEWS-4.8.17 [1] https://www.midnight-commander.org/ticket/3643 Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D6321
* Update the maintainer email address for the ports Iwoodsb022016-05-101-1/+1
| | | | | | | maintain to woodsb02@FreeBSD.org Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6278
* - Update to 0.23olivierd2016-05-052-4/+4
| | | | | | | | - Take maintainership PR: 209174 Submitted by: myself Approved by: makc@ (former maintainer)
* - Update to 20160430sunpoet2016-05-022-6/+5
| | | | | | | - Update LICENSE - Remove USES=tar:xz Changes: https://github.com/pciutils/pciids/commits/master
* Change Ada Framework foundation from gcc5-aux to gcc6-auxmarino2016-04-302-0/+2
| | | | | | | | | | | | | | | | GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile via the ADA_DEFAULT option in make.conf. Now that GCC 6 has been officially released, switch to it by default. People can maintain the old foundation by putting "ADA_DEFAULT=5" in /etc/make.conf. Libraries built by one GNAT are unusable by another, so almost every Ada port has been bumped as a result. Noticable exceptions are dns/ironsides which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which needs additional testing as it may require gcc5 on FreeBSD (DragonFly uses the LLVM backend only).
* New port: misc/nms:zi2016-04-305-0/+44
| | | | | | | | | | "No More Secrets" is the name I've lovingly given to the infamous "decrypting text" effect seen on screen in the 1992 hacker movie Sneakers. This project provides tools to recreate this effect in your projects. WWW: https://github.com/bartobri/no-more-secrets
* misc/excel-writer: upgrade version 14 => 15marino2016-04-303-5/+3
|
* Update misc/raspbsd-led to 0.2brd2016-04-293-3/+22
| | | | Approved by: bdrewery (mentor)
* misc/bdelta: 0.1.0 -> 0.3.1 with patchespi2016-04-296-4/+264
| | | | | | | | | | - changed to github - many changes since first release - added FEFE patch, see https://ptrace.fefe.de/bdelta.diff - added LICENSE PR: 209063 Approved by: novel (maintainer)
* - Update to 1.65sunpoet2016-04-292-4/+5
| | | | | | | - Add NO_ARCH - Add USES=dos2unix Changes: http://search.cpan.org/dist/Locale-SubCountry/Changes
* - Update to 4.5.0wen2016-04-282-3/+3
| | | | | PR: 209092 Submitted by: neel@neelc.org(maintainer)
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-288-8/+8
|
* create USES=gem and update rubygem- ports to use itswills2016-04-288-17/+8
| | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.mat2016-04-261-2/+2
| | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* SeaBIOS: update to 1.9.2royger2016-04-253-78/+3
| | | | | | Sponsored by: Citrix Systems R&D Approved by: bapt Differential revision: https://reviews.freebsd.org/D6083
* - Update to 0.103012sunpoet2016-04-252-3/+3
| | | | Changes: http://search.cpan.org/dist/Software-License/Changes
* misc/py-tqdm: 4.2.0 -> 4.4.3pi2016-04-252-3/+3
| | | | | | | | Changes: https://github.com/tqdm/tqdm/releases PR: 209002 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* misc/inplace: convert to USES=shebangfixswills2016-04-241-2/+3
|
* Remove expired ports:rene2016-04-239-199/+0
| | | | | | | | | | | | | | | | | | | | | | | 2016-04-11 deskutils/qlabels: Does not fetch, unmaintained 2016-04-14 french/tvdownloader: Many channels have modified their protocols and cannot be DL anymore 2016-04-14 comms/cdr_read: unfetchable 2016-04-14 russian/rubygem-rutils: Deprecated by upstream 2016-04-14 devel/rubygem-dotenv-deployment: Deprecated by upstream in latest version (0.3.0) 2016-04-15 www/p5-LWP-ConsoleLogger: Depends on expiring www/p5-HTTP-CookieMonster 2016-04-15 www/p5-WWW-Mechanize-Cached: Depends on expiring www/p5-HTTP-CookieMonster 2016-04-15 www/p5-HTTP-CookieMonster: Broken for more than 6 months 2016-04-15 misc/diary-hercules: Broken for more than 6 months 2016-04-15 graphics/ffff: Broken for more than 6 months 2016-04-15 net-im/sigram: Broken for more than 6 months 2016-04-15 games/annelid: Broken for more than 6 months 2016-04-15 science/py-pydap: Broken for more than 6 months 2016-04-15 sysutils/su2: Broken for more than 6 months 2016-04-15 www/download-gemist: Broken for more than 6 months 2016-04-15 databases/p5-qdbm: Broken for more than 6 months 2016-04-15 comms/libfec: Broken for more than 6 months 2016-04-15 deskutils/ladon: Broken for more than 6 months Sponsored by: Essen Linuxhotel Hackathon 2016
* Update to 0.8.7olivierd2016-04-222-4/+3
|
* many ports: mark broken on powerpc64swills2016-04-222-0/+4
|
* - Update to 2016.4sunpoet2016-04-192-3/+3
| | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb
* Update to tzdata2016dedwin2016-04-193-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes affecting future time stamps America/Caracas switches from -0430 to -04 on 2016-05-01 at 02:30. (Thanks to Alexander Krivenyshev for the heads-up.) Asia/Magadan switches from +10 to +11 on 2016-04-24 at 02:00. (Thanks to Alexander Krivenyshev and Matt Johnson.) New zone Asia/Tomsk, split off from Asia/Novosibirsk. It covers Tomsk Oblast, Russia, which switches from +06 to +07 on 2016-05-29 at 02:00. (Thanks to Stepan Golosunov.) Azerbaijan no longer observes DST. (Thanks to Steffen Thorsen.) Chile reverts from permanent to seasonal DST. (Thanks to Juan Correa for the heads-up, and to Tim Parenti for corrections.) Guess that future transitions are August's and May's second Saturdays at 24:00 mainland time. Also, call the period from 2014-09-07 through 2016-05-14 daylight saving time instead of standard time, as that seems more appropriate now. Changes affecting past time stamps New zone Europe/Kirov, split off from Europe/Volgograd. It covers Kirov Oblast, Russia, which switched from +04/+05 to +03/+04 on 1989-03-26 at 02:00, roughly a year after Europe/Volgograd made the same change. (Thanks to Stepan Golosunov.) Russia and nearby locations had daylight-saving transitions on 1992-03-29 at 02:00 and 1992-09-27 at 03:00, instead of on 1992-03-28 at 23:00 and 1992-09-26 at 23:00. (Thanks to Stepan Golosunov.) Many corrections to historical time in Kazakhstan from 1991 through 2005. (Thanks to Stepan Golosunov.) Replace Kazakhstan's invented time zone abbreviations with numeric abbreviations. Europe/Kaliningrad and Europe/Vilnius changed from +03/+04 to +02/+03 on 1989-03-26, not 1991-03-31. Europe/Volgograd changed from +04/+05 to +03/+04 on 1988-03-27, not 1989-03-26. (Thanks to Stepan Golosunov.) Changes to commentary Mention Internet RFCs 7808 (TZDIST) and 7809 (CalDAV time zone references). Several updates and URLs for historical and proposed Russian changes. (Thanks to Stepan Golosunov, Matt Johnson, and Alexander Krivenyshev.)
* misc/dejagnu: update to 1.6gahr2016-04-173-91/+5
| | | | Announcement: https://lists.gnu.org/archive/html/info-gnu/2016-04/msg00007.html
* Update to r48633 of the FreeBSD docset.blackend2016-04-1720-43/+148
| | | | Approved by: doceng (implicit)
* - Update to 20160412sunpoet2016-04-162-4/+4
| | | | Changes: https://github.com/pciutils/pciids/commits/master
* - Utilize option helper targets and drop unneeded newline and include ofdanfe2016-04-151-9/+5
| | | | | | <bsd.port.options.mk> - Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications' was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago
* - Remove incorrect prebuilt script so it's regenerated with correct paths ↵amdmi32016-04-141-0/+2
| | | | | | | | during build PR: 208576 Submitted by: hiroto.kagotani@gmail.com (maintainer) MFH: 2016Q2 (blanket)
* update to 3.59oliver2016-04-132-3/+5
|
* Unbreak.mat2016-04-127-14/+14
| | | | | | PR: 208717 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Unbreak.mat2016-04-123-11/+10
| | | | | | PR: 208716 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* misc/dejagnu: fix plist, bump portrevisiongahr2016-04-112-0/+11
| | | | Reported by: ohauer
* misc/exercism: update to 2.2.5swills2016-04-092-35/+6
|
* - Update to 20160404sunpoet2016-04-092-4/+4
| | | | Changes: https://github.com/pciutils/pciids/commits/master
* misc/lifelines: Return USES=ncurses (removed by r411920)marino2016-04-081-1/+1
|
* msic/dejagnu: update to 1.5.3, depend on Tcl >= 8.5, add TEST targetgahr2016-04-082-6/+7
|
* - Add LICENSE_FILEamdmi32016-04-031-0/+5
| | | | - Switch to options helpers
* Mark BROKEN: tries to download from registry.npmjs.org during stage phaseantoine2016-04-031-0/+2
| | | | | | | | | | | | | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "/wrkdirs/usr/ports/misc/teslams/work/teslams-6f6dfa2" npm ERR! node v5.9.1 npm ERR! npm v2.14.7 npm ERR! code EAI_FAIL npm ERR! errno EAI_FAIL npm ERR! syscall getaddrinfo npm ERR! network getaddrinfo EAI_FAIL registry.npmjs.org:443 Reported by: pkg-fallout MFH: 2016Q2
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-01152-462/+462
| | | | | With hat: portmgr Sponsored by: Absolight
* seabios: fix failure to find pythonroyger2016-04-011-1/+2
| | | | | | | | | | | | | The failure has been reported by the automatic builders: http://package19.nyi.freebsd.org/data/103i386-default-build-as-user/412304/logs/errors/seabios-1.9.1.log This is because SeaBIOS doesn't have a configure phase and the paths of the required build tools need to be passed to the make command when building. Approved by: bapt Sponsored by: Citrix Systems R&D Differential revision: https://reviews.freebsd.org/D5804
* - Update to 2.1.1sunpoet2016-03-312-3/+3
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* xen-tools: extract seabios, build with clangroyger2016-03-315-0/+107
| | | | | | Submitted by: bapt Minor fixes by: royger Approved by: bapt
* Enable openpty by default (pty is no more enabled by default in kernel since ↵olivier2016-03-311-1/+2
| | | | | | | 4 years) Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5785
* - Clarify LICENSEamdmi32016-03-291-1/+5
| | | | | | - Add LICENSE_FILE - Add NO_ARCH - Switch to options helpers
* - Add LICENSE_FILEamdmi32016-03-292-4/+6
| | | | | - Switch to options helpers - Regenerate patches with `make makepatch`
* - Clarify LICENSEamdmi32016-03-291-12/+8
| | | | | - Add LICENSE_FILE - Switch to options helpers
* Add new port: misc/binclock: A small CLI binary clockriggs2016-03-295-0/+58
| | | | | | PR: 207406 Submitted by: dereckson@espace-win.org (maintainer) Reviewed by: riggs
* - Update to 1.0.6amdmi32016-03-282-4/+5
| | | | | | | - While here, fix LICENSE PR: 208299 Submitted by: neel@neelc.org (maintainer)
* Update to upstream version 3.1.1riggs2016-03-266-73/+103
| | | | | | | | | | | Changeset includes: - Fix to UTF-8 string handling (handling in upstream version 3.1.1) - Move from SF to GH - MAKE_JOBS_UNSAFE=yes (parallel builds are not reliable at the moment) - Comments on special DOCS handling for this port PR: 208090 Submitted by: matt@gsicomp.on.ca (maintainer)
* - Change MASTER_SITES to GitHubsunpoet2016-03-262-31/+6
| | | | - Remove maintainer section
* - Update to 2016.3sunpoet2016-03-262-3/+3
| | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb
* - Fix installation as non-rootamdmi32016-03-251-3/+5
| | | | | PR: 208256 Submitted by: hiroto.kagotani@gmail.com (maintainer)
* Make print/ghostscript9-agpl-base the default Ghostscript port. Upstreamtijl2016-03-241-1/+1
| | | | | | | | | | | | | | | | changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine)
* Ignore on the 9.3 i386 package builders, java seems to have issues inantoine2016-03-221-0/+4
| | | | | | | 9.3 i386 jails on the package builders Reported by: pkg-fallout MFH: 2016Q1
* - Update to 2016.2sunpoet2016-03-212-3/+3
| | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb
* lang/expect: update to 5.45.3, bump PORTREVISION on dependent portsgahr2016-03-191-1/+1
|
* misc/mc: Multiple fixesfeld2016-03-184-4/+930
| | | | | | | | | - Fix subshell functionality for csh users - Make SFTP an option, enabled by default - Fix SIGILL on FreeBSD 9.x - Fix perl ls helper with fish shell PR: 207487, 208027, 208102, 208104
* misc/auto-multiple-choice: Update to 1.3.0feld2016-03-186-175/+53
| | | | PR: 208084
* misc/raspberrypi-userland: Update to 20160306feld2016-03-182-6/+7
| | | | | | This update also adds a DEBUG option. PR: 207790, 207097, 207102
* Change header installation location for kdelibs4-based ports.rakuco2016-03-152-21/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install x11/kdelibs4's headers into include/kde4 instead of include (which consequently causes several other ports to have their installation paths changed too). The idea behind this is to reduce path conflicts between KDE4 ports and the upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If we continue installing the KDE4 headers into include/, we can end up in a situation like this: c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port will unintentionally be picked up first and the build will fail. Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a few patches to FooConfig.cmake files to make them look into the kde4/ subdirectory in include/. Changes which don't fit into the above are: - deskutils/kdepimlibs4: Import an upstream patch to remove some double semicolons that cause base GCC to fail. They have always been present, but since the faulty header was referenced via -isystem /usr/local/include this never caused any problems. - devel/subversion, devel/subversion18: Update patch-configure. The current kwallet changes there date back to 2011 (r272490), at a time when the build could fail when both KDE3 and KDE4 were installed. Replace those bits with a change I've submitted upstream to use the kde4-config program to determine where KDE4's headers and libraries are installed instead of assuming the headers are always in include/. Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the first one to notice this problem when working on the KDE Frameworks 5 ports, coming up with the solution and bugging me until I had time to work on this and ask for the exp-run :-) PR: 207906 (exp-run)
* Update to tzdata2016b:edwin2016-03-153-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes affecting future time stamps America/Cayman will not observe daylight saving this year after all. Revert our guess that it would. (Thanks to Matt Johnson.) Asia/Chita switches from +0800 to +0900 on 2016-03-27 at 02:00. (Thanks to Alexander Krivenyshev.) Asia/Tehran now has DST predictions for the year 2038 and later, to be March 21 00:00 to September 21 00:00. This is likely better than predicting no DST, albeit off by a day every now and then. New zones Europe/Astrakhan and Europe/Ulyanovsk for Astrakhan and Ulyanovsk Oblasts, Russia, both of which will switch from +03 to +04 on 2016-03-27 at 02:00 local time. They need distinct zones since their post-1970 histories disagree. New zone Asia/Barnaul for Altai Krai and Altai Republic, Russia, which will switch from +06 to +07 on the same date and local time. Also, Asia/Sakhalin moves from +10 to +11 on 2016-03-27 at 02:00. (Thanks to Alexander Krivenyshev for the heads-up, and to Matt Johnson and Stepan Golosunov for followup.) As a trial of a new system that needs less information to be made up, the new zones use numeric time zone abbreviations like "+04" instead of invented abbreviations like "ASTT". Haiti will not observe DST in 2016. (Thanks to Jean Antoine via Steffen Thorsen.) Palestine's spring-forward transition on 2016-03-26 is at 01:00, not 00:00. (Thanks to Hannah Kreitem.) Guess future transitions will be March's last Saturday at 01:00, not March's last Friday at 24:00.
* Add teslams, an implementation in Node.js of the client-side interfacebmah2016-03-155-0/+74
| | | | | to the Tesla Model S API, along with various utilities that exercise the API.
* misc/mc: Update to 4.8.16feld2016-03-154-24/+4
| | | | | | Changelog: https://www.midnight-commander.org/wiki/NEWS-4.8.16 PR: 207959
* Deprecate ports broken for more than 6 monthsantoine2016-03-141-0/+2
|
* - Update to 2.99.1sunpoet2016-03-132-3/+6
| | | | | | | - Add LICENSE_FILE Changes: https://github.com/mime-types/ruby-mime-types/blob/mime-types-2.x/History.rdoc https://github.com/mime-types/ruby-mime-types/blob/mime-types-2.x/History-Types.rdoc
* - Update to 1.09sunpoet2016-03-132-3/+3
| | | | Changes: http://search.cpan.org/dist/Geo-GeoNames/Changes
* Sort misc/Makefile.olgeni2016-03-131-1/+1
|
* Update misc/erlang-mimerl to version 1.1.1.olgeni2016-03-132-3/+3
|
* - Update to 3.2016.0221sunpoet2016-03-122-3/+3
| | | | Changes: https://github.com/mime-types/mime-types-data/blob/master/History.md
* - Update to 1.08sunpoet2016-03-122-5/+5
| | | | | | | - Update LICENSE - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Geo-GeoNames/Changes
* Unbreak on -CURRENT (taskqueue_enqueue_fast(9) removed).fjoe2016-03-112-0/+26
|
* Unbreak on -CURRENT (taskqueue_enqueue_fast(9) removed).fjoe2016-03-111-4/+15
|
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.mat2016-03-082-4/+4
| | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268
* misc/py-tqdm: 4.0.0 -> 4.2.0pi2016-03-072-3/+3
| | | | | | | - Minor updates PR: 207757 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* net/guacamole-server, misc/e2fsprogs-libuuid, misc/p5-OSSP-uuid, misc/ossp-uuidpi2016-03-066-20/+56
| | | | | | | | | | | | | | Currently when requiring both ossp-uuid and e2fspogs-libuuid is an impossibility without the use of a jail. This patch was created to fix this conflict. The patch includes updating revisions for removal of CONFLICTS, and change LIBDEPEND change for all affected ports. The changes on ossp-uuid port includes renaming of the shared/static libs created, C/C++ manpage, and rename of pkgconfig file. PR: 207004 Submitted by: Ultima1252@gmail.com Approved by: vd
* - Update to 20160303sunpoet2016-03-062-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/usbids-20160303.diff
* - Update to 20160227sunpoet2016-03-062-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20160227.diff
* Update to 1.0.5.rakuco2016-02-292-3/+3
| | | | | PR: 207020 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* - Update to 1.07wen2016-02-243-29/+50
| | | | | | PR: 207403 Submitted by: dereckson@espace-win.org Approved by: maintainer
* Update iso-codes to 3.65.kwm2016-02-192-3/+3
|
* - Improve Makefiledanilo2016-02-172-4/+4
| | | | Suggested by: mat
* - Update to 3.0.11danilo2016-02-163-9/+16
| | | | | | | | - Address CVE-2014-9765 PR: 207174 Submitted by: junovitch MFH: 2016Q1
* Welcome php 7.0.3miwi2016-02-152-0/+11
| | | | | | | | | | | | | | | | | Changelog: http://php.net/ChangeLog-7.php#7.0.0 http://php.net/ChangeLog-7.php#7.0.1 http://php.net/ChangeLog-7.php#7.0.2 http://php.net/ChangeLog-7.php#7.0.3 I'd like to thanks: Kurt Jaeger Matthias Breddin Rainer Duffner Victor van Vlaardingen Torsten Zuehlsdorff Franco Fichtner and all helpers and testers from ports@.
* Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and therene2016-02-152-11/+0
| | | | | | | | | | ports expired last month. Adjust Mk/bsd.php.mk Reviewed by: antoine, marino Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D5278
* The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.kwm2016-02-156-169/+640
| | | | | | | | | | | | | | | | | | | | | The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006
* Change WWW line of ports that point to my web site, which is now served overrene2016-02-141-1/+1
| | | | | | HTTPS. While here, regenerate patch for lang/bf2c to pet portlint.
* misc/iselect: USES+= ncurses, respect LDFLAGSmarino2016-02-131-2/+4
| | | | Also link with ncurses, not curses
* Update to 0.8.1.rakuco2016-02-123-6/+8
| | | | | PR: 206971 Submitted by: mp39590@gmail.com (maintainer)
* Update to r48156 of the FreeBSD docset (a.k.a. 10.3-R version)blackend2016-02-116-11/+5
| | | | Approved by: doceng (implicit)
* - Update to 0.3.2miwi2016-02-102-4/+3
| | | | | PR: 206791 Submitted by: maintainer
* - Update to 2.3.0miwi2016-02-102-4/+3
| | | | | PR: 206790 Submitted by: maintainer
* Mark DEPRECATED, expire in one month.rakuco2016-02-101-0/+3
| | | | | This port has been obsoleted since the beginning of 2014 when the KDE4 ports moved from ${LOCALBASE}/kde4 to ${LOCALBASE}.
* misc/py-tqdm: 3.7.1 -> 4.0.0pi2016-02-052-3/+3
| | | | | | | | | | | | | | | | | Changes: automate nested deprecate nested add manual override control with position documentation and example updates, coverage and tests make leave==True by default (was False) update(n<1) raises error sanitise and update examples and README fix setup.py encoding error remove py32 from Travis changelog more accessible from README PR: 206817 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* - Switch to cmake outsource build to not install unneeded directoriesamdmi32016-02-042-13/+2
| | | | | Approved by: portmgr blanket MFH: 2016Q1 (blanket)
* - Update to 2016.1sunpoet2016-02-042-4/+5
| | | | | | | | | - Fix LICENSE - Add LICENSE_FILE Changes: https://pecl.php.net/package-changelog.php?package=timezonedb PR: 206884 Submitted by: Gasol Wu <gasol.wu@gmail.com>
* misc/estic: document ncurses requirement (USES+=ncurses)marino2016-02-032-9/+9
| | | | | | Also link with libncurses, not libtermcap approved by: infrastructure blanket
* misc/ytree: document ncurses rqmt (USES+=ncurses), respect LDFLAGSmarino2016-02-031-0/+2
| | | | approved by: infrastructure blanket
* misc/window: document ncurses requirement (USES+=ncurses)marino2016-02-031-0/+2
| | | | | | link to libncurses, not libtermcap approved by: infrastructure blanket
* misc/pdmenu: document ncurses requirement (USES+=ncurses)marino2016-02-031-2/+2
| | | | Also link with libncurses, not libcurses
* misc/nsf: document ncurses rqmt (USES+=ncurses), respect LDFLAGSmarino2016-02-031-0/+2
|
* misc/linm: document ncurses requirement (USES+=ncurses)marino2016-02-031-1/+1
|
* misc/mdp: document ncurses requirement (USES+=ncurses)marino2016-02-031-1/+1
| | | | approved by: infrastructure blanket
* misc/lv: document ncurses requirement (USES+=ncurses)marino2016-02-031-0/+1
|
* misc/lr: document ncurses requirement (USES+=ncurses)marino2016-02-031-0/+1
| | | | approved by: infrastructure blanket
* misc/lifelines: document ncurses requirement (USES+=ncurses)marino2016-02-031-1/+1
| | | | approved by: infrastructure blanket
* misc/ipbt: document ncurses rqmt (USES+=ncurses), respect LDFLAGSmarino2016-02-031-1/+2
| | | | approved by: infrastructure blanket
* misc/gnuit: document ncurses requirement (USES+=ncurses)marino2016-02-031-0/+1
| | | | approved by: infrastructure blanket
* misc/gnu-watch: document ncurses requirement (USES+=ncurses)marino2016-02-031-0/+1
| | | | approved by: infrastructure blanket
* misc/dvorakng: document ncurses requirement (USES+=ncurses)marino2016-02-031-1/+1
|
* misc/dvorak7min: document ncurses requirement (USES+=ncurses)marino2016-02-031-0/+2
| | | | Also link with libncurses instead of libcurses
* misc/delay: document ncurses requirement (USES+=ncurses)marino2016-02-032-0/+30
| | | | approved by: infrastructure blanket
* misc/display: document ncurses requirement (USES+=ncurses)marino2016-02-031-0/+1
| | | | approved by: infrastructure blanket
* misc/deco: document ncurses requirement (USES+=ncurses)marino2016-02-031-2/+1
|
* misc/cmatrix: document ncurses requirement (USES+=ncurses)marino2016-02-031-1/+1
|
* misc/cave: document ncurses requirement (USES+=ncurses)marino2016-02-031-0/+2
| | | | Switch from libcurses to libncurses too.
* Bump minimal python3 version to 3.3 in USESrm2016-02-032-2/+2
| | | | | | Because we are going to remove python 3.2 from the ports tree With hat: python
* Update with latest patches.des2016-01-292-5/+5
|
* Update with latest patches.des2016-01-292-5/+5
|
* Upgrade misc/elixir-uuid to version 1.1.3.olgeni2016-01-262-3/+3
|
* Update Qt5 to 5.5.1.rakuco2016-01-253-0/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the latest stable release at time of writing. Release announcement: http://blog.qt.io/blog/2015/07/01/qt-5-5-released/ New features in Qt 5.5: https://wiki.qt.io/New_Features_in_Qt_5.5 As usual, huge thanks to Tobias Berner (tcberner@gmail.com) for all his work on these ports in kde@'s experimental area51 repository. He's the one who started the update and did a lot of the initial work on Qt 5.5. Ralf Nolden (nolden@kde.org) has contributed the initial version of most of our new Qt5 ports. Also thanks to Yuri Victorovich (yuri@rawbw.com) for contributing PR 205805 with his own patch for the 5.5.1 update. Some of his changes there prompted additional fixes and changes present in the final patch generated from our experimental repository. New ports: - comms/qt5-connectivity, comms/qt5-sensors, devel/qt5-location, graphics/qt5-3d, net/qt5-enginio, x11-toolkits/qt5-canvas3d, x11-toolkits/qt5-uiplugin. General changes in all Qt5 ports: - All Qt5 ports are now built with -Wl,--as-needed to avoid overlinking, which is a problem with qmake-based because the libraries passed to the linker come from the modules .pri files and many are not necessary. - With this change, several ports had their USE_QT5 lines adjusted to explicitly include some libraries that were pulled in implicitly, and to exclude libraries no longer required with -Wl,--as-needed. Changes in specific ports: - devel/qt5: Drop the SQL_PLUGINS and TOOLS options and depend on all Qt5 ports by default. It makes the Makefile much simpler, and those options were already on by default. - devel/qt5-core: The clang+base libstdc++ workaround has been expanded and more C++11 features have been disabled when that combination is used by a port (basically, FreeBSD 9 with USES=compiler:c++11-lang). The disabled features have explanations for why they were disabled in the patched header itself. - devel/qt5-designer: uiplugins has been split out following a similar change upstream. By depending on qt5-uiplugin, qt5-uitools avoids having to depend on the big qt5-designer port. - multimedia/qt5-multimedia: The port now uses GStreamer 1.0 instead of 0.10. - net/qt5-network: The port now depends on libproxy for proxy settings. Using libproxy allows proxy settings to be read from different sources, and also allows .pac files to work with Qt. - www/qt5-webkit: The port now uses GStreamer 1.0 instead of 0.10. PR: 205805 PR: 206435
* Update to r48074 of the FreeBSD docset.blackend2016-01-2415-12/+53
| | | | Approved by: doceng (implicit)
* - Update to 0.3.1sunpoet2016-01-232-4/+4
| | | | | | | | - Pass maintainership to ruby@ Changes: https://github.com/minad/mimemagic/commits/master PR: 206493 Submitted by: Michael Fausten <ports@michael-fausten.de> (maintainer)
* Update poppler to 0.40.0. [1]kwm2016-01-222-1/+2
| | | | | | | | | Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build of these ports with poppler 0.39+. PR: 206293 [1] Submitted by: olivierd@ [1] Obtained from: ubuntu [2], rubygem-poppler upstream [3]
* - Update to 3.4.3lme2016-01-213-5/+3
| | | | | PR: 206437 Submitted by: w.schwarzenfeld@aon.at
* - Reassign milki@'s ports after his commit bit was taken in for safekeepingculot2016-01-203-3/+3
|
* - Add PORTSCOUTsunpoet2016-01-201-0/+2
|
* - Update to 0.1.3sunpoet2016-01-203-7/+6
| | | | | | - Update MASTER_SITES Changes: http://bazaar.launchpad.net/~metalink-dev/libmetalink/trunk/view/head:/NEWS
* - Fix path: change from /usr/games/lib/figlet to PREFIX/share/figletsunpoet2016-01-191-1/+5
| | | | | | | - Bump PORTREVISION for package change PR: 205824 Submitted by: rodrigo
* - Add LICENSE_FILEsunpoet2016-01-191-1/+1
| | | | Approved by: portmgr (blanket)
* - Update to 2.1.0sunpoet2016-01-192-3/+4
| | | | | | - Add LICENSE_FILE Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* - Update to 20160116sunpoet2016-01-192-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20160116.diff
* Use @samplebapt2016-01-191-3/+1
|
* - Update to 0.103011sunpoet2016-01-172-5/+4
| | | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Software-License/Changes Sponsored by: PortsCamp Taiwan
* - Update to 0.006sunpoet2016-01-172-3/+5
| | | | | | | - Mark DEPRECATED Changes: http://search.cpan.org/dist/Geo-Coder-Geocoder-US/Changes Sponsored by: PortsCamp Taiwan