1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

341929 Commits

Author SHA1 Message Date
Pawel Pekala
441e4697e6 Add staging support 2014-07-08 08:35:53 +00:00
Alexey Dokuchaev
412b0876b9 - Update to build 8012 (the latest official release to date)
- Modernize LIB_DEPENDS; guard dependency on `devel/libexecinfo' with
  !exists(/usr/include/execinfo.h)
- Add missing FLAVOR_DESC knob; stagify and reclaim the port
- Remove BROKEN statement on sparc64, let's give it another try
- Update MASTER_SITES and WWW line in the port description text
2014-07-08 08:14:51 +00:00
Philippe Audeoud
c35ee1d714 - Update to 5.12 2014-07-08 07:42:04 +00:00
Philippe Audeoud
7a4e43cef8 - Update to 0.32
- Add LICENSE
2014-07-08 07:41:11 +00:00
Pietro Cerutti
6b5bcc894a - Update to 05_20140706
Changes:
  * The interpreter has been improved to recognize integer overflow.
    Now the exception NUMERIC_ERROR is raised, when a program triggers
    an integer overflow. The checks for overflow are done in software,
    but the overhead is small. With overflow checks the interpreter
    needs 0.5% (zero point five percent) more run-time to execute the
    program chkint.sd7 (verified with gcc and valgrind).
  * A chapter about the Seed7 Structured Syntax Description (S7SSD)
    has been added to the manual.
  * The for-until-loops in bitset.s7i and bitsetof.s7i have been
    improved such that the for-variable has the correct value, when it
    is used in the until-condition.
  * The function replaceN has been added to string.s7i. This function
    does replacements until no occurance of the target string is left.
    This function is used by toStdPath to replace multiple occurances
    of a character by one occurance (replace("/a///b////c", "//", "/")
    returns "/a/b/c").
  * The program calc.sd7 has been renamed to calc7.sd7.
  * The program calc7.sd7 has been changed to accept the commands
    'quit' and 'exit'. This commands can be used to exit the program.
    The possibility to leave the program with an empty input line has
    been removed.
  * The program calc7.sd7 has been improved to write the name of the
    exception, when it has been raised.
  * The compiler has been improved to allow the generation of overflow
    checking code. Overflow checking code can be generated for the
    operators +, -, **, +:= and -:= and the functions abs, succ, pred,
    incr and decr. Until the rest of the functions is implemented and
    enough tests have been added to chkint.sd7 the functionality is
    switched off.
  * The template FOR_UNTIL_DECLS has been added to forloop.s7i. This
    template defines for-loops with a condition.
  * The function abs has been moved from the library math.s7i to the
    library float.s7i.
  * Checks for addition, subtraction, multiplication, power and abs
    have been added to chkint.sd7.
  * In the compiler the statements to write the C prototypes have been
    moved from s7c.sd7 to functions in the files comp/xxx_act.s7i
    (xxx is the abbreviation for the corresponding primitive type).
  * The functions getReference getParameterAsReference have been added
    to comp/expr_util.s7i.
  * The function isit_bool from objutl.c has been replaced by the macro
    isit_bool (defined in objutl.h). This improves the speed of the
    interpreter.
  * The function set_card has been improved to call setCard, which
    computes the cardinality of a set much quicker.
2014-07-08 07:29:30 +00:00
Vanilla I. Shu
d3b0dfa009 Stagify. 2014-07-08 07:20:06 +00:00
Vanilla I. Shu
264c9ecbae Stagify. 2014-07-08 07:17:42 +00:00
Vanilla I. Shu
1f48b5f761 Stagify. 2014-07-08 07:13:47 +00:00
Alexey Dokuchaev
3dcc749d60 - Cleanup, modernize MASTER_SITES and optimize away MASTER_SITE_SUBDIR
- Switch to using vertical bars as regex separators, since they do not
  require escaping of the slash (when used as path separator)
- Move OPTIONS block where it belongs (closer to <bsd.port.options.mk>)
- Turn .error into IGNORE statement; reclaim maintainership back
2014-07-08 07:07:05 +00:00
Kubilay Kocak
adb11126c2 [NEW] sysutils/py-ploy_fabric: Ploy plugin for integration with Fabric
Ploy plugin for integration with Fabric

WWW: http://github.com/ployground/ploy_fabric
2014-07-08 07:05:54 +00:00
Kubilay Kocak
1daa8f5f7b [NEW] sysutils/py-ploy_ezjail: Ploy plugin for managing FreeBSD Jails
Ploy plugin for managing FreeBSD Jails using ezjail

WWW: http://github.com/ployground/ploy_ezjail
2014-07-08 07:02:06 +00:00
Vanilla I. Shu
7f25dd8664 Stagify. 2014-07-08 07:00:00 +00:00
Kubilay Kocak
dea483788d [NEW] sysutils/py-ploy_ansible: Ploy plugin for Ansible integration
Ploy plugin to integrate with Ansible.

WWW: https://github.com/ployground/ploy_ansible
2014-07-08 06:58:34 +00:00
Alexey Dokuchaev
6870387db5 Remove one dead master site and fix couple of minor whitespace issues. 2014-07-08 06:50:37 +00:00
Yen-Ming Lee
66a69cd917 - update to 0.26
Changelog:	http://cpansearch.perl.org/src/SHLOMIF/String-Random-0.26/Changes
2014-07-08 06:45:34 +00:00
Alexey Dokuchaev
b764013557 Stagify the port, use modern LIB_DEPENDS and MASTER_SITES syntax. 2014-07-08 06:42:23 +00:00
Vanilla I. Shu
89deb27e8a 1: Stagify.
2: add shared-mime-info, desktop-file-utils to USES
3: new syntax of LIB_DEPENDS.
2014-07-08 06:36:03 +00:00
Alexey Dokuchaev
7f5b96134d - Stagify the port, modernize LIB_DEPENDS, cleanup a bit
- Remove controversial optimization flags that are not supported
  by some modern compilers
2014-07-08 06:30:02 +00:00
Ruslan Makhmatkhanov
68c731f792 www/py-html5lib: update python version
- update python version: 3.x is now supported
- add tests

PR:		191385
Submitted by:	melvyn@magemana.nl
Reviewed by:	koobs
2014-07-08 06:28:06 +00:00
Ruslan Makhmatkhanov
1bf15ad3ed net/py-smb: update to 1.1.10 2014-07-08 06:23:29 +00:00
Ruslan Makhmatkhanov
6667236008 devel/py-boto: update to 2.30.0 2014-07-08 06:22:22 +00:00
John Marino
6f02dc66e0 multimedia/kplayer-kde4: Stage, fix on F10+, use explicit linking
Apparently the clang parser was having trouble with the nested ternary
operator on C++ which was the cause of the FreeBSD 10+ failures. Expanding
it to a condition ladder pleased clang.

A couple of libraries were used but not explicitly specified to the
linker before: libsolid and libX11, so let's correct that too.
2014-07-08 06:21:34 +00:00
Ruslan Makhmatkhanov
f65fa24f44 devel/py-pyro: update to 4.26 2014-07-08 06:21:32 +00:00
Ruslan Makhmatkhanov
5ffa6dbd1d devel/py-serpent: update to 1.6 2014-07-08 06:20:36 +00:00
Jung-uk Kim
64e2856c7d Add an option to turn on/off SNMP support (enabled by default).
PR:		191228
Approved by:	skreuzer (maintainer, timeout > 2 weeks)
2014-07-08 06:19:30 +00:00
Jung-uk Kim
ac656c92fd - Update to 3.1.1.
- Add a recommended patch from upstream (r6250).
- Add an option to specify device other than /dev/smb0.
- Install manual page.
- Update MAINTAINER to use FreeBSD address.
- Remove the leading article from COMMENT.
- Add LICENSE.
- Convert to USES=tar:bzip2.

PR:		191198
Approved by:	avg (maintainer, timeout > 2 weeks)
2014-07-08 06:13:23 +00:00
Vanilla I. Shu
e87617613d Stagify. 2014-07-08 06:12:01 +00:00
Vanilla I. Shu
8fc78291da Stagify. 2014-07-08 06:08:07 +00:00
Vanilla I. Shu
ab86f3352e Stagify. 2014-07-08 06:06:18 +00:00
Vanilla I. Shu
20496f963f Stagify. 2014-07-08 05:58:56 +00:00
Johan van Selst
49d051a543 Update to 1.1.8 (bugfix release) 2014-07-08 05:49:48 +00:00
Sunpoet Po-Chuan Hsieh
5bffb5eb7c - Cleanup Makefile 2014-07-08 05:44:31 +00:00
Vanilla I. Shu
4b292ec2b4 Stagify. 2014-07-08 05:43:09 +00:00
Alexey Dokuchaev
bc0701607a - Give one OPTION a better name (DM -> DM_MAPS)
- Cleanup Makefile, files/pkg-message.in
- Augment port description text, point to an active
  website in WWW line
- Remove now useless check for PORT_OPTIONS:MDOCS
- Take maintainership back; fix Makefile header
2014-07-08 05:14:41 +00:00
Alexey Dokuchaev
6c28dac377 Update to snapshot 20140306 and stagify. 2014-07-08 04:36:31 +00:00
Sunpoet Po-Chuan Hsieh
5140487d87 - Update WWW 2014-07-08 03:41:40 +00:00
Steve Wills
4f8e91b39c net/mosquitto: make python support optional
PR:		191366
Submitted by:	joe@thrallingpenguin.com (maintainer)
2014-07-08 03:39:37 +00:00
Alexey Dokuchaev
e9fb9c69f3 Stagify and reclaim. 2014-07-08 03:23:11 +00:00
Steve Wills
d752ac5573 sysutils/openipmi: stage, pet portlint a bit while here
PR:		191691
Submitted by:	Dan Lukes <dan@obluda.cz>
2014-07-08 03:02:46 +00:00
Vanilla I. Shu
f15a7b83be Stagify, and take maintainer.
PR:		ports/191704
Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>
2014-07-08 02:57:38 +00:00
Adam Weinberger
025779faf1 Update to 20140707, and pass maintainership back to submitter/author.
PR:		191707
Submitted by:	michael@ranner.eu
2014-07-08 02:51:14 +00:00
Steve Wills
c4e3ac8e27 mail/imap-uw: support stage, use new LIB_DEPENDS format while here
PR:		191662
Submitted by:	Dan Lukes <dan@obluda.cz>
2014-07-08 02:47:37 +00:00
Steve Wills
69181fc5c6 x11-themes/fvwm-themes: support stagedir
PR:		191716 (based on)
Submitted by:	Dan Lukes <dan@obluda.cz>
2014-07-08 02:39:06 +00:00
Vanilla I. Shu
19c99ca51c 1: Stagify.
2: USES=tar:bzip2.
3: USES=libtool, bump version.
4: strip binary.
2014-07-08 02:07:01 +00:00
Steve Wills
2c5ce31fba www/mod_ntlm2: stage
PR:		191718
Submitted by:	Dan Lukes <dan@obluda.cz>
2014-07-08 01:55:46 +00:00
Vanilla I. Shu
514d8984e2 Stagify. 2014-07-08 01:47:41 +00:00
Steve Wills
63e7c4d170 - Stage remaining redmine plugin ports 2014-07-08 01:42:17 +00:00
Steve Wills
86e7f4d903 - Make it possible for redmine plugin ports to be staged
- Stage www/redmine-sidebar_hide

PR:		190405
Submitted by:	kozlov.sergey.404@gmail.com (maintainer of www/redmine-sidebar_hide)
2014-07-08 01:41:38 +00:00
Danilo Egea Gondolfo
06502aeac2 - Add some patches from PkgSrc to enable cloog to builds with devel/isl
- Fix a installation conflict between devel/isl and math/cloog
- Notice that this commit breaks devel/gcc-arm-embedded, lev@ will take a look after (ports/191596)

PR:		ports/191598
Submitted by:	Jan Beich <jbeich@vfemail.net>
2014-07-08 01:21:17 +00:00
Vanilla I. Shu
21f700e112 remove NO_STAGE, it's stage-ready ports.
Approved by:	portmgr@ (blanket)
2014-07-08 00:58:59 +00:00