1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

332220 Commits

Author SHA1 Message Date
Olli Hauer
58a9ab423a - update to nmap-6.45
Changelog:
http://nmap.org/changelog.html

Most of the changes of version 6.45 where already
adopted in the last port version
2014-04-15 12:12:02 +00:00
Pietro Cerutti
97da382200 - Fix build
Reported by:	pkg-fallout
2014-04-15 11:57:16 +00:00
Renato Botelho
938288f8ba . Update to 1.25.28
. Fix LICENSE
. Strip libraries
2014-04-15 10:54:30 +00:00
Pawel Pekala
91befbd199 - Add staging support
- Convert to USES=tar:bzip2
- Remove Author tag from pkg-descr, info available on homepage
2014-04-15 10:40:59 +00:00
Pawel Pekala
ce6054845c - Add staging support
- Convert to USES=tar:bzip2
- Use options helpers
- Remove Author tag from pkg-descr, info available on homepage
2014-04-15 09:59:01 +00:00
Mathieu Arnold
b2035580d8 Go back one step and one to the right. Shipping dig and nslookup
was a bad idea, I can't guess what dependencies they need (like
libidnkit) so back to the first option, allowing people to choose
what they want to do.

Add five new options, use DNS from base, which means that >= 10,
check_dns won't be there and check_dig will use drill, or allow
choosing between bind-tools, bind98, bind99 and bind910.

Sponsored by:	Absolight
2014-04-15 09:57:46 +00:00
Pawel Pekala
8e2a5bdc23 - Port is stage safe
- Remove license info from pkg-descr, available in Makefile
2014-04-15 09:22:55 +00:00
Pietro Cerutti
87131056cb - Update to 14.02.22.11 2014-04-15 09:21:43 +00:00
Li-Wen Hsu
da6ba5aebc - Update to 1.559 2014-04-15 09:14:14 +00:00
Dirk Meyer
531ea0e066 - use STAGEDIR
- drop MAN8PREFIX
- undo silent install
- robust INSTALL
PR:		188068
Approved by:	(Maintainer Timeout)
2014-04-15 09:05:47 +00:00
Pawel Pekala
426a171dab - Add staging support
- Convert to new LIB_DEPENDS format, option framework
- Fix build when GTK1=on
2014-04-15 08:55:52 +00:00
Dirk Meyer
842bc3cb42 - Add shebangfix so bdftogd
- Strip libgd
PR:		188581
Submitted by:	Steve Wills
2014-04-15 08:14:22 +00:00
Dirk Meyer
34c95229b7 - Fix shebang for obsolte bin/gifburst
PR:		188637
Submitted by:	Steve Wills

- Strip libgif
2014-04-15 08:13:14 +00:00
Wen Heping
38f8ccaac3 - Fix the conflicts with py27-py-restclient
Reported by:	swills@
2014-04-15 07:54:35 +00:00
Ganael LAPLANCHE
f7f89c27bc Fix configure step and remove BROKEN flag 2014-04-15 07:49:17 +00:00
Pietro Cerutti
a687997dcc - Chase devel/ucommon shlib version bump 2014-04-15 07:35:21 +00:00
Pietro Cerutti
b37118971e - Update to 6.1.1
Changes:
  * module flag support for older commoncpp packages
  * fix for commoncpp pc file
  * some additional original classes mapped to commoncpp
  * default Semaphore constructor now valid special case
2014-04-15 07:34:40 +00:00
Pietro Cerutti
939166e4ab - Update to 05_20140406
* The chapters in the manual about primitive actions and the foreign
    function interface have been improved.
  * The names of the C types used in interpreter and runtime library
    have been refactored to use camel case.
  * The elements in the unions valueUnion (in data.h) and rtlValueUnion
    (in data_rtl.h and s7c.sd7) have been refactored to use names with
    camel case.
  * The library bigint.s7i has been changed to define the operators
    radix and RADIX with the actions BIG_radix and BIG_RADIX. This
    results in a significant performance improvement when large numbers
    are converted.
  * Interpreter and compiler have been improved to support the actions
    BIG_radix and BIG_RADIX.
  * Testcases for the operators radix and RADIX have been added to
    chkbig.sd7.
  * The compiler has been improved to do an optimization for the action
    INT_MDIV when the divisor is known at compile time. When the
    dividend is known to be positive or zero it is casted to an
    unsigned integer and the quotient is casted back to a signed
    integer. Dividing an unsigned integer by a constant is known to be
    faster than dividing a signed integer.
  * The functions bigRadix, bigRadixPow2, bigRadix2To36 and
    uBigDivideByDigit have been added to big_rtl.c
  * The function bigRadix has been added to big_gmp.c.
  * The functions stri_to_cstri8_buf and cstri8_buf_to_stri have been
    added to striutl.c.
  * In traceutl.c the function mapTraceFlags has been improved to work
    correctly when the parameter trace_level defines several options.
  * The function printTraceOptions has been added to traceutl.c.
  * In arr_rtl.c the definition of getArgv has been improved to use
    less #ifdef directives in the function body.
2014-04-15 07:23:58 +00:00
Wen Heping
17be9275e7 - Stage support [1]
- Pet portlint [1]
- Update to 1.9.7
- Convert to PYDISTUTILS_AUTOPLIST
- Update WWW
- Add LICENSE

PR:		188610 [1]
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]
2014-04-15 07:16:52 +00:00
Greg Lewis
b9d0055b76 . Don't statically link libexecinfo.a. This doesn't appear to be necessary
and actually breaks the build on 10.x where libexecinfo.a is part of the
  base rather than a port.
2014-04-15 04:01:14 +00:00
Steve Wills
b4d40ea8e7 - Stage
- Add LICENSE
- Pet portlint

