Jimmy Olgeni
168f57451a
Remove indefinite articles and trailing periods from COMMENT, plus minor
...
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt)
2014-07-07 15:31:01 +00:00
John Marino
b6c08b0df5
security/arpCounterattack: stage, fix on F10+, fix on DragonFly
...
Also:
* convert to c++11 for clang builds
* convert to new LIB_DEPENDS format
* use @sample keyword
* pet portlint
* USE=tar
2014-07-07 15:16:05 +00:00
Pawel Pekala
5bca435906
Add staging support
2014-07-07 14:51:44 +00:00
Mark Felder
582192cc38
Update to a fresher git revision which fixes support for pfSense 2.2
...
The main version still stays at 6.0.2 as this internally the scripts are
based on XenServer 6.0.2's Linux Xen Tools
2014-07-07 14:48:17 +00:00
Tijl Coosemans
656f29aa1e
- New LIB_DEPENDS syntax
...
- USES=libtool tar:bzip2
- Remove IGNORE for FreeBSD < 8
2014-07-07 14:46:59 +00:00
Kubilay Kocak
e1f065e659
sysutils/py-ploy: Remove pkg-plist (AUTOPLIST)
2014-07-07 14:45:39 +00:00
Vanilla I. Shu
7b25a56dbb
remove NO_STAGE.
...
Approved by: portmgr@ (blanket)
2014-07-07 14:44:36 +00:00
Vanilla I. Shu
396c3bc2a8
Stagify.
...
Approved by: portmgr@ (blanket)
2014-07-07 14:42:09 +00:00
Tijl Coosemans
256c11816c
- New LIB_DEPENDS syntax
...
- Add INSTALL_TARGET=install-strip
- Add USES=libtool
- Replace CFLAGS/LDFLAGS with CPPFLAGS/LIBS
2014-07-07 14:19:54 +00:00
Vanilla I. Shu
b93089e56b
Stagify.
2014-07-07 14:18:41 +00:00
Brendan Fabeny
3c74547a09
Update to 0.7.2; use staging; add license
2014-07-07 14:08:33 +00:00
Tijl Coosemans
f9f95f0c52
- Convert security/libsodium to USES=libtool and bump dependent ports
...
- Run "make check" from regression-test target
- dns/curvedns: white space fixes
2014-07-07 13:54:23 +00:00
Steven Kreuzer
29294a05c4
Fix typo in COMMENT
2014-07-07 13:53:40 +00:00
Kubilay Kocak
6ca65b4d61
[NEW] sysutils/py-ploy: Manage servers through a central configuration
...
Ploy is a commandline-tool to provision, manage and control server instances.
What kind of server instances these are depends on the used plugins. There
are plugins for EC2 (ploy_ec2), FreeBSD Jails (ploy_ezjail) and more.
You can create, delete, monitor and ssh into instances while ploy handles the
details like ssh fingerprint checking. Additional plugins provide advanced
functionality like integrating Fabric (ploy_fabric) and Ansible (ploy_ansible).
WWW: http://ploy.readthedocs.org
2014-07-07 13:52:30 +00:00
William Grzybowski
3fa9f96c93
www/phpmustache: update to 2.6.0
...
- Support stage
PR: 190439
Submitted by: maintainer
2014-07-07 13:33:18 +00:00
Kubilay Kocak
11e1602dfd
devel/py-asn1: Update to 0.1.7
...
- Update to 0.1.7
- MASTER_SITES: Remove SF (CHEESESHOP is High-Available)
- Remove Python3 ready comment
- Add regression-test: target
- pkg-descr: Update WWW: URL
Changes:
* http://pyasn1.sourceforge.net/changes.html
QA: Ran 335 tests in 0.038s - OK
Approved by: maintainer (via email)
2014-07-07 13:30:34 +00:00
William Grzybowski
857d72a021
net-mgmt/netdot: update to 1.0.6 and support stage
...
PR: 189447
Submitted by: maintainer
2014-07-07 13:28:39 +00:00
Vanilla I. Shu
2c67b137b0
Stagify.
...
Approved by: portmgr@ (blanket)
2014-07-07 13:28:13 +00:00
Vsevolod Stakhov
776a2caed6
Update to release candidate 1.
...
Changes:
- Fix repo ident for local packages [1]
- Fix pkg-stat
- Improve safety of 1.2 -> 1.3 database migration
- Fix minor bugs in progress bar
- Restart system calls on SIGALARM
Submitted by: des[1]
With hat: pkg@
2014-07-07 13:27:06 +00:00
Kubilay Kocak
aabff68380
security/py-ecdsa: Correctly enable Python 3.x support
...
ecdsa module already (0.11) supports Python 3.x [1] and has just been
tested on Python 3.4 [2].
Correctly enable Python 3.x support accordingly.
White I'm here, whitespace align.
[1] https://github.com/warner/python-ecdsa/blob/python-ecdsa-0.11/setup.py#L104
[2] https://github.com/warner/python-ecdsa/pull/26
QA under Python 3.4:
Ran 43 tests in 10.659s - OK
5922 tests of inverse_mod completed. 0 errors detected.
Approved by: portmgr (blanket)
2014-07-07 13:25:12 +00:00
Vanilla I. Shu
f0aaa3cce1
Stagify, use options helper function.
...
Approved by: portmgr@ (blanket)
2014-07-07 13:05:52 +00:00
Kubilay Kocak
058fb18d1b
[NEW] sysutils/py-execnet: Distributed Python deployment and communication
...
execnet provides a share-nothing model with channel-send/receive communication
for distributing execution across many Python interpreters across version,
platform and network barriers. It has a minimal and fast API targetting the
following uses:
* Distribute tasks to (many) local or remote CPUs
* Write and deploy hybrid multi-process applications
* Write scripts to administer multiple environments
WWW: https://codespeak.net/execnet
2014-07-07 12:55:49 +00:00
Dmitry Sivachenko
c68e8417e3
Rename rcc --> hadoop-rcc to avoid conflict with qt4-rcc port.
...
Replace spaces with tabs.
Bump PORTREVISION.
PR: 191655
Submitted by: Radim Kolar <hsn@sendmail.cz>
2014-07-07 12:55:41 +00:00
Dmitry Sivachenko
b0ef929b76
With jetty-6.1.26 namenode's threads hung with the following error:
...
org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - injecting delay 59 times
Downgrade jetty to 6.1.14 to avoid this.
2014-07-07 12:52:14 +00:00
Vanilla I. Shu
efcb062281
Stagify, use shebangfix to fix bash path.
2014-07-07 12:52:11 +00:00
John Marino
bf0b34d94f
sysutils/timemon: Bring in DragonFly support patch from dports
2014-07-07 12:51:56 +00:00
John Marino
a134a31900
textproc/libtranslate: Bring in DragonFly support patch from dports
2014-07-07 12:46:47 +00:00
Vanilla I. Shu
8529a5a7e0
1: Stagify.
...
2: switch PORTNODOCS to options.
Approved by: portmgr@ (blanket)
2014-07-07 12:43:39 +00:00
Vanilla I. Shu
f07a7a95b8
remove NO_STAGE.
2014-07-07 12:38:21 +00:00
John Marino
28efe19a37
x11-toolkits/soqt: Force no-debug build (from dports)
...
When built with debug flag, this port changes the name of the installed
files thus failing at stage phase. For now, disable the detection and
force configuration without debug
2014-07-07 12:37:04 +00:00
William Grzybowski
efa47cc987
multimedia/py-guessit: update to 0.8
2014-07-07 12:35:24 +00:00
Sunpoet Po-Chuan Hsieh
459e7fccff
- Update to 14.0.0
...
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-14.0.0/NEWS
2014-07-07 12:34:59 +00:00
Sunpoet Po-Chuan Hsieh
886482fca8
- Update to 2014.07.06
2014-07-07 12:34:30 +00:00
Sunpoet Po-Chuan Hsieh
50cf30e351
- Update to 2014.07.06
2014-07-07 12:34:25 +00:00
Sunpoet Po-Chuan Hsieh
19d2029224
- Update to 2014.07.06
2014-07-07 12:34:19 +00:00
Sunpoet Po-Chuan Hsieh
8d82dc533c
- Update to 20140706
2014-07-07 12:34:14 +00:00
Sunpoet Po-Chuan Hsieh
97d66384db
- Update to 2014.07.06
2014-07-07 12:34:08 +00:00
Bartek Rutkowski
e50dd33a82
devel/p5-UUID: convert to new LIB_DEPENDS format
...
Approved by: marino, swills (mentors), portmgr (blanket)
2014-07-07 12:33:05 +00:00
John Marino
b89e58364a
sysutils/gdmap: explicitly link libm (from dports)
2014-07-07 12:31:13 +00:00
Kubilay Kocak
ace37022ce
net/bmon: Update to 3.3, Update MAINTAINER
...
- Update to 3.3
- Assign new maintainer
- Update pkg-plist
- Update pkg-descr and WWW: URL
- Tweak COMMENT
- Add LICENSE (MIT)
- Remove OPTIONS
- Use Github for distribution files
- Remove MASTER_SITES accordingly
- Remove unecessary patches (files no longer upstream)
PR: 191249
Submitted by: Michelle Sullivan <michelle at sorbs dot net>
Approved by: maintainer
2014-07-07 12:29:20 +00:00
Pietro Cerutti
94fa04f461
- Try to override FCLIST so configure doesn't invoke fc-list and a cache is not
...
generated. This might fix the stale fontconfig cache.
2014-07-07 12:25:15 +00:00
John Marino
7e85c0c866
Mark 5 unstaged and unmaintained ports as jobs unsafe (taken from dports)
...
Approved by: portmgr (implicit, NOT_STAGED)
2014-07-07 12:17:32 +00:00
Vanilla I. Shu
014fc593ea
Add missing patch.
...
Submitted by: swills@
2014-07-07 12:13:56 +00:00
Dmitry Sivachenko
9e7ba1ae56
New port: sfst.
...
SFST is a toolbox for the implementation of morphological analysers and
other tools which are based on finite state transducer technology.
2014-07-07 12:05:05 +00:00
Bartek Rutkowski
5b7567af2d
www/rubygem-sinatra-contrib: fix in RUN_DEPENDS
...
Submitted by: trociny
Approved by: swills (mentor)
2014-07-07 11:48:48 +00:00
Bartek Rutkowski
444b4e0ee4
devel/pecl-intl: convert to new LIB_DEPENDS format
...
Approved by: marino (mentor), portmgr (blanket)
2014-07-07 11:46:39 +00:00
Bartek Rutkowski
2f7d63cfc9
devel/py-yum-metadata-parser: convert to new LIB_DEPENDS format
...
Approved by: marino (mentor), portmgr (blanket)
2014-07-07 11:44:44 +00:00
Tijl Coosemans
871b7e4cd4
- USES=libtool pathfix tar:bzip2
...
- Set localstatedir in CONFIGURE_ARGS instead of using a patch
- Install pkgconfig file
- Fix pkg-plist for directories under /var
2014-07-07 11:27:24 +00:00
John Marino
5d68b2a1ed
archivers/unalz: Adjust patch for DragonFly support (dports)
2014-07-07 10:47:37 +00:00
Vsevolod Stakhov
592081e41b
- Enable compiler flags responsive for exporting symbols to the elf file.
...
This is specifically important for DSO modules enabled in exim by default.
Without these flags modules were unable to use exim's API that has made this
feature completely unusable. [1]
- Fix minor issue with strip command by passing STRIP_CMD in the MAKE_ENV
- Bump portrevision
Submitted by: Victor Ustugov <victor at corvax.kiev.ua>
2014-07-07 10:39:30 +00:00