1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
Commit Graph

1198 Commits

Author SHA1 Message Date
Mahdi Mokhtari
b521a978a6 misc/rumprun: Add port to the tree
This project uses rump kernels to provide the Rumprun unikernel.
Rumprun works on both hypervisors (eg. KVM and Xen) and bare metal.
Rumprun can be used with or without a POSIX'y interface, and supports
applications written in (but not limited to):
C, C++, Erlang, Go, Java, Javascript (node.js), Python, Ruby and Rust.

PR:		225117
Submitted by:	Fabian Freyer <fabian.freyer@physik.tu-berlin.de>
Reviewed by:	yuri
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D13888
2018-01-13 20:36:29 +00:00
Koop Mast
d22fd65c3e Add misc/pnpids
Database of IDs used in Plug and Play devices. This file is taken
from the hwdata package (https://github.com/vcrhonek/hwdata), because
the offical upstream (http://uefi.org/pnp_id_list) does not have a
easy to use file.

Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
2018-01-10 17:43:18 +00:00
Kurt Jaeger
2e83fc02b9 New port: misc/lxi-tools
lxi-tools is a collection of open source software tools that enables control
of LXI compatible instruments such as modern oscilloscopes, power supplies,
spectrum analyzers etc.

All features are consolidated in the 'lxi' application which provides a
simple commandline interface to discover LXI instruments, send SCPI
commands, and capture screenshots from supported LXI instruments.

lxi-tools rely on liblxi for all communication.

WWW: https://lxi-tools.github.io/

PR:		224714, D13686
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2018-01-09 19:10:45 +00:00
Kurt Jaeger
78ffb2faea New port: misc/liblxi
liblxi is an open source software library which offers a simple API for
communicating with LXI compatible instruments. The API allows applications
to discover instruments on your network, send SCPI commands, and receive
responses.

WWW: https://lxi-tools.github.io

PR:		224713, D13685
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2018-01-08 20:53:35 +00:00
Yuri Victorovich
e8f0d5b998 New port: misc/libpredict: Satellite orbit prediction library
Submitted by:	myself
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13758
2018-01-08 20:22:43 +00:00
Sunpoet Po-Chuan Hsieh
134ea89949 Sort SUBDIRs 2018-01-07 15:40:08 +00:00
Guangyuan Yang
e161886166 - Add thefuck 3.25
Thefuck is a magnificent app which corrects your previous console command.
It tries to match a rule for the previous command, creates a new command
using the matched rule and runs it. Thefuck comes with a lot of predefined
rules, but you can create your own rules as well.

WWW: https://github.com/nvbn/thefuck

PR:		224263
Approved by:	adamw
Differential Revision:	https://reviews.freebsd.org/D13460
2018-01-05 09:26:49 +00:00
Raphael Kubo da Costa
a9709471be Update SIP to 4.19.6, PyQt4 to 4.12.1 and PyQt5 to 5.9.2.
Upstream no longer ships the contents of misc/py-qt5-doc, so the port has been
removed.

This is also a requirement for updating the Qt5 ports, as the PyQt5 version
currently in the tree has license conflicts with later Qt versions.

Big thanks to tcberner for doing most of the work here, and antoine for the
exp-run.

PR:		224739
2018-01-02 20:21:34 +00:00
Sunpoet Po-Chuan Hsieh
87679e8b91 Move misc/p5-Asterisk to misc/p5-asterisk-perl
- Add NO_ARCH
- Bump PORTREVISION of dependent ports for dependency change
2017-12-29 18:47:11 +00:00
Yuri Victorovich
0a399ebf74 New port: misc/nnn: Missing terminal file browser for X
Submitted by:	224600
Reported by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13646
2017-12-27 17:47:29 +00:00
Yuri Victorovich
4dbc2863a7 New port: misc/libpostal: Library for parsing/normalizing street addresses around the world
PR:		224262
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13468
2017-12-18 22:43:44 +00:00
Yuri Victorovich
2a87666839 New port: misc/py-palettable: Library of color palettes for Python
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13419
2017-12-08 06:37:54 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Yuri Victorovich
aa2eb5cba4 New port: misc/crosti: Convert custom image to cross stitch design, edit stitch designs
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13266
2017-11-29 21:25:30 +00:00
Yuri Victorovich
d361c9b7e2 New port: misc/py-colorbrewer: Constants from Cynthia Brewer's ColorBrewer
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13255
2017-11-28 03:06:58 +00:00
Yuri Victorovich
8ee6d3d021 New port: misc/fortune-mod-freebsd-classic: Classic FreeBSD fortunes (including offensives)
PR:		223798
Submitted by:	Jeremy Chadwick <jdc@koitsu.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13214
2017-11-25 10:16:31 +00:00
Yuri Victorovich
751fb79df4 New port: misc/free42: Simulation of the HP-42S scientific calculator and HP-82240 printer
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13177
2017-11-22 06:01:27 +00:00
Yuri Victorovich
0a2f6f7c3b New port: misc/owrep: Weather reporting program based on openweathermap.org
PR:		223247
Submitted by:	Bob Eager <bob@eager.cx>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13118
2017-11-16 18:41:01 +00:00
Torsten Zuehlsdorff
687591dd75 Add PHP 7.2 RC6
Notable changes:
- mcrypt module was removed
- sodium module was added
- sybase_ct artifacts removed

Also many PECL ports will not work with this version
since some files got renamed.

Reviewed by:           mat, ale, Rainer Duffner <rainer@ultra-secure.de>
Differential Revision: https://reviews.freebsd.org/D12980
2017-11-16 10:48:48 +00:00
Yuri Victorovich
6e1a0c3266 New port: misc/unicode-emoji: Unicode emoji data files
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13011
2017-11-11 07:31:58 +00:00
Yuri Victorovich
d099f7b83b New port: misc/cldr-emoji-annotation: Emoji annotation files in CLDR
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13013
2017-11-09 05:49:40 +00:00
Dag-Erling Smørgrav
4479683ce3 Add ptsort, a prioritized topological sort. 2017-09-04 19:32:33 +00:00
Rene Ladan
a91d5178df Remove expired ports:
2017-08-23 games/plee-the-bear: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-umicons: Broken for more than 6 months
2017-08-23 lang/bigloo: Broken for more than 6 months
2017-08-23 audio/linux-neroaaccodec: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-dark-glass: Broken for more than 6 months
2017-08-23 misc/fortune-mod-ferengi_rules_of_acquisition: Broken for more than 6 months
2017-08-23 misc/fortune-mod-culmea-culmilor: Broken for more than 6 months
2017-08-23 misc/xyzcmd: Broken for more than 6 months
2017-08-23 russian/fortuneru: Broken for more than 6 months
2017-08-23 security/bdc: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-icosx: Broken for more than 6 months
2017-08-23 devel/insight: Broken for more than 6 months
2017-08-23 devel/gdb66: Broken for more than 6 months
2017-08-23 biology/biojava: Broken for more than 6 months
2017-08-23 games/xroach: Broken for more than 6 months
2017-08-23 11:33:26 +00:00
Dmitry Marakasov
fcc5a76608 - Rename misc/lr to misc/lazyread to reflect upstream name and avoid conflicts with sysutils/lr
- Simplify and fix lesspipe.sh handling (add missing argument, and assume it always exists)
- Cleanup and simplify the port

PR:		221206
Approved by:	maintainer timeout (mich, 2 weeks)
2017-08-22 16:33:59 +00:00
Rene Ladan
ecf4240200 Remove expired ports:
2017-06-30 misc/p5-Geo-Coder-Many: deprecated and no longer maintained by upstream
2017-07-01 graphics/gimp-elsamuko-script: Broken for more than 2 years
2017-07-01 devel/anjuta-extras: Last release in 2013 and doesn't build with recent GTK+
2017-07-01 www/apache22-worker-mpm: Upstream propose EoL of apache 2.2.x during the next 12 months
2017-07-01 www/apache22-itk-mpm: Upstream propose EoL of apache 2.2.x during the next 12 months
2017-07-01 www/apache22-peruser-mpm: Upstream propose EoL of apache 2.2.x during the next 12 months
2017-07-01 www/apache22-event-mpm: Upstream propose EoL of apache 2.2.x during the next 12 months
2017-07-01 21:58:04 +00:00
Matthew Seaman
47f3b2e0b5 This is a rewrite of the popular tool unclutter, but using the x11-xfixes
extension. This means that this rewrite doesn't use fake windows or
pointer grabbing and hence causes less problems with window managers
and/or applications.

WWW: https://github.com/Airblader/unclutter-xfixes

PR:		210302
Submitted by:	Oleg Gushchenkov <gor@clogic.com.ua>
Differential Revision:		 https://reviews.freebsd.org/D6785
2017-06-21 15:09:44 +00:00
Dag-Erling Smørgrav
ad13b9f5a2 New compat11x port based on 11.0-RELEASE-p10. 2017-06-08 17:25:47 +00:00
Ben Woods
ac61d6ebeb [NEW] misc/py3-pexpect: Create Python 3.x version of port
The latest www/py-requests update [1] unbundled its dependencies, now
requiring chardet, idna, urllib3 and certifi from ports.

www/py3-requests port was not tested during QA, which would have highlighted
the need for many new py3-* ports (and their dependencies).

This change creates one of those ports.

[1] https://svnweb.freebsd.org/changeset/ports/442565

PR:		219833
2017-06-07 15:43:29 +00:00
Koop Mast
8faf7a25ab Now that textproc/UCD was updated by thierry@ with the required files
for gucharmap remove the duplicate misc/unicode-ucd port and build
gucharmap against textproc/UCD.
2017-06-02 19:56:07 +00:00
Koop Mast
c23c05ae64 Add unicode-ucd.
The Unicode Character Database (UCD) consists of a number of data files
listing Unicode character properties and related data. It also includes
data files containing test data for conformance to several important
Unicode algorithms.

Also contains the data files for the Unified Han database of
Hanzi/Kanji/Hanja Chinese characters.
2017-05-31 12:59:08 +00:00
Joseph Mingrone
49fd166c42 misc/rubygem-dotenv-rails-rails50: Create rails version 5.0 port by copying
misc/rubygem-dotenv-rails-rails5

Approved by:	swills (mentor, implicit)
2017-05-25 02:13:54 +00:00
Tilman Keskinoz
cdad0b250b Add img2xterm, a program that displays images on 256 xterms using unicode
characters
2017-05-08 18:40:07 +00:00
Martin Wilke
88868f3a6b python-geohash is a fast, accurate python geohashing library.
WWW: https://pypi.python.org/pypi/python-geohash/

PR:		215461
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2017-05-06 07:46:12 +00:00
Sunpoet Po-Chuan Hsieh
888445124a Add rubygem-dotenv-rails-rails5 2.2.1 (copied from rubygem-dotenv-rails) 2017-05-01 19:25:50 +00:00
Larry Rosenman
3a345b0206 2017-04-30 misc/terraform: Unfetchable for more than six months (google code has gone away) 2017-04-30 20:15:08 +00:00
Larry Rosenman
6840168813 2017-04-30 devel/stormlib-ghost++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-coil: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-cmdln: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/privman: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/c-unit: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-px: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/nglogc: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/bncsutil-ghost++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/liblouisxml: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/nxt-python: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/spdict: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/guiloader-c++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/streamhtmlparser: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/winpdb: Unfetchable for more than six months (google code has gone away)
2017-04-30 net/opendpi: Unfetchable for more than six months (google code has gone away)
2017-04-30 net/py-pybeanstalk: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/qwit: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/linux-instantbird: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/jabber-pyicq: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/qwit-devel: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/naim: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/pwytter: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/sievelog: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/ldapenter: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/py-danzfs: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/plasma-applet-apcups: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/scanmem: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/pdsh: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/superswitcher: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/plasma-applet-playwolf: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/nagaina: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/vboxgtk: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/libgcal: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/carve: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/foma: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/libjbigi: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/gcap: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/freetuxtv: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/bangarang: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/opencinematools: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/vstream-client: Unfetchable for more than six months (google code has gone away)
2017-04-30 biology/treeviewx: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/pylot: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/xpi-pencil: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_myvhost: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/feedonfeeds: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_jail: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/jspacker: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/cocoon: Overly complex port with no maintainer since 2008, requires openjdk 1.6
2017-04-30 www/mod_authz_unixgroup24: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/trac-down: Upstream is gone
www/tengine
2017-04-30 www/arora: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-postmarkup: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-dotcloud.cli: deprecated in upstream
2017-04-30 www/closure-linter: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/httpsqs: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/sventon: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authnz_external22: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authn_otp: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/php-plurk-api: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-django-app-plugins: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authz_unixgroup22: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/squidstats: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_log_firstbyte: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/gaeo: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/xpi-pentadactyl: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-mgmt/py-flowtools: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/ydict: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/py-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/fqterm: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/libgooglepinyin: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/p5-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/fcitx-googlepinyin: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/php-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/ibus-table-chinese: Unfetchable for more than six months (google code has gone away)
2017-04-30 databases/jdbm2: Unfetchable for more than six months (google code has gone away)
2017-04-30 databases/akonadi-googledata: Unfetchable for more than six months (google code has gone away)
2017-04-30 lang/ofc: Unfetchable for more than six months (google code has gone away)
2017-04-30 comms/esmska: Unfetchable for more than six months (google code has gone away)
2017-04-30 x11/keynav: Unfetchable for more than six months (google code has gone away)
2017-04-30 x11/hotwire-shell: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/fuzzdb: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/truecrack: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/skipfish: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/py-yara-editor: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/nmapsi4: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/cmd5checkpw: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-p2p/unworkable: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-p2p/rtgui: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/xpi-musicpm: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/pidgin-musictracker: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/logitechmediaserver-superdatetime: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/last-cmus: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/mehdiaplayer: Unfetchable for more than six months (google code has gone away)
2017-04-30 japanese/nhocr: Unfetchable for more than six months (google code has gone away)
2017-04-30 misc/xsw: Unfetchable for more than six months (google code has gone away)
2017-04-30 dns/py-adns: Unfetchable for more than six months (google code has gone away)
2017-04-30 dns/py-bonjour: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/robocalypto: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/libfov: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/dcross: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/lostfeathers: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/hexglass: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/ibus-table: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/chm2pdf: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/dtdinst: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/py-xmltv: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/ibus-m17n: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/libroxml: Unfetchable for more than six months (google code has gone away)
2017-04-30 mail/gnome-gmail-notifier: Unfetchable for more than six months (google code has gone away)
2017-04-30 irc/py-gozerbot: Unfetchable for more than six months (google code has gone away)
2017-04-30 irc/tircd: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/qiviewer: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/py-gchartwrapper: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/svgfig: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/iulib: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/seam-carving-gui: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/py-pyggel: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/rubygem-gemojione2: Use graphics/rubygem-gemojione instead
2017-04-30 15:47:51 +00:00
Sunpoet Po-Chuan Hsieh
e0f8f4695f Add rubygem-dotenv-rails 2.2.0
Autoload dotenv in Rails.

WWW: https://github.com/bkeepers/dotenv
2017-04-27 07:02:37 +00:00
Marcelo Araujo
f48e160872 - Create a python3 version of misc/py-tqdm. 2017-03-17 07:41:25 +00:00
Rene Ladan
48719c1b55 Remove expired port:
2017-03-01 misc/p5-Geo-Coder-Geocoder-US: http://geocoder.us/ disappeared in late 2015
2017-03-12 18:26:44 +00:00
Tobias C. Berner
f3c180c343 Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
  By moving the libraries we should finally be able to get rid of the inplace
  upgrade bug (see ports bugs 194088, 195105 and 198720):  when Qt5's libraries
  were lying in /usr/local/lib, which would often get added by pkgconfig to the
  linker paths via dependencies, the already installed libraries were linked
  against, instead of the ones that were being built. This forced us to make
  sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
  linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]

There are several new Qt5 ports which all have been created by Marie Loise Nolden
<nolden@kde.org>. Thanks again.

PR:		216797
Exp-Run by:	antoine
Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9213
2017-02-18 19:48:05 +00:00
Rene Ladan
960578b28e Remove expired ports:
2017-02-08 misc/teslams: Broken for more than 6 months
2017-02-08 devel/libdict: Broken for more than 6 months
2017-02-08 math/R-cran-SuppDists: Broken for more than 6 months
2017-02-08 devel/py-re2: Broken for more than 6 months
2017-02-08 net-p2p/digitalcoin: Broken for more than 6 months
2017-02-08 18:52:24 +00:00
Torsten Zuehlsdorff
875dbacfa1 Connect PHP 7.1 ports (r432324) 2017-01-24 12:56:45 +00:00
Roman Bogorodskiy
6bbfd1aae8 misc/py-cinder: keep misc/Makefile entry sorted 2017-01-14 16:29:44 +00:00
Roman Bogorodskiy
db63b21bdb Add misc/py-cinder, Block Storage service for OpenStack
PR:		215850
Submitted by:	Alexander Nusov
2017-01-14 16:25:23 +00:00
Roman Bogorodskiy
ed2e7e85e5 Add py-crudini 0.9, utility for manipulating ini files.
PR:		215851
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
2017-01-08 06:18:03 +00:00
Wen Heping
c6a1d53d4a Fuzzy is a python library implementing common phonetic algorithms quickly.
Typically this is in string similarity exercises, but they're pretty versatile.
The algorithms are:
* Soundex
* NYSIIS
* Double Metaphone Based on Maurice Aubrey's C code from his perl
  implementation.

WWW: https://pypi.python.org/pypi/Fuzzy

PR:		215462
Submitted by:	yuri@rawbw.com
2016-12-26 15:18:08 +00:00
Rene Ladan
fb3679b2f4 Remove expired ports:
2016-12-02 graphics/gtkdps: No more upstream. Not used in the ports tree
2016-12-02 security/gsfv: No more upstream.
2016-12-02 misc/grun: No more upstream.
2016-12-04 12:26:26 +00:00
Roman Bogorodskiy
a36ceac4a5 devel/libosinfo: update to 1.0.0 and handle split
libosinfo as of 1.0.0 consists of 3 packages:

 - sysutils/osinfo-db-tools: contains the CLI tools
 - misc/osinfo-db: contains database with OS data
 - devel/libosinfo: the library

This commit does the following:

 - devel:libosinfo: update to 1.0.0
 - sysutils/osinfo-db-tools: add new port version 1.0.0
 - misc/osinfo-db: add new port version 20160728
 - UPDATING: document this split and add a note about
   updating handling because of moved files across the packages
   that could result in a conflict

Differential Revision:	D8455
2016-11-13 06:43:42 +00:00
Dmitry Marakasov
91eaf1876b - Add misc/bsod
This program will let you UNIX user experience the authentic Microsoft
Windows experience. Bsod displays the famous windows xp blue screen
of death on the console. Errors and drivers causing the error are
selected randomly from a large set of examples.

WWW: https://www.vanheusden.com/bsod/
2016-11-08 16:32:59 +00:00
John Marino
d53d94d320 Hook new port misc/py-glance into the build 2016-11-02 18:36:17 +00:00