Commit graph

15853 commits

Author SHA1 Message Date
Kubilay Kocak
bc3b2e0239 textproc/libucl: Add lots of OPTIONS
- Add OPTIONS (LUA, REGEX, SIGNATURES, URLS, UTILS)
- Update pkg-plist accordingly
- Enable verbose building (--disable-silent-rules)
- Add regression-test target
2014-11-28 04:23:58 +00:00
Kubilay Kocak
037515d032 textproc/libucl: Universal configuration library parser [NEW]
Libucl is a parser and C API to parse and generate ucl objects. Libucl
consists of several groups of functions:

 * Parser functions
 * Emitting functions
 * Conversion functions
 * Generation functions
 * Iteration functions
 * Validation functions
 * Utility functions

WWW: https://github.com/vstakhov/libucl

Requested by:	lattera
2014-11-28 02:35:02 +00:00
Dmitry Sivachenko
809322e80a Remove redundant MASTER_SITE_SUBDIR redefinition. 2014-11-26 15:16:33 +00:00
Dmitry Sivachenko
f256106649 New port: tinycss is a complete yet simple CSS parser for Python. 2014-11-26 14:14:20 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Johan van Selst
a3e895402b Update to GNU grep 2.21 2014-11-25 20:55:22 +00:00
Max Brazhnikov
2d2662f134 Bump PORTREVISION after graphics/poppler update to 0.26.3 2014-11-25 12:55:53 +00:00
Sunpoet Po-Chuan Hsieh
07c644c73d - Add rubygem-fog-xml 0.1.1
Fog::Xml provides shared XML related functionality for fog.

WWW: https://github.com/fog/fog-xml
RG:  https://rubygems.org/gems/fog-xml
2014-11-24 19:06:33 +00:00
Sunpoet Po-Chuan Hsieh
72a8e2a7f2 - Add LICENSE
- Cleanup PLIST
2014-11-24 18:31:44 +00:00
Sunpoet Po-Chuan Hsieh
3eda62ac48 - Add LICENSE
- Cleanup PLIST
2014-11-24 18:31:39 +00:00
Sunpoet Po-Chuan Hsieh
05a0c2b31d - Add LICENSE
- Cleanup PLIST
2014-11-24 18:31:35 +00:00
Sunpoet Po-Chuan Hsieh
fd42414e19 - Add LICENSE
- Cleanup PLIST
2014-11-24 18:31:30 +00:00
Sunpoet Po-Chuan Hsieh
01b17e224b - Add LICENSE
- Cleanup PLIST
2014-11-24 18:31:26 +00:00
Sunpoet Po-Chuan Hsieh
79229bced6 - Add LICENSE
- Cleanup PLIST
2014-11-24 18:31:22 +00:00
Sunpoet Po-Chuan Hsieh
0b3e66e0f4 - Add LICENSE
- Cleanup PLIST
2014-11-24 18:31:17 +00:00
Sunpoet Po-Chuan Hsieh
783ec008e9 - Add LICENSE
- Cleanup PLIST
2014-11-24 18:31:13 +00:00
Sunpoet Po-Chuan Hsieh
7e195fb82c - Add LICENSE
- Cleanup PLIST
2014-11-24 18:31:08 +00:00
Sunpoet Po-Chuan Hsieh
d47e5b0f3e - Update to 2014.11.23 2014-11-24 18:30:29 +00:00
Sunpoet Po-Chuan Hsieh
bb717e8879 - Update to 2014.11.23 2014-11-24 18:30:24 +00:00
Sunpoet Po-Chuan Hsieh
59629c708e - Update to 2014.11.23 2014-11-24 18:30:20 +00:00
Sunpoet Po-Chuan Hsieh
b33fdce6d2 - Update to 2.13.01
Changes:	http://tools.ietf.org/tools/idnits/changelog
2014-11-24 18:28:43 +00:00
Sunpoet Po-Chuan Hsieh
645eb1955a - Update to 0.8.7.6
Changes:	https://github.com/lsegal/yard/commits/master
2014-11-24 18:28:14 +00:00
Sunpoet Po-Chuan Hsieh
497472ae51 - Update to 1.6.2
Changes:	https://github.com/kschiess/parslet/commits/master
2014-11-24 18:28:10 +00:00
Sunpoet Po-Chuan Hsieh
8c313c3248 - Update to 0.008
- Cleanup PLIST

Changes:	http://search.cpan.org/dist/Makefile-DOM/Changes
2014-11-24 18:27:13 +00:00
Sunpoet Po-Chuan Hsieh
c1f3f0e8c2 - Update to 0.38
- Cleanup PLIST

