Commit graph

15687 commits

Author SHA1 Message Date
Marcus von Appen
da133473c3 - Convert to USES=python
Approved by:	portmgr (implicit)
2014-09-28 18:47:31 +00:00
Johannes Jost Meixner
cd51875fac textproc/rubygem-gitlab-linguist: create port
GitHub Language detection

WWW: https://github.com/github/linguist

Differential Revision:	https://reviews.freebsd.org/D859
Approved by:	swills (mentor)
2014-09-27 16:04:42 +00:00
Johannes Jost Meixner
e8b8297427 textproc/rubygem-escape_utils-rails4: copy port
Async (EventMachine) HTTP client, with support for:
o   Asynchronous HTTP API for single & parallel request execution
o   Keep-Alive and HTTP pipelining support
o   Auto-follow 3xx redirects with max depth
o   Automatic gzip & deflate decoding
o   Streaming response processing
o   Streaming file uploads
o   HTTP proxy and SOCKS5 support
o   Basic Auth & OAuth
o   Connection-level & Global middleware support
o   HTTP parser via http_parser.rb
o   Works wherever EventMachine runs: Rubinius, JRuby, MRI

WWW: https://github.com/brianmario/escape_utils

Differential Revision:	https://reviews.freebsd.org/D860
Approved by:	swills (mentor)
2014-09-27 15:52:54 +00:00
Koop Mast
eb8a6587c4 Convert to new python USES style 2014-09-27 10:58:46 +00:00
Antoine Brodin
b6ffaafe24 Fix conversion to USES=pear 2014-09-27 08:42:03 +00:00
Steve Wills
b0ea85a99b textproc/rubygem-sanitize: update to 2.1.0 2014-09-27 06:22:28 +00:00
Steve Wills
76355be83a textproc/rubygem-nokogumbo: update to 1.1.12 2014-09-27 05:50:27 +00:00
Antoine Brodin
6a2aa2c75c Revert broken non-conversion to USES=pear 2014-09-27 05:46:27 +00:00
Steve Wills
b67c011beb textproc/rubygem-nokogumbo: create port
Nokogumbo allows a Ruby program to invoke the Gumbo HTML5 parser and access the
result as a Nokogiri parsed document.

WWW: https://github.com/rubys/nokogumbo/#readme
2014-09-27 05:38:47 +00:00
Steve Wills
ebe1b9fd60 textproc/rubygem-version_sorter: create port
Fast sorting of version strings

WWW: https://github.com/defunkt/version_sorter
2014-09-27 04:55:31 +00:00
Steve Wills
c298212b9c textproc/rubygem-org-ruby: create port
An Org mode parser written in Ruby.

WWW: https://github.com/wallyqs/org-ruby

Submitted by:	xmj
2014-09-27 04:50:36 +00:00
Steve Wills
f4e49a6016 textproc/rubygem-rubypants: create port
RubyPants is a Ruby port of the smart-quotes library SmartyPants. The original
SmartyPants is a free web publishing plug-in for Movable Type,
Blosxom, and BBEdit that easily translates plain ASCII punctuation characters
into "smart" typographic punctuation HTML entities.

WWW: https://github.com/jmcnevin/rubypants

Submitted by:	xmj
2014-09-27 04:41:07 +00:00
Baptiste Daroussin
141fb56f34 Convert to USES=pear 2014-09-26 09:17:25 +00:00
Tijl Coosemans
a6d2f30533 - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.h
and libintl.so.  This fixes a problem where DATADIRNAME gets an incorrect
  value which causes locale files to be installed in the wrong place.
- The only configure checks that still need to be patched are related
  to intltool so move DATADIRNAME patching from USES=pathfix to
  USE_GNOME=intlhack.

- games/klavaro: remove excessive dependencies
- japanese/libskk: add INSTALL_TARGET=install-strip
- math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread
  patching
- multimedia/freetuxtv: remove excessive dependencies
- science/gramps: fix shared-mime-info use

Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-09-25 15:18:27 +00:00
John Marino
eaeb431ebe Unbreak textproc/apache-poi to save the port from deletion
PR:		193142
1st Proposal:	turutani (kyoto)
2nd Proposal:	pfg@
winner:		vanilla@

