Commit graph

4555 commits

Author SHA1 Message Date
Rene Ladan
7ae11cf915 Remove expired ports:
2016-02-29 audio/audacious-dumb: Broken for more than 6 months
2016-02-29 net/ntopng: Broken for more than 6 months
2016-02-29 audio/rezound: Broken for more than 6 months
2016-02-29 net/rubygem-amqp067: Upstream prefers net/rubygem-bunny
2016-02-29 devel/py-unittestplus: Tarballs and upstream website disappeared
2016-02-29 21:24:24 +00:00
Kurt Jaeger
76f155129e Resurrect port: print/pnm2ppa
This software creates output using the PPA (printer performance
architecture) protocol.  This protocol is used by some HP "Windows-only"
printers, including the HP Deskjet 820C series, the HP DeskJet 720 series,
and the HP DeskJet 1000 series.  It has been tested on all three printers,
but your personal experience (positive or negative) is very much appreciated!

WWW: http://pnm2ppa.sourceforge.net/

PR:		207468
Submitted by:	Miroslav Lachman <000.fbsd@quip.cz>
2016-02-29 17:05:01 +00:00
Bryan Drewery
bdd004278b Remove security/openssh-portable-devel since it is outdated, insecure,
and no longer needed.
2016-02-29 16:51:11 +00:00
Raphael Kubo da Costa
69ec657383 Remove russian/muttprint.
The port was created in 2003 and never updated again except when it needed
to be adapted to changes in the ports framework itself. It has not had a
maintainer since 2007.

After updating print/muttprint to 0.73, the translation was not even
accurate anymore, and upstream already includes an updated version of the
same file (translation-ru.pl). The port was also broken after the
print/muttprint update, as we stopped setting variables such as CATEGORIES,
COMMENT and MAINTAINER with "?=" instead of "=".

PR:		207299
2016-02-25 14:31:10 +00:00
Kurt Jaeger
ade6e82d6b net-mgmt/openvmps: remove MOVED entry
Submitted by:	Vladimir Pushkar <vladimir.pushkar@gmail.com>
2016-02-20 17:00:11 +00:00
Dag-Erling Smørgrav
b5498a3d45 Remove mail/pronto: unmaintained since 2013, last release was in 2002,
breaks dependency graph since databases/p5-Mysql was removed in 2015.

MFH:		2016Q1
2016-02-18 12:13:30 +00:00
Rene Ladan
d5ce1f73bc Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the
ports expired last month.

Adjust Mk/bsd.php.mk

Reviewed by:	antoine, marino
Approved by:	portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D5278
2016-02-14 19:21:31 +00:00
Koop Mast
b93a80c992 The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
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
2016-02-14 18:57:53 +00:00
Rene Ladan
f8c734b5a1 Remove expired port:
2016-02-14 ports-mgmt/tinderbox-devel: use newer stable version (ports-mgmt/tinderbox)
2016-02-14 12:53:04 +00:00
Ruslan Makhmatkhanov
3abcf03666 security/py-openid: rename to security/py-python-openid
Rename to match upstream name.
2016-02-12 21:53:57 +00:00
Rene Ladan
637c5e8cf1 Remove expired port:
2016-02-12 multimedia/xbmc-addon-pvr: Does not work with multimedia/kodi 15.x and newer
2016-02-12 21:11:43 +00:00
Rene Ladan
09c4e126aa archivers/star: revive port
- update MASTER_SITES
- modernize (staging, USES, manual pages, @sample)
- add license information (CDDL + GPLv2)
- regenerate patches (no content changes)
- pass maintainer to submitter

While here:
- add USE_GCC=any to allow build on FreeBSD 10+

PR:		188974
Submitted by:	Chris Hutchinson (portmaster@BSDforge.com)
2016-02-11 16:22:41 +00:00
Xin LI
9567fc068c 2015-12-31 security/polarssl: Upstream is ending support for 1.2.x 2016-02-07 09:58:59 +00:00
Kubilay Kocak
275db1ead5 graphics/py-graphviz: Move to py-pygraphviz, Fix 3.x build
There are numerous graphviz related packages in PyPI, including:
graphviz, graphviz-python and pygraphviz.

This port, py-graphviz, is not and does not provide the same package
as the 'graphviz' package on PyPI (CHEESESHOP).

Further, it blocks the creation of a correctly named py-graphviz port,
is a POLA violation in terms of users expecting to find and recieve
the package they expect based on a standard search, and is likely to
create confusion among other ports if they depend on a python graphviz
package, which could result in incorrect packages/dependencies.

This is why among other reasons, Python packages should be named
exactly what they are called in PyPI, or inside install_requires,
setup_requires or tests_requires as dependencies in other packages.

This change moves py-graphviz to py-pygraphviz to correct the above
incorrect naming.

While I'm here:

- Remove backup (http) MASTER_SITES, CHEESESHOP is highly-available
  and provides a Geo-aware CDN by Fastly.
- Remove {BUILD,RUN}_DEPENDS in favour of the actual LIB_DEPENDS
- Use PYDISTUTILS_* framework variables to customise the build instead
  of hack patching setup.py
- Enable autoplist, fixing builds on Python 3.x [1]
- Enable concurrent (Python version) installation
  - Hack patch setup.py to preclude docs installation, as it adds a
    directory to --record and breaks pkg-plist output [2]
- Remove DOCSDIR override (no longer necessary)
- Assign MAINTAINER'ship to python@
- Add TEST_DEPENDS and test target
- pkg-descr: Match WWW URL to setup.py:homepage field
- pkg-descr: Improve package description text (matching upstream)

While I'm sweeping dependencies:

- Fix a typo in science/gramps: s|>-|>=

[2] https://wiki.freebsd.org/Python (Open task for install_data bug)

Reported by:	Ben Woods (via IRC) [1]
2016-02-07 09:44:24 +00:00
Rene Ladan
0e6b8ec859 Remove expired port:
2016-02-04 devel/etcdctl: etcdctl is now part of etcd, following the change from the upstream
2016-02-06 23:29:38 +00:00
Matthias Andree
e462f12cbb Revive and update sysutils/jailadmin port.
Simplify Makefile a bit for new options framework, remove port from MOVED.

PR:		200476
Submitted by:	Chris Hutchinson
2016-02-05 23:28:46 +00:00
Steve Wills
e0196b79e4 sysutils/puppet: rename to sysutils/puppet38 2016-02-05 02:08:09 +00:00
Ruslan Makhmatkhanov
41e8d75c00 Remove Python 3.2 related slave ports to unbreak INDEX
With hat:   python
2016-02-02 20:48:06 +00:00
Ruslan Makhmatkhanov
ed63d28c08 Remove expired lang/python32
Python 3.2 has reached it's EOL. Please update to Python 3.5

With hat:	python
2016-02-02 20:16:34 +00:00
Edward Tomasz Napierala
63843a7b66 Fix problems detected with MOVEDlint: resurrect editors/the,
fix sorting, remove trailing dot.