PR:		ports/188574
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-15 03:12:26 +00:00
Wen Heping
e1c43a37b1 - Stage support [1]
- Pet portlint [1]
- Add LICENSE [1]
- Convert to PYDISTUTILS_AUTOPLIST
- Mark DEPRECATED
- Reset maintainer to ports@

PR:		188620 [1]
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]
2014-04-15 02:48:03 +00:00
Steve Wills
7d77c05080 - Stage [1]
- Pet portlint [1]
- Avoid deprecated USE_PYDISTUTILS=easy_install
- Use automatic PLIST

PR:		ports/188558 [1]
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]
Approved by:	portmgr@ (blanket)
2014-04-15 01:57:12 +00:00
Steve Wills
2a786b5b51 - Stage
- Pet portlint

PR:		ports/188547
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-15 01:41:33 +00:00
Steve Wills
71ff17525e - Stage
PR:		ports/188546
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-15 01:30:51 +00:00
Steve Wills
8a3395153c - Stage
PR:		ports/188506
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-15 01:28:15 +00:00
Steve Wills
5c695e146b - Stage [1]
- Fix LICENSE
- Avoid deprecated USE_PYDISTUTILS=easy_install
- Use automatic PLIST

PR:		ports/188497 [1]
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]
Approved by:	portmgr@ (blanket)
2014-04-15 01:24:11 +00:00
Steve Wills
43767f8b8a - Stage [1]
- Add LICENSE [1]
- Switch to USES

PR:		ports/188480 [1]
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]
Approved by:	portmgr@ (blanket)
2014-04-15 01:10:09 +00:00
Steve Wills
5ae4407e92 - Stage
PR:		ports/188475
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-15 01:04:03 +00:00
Renato Botelho
c17c2a6973 Update to 1.24.1
Approved by:	koobs@ (maintainer)
2014-04-14 22:07:50 +00:00
Rusmir Dusko
763b4b8c4a - Bump PORTREVISION for pkg-plist change
- Change master sites, add icon
- Transfer maintainership to games@ team
- Add license (GPLv2)
- Add DOCS and Option
- Use files/twitch.in instead of construct
- Add pkg-message, information about usage
- Add Desktop entry file
- Fix the usage of 'python' to get rid of the implicit
  lang/python dependency, add REINPLACE, fix deprecated code
- Simplify installation handling
- Recreate pkg-plist with make makeplist
2014-04-14 21:56:12 +00:00
Alexander V. Chernikov
e5251e8f7f Update to 1.4.3 (IPv6 BGP bugfix).
Approved by:	az (implicit)
2014-04-14 21:35:27 +00:00
Brooks Davis
760b0ac1ad Our use of cmake is unconventional so we need to pass CC and CXX to it
directly rather than relying on ports infrastructure.
2014-04-14 21:34:25 +00:00
Thierry Thomas
d0e150121c - Support stage;
- Change the missing home page for the Darwin page.
2014-04-14 21:09:48 +00:00
Mathieu Arnold
919471b41b Fix build WITH=JAILS.
PR:		188627
Submitted by:	Ryan Frederick
Sponsored by:	Absolight
2014-04-14 20:39:46 +00:00
Steve Wills
2eaab0bbd8 - Stage
- Remove definite article from comment
- Bump PORTREVISION due to package change

PR:		ports/188467
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-14 20:38:09 +00:00
John Marino
84866a8a9a audio/shoutcast: Fix DragonFly breakage due to OSVERSION use 2014-04-14 20:25:41 +00:00
Pawel Pekala
8728fa4fa7 Remove scorefile if empty
Noticed by:	swills
2014-04-14 20:23:32 +00:00
Johannes Jost Meixner
5181ac450f security/cfv: Resurrection, stage, assign maintainer
- Resurrection
- Assign maintainer to matthew@reztek.cz
- Stagify

PR:	ports/188584
PR:	ports/188564
Submitted by:	Matthew Rezny
Approved by:	swills (mentor)
2014-04-14 20:14:01 +00:00
Carlo Strub
c17dc5f8d7 Add missing dependency
PR:		ports/188417
Submitted by:	Matthew D.Fuller <fullermd@over-yonder.net>
2014-04-14 20:09:06 +00:00
Carlo Strub
f7c2cb9db1 extras is a set of extensions to the Python standard library, originally written
to make the code within testtools cleaner, but now split out for general use
outside of a testing context.

WWW: https://pypi.python.org/pypi/extras/
2014-04-14 20:03:57 +00:00
Carlo Strub
9928aaa37e Back to pool 2014-04-14 20:01:18 +00:00
Cy Schubert
eedd49f980 Fix up conflict with lang/dmd1. 2014-04-14 20:00:37 +00:00
Steven Kreuzer
7e45153d56 Add Staging support
PR:		ports/188500
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-04-14 19:50:44 +00:00
Cy Schubert
f53bb29eca lang/dmd is no longer the primary dmd port as it is no longer supported
by digitalmars.com. It logically switches places with dmd2. dmd2 retains
the dmd2 name while lang/dmd is renamed to dmd1.
2014-04-14 19:46:59 +00:00
Cy Schubert
f5527cec6a Update 2.064.2 --> 2.065.0 2014-04-14 19:28:06 +00:00
Cy Schubert
ab1f647d70 Stagify. 2014-04-14 19:25:25 +00:00
Antoine Brodin
ee0b3ae793 Update to 3.0.1 2014-04-14 18:45:19 +00:00
Pawel Pekala
3d9d1a0fc1 Add staging support 2014-04-14 18:45:17 +00:00
Antoine Brodin
7a8325a0e5 Update to alpha-20140411 2014-04-14 18:37:26 +00:00