In the final iteration, the Maven infrastructure was removed in favor
of a precompiled binary which provides the bonus of a simpler makefile
in additional to being poudriere-compatible.
2014-09-25 11:23:44 +00:00
Tijl Coosemans
daa47c39ff - Convert to USES=autoreconf
- Support building with Clang
2014-09-24 20:22:49 +00:00
Tijl Coosemans
bbe1126ae5 Remove USE_AUTOTOOLS 2014-09-24 12:59:32 +00:00
Tijl Coosemans
d672b28251 Remove USE_AUTOTOOLS 2014-09-24 12:58:46 +00:00
Tijl Coosemans
7ecfde9fcb Remove USE_AUTOTOOLS 2014-09-24 12:58:09 +00:00
Tijl Coosemans
cb793ceb4b Remove USE_AUTOTOOLS 2014-09-24 12:57:24 +00:00
Eitan Adler
4ea635fd2d Hand back my ports to the pool.
Ports require time and TLC which I no longer have.
2014-09-24 06:00:09 +00:00
Baptiste Daroussin
1b05444734 Trim @dirrm* 2014-09-22 13:55:34 +00:00
Dmitry Marakasov
7737e1762a - Cleanup plist
- Add NO_ARCH
2014-09-22 12:41:07 +00:00
Dmitry Marakasov
93767cb395 - Cleanup plist 2014-09-22 12:12:11 +00:00
Johannes Jost Meixner
05317facbe Update CentOS base to 6.5, add userland ports
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.

This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.

If you want to switch to linux-c6 ports, please define at /etc/make.conf:

    OVERRIDE_LINUX_BASE_PORT=c6
    OVERRIDE_LINUX_NONBASE_PORTS=c6

Additionally, please add the following line to /etc/sysctl.conf:

    compat.linux.osrelease=2.6.18

Upgrading procedures are shown in /usr/ports/UPDATING.

This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in
November 2013, using and extending mav@'s work. It has been tested extensively
and most reported issues were already fixed. Please report any additional bug
or "features" to the emulation mailing list.

Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's
filed Issues and Pull requests on GitHub,

PR:		186820
Differential Revision:	https://reviews.freebsd.org/D793
Reviewed by:	allanjude, antoine, bapt, rene
Approved by:	portmgr (antoine, bapt)
Approved by:	koobs (mentor)
Sponsored by:	Perceivon Hosting Inc.
2014-09-22 10:40:00 +00:00
Antoine Brodin
aae058b016 Fix typo 2014-09-22 06:30:47 +00:00
Baptiste Daroussin
6423d85837 Update to 1.3.8 Changes:
- Plist parser do not accept modes like o+w g+s u+r
- @owner/@group with no argument reset the default ownership to root/wheel
- Plug regression tests into the release mechanism as mandatory
- Allow url in repository configuration to be overriden by another configuration
  file
- If one of -P, -I or -R is not explicitly given on the command line do not emit
  error messages while searching for a mechanism to find data about the latest
  available ports.
- External keywords can now take arguments
- Directories under PREFIX are automatically handled and removed if needed
- MTREE are not packaged anymore neither extracted on final installation
- OS major checking (to determine if pkg is running on an upgraded base system)
  uses the same mechanism as ABI detection instead of relying on UNAME_r which
  can have false positivie on jails
- Add @dir keyword for plist which is used to package explicitly directories
  (directories with non root/wheel or outside prefix) and empty directories
  (@dirrm and @dirrmtry are now considered as deprecated)
- root/wheel are now considered as the default user/group when creating a
  package except @owner/@group are used to change that behaviour
- Import newer version of libucl which improves error messages in case of
  problem parsing manifest or configuration files
- Fix pkg register so it checks for conflicts before actually copying files on
  to the filesystem
- pkg now support a new no_provide_lib annotation to preventing automatic
  populating of provided libs (useful for packages bundling libraries like wine)
- Improve documentations
- Ability to select usage of IPv4/IPv6 via config, repository config or command
  line
- Lots of bug fixes

Side effects:
- Convert to install-mtree target into a no-op target Add empty directories to
  plist of ports that needs them to run:
- share/aclocal to devel/automake and devel/automake14
- share/applications to devel/desktop-file-utils
- share/xml share/sgml to textproc/xmlcatmgr
- Prevent check-plist to issue warnings about some @dir*
- Adjist check_leftovers.sh to not take in account anything related to mtree
- Bump the default required version of pkg to 1.3.8
2014-09-22 05:47:32 +00:00
Olivier Duchateau
5de606b389 - Update to 1.4
ChangeLog: https://bitbucket.org/andre_felipe_dias/rst2html5/src/1002abcf4e3a/CHANGELOG.rst
2014-09-22 03:40:13 +00:00
TAKATSU Tomonari
d3f70bda69 - Update to 1.7-4 2014-09-22 02:59:27 +00:00
Steve Wills
7526ef881f textproc/rubygem-sax-machine: update to 1.0.0 2014-09-22 02:27:35 +00:00
Steve Wills
06e7f5b3e9 textproc/rubygem-github-markup: update to 1.3.0 2014-09-22 02:18:25 +00:00
Dirk Meyer
d3c5097ea0 - retire ruby-amatch 2014-09-21 15:18:07 +00:00
Dirk Meyer
61ca63b88f - fix build with OPTION_USET=NLS
PR:		193357
Approved by:	(maintainer timeout)
2014-09-21 15:17:24 +00:00
Dirk Meyer
4b310fd5a0 This is a Ruby library for approximate string matching and searching
using a dynamic programming algorithm to compute the Levenstein
distance between strings.  Written in C for speed.

WWW: http://flori.github.io/amatch/
2014-09-21 15:13:07 +00:00
Sunpoet Po-Chuan Hsieh
2732b07fee - Update to 0.07
- Remove outdated USE_PERL5=5.14+ and post-patch:

Changes:	http://search.cpan.org/dist/XML-Parsepp/Changes
2014-09-21 13:39:32 +00:00
Dmitry Marakasov
811311060a - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-09-21 12:33:10 +00:00
Steve Wills
2aa98778bc textproc/rubygem-sass: update to 3.4.5 2014-09-21 04:27:50 +00:00
Steve Wills
4ff8117964 textproc/rubygem-kramdown: update to 1.4.2 2014-09-21 04:12:27 +00:00
Steve Wills
d532187e4d textproc/rubygem-gitlab-grit: update to 2.7.1, pet portlint 2014-09-21 03:08:12 +00:00
Steve Wills
4d508a7a07 textproc/rubygem-github-markdown: update to 0.6.7 2014-09-21 03:02:35 +00:00
Pawel Pekala
a02d28a25c Update to version 4.0.5
PR:		ports/193329
Submitted by:	tkato432@yahoo.com
2014-09-20 22:21:58 +00:00
William Grzybowski
530a8eab48 textproc/py-regex: update to 2014.06.28
- USES python

PR:		193738
Submitted by:	maintainer
2014-09-20 16:07:36 +00:00
Pawel Pekala
e15f89dbb4 - Update to version 0.52 [1]
- Remove Author tag from pkg-descr

Changes: http://cpansearch.perl.org/src/INGY/YAML-LibYAML-0.52/Changes

PR:		ports/193491 [1]
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> [1]
Approved by:	maintainer
2014-09-20 15:12:33 +00:00
Bryan Drewery
37ca9d9cc8 Remove FORBIDDEN that references vuxml. We already have vuxml, portaudit
and pkg audit to handle this. The user can make their own decision as to
whether or not they want to use vulnerable ports or packages. Using
FORBIDDEN like this is not proper. It should only be used in extreme
cases.

In the meantime, the new Linux ports are being tested and should arrive
soon.

With hat:	portmgr
2014-09-20 14:13:41 +00:00
Rene Ladan
7eafff56c3 Remove expired ports
Keep some which are optional dependencies of non-expired ports
2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in sysutils/moreutils instead
2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray
2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014
2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014
2014-09-20 comms/callsign: RubyForge shutdown May 15 2014
2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014
2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge
2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014
2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014
2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014
2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014
2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014
2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2
2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014
2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014
2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014
2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014
2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI
2014-09-20 09:45:04 +00:00
Andrej Zverev
a2ea1af6bd fix build with perl 5.18
PR:		193064
2014-09-20 06:45:28 +00:00
Dmitry Marakasov
727609b9eb - Remove obsolete MAN1
Approved by:	portmgr blanket
2014-09-19 21:52:17 +00:00
Tijl Coosemans
1264be44f9 Switch to USES=libtool:build 2014-09-19 16:39:41 +00:00
Tijl Coosemans
d60589d175 - Switch to USES=libtool:build
- Use @sample
2014-09-19 15:48:35 +00:00
Antoine Brodin
4616437075 Allow staging as a regular user 2014-09-18 19:50:13 +00:00