Reviewed by:	koobs@
Sponsored by:	The FreeBSD Foundation
2016-02-02 15:54:45 +00:00
Edward Tomasz Napierala
df7414fc6c Rename cad/pycam to cad/py-pycam, to match Python naming rules.
Reviewed by:	koobs@
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D5168
2016-02-02 15:27:18 +00:00
Rene Ladan
37730614d2 Remove expired ports:
2016-01-31 devel/pdcurses-the: Seperate port is no longer needed, see PR
2016-01-31 www/py-django17: End of extended support: December 1, 2015
2016-01-31 www/codeigniter22: Codeigniter 2.2.x reached its End of Life on 31 October 2015. Please update to the current version.
2016-02-01 java/wildfly80: Fully EOL when version 8.2 was released
2016-02-01 java/wildfly81: Fully EOL when version 9.0 was released
2016-02-01 mail/phpmailer2: Obsolete, use mail/phpmailer instead
2016-02-01 20:41:29 +00:00
Martin Wilke
a234e43dd7 Welcome Centos 6.7
- Upgrade all linux-c6- to CentOS 6.7
- Cleanups

PR:                     205846
Submitted by:           xmj
In Collaboration with:  allanjude, netchild, xmj
Exp-run:                antoine
Sponsored by:           Perceivon Hosting Inc.
Differential Revision:  D3428

We'd like to thanks for all the feedback and comments.
2016-01-30 18:30:40 +00:00
Rene Ladan
d56592897c Remove expired port:
2016-01-15 databases/php5-redis: PHP 5.4 EOL reached, use databases/php55-redis or databases/php56-redis instead
2016-01-30 16:50:02 +00:00
Rene Ladan
5f8debf9bc Remove expired port:
2016-01-30 www/xpi-bookmarkdd: incompatible with Firefox 34+
2016-01-30 09:09:10 +00:00
Alexey Dokuchaev
c6732be1c7 - Resurrect `sysutils/jailutils', it has a new home these days
- Define LICENSE and install couple of documentation files
- Clean up port description (remove FreeBSD 4.X related stuff)
- Transfer maintainership to the submitter

PR:		199722
Submitted by:	Chris Hutchinson
2016-01-29 06:07:19 +00:00
Baptiste Daroussin
fabaec88b0 Back to the present
Fix a typo on the date in MOVED

PR:		206704
Submitted by:	chris@chrullrich.net
2016-01-28 08:18:42 +00:00
Martin Wilke
f74b6d47cb - Fix Removal date from rev: 407393
PR:		206704
Submitted by:	chris@chrullrich.net
2016-01-28 08:16:17 +00:00
Kubilay Kocak
e18075a23d devel/py-msgpack: Rename to py-msgpack-python, Update to 0.4.6
- Rename to py-msgpack-python, accordingly:
  - Add MOVED entry
  - Update devel/Makefile
  - Update dependent ports
  - Remove DISTNAME and TODO comment
- Update PORTVERSION and distinfo checksum (0.4.6)
- Re-assign MAINTAINER'ship

PR:		205733
Submitted by:	Brendan Molloy <brendan+freebsd bbqsrc net>
Approved by:	zont (maintainer)
2016-01-28 03:12:23 +00:00
Rene Ladan
53f742ca21 Remove expired ports that are consumers of expired lang/php5. Exceptions:
- www/pecl-zendopcache : used by Mk/bsd.php.mk
- databases/php5-redis : optionally used by www/magento

A PR exists for databases/php5-pdo_cassandra to make it work with supported
versions of PHP.
2016-01-26 21:24:52 +00:00
Baptiste Daroussin
c6c7f26918 Remove linux 32bit target binutils port which never has been used
as it was planned to
2016-01-26 19:25:04 +00:00
Rene Ladan
31ab0265e1 Remove expired port:
2016-01-23 archivers/jzip.org: Abandoned, outdated (no updates since 2003)
2016-01-24 12:06:17 +00:00
Alexey Dokuchaev
2ae863e448 Resurrect textproc/xxdiff' and textproc/xxdiff-scripts' which were removed
from the tree when Qt 3.x had reached EoL.  Version 4.0 adds support for Qt4
now and thus allows to revive the port(s).  While here, modernize Makefiles,
define LICENSE (GPLv2), clean up dependencies, and augment port description.

PR:	198025
2016-01-22 12:01:32 +00:00
Raphael Kubo da Costa
13d74ef592 Update libproxy and its slave ports to 0.4.12.
After being dormant since 2013, libproxy development picked up some steam at
the end of last year, and the project moved from Google Code to GitHub,
where its releases are also being hosted. A summary of changes between 0.4.6
and 0.4.12 can be found here:
    https://github.com/libproxy/libproxy/blob/0.4.12/NEWS

The libproxy ports themselves have undergone several changes too:
* net/libproxy
  - Drop a lot of patches that are no longer necessary.
  - Add a few patches that I have sent upstream, and add some context to the
    0.4.6 patches that are still required.
  - Explicitly disable a few build options (.NET bindings, for example).
  - Switch to an out-of-source CMake build (also applies to the slave
    ports).
  - Drop the unnecessary post-install target, likely added before pkg and
    our ports system got smart enough to remove directories when needed.
* net/libproxy-gnome
  - Explicitly add dependency on devel/glib20 as the code links against
    GObject.
  - Make it clear that this plug-in targets GNOME2 desktops and uses GConf
    to read proxy settings.
* net/libproxy-gnome3
  - New port. Similar to libproxy-gnome, but targets GNOME3/Mate and reads
    proxy settings via GSettings instead. libproxy-gnome retained its name
    to avoid confusing users and requiring instructions in UPDATING.
* net/libproxy-kde
  - The KDE configuration plug-in has been rewritten upstream and no longer
    links against Qt or any KDE libraries. Instead, it just has a run-time
    dependency on either kreadconfig (from KDE4) or kreadconfig5 (from KDE
    Frameworks 5).
* net/libproxy-mozjs
  - Resurrect the port; the plug-in has been rewritten and now uses
    lang/spidermonkey185 to parse the JavaScript in .pac files.
* net/libproxy-webkit
  - Switch to depending www/webkit-gtk3 instead of www/webkit-gtk2. In
    practice, there is no huge difference since libproxy only uses the
    JavaScriptCore layer (which is toolkit-independent) to parse .pac files.

Finally, thanks to mat@ for answering some questions about libproxy-perl and
which Perl patches still needed to be retained or rewritten.

Approved by:	gnome (kwm)
2016-01-19 10:00:25 +00:00
Alexey Dokuchaev
8b28f3f3eb - Resurrect `mail/bincimap' port (project was moved to SF.net from the
abandoned http://www.bincimap.org/ website)
- Distfile is .tar.gz now instead of original .tar.bz2, but the contents
  is identical (no changes whatsoever)
- Clean up and modernize the port: convert to OPTIONS, define LICENSE,
  get rid of CONFDIR in favor of ETCDIR, allow to build with GCC 4.7+,
  use @sample in pkg-plist, kill bogus EOL whitespace in pkg-descr, etc.
2016-01-17 17:28:08 +00:00
Ruslan Makhmatkhanov
28242ae833 textproc/py-gettext: rename to match upstream name 2016-01-16 13:23:40 +00:00
Rene Ladan
6656cb7bf5 Remove expired ports unrelated to PHP 5.4 :
2016-01-15 devel/e_dbus: Not used anymore by x11-wm/enlightenment
2016-01-15 www/xpi-locale-switcher: incompatible with Firefox 34 (and later presumably)
2016-01-15 19:44:31 +00:00
Cy Schubert
0c3ff6c0a1 Resurrect graphics/sane-epkowa@r363261.
Stagify.

