1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
Commit Graph

314999 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
368dee217a - Add p5-Crypt-Password-Util 0.09
Crypt::Password::Util is a crypt password utilities.

Its crypt($str) works like Perl's crypt(), but automatically choose the
appropriate crypt type and random salt. Will first choose SSHA512 with 64-bit
random salt. If not supported by system, fall back to MD5-CRYPT with 32-bit
random salt. If that is not supported, fall back to CRYPT.

Its crypt_type($str) returns crypt type, or undef if $str does not look like a
crypted password. Currently known types: CRYPT (traditional DES crypt),
MD5-CRYPT (including Apache variant), SSHA256 (salted SHA256), SSHA512 (salted
SHA512), and PLAIN-MD5.

See also Authen::Passphrase which recognizes more encodings (but currently not
SSHA256 and SSHA512).

WWW: http://search.cpan.org/dist/Crypt-Password-Util/

PR:		ports/182326
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2013-11-11 14:08:22 +00:00
Sunpoet Po-Chuan Hsieh
fbdbee4420 - Add p5-UUID-Random-Patch-UseMRS 0.01
UUID::Random::Patch::UseMRS makes UUID::Random use rand() from
Math::Random::Secure instead of the default rand() that comes with Perl. It is
useful for creating cryptographically secure UUID's. On the other hand, as a
note, this makes generate() around 20 times slower.

After you use this module, use UUID::Random as usual.

WWW: http://search.cpan.org/dist/UUID-Random-Patch-UseMRS/

PR:		ports/182322
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2013-11-11 14:08:08 +00:00
Sunpoet Po-Chuan Hsieh
6e6572d72e - Add p5-UUID-Random 0.04
UUID::Random generates random uuid strings. It does not satisfy any of the
points listed in RFC 4122 but the default format.

If you need RFC compliant UUID strings have a look at Data::UUID.

WWW: http://search.cpan.org/dist/UUID-Random/

PR:		ports/182321
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2013-11-11 14:07:38 +00:00
Johan van Selst
b17e73347f Add plist missing in previous commit (r333499) 2013-11-11 13:33:24 +00:00
Johan van Selst
ccc6ffffa6 - Update to GNU Chess 6.1.0
- Enable STAGE support
- Enable NLS support
2013-11-11 13:32:44 +00:00
Sunpoet Po-Chuan Hsieh
904cffb932 - Update to 2013.11.10 2013-11-11 13:31:02 +00:00
Sunpoet Po-Chuan Hsieh
daaea72521 - Update to 2013.11.10 2013-11-11 13:30:56 +00:00
Sunpoet Po-Chuan Hsieh
af8c568a3c - Update to 20131110 2013-11-11 13:30:50 +00:00
Sunpoet Po-Chuan Hsieh
5bfab07045 - Update to 2013.11.10 2013-11-11 13:30:45 +00:00
Boris Samorodov
c7563950f9 Update to version 4.5.15. 2013-11-11 13:23:21 +00:00
Rene Ladan
30dc78c5dc Deprecate and schedule for removal on December 1st, 2013.
All consumers have been deprecated.

Discussed on:	emulation@ (2013-10-06)
2013-11-11 13:02:16 +00:00
William Grzybowski
91e3065549 lang/python33: add support for freebsd11
PR:		ports/183597
2013-11-11 13:00:06 +00:00
Rene Ladan
30d8dd5f19 Deprecate ports which depend on Linux GTK1 libraries and schedule them for removal
on December 1st, 2013.

Discussed on:	emulation@ (2013-10-06)