Changes:	http://search.cpan.org/dist/FormValidator-Lite/Changes
2014-11-24 18:27:08 +00:00
Sunpoet Po-Chuan Hsieh
b48da8feec - Update to 0.81
Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
2014-11-24 18:27:03 +00:00
Baptiste Daroussin
228dcbe001 The pod2mdoc utility is a converter from POD into mdoc. It's meant to operate
like pod2man; however, it doesn't require a Perl installation: pod2mdoc is a
standalone ISC-licensed ISO C utility and should compile on any modern UNIX
system.

WWW: http://mdocml.bsd.lv/pod2mdoc/
2014-11-23 21:51:58 +00:00
Antoine Brodin
6a97181f14 Fix dependencies 2014-11-22 22:55:37 +00:00
Chris Rees
8f2d6777f1 Fix some USE_PGSQL that were missed before
Submitted by:	antoine
2014-11-22 22:32:45 +00:00
Chris Rees
4cb60faedd Finally retire USE_PGSQL 2014-11-22 20:40:08 +00:00
John Marino
af9e7689c6 textproc/bsdsort: Fix install error, remove OVERWRITE_BASE option
This port was using pkg-plist tricks to install install symlinks in
a post-install phase.  These were now needed due to how pkg works.
However, between the complication added by overwriting base and the
general trend to frown on such days, I just removed the option
entirely.  I also moved the now much shorter plist into the Makefile.

PR:		194814
Submitted by:	lidl (pix.net)
Fixed by:	marino
2014-11-22 19:24:06 +00:00
Baptiste Daroussin
7eb2e45773 std:toul is a from recent stl
Reported by:	antoine
2014-11-22 11:55:40 +00:00
Antoine Brodin
3e0d2b570c Fix a typo 2014-11-22 09:32:18 +00:00
Hiroki Sato
a8f3c5bbab - Add LICENSE.
- Mark CONFLICTS with libotf.

PR:	194984
2014-11-22 08:05:32 +00:00
Baptiste Daroussin
18a5ffe5e7 The docbook2mdoc utility is a converter from DocBook V4.x and v5.x XML into
mdoc. Unlike most DocBook utilities, it's a standalone ISC-licensed ISO C
utility that should compile on any modern UNIX system. The only requirement is
libexpat (for parsing XML), which is installed by default on most systems.

WWW: http://mdocml.bsd.lv/docbook2mdoc/
2014-11-22 03:22:41 +00:00
Baptiste Daroussin
5aa831df17 Update to 3.04.00 2014-11-21 22:20:27 +00:00
Jun Kuriyama
8731cdd930 Fix fetching.
PR:		ports/193427
Submitted by:	Radim Kolar <hsn@sendmail.cz>
2014-11-21 00:28:36 +00:00
Marcus von Appen
3bf25fd559 - Update to version 4.10.2 2014-11-20 13:20:40 +00:00
Jun Kuriyama
1f5b5c622a - Upgrade to 0.08. 2014-11-20 10:20:02 +00:00
Jun Kuriyama
e710738fd8 - Upgrade to 0.04. 2014-11-20 10:18:15 +00:00
Jun Kuriyama
ac08c7f178 - Upgrade to 0.990116. 2014-11-20 10:07:38 +00:00
Jun Kuriyama
95ecdf3ae4 - Upgrade to 0.310. 2014-11-20 10:04:25 +00:00
Jun Kuriyama
2b747b8633 - Upgrade to 3.3.3. 2014-11-20 10:02:27 +00:00
Jun Kuriyama
ca242332ad - Upgrade to 1.12.
PR:		ports/195156
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
2014-11-20 02:54:05 +00:00
Tom Judge
3aec13aa51 Update to use native sigar library. 2014-11-19 18:58:58 +00:00
Koop Mast
0413adb4e4 This port needs gettext at build time for translations.
Submitted by:	mat@'s WITHOUT=NLS build box
2014-11-19 15:36:59 +00:00
Koop Mast
af3811313c The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.

Upgrade instructions:

Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
    guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
    evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center

For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3

For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3

We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.

The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.

Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.

This update was also made possible by:
	Joe Maloney
	Kris Moore
	Beeblebrox
	Ryan Lortie
	Antoine Jacoutot
	and everyone I missed
2014-11-19 11:49:04 +00:00
Matthew Seaman
efec1afc1a The snowball project has done its usual trick of re-rolling a distfile
in place.  No substantive differences to the previous version were
seen.

PR:		195151
Submitted by:	danger
2014-11-18 16:52:24 +00:00
Mathieu Arnold
93eed364ba Take miwi's old perl ports into perl@'s fold.
Sponsored by:	Absolight
2014-11-18 10:38:26 +00:00
Baptiste Daroussin
91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00