Take ownership for now.
2016-01-15 05:39:45 +00:00
Rene Ladan
928ee0a715 Remove expired ports:
2016-01-08 devel/msp430-gdb: Obsolete. Please, use devel/gcc-msp430-ti-toolchain
2016-01-08 devel/msp430-gcc: Obsolete. Please, use devel/gcc-msp430-ti-toolchain
2016-01-08 devel/msp430mcu: Obsolete. Please, use devel/gcc-msp430-ti-toolchain
2016-01-08 devel/msp430-libc: Obsolete. Please, use devel/gcc-msp430-ti-toolchain
2016-01-08 devel/msp430-binutils: Obsolete. Please, use devel/gcc-msp430-ti-toolchain
2016-01-08 16:36:42 +00:00
Matthew Seaman
a7c6fd487b (Readdition of www/trac-ldap which was removed on 349600)
LDAP extensions to grant group permissions

This extension enables the use of existing LDAP groups to grant
permissions rather than defining permissions for every single user on
the system.  Also permits storage of permissions (both users and
groups permissions) in the LDAP directory itself rather than in the
database backend.

WWW: https://trac-hacks.org/wiki/LdapPlugin

Reviewd by:		koobs
Differential Revision:	https://reviews.freebsd.org/D4796
2016-01-08 12:23:48 +00:00
Thomas Zander
ce3ffa3f65 Update to upstream revision r5506, collapse games/duke3d-data info eduke
Detailed log from submitter:
- updates games/eduke32 to 5506,
- removes games/duke3d-data
- adds option to install HRP,
- adds option to install XXX Pack.

PR:		202998
Submitted by:	pkubaj@anongoth.pl (maintainer)
2016-01-06 16:00:59 +00:00
Max Brazhnikov
a10978d5bb Rename games/supertux-devel to games/supertux2 and update to new stable
release 0.4.0 (aka SuperTux Milestone 2)
2016-01-05 21:50:35 +00:00
Steve Wills
f69775bc99 devel/creduce: revive port
Since creduce seems to be maintained after all and has recently had a release
which now works with newer llvm, revive the port.
2016-01-04 15:36:08 +00:00
Raphael Kubo da Costa
a262d567ff Ressurrect audio/kstreamripper and update to 0.7.100.
Update to the latest release to make the port fetchable again. Stop passing
-DWITHOUT_LIBPROXY=YES to CMake because upstream disabled libproxy support a
few releases ago.

PR:		204171
Submitted by:	matthew@reztek.cz
Approved by:	maintainer timeout (65 days)
2016-01-03 13:04:18 +00:00
Sunpoet Po-Chuan Hsieh
263277eea6 - Move devel/py-distutils-extra to devel/py-python-distutils-extra 2016-01-02 12:06:22 +00:00
Rene Ladan
5445d9b64a Remove expired ports:
2016-01-01 multimedia/spotify-websocket-api: login fails due to protocol changes
2016-01-01 net-mgmt/unifi2: Unifi 2.x is EoL. Please upgrade to net-mgmt/unifi3
2016-01-01 misc/kde4-l10n-th: Upstream ceased maintainance of this translation
2016-01-01 misc/kde4-l10n-tg: Upstream ceased maintainance of this translation
2016-01-01 misc/kde4-l10n-si: Upstream ceased maintainance of this translation
2016-01-01 19:11:59 +00:00
Raphael Kubo da Costa
cf35b4fb39 2015-11-26 audio/kstreamripper: Broken for more than 6 months 2016-01-01 13:04:05 +00:00
Raphael Kubo da Costa
af7cf694c4 Remove expired port: irc/irssi-devel.
2016-01-01 irc/irssi-devel: Older than irc/irssi
2016-01-01 12:57:37 +00:00
Rene Ladan
e603983d54 Remove lang/perl5.16 and the support bits in perl5.mk, it is no longer
supported and expired today.

Approved by:	portmgr (mat), perl (sunpoet)
Differential Revision:	https://reviews.freebsd.org/D4745
2015-12-31 21:06:14 +00:00
Rene Ladan
23150ec787 Remove expired port:
2015-12-31 dns/bind10: Is not developed any more, use dns/bundy
2015-12-31 10:58:14 +00:00
Rene Ladan
7b655e7cff Remove expired port:
2015-12-30 net/remmina-plugin-rdp: Broken for more than 6 months
2015-12-30 23:50:16 +00:00
Rene Ladan
3b93c5c02a Remove expired ports:
2015-12-30 www/ocsigen: Broken for more than 6 months
2015-12-30 devel/monodevelop-database: Broken for more than 6 months
2015-12-30 lang/cduce: Broken for more than 6 months
2015-12-30 science/hdf-java: Broken for more than 6 months
2015-12-30 math/p5-Math-Geometry-Planar-GPC-Polygon: Broken for more than 6 months
2015-12-30 www/eliom: Depends on broken and expiring www/ocsigen
2015-12-30 audio/py-fastaudio: Broken for more than 6 months
2015-12-30 devel/jgoodies-common: Broken for more than 6 months
2015-12-30 graphics/pinta: Broken for more than 6 months
2015-12-30 games/kanatest: Broken for more than 6 months
2015-12-30 editors/bless: Broken for more than 6 months
2015-12-30 security/burpsuite: Broken for more than 6 months
2015-12-30 23:20:40 +00:00
Olli Hauer
1582eb0252 - remove devel/subversion
(EXPIRATION_DATE=2015-12-29)
2015-12-30 15:24:01 +00:00
Sunpoet Po-Chuan Hsieh
94c3effee4 - Move devel/py-hashring to devel/py-hash_ring 2015-12-30 12:13:30 +00:00
Sunpoet Po-Chuan Hsieh
3e8b4a8db1 - Move databases/py-memcached to databases/py-python-memcached 2015-12-30 08:06:18 +00:00
Sunpoet Po-Chuan Hsieh
5a404920f0 - Move mail/py-spf to mail/py-pyspf 2015-12-29 19:06:30 +00:00
Dmitry Marakasov
5dc918f30b - Rename editors/sublime3 to editors/linux-sublime3 and add PKGNAMESUFFIX
- Bring port directory and package names in sync
  - Resolve PKGBASE conflict with editors/linux-sublime

PR:		205694
Approved by:	portmgr blanket (due to PKGBASE conflict)
2015-12-29 17:48:19 +00:00
Sunpoet Po-Chuan Hsieh
0e21f66fbc - Move dns/py-dns3 to dns/py-py3dns 2015-12-29 17:30:35 +00:00
Dmitry Marakasov
3de45debd1 - Rename editors/sublime to editors/linux-sublime as it's Linux binary port
PR:		205313
Submitted by:	yuri@rawbw.com
Approved by:	maintainer timeout (xmj@chaot.net, 2 weeks)
2015-12-29 14:51:58 +00:00
Sunpoet Po-Chuan Hsieh
cd83edc11f - Document the removal of sysutils/phttpget 2015-12-27 14:41:59 +00:00
Rene Ladan
8f1125bd16 Remove expired port:
2015-12-25 japanese/ochusha: Development ceased in 2008, other options available
2015-12-25 21:45:05 +00:00
Raphael Kubo da Costa
978b5a598d Update Calligra to 2.9.10.
This is the latest Calligra release, and the 2.9 series will be the last
KDE4-based release series.