Approved by:	maintainer timeout (emulators/linux-pe*), private mail
Approved by:	maintainer (games/HeroesOfMightAndMagic), via IRC
2013-11-11 12:55:23 +00:00
Grzegorz Blach
adae81a837 - Update to 2.9 2013-11-11 12:43:41 +00:00
Bryan Drewery
f90cc393e8 - Fix versions for entry 5709d244-4873-11e3-8a46-000d601460a4 2013-11-11 12:34:18 +00:00
Emanuel Haupt
5de1646d10 Update to 4.2.0 2013-11-11 12:27:53 +00:00
William Grzybowski
f760a28ec7 lang/python27: add support for freebsd11
PR:		ports/183597
Submitted by:	avilla
2013-11-11 12:01:22 +00:00
William Grzybowski
6d981fecda textproc/py-pysrt: update to 0.5.1 and allow staging 2013-11-11 11:21:37 +00:00
William Grzybowski
dcb85c052f www/py-selenium: update to 2.37.2 and allow staging
PR:		ports/183855
Submitted by:	maintainer
2013-11-11 11:06:00 +00:00
William Grzybowski
8a7d28485b devel/ioncube: update to 4.4.4
PR:		ports/183041
Submitted by:	maintainer
2013-11-11 10:59:25 +00:00
Pietro Cerutti
b10471564b - Update to USES+=gmake tcl
- Convert to new LIB_DEPENDS format
2013-11-11 10:58:46 +00:00
Pietro Cerutti
427fb79bb3 - Update to 05_20131110
Changes:

  * Compiler and runtime library have been improved to work on Sparc
    64-bit machines under OpenBSD. Thanks go to Brian Callahan, for
    his support and for providing access to his Sparc 64-bit machine.
  * The FAQ explanation concerning portability has been improved.
  * The new library cc_conf.s7i has been added. This library manages
    configuration values for C compiler and runtime.
  * The compiler has been improved to use the library cc_conf.s7i.
  * The chapter about the defines used in version.h has been improved
    in src/read_me.txt.
  * The type rtlGenerictype has been renamed to generictype in the
    files of the runtime library. Now compiler and runtime library
    both use the name generictype.
  * The function checkForLimitedStringLiteralLength, a check for
    trigraph sequences and checks for the presence of getrlimit()
    and siglongjmp() have been added to chkccomp.c.
  * The function setupStack has been added to cmd_rtl.c. This function
    tries to raise the stack limit to STACK_SIZE.
  * Usages of USE_SIGSETJMP have been renamed to HAS_SIGSETJMP.
  * The table key_code has been improved in kbd_inf.c and kbd_poll.c.
    Now the erase char of the terminal interface (VERASE) is always
    returned as backspace (KEY_BS respectively '\8\'). This improves
    the behavior under Cygwin.
  * The function utf8_init has been changed in kbd_inf.c and
    kbd_poll.c to assume UTF-8 mode when no locale environment
    variable is set.
  * The function msgDigest in msgdigest.s7i has been changed to use
    in-parameters.
  * The function configValue has been moved from osfiles.s7i to
    cc_conf.s7i.
  * The macro REALLOC_STRI_SIZE_SMALLER has been added to heaputl.h.
    Several usages of REALLOC_STRI_SIZE_OK in the runtime library have
    been changed to usages of REALLOC_STRI_SIZE_SMALLER.
  * The compiler has been improved to initialize boolean and
    enumeration elements of structs with the values value.boolvalue
    respectively value.enumvalue. This is necessary to work correctly
    on big-endian systems.
  * Interpreter and compiler have been improved to support the actions
    ACT_EQ and ACT_NE.
2013-11-11 10:50:46 +00:00
Raphael Kubo da Costa
531beda8c8 Enable staging support 2013-11-11 09:23:25 +00:00
Antoine Brodin
e55a52ae04 Correctly handle directory names with space in PEAR_AUTOINSTALL
This is needed for pear-Symfony_Component_Finder update

PR:		ports/181672
Reported by:	Gasol Wu
2013-11-11 09:17:51 +00:00
Pietro Cerutti
9dd296d407 - Convert to USES+=gmake tk 2013-11-11 09:07:15 +00:00
Eitan Adler
798b0580dd Cleanup of the ports in the x11 directory
- Convert to staging
2013-11-11 04:21:03 +00:00
Danilo Egea Gondolfo
3825167918 - Remove the indefinite article from COMMENT
- Add wish8.4 as RUN_DEPENDS
- Add stage support
2013-11-11 03:19:37 +00:00
Danilo Egea Gondolfo
5713825ba8 - Convert USE_TK_RUN to USES
- Add stage support
2013-11-11 03:10:27 +00:00
Danilo Egea Gondolfo
f770f5baff - Convert LIB_DEPENDS to new syntax
- Convert USE_GMAKE to USES
- Add stage support
2013-11-11 03:06:55 +00:00
Danilo Egea Gondolfo
2ea2669da4 - Remove the indefinite article from COMMENT
- Add stage support
2013-11-11 02:57:46 +00:00
Danilo Egea Gondolfo
410f3eb8aa - Add stage support 2013-11-11 02:49:51 +00:00
Danilo Egea Gondolfo
8138387e16 - Add stage support 2013-11-11 02:48:18 +00:00
Danilo Egea Gondolfo
1b66650ffb - Add stage support 2013-11-11 02:44:52 +00:00
Danilo Egea Gondolfo
06696e34a5 - Convert LIB_DEPENDS to new syntax
- Use options helpers
- Add stage support
2013-11-11 02:40:42 +00:00
Danilo Egea Gondolfo
9c7c72cc69 - Convert LIB_DEPENDS to new syntax
- Add stage support
- Convert all "if's" in options helpers
2013-11-11 02:10:02 +00:00
Danilo Egea Gondolfo
f4d62f7d04 - Add stage support 2013-11-11 01:34:05 +00:00
Danilo Egea Gondolfo
b5950c0e12 - Add stage support 2013-11-11 01:31:06 +00:00
Danilo Egea Gondolfo
6ec63b93de - Add stage support 2013-11-11 01:23:28 +00:00
Danilo Egea Gondolfo
ad9bff1eee - Add stage support 2013-11-11 01:19:32 +00:00
Danilo Egea Gondolfo
21b4396202 - Use USE_DOS2UNIX
- Convert USE_GMAKE to USES
- Use options helpers
- Add stage support
- Fix build with clang
2013-11-11 01:14:20 +00:00
Danilo Egea Gondolfo
ba056fb3f8 - Add stage support 2013-11-11 00:56:27 +00:00
Danilo Egea Gondolfo
052fa47b15 - Add stage support 2013-11-11 00:50:27 +00:00
Danilo Egea Gondolfo
4dbaaa73df - Convert LIB_DEPENDS to new syntax
- Add stage support
2013-11-11 00:47:41 +00:00
Danilo Egea Gondolfo
c62b821e26 - Remove the indefinite article from COMMENT
- Convert LIB_DEPENDS to new syntax
- Add stage support
2013-11-11 00:45:23 +00:00
Danilo Egea Gondolfo
cc337dcf9c - Add stage support 2013-11-11 00:36:55 +00:00
Danilo Egea Gondolfo
4a03dda45a - Add stage support
- Add DOCS option
2013-11-11 00:30:27 +00:00
Beech Rintoul
9c7bd8ee8a - Modify function set_path in install/index.php to support latest PHP
- Bump portrevision
2013-11-10 23:31:45 +00:00
Danilo Egea Gondolfo
8485b9dc93 - Add bash dependency for bootstrapping [1]
- Use options helpers to simplify the Makefile
- Remove SQLITE2 option as it was dropped from powerdns on 2012

PR:		ports/182902
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer) [1]
2013-11-10 23:21:00 +00:00
Nicola Vitale
c984ed6b99 - Remove leading article from COMMENT
- Add LICENSE (GPLv2)
- Use new syntax in LIB_DEPENDS
- Add support for staging
- Add option DOCS
- Fix build with any compiler
- Fix WWW line and remove Author from pkg-descr
2013-11-10 23:13:21 +00:00
Olli Hauer
846a81465d - add stage support 2013-11-10 23:11:59 +00:00