As usual, huge thanks to Tobias Berner <tcberner@gmail.com> for working on this
in kde@'s area51 experimental repository (including previous Calligra releases
between 2.7.5 and 2.9.10).

Notable changes from a packaging perspective:
- Several dependencies have been updated to use more recent ports versions.
- Old translations not shipped by the current Calligra release have been
  removed.
- The dependency on sysutils/nepomuk-core has been dropped, following what
  upstream has done.
- The dependency on Qt3-compatibility Qt4 ports has been dropped, following
  upstream.
- CONFLICTS with ancient ports have been removed.
- Support for G'MIC (GREYC's Magic for Image Computing), introduced after
  2.7.5, is disabled by default, as building the code with clang requires
  insane (>24GB) amounts of memory. We reported this bug to the LLVM developers
  (bug 22199) almost a year ago, but there has been no activity upstream.
- Stopped depending on graphics/pstoedit in an unorthodox way: just follow what
  every major Linux distribution does and unconditionally depend on it. I could
  not figure out why we were originally depending on the port if it was already
  installed.
- Stop playing tricks with PACKAGE_BUILDING: we do not package Vc
  (https://github.com/VcDevel/Vc) so it does not make sense to turn on support
  for it when building packages. Not only that, but the CMake option name was
  wrong (it should be PACKAGERS_BUILD, not WITH_PACKAGERS_BUILD).
2015-12-21 18:10:32 +00:00
Matthias Andree
5312ded598 Update busybox to new stable release 1.24.1, and withdraw busybox-unstable.
Changes: https://busybox.net/
2015-12-20 17:21:10 +00:00
Rene Ladan
5da68696c6 Remove expired ports:
2015-12-18 www/joomla15: Joomla 1.5.x reached its End of Life in September 2012. Please update to a current version
2015-12-18 www/joomla25: Joomla 2.5.x reached its End of Life in December 2014. Please update to a current version
2015-12-17 devel/rubygem-tins0: not used by other ports anymore
2015-12-18 20:54:14 +00:00
Rene Ladan
843d4f18ec Remove expired ports:
2015-12-09 www/py-django-pipeline12: Django 1.4 extended support ended on 2015-10-01
2015-12-09 www/py-django14: Django 1.4 extended support ended on 2015-10-01
2015-12-12 net/py-pysphere: No longer maintained, please use net/py-pyvmomi by VMware
2015-12-13 ftp/ftpcube: No releases for 8+ years, no supporting newer wxWidget
2015-12-13 astro/libroadnav: No releases for 8+ years, no supporting newer wxWidget
2015-12-13 astro/roadnav: No releases for 8+ years, no supporting newer wxWidget
2015-12-15 20:33:56 +00:00
Sunpoet Po-Chuan Hsieh
e3de413a5f - Move ftp/py-curl to ftp/py-pycurl 2015-12-12 23:43:56 +00:00
Vanilla I. Shu
ab803eadff Rename devel/jep to devel/py-jep. 2015-12-11 16:25:52 +00:00
Sunpoet Po-Chuan Hsieh
ca7ee45589 - Fix typo: PyPi -> PyPI 2015-12-11 14:45:52 +00:00
Sunpoet Po-Chuan Hsieh
0386be6f75 - Move astro/py-metar to astro/py-pymetar 2015-12-11 11:45:54 +00:00
Sunpoet Po-Chuan Hsieh
ea9d3a330c - Move print/py-cups to print/py-pycups 2015-12-11 10:02:23 +00:00
Martin Wilke
9ff19985bf - Rename devel/py-memoryprofiler to devel/py-memory_profiler;
to consistency with other Python ports
  - Update to 0.39
  - Add No_ARCH

PR:		205109
Submitted by:	maintainer
Reviewed by:	python@/koobs
Approved by:	mat (mentor)
Differential Revision:	D4468
2015-12-11 03:36:02 +00:00
John Marino
6e3d37113d Move math/why3-gpl => math/why3-spark
There are two reasons to rename this port.
1) Upstream never liked it and requested -spark be the suffix instead
2) An ongoing attempt to fix lang/spark may result in a number of slave
   ports with a -spark suffix, so this keeps up consistency as all of
   these ports only exist to support that port.
2015-12-10 20:20:22 +00:00
Vanilla I. Shu
27491d5afb restore py-gammu. 2015-12-10 07:11:50 +00:00
Sunpoet Po-Chuan Hsieh
9bf87389f8 - Move devel/pyinstaller to devel/py-pyinstaller 2015-12-09 14:28:51 +00:00
Jimmy Olgeni
7f23250c7b Add support for Jetty 9.
- Add www/jetty9 to track the latest branch of Jetty

- Move www/jetty to www/jetty8

- Add LICENSE and fix RUN_DEPENDS in www/jetty8

www/jetty8 is officially EOL'd upstream but still seems to be in use.

PR:		204190
Submitted by:	David Harrigan
2015-12-06 20:12:58 +00:00
John Marino
f01cba6e50 FPC ecosystem: Upgrade version 2.6.4 => 3.0.0
This is the first major release of FreePascal in nearly four years.
There are a ton of new features, way more to list here. see:
http://wiki.freepascal.org/FPC_New_Features_3.0

Several new unit ports were added, some were contracted.  Most of
those were absorbed into the main FPC packages, but two units are
no longer supported: sndfile and matroshka.

All 99 remaining ports (including Lazarus ports) were build tested
on FreeBSD i386 and amd64 Release 10.2
2015-12-05 23:29:36 +00:00
Kubilay Kocak
892f21154b archivers/py-liblzma: Rename to pylibzma, Modernize
- Rename to match upstream (PyPI) name: pylibzma
- Backport upstream issue/commit to fix build without pkg-config [1][2]
- Remove post-patch: target, no longer necessary
- Remove other setup.py overrides, back to upstream sources
- Add do-test target:
- Add LICENSE_FILE
- Add MOVED entry

While I'm here:

- Update sysutils/bsdploy dependency

[1] https://bugs.launchpad.net/pyliblzma/+bug/613837
[2] https://bazaar.launchpad.net/~proyvind/pyliblzma/trunk/revision/494

Reviewed by:		sbz
Approved by:		dbn (maintainer timeout, 15 days)
Differential Revision:	D4161
2015-11-30 08:37:38 +00:00
Rene Ladan
691f434f54 Remove expired ports:
2015-11-26 audio/pecl-id3: Broken for more than 6 months
2015-11-26 dns/geta: Broken for more than 6 months
2015-11-26 finance/openerp-web: Broken for more than 6 months
2015-11-26 devel/py-async: Further using of this module is not encouraged by upstream
2015-11-26 chinese/kon2: Depends on expiring chinese/cce
2015-11-26 games/linux-skulltag: Depends on expiring audio/linux-fmodapi
2015-11-26 archivers/wzip: Broken for more than 6 months
2015-11-26 databases/sybtcl: Broken for more than 6 months
2015-11-26 biology/povchem: Broken for more than 6 months
2015-11-26 audio/btc: Broken for more than 6 months
2015-11-26 astro/wmglobe: Broken for more than 6 months
2015-11-26 graphics/pyro: Broken for more than 6 months
2015-11-26 graphics/jpeg2ps: Broken for more than 6 months
2015-11-26 chinese/gugod-clean: Broken for more than 6 months
2015-11-26 comms/bforce: Broken for more than 6 months
2015-11-26 cad/geda-docs: Broken for more than 6 months
2015-11-26 chinese/cwtexttf: Broken for more than 6 months
2015-11-26 comms/zmtx-zmrx: Broken for more than 6 months
2015-11-26 astro/sky2000: Broken for more than 6 months
2015-11-26 deskutils/libopensync-plugin-file: Broken for more than 6 months
2015-11-26 databases/sqlite-ext-mobigroup: Broken for more than 6 months
2015-11-26 chinese/bg5ps: Broken for more than 6 months
2015-11-26 deskutils/x-tile: Broken for more than 6 months
2015-11-26 graphics/pure-gl: Broken for more than 6 months
2015-11-26 audio/dvda-author: Broken for more than 6 months
2015-11-26 chinese/oxim: Broken for more than 6 months
2015-11-26 editors/spe: Broken for more than 6 months
2015-11-26 audio/mpdscribble: Broken for more than 6 months
2015-11-26 cad/geda-symcheck: Broken for more than 6 months
2015-11-26 audio/linux-fmodapi: Broken for more than 6 months
2015-11-26 audio/pure-audio: Broken for more than 6 months
2015-11-26 editors/bpatch: Broken for more than 6 months
2015-11-26 benchmarks/geekbench: Broken for more than 6 months
2015-11-26 graphics/icoconvert: Broken for more than 6 months
2015-11-26 cad/geda-utils: Broken for more than 6 months
2015-11-26 deskutils/tomboy-plugin-wordcount: Broken for more than 6 months
2015-11-26 graphics/sketch: Broken for more than 6 months
2015-11-26 ftp/spegla: Broken for more than 6 months
2015-11-26 graphics/clutter-box2d: Broken for more than 6 months
2015-11-26 audio/scmpc: Broken for more than 6 months
2015-11-26 ftp/gnusget: Broken for more than 6 months
2015-11-26 comms/gpsk31: Broken for more than 6 months
2015-11-26 cad/geda-gschem: Broken for more than 6 months
2015-11-26 audio/ampache: Broken for more than 6 months
2015-11-26 cad/slffea: Broken for more than 6 months
2015-11-26 audio/cripple: Broken for more than 6 months
2015-11-26 cad/geda-gattrib: Broken for more than 6 months
2015-11-26 cad/findhier: Broken for more than 6 months
2015-11-26 biology/njplot: Broken for more than 6 months
2015-11-26 audio/wmmp: Broken for more than 6 months
2015-11-26 x11/avant-window-navigator: Broken for more than 6 months
2015-11-26 cad/geda-netlist: Broken for more than 6 months
2015-11-26 deskutils/libopensync-plugin-sunbird: Broken for more than 6 months
2015-11-26 biology/ortep3: Broken for more than 6 months
2015-11-26 astro/aa: Broken for more than 6 months
2015-11-26 french/belote: Broken for more than 6 months
2015-11-26 converters/p5-String-SetUTF8: Broken for more than 6 months
2015-11-26 cad/geda-examples: Broken for more than 6 months
2015-11-26 editors/yasnippet: Broken for more than 6 months
2015-11-26 audio/musica: Broken for more than 6 months
2015-11-26 graphics/rubyphoto: Broken for more than 6 months
2015-11-26 german/bsdpaste: Broken for more than 6 months
2015-11-26 audio/amrcoder: Broken for more than 6 months
2015-11-26 sysutils/bashburn: Broken for more than 6 months
2015-11-26 editors/e93: Broken for more than 6 months
2015-11-26 audio/tepsonic: Broken for more than 6 months
2015-11-26 astro/ephem: Broken for more than 6 months
2015-11-26 chinese/cce: Broken for more than 6 months
2015-11-26 graphics/qcread: Broken for more than 6 months
2015-11-26 databases/py-sqlkit: Broken for more than 6 months
2015-11-26 databases/usogres: Broken for more than 6 months
2015-11-26 cad/libgeda: Broken for more than 6 months
2015-11-26 chinese/p5-Lingua-ZH-BPMFConvert: Broken for more than 6 months
2015-11-26 french/alphabet_sounds_fr: Broken for more than 6 months
2015-11-26 deskutils/mrundlg: Broken for more than 6 months
2015-11-26 databases/erlang-mysql: Broken for more than 6 months
2015-11-26 graphics/linux-XnViewMP: Broken for more than 6 months
2015-11-26 deskutils/akamaru: Broken for more than 6 months
2015-11-26 dns/p5-Net-DNS-ZoneCheck: Broken for more than 6 months
2015-11-26 astro/dgpsip: Broken for more than 6 months
2015-11-26 databases/pecl-handlersocket: Broken for more than 6 months
2015-11-26 audio/cymbaline: Broken for more than 6 months
2015-11-26 french/dico: Broken for more than 6 months
2015-11-26 comms/qpage: Broken for more than 6 months
2015-11-26 audio/sonice: Broken for more than 6 months
2015-11-26 cad/geda-symbols: Broken for more than 6 months
2015-11-26 databases/java-mybatis: Broken for more than 6 months
2015-11-26 databases/openbase-jdbc: Broken for more than 6 months
2015-11-27 www/mediawiki119: Please upgrade to mediawiki-1.25
2015-11-28 www/R-cran-Rpad: Unmaintained upstream
2015-11-28 23:08:03 +00:00
Rene Ladan
4921bdd7a5 Remove expired port:
2015-11-23 devel/qsvn: Development discontinued since 2009
2015-11-23 18:46:22 +00:00
Jason Unovitch
1b30014141 textproc/kibana41: update 4.1.2 -> 4.1.3
- Update PORTVERSION, distinfo, and pkg-plist for 4.1.3
- Update PKGNAMESUFFIX to reflect directory change in preparation of
  upcoming Kibana 4.2 port that requires Elasticsearch 2.0
- Explain Elasticsearch compatible version range in pkg-descr

textproc/Makefile, MOVED: Chase Kibana rename kibana4 -> kibana41

Changes:	https://www.elastic.co/blog/kibana-4-2-1-and-4-1-3

Submitted by:	Sergey Kozlov <kozlov.sergey.404@gmail.com> (maintainer)
Security:	CVE-2015-8131
Security:	https://vuxml.FreeBSD.org/freebsd/fb2475c2-9125-11e5-bd18-002590263bf5.html
Differential Revision:	https://reviews.freebsd.org/D4226
MFH:		2015Q4
X-MFH-With:	r398461 (Kibana 4.1.2 update)
2015-11-22 14:55:52 +00:00
Thierry Thomas
08260f4eba Resurrect math/rkward-kde4, which had been removed because math/R-cran-car
might gbe removed, but this dependency is recommended, not mandatory.
2015-11-21 14:09:12 +00:00
Antoine Brodin
c5c6e8986a Remove duplicate port www/py3-aiohttp
www/py-aiohttp should be modified instead

With hat:	portmgr
2015-11-21 12:40:42 +00:00
Sunpoet Po-Chuan Hsieh
38d725aed1 - Move devel/ocaml-typeconv to devel/ocaml-type_conv 2015-11-20 13:20:33 +00:00
Muhammad Moinur Rahman
860360aeec devel/py-pytz3: Move to devel/py3-pytz
- No longer used as SLAVE as overriding USES makes it complex; now it's
  used as an individual port
- Revert devel/py-pytz MAINTAINER?

Submitted by:   koobs
2015-11-19 11:27:59 +00:00
Ruslan Makhmatkhanov
f637b43fec devel/py-asn1: move to devel/py-pyasn1 to match PyPI name
- move to devel/py-pyasn1 to match PyPI name
- update *_DEPENDS and bump PORTREVISION in dependent ports
- reset PORTEPOCH

PR:		204567
Submitted by:	John W. O'Brien <john@saltant.com>
Approved by:	mhjacks@swbell.net (maintainer of devel/py-asn1)
2015-11-18 21:41:48 +00:00
Bernard Spil
e30954c605 databases/mariadb-client,scripts,server: Remove
- MariaDB is based on the vulnerable MySQL 5.1 version
  - No new versions since 2013
  - Simplify Mk/bsd.databases.mk

Reviewed by:	koobs (mentor), feld
Approved by:	koobs (mentor)
Differential Revision:	https://reviews.freebsd.org/D4099
2015-11-18 10:51:14 +00:00
Ruslan Makhmatkhanov
26a450a154 devel/py-experimental.cssselect: remove port
The only consumer of this port has switched to www/py-cssselect
2015-11-14 22:06:06 +00:00
Ruslan Makhmatkhanov
8ed3bb339c devel/py-asn1-modules: rename to py-pyasn1-modules to match upstream naming
- bump PORTREVISION for dependend ports
2015-11-14 20:54:41 +00:00
Ruslan Makhmatkhanov
f43e269fbf net/py-smb: rename to py-pysmb to match upstream naming 2015-11-14 19:23:10 +00:00
Rene Ladan
a9108b5e21 Remove expired port:
2015-11-12 deskutils/steadyflow: No new releases for years, consider using net/uget
2015-11-13 06:55:48 +00:00
Mark Linimon
952359f55d textproc/xalan-c was revived in 401253 by pawel.
Obtained from:		portsmon
2015-11-12 00:50:13 +00:00
Rene Ladan
5fa8fafda1 Remove expired ports:
2015-11-10 databases/mysql-workbench51: EOL upstream, use databases/mysql-workbench52 instead
2015-11-10 databases/mysql51-client: EOL upstream, use mysql55 or mysql56 instead
2015-11-10 databases/mysql51-scripts: EOL upstream, use mysql55 or mysql56 instead
2015-11-10 databases/mysql51-server: EOL upstream, use mysql55 or mysql56 instead
2015-11-10 databases/p5-DBD-mysql51: EOL upstream, use databases/p5-DBD-mysql instead
2015-11-10 databases/py-MySQLdb51: EOL upstream, use databases/py-MySQLdb instead
2015-11-10 21:13:07 +00:00
Rene Ladan
3617665671 Remove expired ports:
2015-11-08 devel/phptags: abandoned upstream
2015-11-08 sysutils/torsmo: no new releases for years, consider using sysutils/conky
2015-11-08 15:09:43 +00:00
Bartek Rutkowski
abf126b820 sysutils/fusefs-wdfs: port revival
- Add stage support
- Set port maintainer to submitter
- Delete MOVED entry
- Add SUBDIR entry in sysutils/Makefile

PR:		203018
Submitted by:	Alex <silverless@gmx.com> (maintainer)
2015-11-08 13:25:31 +00:00
Kurt Jaeger
d4d67456f3 devel/py-pygitup: Update to 1.3.0, Rename to py-git-up (PyPI name)
- Support for Python 3 has been added

PR:		204266
Submitted by:	pi
Approved by:	Maxim Filimonov <che@bein.link>
2015-11-07 16:53:46 +00:00
Gerald Pfeifer
835314b17b Fix grammar in entry for chinese/joe. 2015-11-07 14:42:54 +00:00
Sunpoet Po-Chuan Hsieh
fe0862ae9b - Move devel/py-parsing to devel/py-pyparsing 2015-11-04 20:11:06 +00:00
Jason Unovitch
8cac4b8f58 www/joomla3: svn move joomla31 joomla3
- Match origin to PKGNAME to align with the Joomla upstream only supporting
  the most recent 3.x release at any one time.

www/Makefile, MOVED: Chase Joomla rename joomla31 -> joomla3 + spelling fix

Reference:	https://docs.joomla.org/What_version_of_Joomla!_should_you_use

PR:		204016
Approved by:	ports-secteam (feld)
MFH:		2015Q4
2015-11-03 03:19:42 +00:00
John Marino
ead6beb358 Contract graphics/cal3d-devel into graphics/cal3d
The development of cal3d stopped in July 2006, about a week or two
after the last release (0.11.0).  It makes no sense to have both cal3d
and cal3d-devel, so let's copy over the -devel port over to the stable
one and remove the -devel port.  There's no reason to set a deprecation
period in this case.

While here:
  * remove conflicts
  * Update the WWW to the new home page

I've given graphics/cal3d a "fake" version of 0.11.1 to convey that it
is an update to the previous version of 0.11.0 rather than to completely
change the version scheme.

PR:		203135
Approved by:	maintainer timeout
Discussed:	portmgr (bapt)
2015-11-02 13:43:31 +00:00
Max Brazhnikov
f883db5984 Rename my ports to comply with Python ports policy
Requested by:	koobs
2015-11-02 09:24:50 +00:00
Rene Ladan
9714194672 Remove expired ports:
2015-11-01 devel/ros: Unsupported upstream, see http://wiki.ros.org/Distributions
2015-11-01 ports-mgmt/portsopt: Deprecated by optionsng
2015-11-01 21:30:48 +00:00
Rene Ladan
5e1001eeb3 Remove expired ports:
2015-10-31 audio/cmus-post.fm: Broken for more than 6 months
2015-10-31 devel/libphish: Broken for more than 6 months
2015-10-31 devel/rubygem-debugger: This port is for Ruby 1.9 only. Upstream stopped maintenance.
2015-10-31 games/linux-ningpo-demo: Broken for more than 6 months
2015-10-30 graphics/gdal-grass: Superseded by gdal-2.0.0
2015-10-31 graphics/picviz: Broken for more than 6 months
2015-10-31 irc/weechat-devel: far behind stable irc/weechat (use it instead)
2015-10-31 mail/cucipop: Broken for more than 6 months
2015-10-31 math/rkward-kde4: Depends on deprecated math/R-cran-car
2015-10-31 multimedia/streamanalyze: Broken for more than 6 months
2015-10-31 net-mgmt/collectd: Please move to collectd5 - collect4 is not developed/patched
2015-10-31 sysutils/sdd: Broken for more than 6 months
2015-10-31 sysutils/xfce4-minicmd-plugin: Broken for more than 6 months
2015-10-31 www/linux-libgtkembedmoz: Broken for more than 6 months
2015-10-31 www/py-feedfinder: Broken for more than 6 months
2015-10-31 www/py-openssl-proxy: Broken for more than 6 months
2015-10-31 www/py-webware: Broken for more than 6 months
2015-10-31 www/py-webware-component: Depends on deprecated www/py-webware
2015-10-31 x11-fonts/code2001: Broken for more than 6 months
2015-10-31 x11-wm/e-module-diskio: Broken for more than 7 months
2015-11-01 16:02:28 +00:00
Baptiste Daroussin
5d6dbffe8a Resurrect amd64 xtoolchain needed for build FreeBSD with gcc as an external
toolchain
2015-10-31 00:11:38 +00:00
Pawel Pekala
7f565d830a Rename audio/py-audiotools to match PyPI nomenclature
Submitted by:	koobs
2015-10-29 16:23:23 +00:00
Ruslan Makhmatkhanov
0092cff443 Remove expired ports
databases/py-mssql: Broken with current FreeTDS. Please use databases/py-pymssql
net/py-medusa: Abandoned upstream, last release was in 2005
2015-10-28 20:45:48 +00:00
Cy Schubert
04b8ff2431 Resurrect xalarm 3.06.
Take on maintainership.
2015-10-25 08:16:49 +00:00
Rene Ladan
9355e0fe63 Remove expired ports:
2015-10-22 misc/ruby-progressbar: Abandoned upstream, superseded by devel/rubygem-ruby-progressbar
2015-10-24 www/twig: Upstream vanished, php3 and php4 are long unsupported
2015-10-25 00:24:23 +00:00
Dmitry Marakasov
a9ef4c9588 - Rename x11-wm/clementine to x11-wm/clementine-wm, so the port is not mixed up with audio/clementine-player which is more widely known as just `clementine' 2015-10-23 13:12:35 +00:00
Cy Schubert
666919fbbe Update ntp 4.2.8p3 --> 4.2.8p4.
As ntp 4.2.8p4 has gone GA, remove ntp-rc.
2015-10-21 21:38:12 +00:00
Alexey Dokuchaev
25f100a96e - Resurrect; unbreak on all supported versions of FreeBSD (and 8.X)
- Drop leading indefinite article from COMMENT text
- Stagify, convert to USES=libtool, switch to .tar.bz2 distfile
2015-10-21 16:34:23 +00:00
Ed Schouten
0e43d44140 Introduce Binutils for CloudABI on aarch64.
When I added the first copy of the CloudABI toolchain to the Ports tree,
I assumed that it would be easily possible to have a single Binutils
port that would support all of the architectures of interest. It seems
that this is not really supported, or simply awkward to use.

Let's just rename the cloudabi-binutils port to cloudabi-binutils-x86_64
and add an additional cloudabi-binutils-aarch64.

Reviewed by:	emaste
Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D3919
2015-10-21 12:28:21 +00:00
Rene Ladan
3870a5721f Remvove expired port:
2015-10-19 devel/rubygem-listen2: not used by other ports anymore
2015-10-20 19:41:00 +00:00
Cy Schubert
e112752e0b Add ntp-rc again. This time 4.2.8p4-RC1. 2015-10-19 19:33:19 +00:00
Romain Tartière
d4119bd942 Remove security/yubikey-personalization (duplicate of security/ykpers)
PR:		203835
Submitted by:	cmt@burggraben.net
2015-10-18 09:55:55 +00:00
Rene Ladan
60158b6203 Remove expired port:
2015-10-14 net-mgmt/bsnmptools: client tools (including SNMPv3 support) are part of the base system
2015-10-16 19:32:02 +00:00
Kurt Jaeger
cb8d8f127a Re-introduce port: devel/mongo-cxx-driver
Official Mongo C++ Driver

Mongo (from "humongous") is a high-performance, open source,
schema-free, document-oriented database. A common name in the
"NOSQL" community.

WWW: https://github.com/mongodb/mongo-cxx-driver

There was an old port, which was not staged.

PR:		195332
Submitted by:	numisemis@yahoo.com
2015-10-14 11:11:41 +00:00
Koop Mast
3ddf3f75fb Document nvidia-driver-173 removal. 2015-10-13 10:10:52 +00:00
Koop Mast
1742c4fbee Xorg-server update to 1.17.2 with related driver updates and bumps.
Update fontproto to 2.1.3.
Update libXfont to 1.5.1.
Update xf86-input-keyboard 1.8.1.
Update xf86-input-vmmouse to 13.1.0.
Update xf86-input-void to 1.4.1.
Update xf86-video-chips to 1.2.6.
Update xf86-video-cirrus to 1.5.3.
Update xf86-video-mach64 to 6.9.5.
Update xf86-video-neomagic to 1.2.9.
Update xf86-video-r128 to 6.10.0.
Update xf86-video-s3virge to 1.10.7.
Update xf86-video-savage to 2.3.8.
Update xf86-video-siliconmotion to 1.7.8.
Update xf86-video-sis to 0.10.8.
Update xf86-video-trident to 1.3.7.
Update xf86-video-vesa to 2.3.4.

* All other xf86-* drivers where bump and/or patched to allow them to
  compile and work with the new xorg-server.
* The ATI-ums driver is removed because the API it depends on was
  removed from the xorg-server.
* Add patch to sunffb to make the lack of XAA non-fatal
  (not build/run tested due to lack of hardware).
* Remove the extra patches in xorg-server for arm. The code seems to
  support it now natively. Please file a bug if this is not the case.
* Update the xorg-server support in virtualbox-ose-additions for vboxmouse. [1]

Submitted by:	jkim@ [1]
Obtained from:	Graphics devel repo
2015-10-13 07:45:08 +00:00
Rene Ladan
e7b763ee7a Remove expired ports:
2015-10-09 www/moodle27: Please upgrade to moodle28 or moodle29
2015-10-10 graphics/epeg: Merged into devel/efl
2015-10-11 16:26:09 +00:00
Baptiste Daroussin
ac2c81ac5b Remove bpm which does not support pkg and has no upstream anymore 2015-10-10 20:38:42 +00:00
Jan Beich
4e9b4c7ce9 emulators/ppsspp-devel: update to 1.1.0 by removing the port
v1.1.0 was recently released and there're not enough changes after it to
warrant a separate package. Move users back to stable until more time
passes or some "interesting" conflicts appear.

Changes:	https://github.com/hrydgard/ppsspp/compare/d8b43dd...v1.1.0
2015-10-06 08:14:12 +00:00
Rene Ladan
daa2bf229b Remove textport/pootle from MOVED, it is back.
Submitted by:	kwm (via irc)
2015-10-04 12:43:31 +00:00
Rene Ladan
ba66ce15ca Remove expired port:
2015-09-30 net/rubygem-amq-client: Deprecated by Upstream. It is part of net/rubygem-amqp codebase now
2015-10-01 11:50:47 +00:00
Mathieu Arnold
c4a6f53809 Pet MOVEDlint, and remove the last two lines, it's a loop.
Sponsored by:	Absolight
2015-10-01 08:01:46 +00:00
Vanilla I. Shu
379416f0a3 Rename ctemplate back to google-ctemplate, due package conflict. 2015-09-30 15:52:53 +00:00
Vanilla I. Shu
c37189b951 1: Rename google-ctemplate to ctemplate.
2: Upgrade to 2.3.
3: move to github.
2015-09-30 02:19:14 +00:00
Rene Ladan
5cbc5b94da Remove expired port:
2015-09-26 x11/xlogout: Useless cruft from 1989
2015-09-27 11:38:08 +00:00
Rene Ladan
79fbac343e Remove expired ports:
2015-09-19 net/linc: Last release in 2003, not used by anything anymore.
2015-09-19 net/linc-reference: Last release in 2003, not used by anything anymore.
2015-09-27 11:22:02 +00:00
Baptiste Daroussin
ca5928b2eb Fix malformed MOVED entry
Submitted by:	jbeich
Pointyhat to:	bapt
2015-09-26 19:46:25 +00:00
Baptiste Daroussin
6761c33f95 Remove the chinese specific version of joe's editor
The regular editors/joe now support chinese
2015-09-26 12:44:06 +00:00
Hiroki Sato
f053d39def Fix inconsistent installation directories of Japanese fonts and
reorganize the package names:

 (new)     -> font-ayu18
 (new)     -> font-ayu20
 k10       -> font-naga10 (also builds "marunaga" variant now)
 k12       -> font-kaname12
 (new)     -> font-elisa10 (resurrected)
 elisa8x8  -> font-elisa8
 kanji18   -> font-kanji18 (also builds 16-dot variant now)
 kanji26   -> font-kanji26 (also builds 24-dot variant now)
 kappa20   -> font-kappa20 (Ayu fonts is separated into font-ayu20)
 mikachan-ttfonts -> font-mikachan
 monafonts-ttf -> font-mona-ttf
 monafonts -> font-mona

All of bitmap fonts are now installed into misc/, and the TrueType fonts go
into TTF/.

No objection from:	maintainers
2015-09-25 21:48:09 +00:00
Sunpoet Po-Chuan Hsieh
04c31485bd - Document the removal of www/iojs 2015-09-23 20:15:49 +00:00
Hiroki Sato
ad265cf042 - Split japanese/font-mplus into font-mplus-outline and
font-mplus-bitmap.  Currently mplus-bitmap and mplus-outline use
  share/fonts/misc and mplus-outline as the installation directory,
  respectively.

- Convert them to use Uses=fonts.
2015-09-21 14:39:18 +00:00
Jimmy Olgeni
686b747c39 Typos, whitespace and capitalization fixes (A-F). 2015-09-20 19:59:03 +00:00
Baptiste Daroussin
95645b2916 Fix mess up in MOVED
Reported by:	fidaj <fidaj@ukr.net>
2015-09-16 21:10:48 +00:00
Baptiste Daroussin
e0de738591 Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK

Newer version of wxGTK are unicode only (3.0+)

Note that now WX_UNICODE macro is noop
2015-09-16 19:51:26 +00:00
Ruslan Makhmatkhanov
b654068d0e textproc/py-xml: remove port
This package has been included into python standard library since python 2.2 or
2.0, but some of our ports used apis not available in stock python xml package.
Now all the issue are fixed and we can finally remove this port.

It is dead upstream and because of it's invasive nature it may break innocent
ports while installed (there were known issues for Eric and Docutils), so it was
removed in most distributions years ago. There is comprehensive summary on
reasons why PyXML was removed at Fedora Project [1]. The same reasons are also
applicable to our tree.

[1] https://fedoraproject.org/wiki/Features/RemovePyXML
2015-09-16 14:40:24 +00:00
Cy Schubert
0fc38a8547 Expiry date has passed, retire security/krb5-111.
EOLed by MIT in December 2014.
2015-09-16 02:31:36 +00:00
Ruslan Makhmatkhanov
f234547a9a textproc/py-xmltools: remove port
Remove port that was marked BROKEN for [almost] six months, because of
LOGILAB has gone (read "fetch failed"). It was the last consumer of
textproc/py-xml.
2015-09-15 13:36:47 +00:00
Baptiste Daroussin
59c2d599c5 Remove asp2php:
It is unmaintained upstream for a while
It only works with very old version of asp and generate very old version of php
2015-09-13 13:58:14 +00:00
Hiroki Sato
d45f4fa95f - Rename japanese/marumoji-fonts with japanese/font-marumoji.
- Add LICENSE.
2015-09-13 04:30:17 +00:00
Ed Schouten
e55dea6a7b Remove cross compiled libraries for CloudABI.
These libraries are now provided by the CloudABI Ports collection -- not
just for FreeBSD, but a number of other operating systems. For FreeBSD,
they are provided in the form of a pkg mirror, so there is no need to
also have them in the FreeBSD Ports tree.

Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D3643
2015-09-12 10:15:40 +00:00
Michael Moll
2f008f486a new port: sysutils/facter
Facter is Puppet's cross-platform system profiling library.

While former versions (sysutils/rubygem-facter) were written in Ruby, this
version is written in C++11. FreeBSD support in the upstream sources is
sparse and DragonFly is not supported at all for the moment.

WWW: https://puppetlabs.com/facter

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D3579
2015-09-11 10:51:31 +00:00
Antoine Brodin
0e6a880b2b Remote duplicate port
Pointy hat:	tj@
2015-09-09 11:38:45 +00:00
Hiroki Sato
3419c789d4 Rename and split net/mcast-tools into net/pim6-tools, net/pim6sd,
and net/pim6dd.
2015-09-07 19:23:26 +00:00
Sunpoet Po-Chuan Hsieh
712fd3eab5 - Move textproc/ruby-xmlconfigfile to textproc/ruby-xml-configfile 2015-09-03 16:25:32 +00:00
Rene Ladan
cec7e443c5 Remove expired ports:
2015-08-31 www/p5-WWW-Shorten-NotLong: notlong.com is now dead
2015-08-31 games/linux-majesty-demo: Broken for more than 6 months
2015-08-31 games/linux-coldwar-demo: Broken for more than 6 months
2015-08-31 games/linux-hdb-demo: Broken for more than 6 months
2015-08-31 devel/rubygem-igraph: Broken for more than 6 months
2015-08-31 games/linux-candycruncher-demo: Broken for more than 6 months
2015-08-31 games/linux-gorky17-demo: Broken for more than 6 months
2015-08-31 sysutils/syslog-ng33: No longer supported by Balabit cince November 2014.
2015-09-02 05:34:30 +00:00
Jan Beich
f29ecd6901 sysutils/wmmemload: revive port and update to 0.1.8 [1]
Other changes include:
- Drop gmake dependency [1]
- Drop DOCS consisting only of ChangeLog [1]
- Define LICENSE as GPLv2+ like in debian/copyright
- Reword COMMENT and pkg-descr to drop indefinite article and author line

Changes:	http://repo.or.cz/w/dockapps.git/blob_plain/refs/tags/wmmemload-0.1.8:/wmmemload/ChangeLog
PR:		202745 [1]
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl> [1]
2015-09-01 04:40:30 +00:00
Max Brazhnikov
47f4599d9e devel/geany:
- Update to 1.25
- Use install-strip target to strip binaries

devel/geany-plugin*:
- Update to 1.25. geany-plugin-gproject was renamed to
  geany-plugin-projectorganizer
  New plugins added:
   geany-plugin-automark
   geany-plugin-ctags
   geany-plugin-git-changebar
   geany-plugin-markdown
   geany-plugin-overview
- Drop obsolete patches
- Use install-strip target to strip binaries
- Enable verbose build on package cluster
2015-08-31 08:57:38 +00:00
Grzegorz Blach
d9aafdf41c - Update devel/ninja to 1.6.0
- Remove devel/ninja16
- Replace files/patch-configure.py with REINPLACE_CMD
- Move share/doc/ninja/COPYING
  to share/licenses/ninja-${PKGVERSION}/APACHE20
2015-08-29 14:40:37 +00:00