aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Do not hardcode png15Baptiste Daroussin2014-12-231-2/+2
| | | | Notes: svn path=/head/; revision=375371
* png public interface is enough to build those portsBaptiste Daroussin2014-12-232-4/+4
| | | | Notes: svn path=/head/; revision=375370
* No need to expose png internals public interface is enoughBaptiste Daroussin2014-12-231-2/+2
| | | | Notes: svn path=/head/; revision=375369
* No need to include png internalsBaptiste Daroussin2014-12-231-1/+1
| | | | Notes: svn path=/head/; revision=375368
* - Fix MASTER_SITESDmitry Marakasov2014-12-231-2/+1
| | | | Notes: svn path=/head/; revision=375349
* - Add distfile mirrorDmitry Marakasov2014-12-231-1/+2
| | | | Notes: svn path=/head/; revision=375344
* - Add three empty dirs that belonged to gnomehier to devel/gconf2,Antoine Brodin2014-12-232-1/+7
| | | | | | | | | | | this prevents stage violations during build of ports using gconftool-2 - White list etc/gconf/gconf.xml.defaults from stage orphans as gconftool-2 is unpredictable With hat: portmgr Notes: svn path=/head/; revision=375326
* No need to create stage orphans for dconf-editorAntoine Brodin2014-12-231-0/+2
| | | | Notes: svn path=/head/; revision=375319
* Add two empty directories that belonged to gnomehierAntoine Brodin2014-12-232-0/+3
| | | | | | | This should unbreak textproc/ibus build Notes: svn path=/head/; revision=375317
* devel/py-jira: Remove commented lineKubilay Kocak2014-12-231-1/+0
| | | | | | | - Remove commented out DISTNAME line, missed in previous commit Notes: svn path=/head/; revision=375309
* devel/py-jira: Mark Un-BROKEN, Update to 0.32Kubilay Kocak2014-12-234-28/+30
| | | | | | | | | | | | | | | | | | | | | | | | | - Mark Un-BROKEN - Update to 0.32 - Upstream DISTNAME changed to jira, remove DISTNAME accordingly - Add LICENSE_FILE - Update *_DEPENDS and version requirements - Switch www/requests1 to www/requests specifically - Add OPTIONS for MAGIC PARALLEL, SHELL and TESTS - Remove SHELL as a default OPTION (requires ipython and a rediculous number of dependencies. Also, it is an extras_require (optional) requirement upstream. - Remove unecessary patch to setup.py - Update pkg-descr and WWW: URL Changes: * https://bitbucket.org/bspeakmon/jira-python/commits/tag/0.32 Spotted by: antoine Approved by: blanket (portmgr) Notes: svn path=/head/; revision=375308
* [NEW] devel/py-filemagic: Python API for libmagicKubilay Kocak2014-12-235-0/+67
| | | | | | | | | | | | | | | | | | | | filemagic provides a Python API for libmagic, the library behind Unix file command. It enables the Python developer to easilty test for file types from the extensive identification library that is shipped with libmagic. Features: * Simple, Python API * Identifies named files or strings * Return a textual description, mime type or mime encoding * Provide custom magic files to customize file detection * Support for both Python2 and Python3 * Support for both CPython and PyPy WWW: https://filemagic.readthedocs.org Notes: svn path=/head/; revision=375307
* Catch up abusive uses of ${SITE_PERL}.Mathieu Arnold2014-12-232-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=375302
* - Update from 5.2.2 to 5.2.3Danilo Egea Gondolfo2014-12-232-3/+3
| | | | Notes: svn path=/head/; revision=375298
* - Add missing run dependency on perlAntoine Brodin2014-12-221-1/+4
| | | | | | | - Shebangfix Notes: svn path=/head/; revision=375271
* - Add missing run dependency on perlAntoine Brodin2014-12-221-2/+4
| | | | | | | - Shebangfix Notes: svn path=/head/; revision=375270
* devel/py-palm: add missing dependenciesRuslan Makhmatkhanov2014-12-222-3/+12
| | | | | | | | | | | | | - add missing dependencies - limit python version to 2.x - let it build with protobuf 2.6 - misc non-functional changes - bump PORTREVISION because of dependency changes Approved by: vg (maintainer) Notes: svn path=/head/; revision=375267
* Mark BROKEN: Depends on conflicting py-requests1 and py-requests (via ↵Antoine Brodin2014-12-221-0/+2
| | | | | | | py-requests-oauthlib) Notes: svn path=/head/; revision=375265
* Remove empty filesAntoine Brodin2014-12-221-0/+0
| | | | Notes: svn path=/head/; revision=375261
* Update "BSD" license in devel categoryMark Felder2014-12-2271-75/+90
| | | | Notes: svn path=/head/; revision=375249
* devel/libhtp: Update to 0.5.16Kubilay Kocak2014-12-222-8/+7
| | | | | | | | | | | - Update to 0.5.16 - Upstream GitHub account has changes (OISF) - Use USES=autoreconf - Remove USE_AUTOTOOLS AUTOMAKE_ARGS - Add GNU_CONFIGURE Notes: svn path=/head/; revision=375238
* [NEW] devel/py-future: Clean single-source support for Python 3 and 2Kubilay Kocak2014-12-224-0/+31
| | | | | | | | | | | | | | | future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. WWW: https://python-future.org/ PR: 193094 Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail com> (with changes) Notes: svn path=/head/; revision=375228
* - Update to ocaml-pcre 7.1.5Johan van Selst2014-12-223-5/+14
| | | | | | | - Use new master site Notes: svn path=/head/; revision=375218
* Bump PORTREVISION to 2 to reflect libgcc being added to the package.Ian Lepore2014-12-211-8/+9
| | | | | | | | | | | | (The prior attempt to bump the revision failed to override the master port revision.) Also now that the master port allows overriding target and configure variables, do the overrides before including the master rather than after. Approved by: imp Notes: svn path=/head/; revision=375203
* Conditionally assign variables so that slave ports can override them.Ian Lepore2014-12-211-4/+4
| | | | | | | Approved by: imp Notes: svn path=/head/; revision=375202
* ShebangfixAntoine Brodin2014-12-211-1/+3
| | | | Notes: svn path=/head/; revision=375193
* Fix shebangAntoine Brodin2014-12-211-1/+2
| | | | Notes: svn path=/head/; revision=375187
* - Since SOAP::Lite 1.0, XMLRPC::Lite is no longer includedOlli Hauer2014-12-211-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and so it must be installed separately. - Update min. dependency for some other modules [1] - bump PORTREVISION [1] Update min. dependency (ripped from upstream Requirements.pm) - p5-DateTime-TimeZone>=1.64: fixes a taint issue preventing the local timezone from being determined on some systems. - p5-DateTime>=0.75 fixes a warning thrown with Perl 5.17 and newer - p5-List-MoreUtils>=0.32 fixes several memory leaks in the XS version of some functions - p5-URI>=1.55 Follows RFC 3986 to escape characters in URI::Escape - p5-Chart>=2.4.1: Versions below 2.4.1 cannot be compared accurately, see https://rt.cpan.org/Public/Bug/Display.html?id=28218 - p5-TheSchwartz>=1.10: 1.10 supports declining of jobs - p5-File-Slurp>=9999.13: Required for jobqueue (mandantory in next release) - p5-Test-Taint>=1.06 1.06 no longer throws warnings with Perl 5.10+ - p5-DBD-Pg>=3.4.2 Bugfix release (single-quoted type) PR: 196168 Submitted by: gavin Notes: svn path=/head/; revision=375155
* Get rid of gnomehierBaptiste Daroussin2014-12-202-3/+4
| | | | Notes: svn path=/head/; revision=375141
* New port: devel/libfwsiAntoine Brodin2014-12-205-0/+52
| | | | | | | | Library to access the Windows Shell Item format. WWW: https://github.com/libyal/libfwsi Notes: svn path=/head/; revision=375136
* Host distfile locally.Dmitry Sivachenko2014-12-201-1/+1
| | | | Notes: svn path=/head/; revision=375082
* Add some notes for potential update submitters.Dmitry Sivachenko2014-12-201-0/+4
| | | | Notes: svn path=/head/; revision=375080
* New port: Apache Spark.Dmitry Sivachenko2014-12-208-0/+402
| | | | | | | | | | | | | Apache Spark is a fast and general-purpose cluster computing system. It provides high-level APIs in Java, Scala and Python, and an optimized engine that supports general execution graphs. It also supports a rich set of higher-level tools including Spark SQL for SQL and structured data processing, MLlib for machine learning, GraphX for graph processing, and Spark Streaming. WWW: http://spark.apache.org/ Notes: svn path=/head/; revision=375075
* - Update to 2.064Sunpoet Po-Chuan Hsieh2014-12-203-14/+8
| | | | | | | Changes: http://search.cpan.org/dist/Config-Model/Changes Notes: svn path=/head/; revision=375072
* - Update to 5.20141120Sunpoet Po-Chuan Hsieh2014-12-202-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Module-CoreList/Changes Notes: svn path=/head/; revision=375067
* - Fix build when DEFAULT_VERSIONS=python=3.*Sunpoet Po-Chuan Hsieh2014-12-201-2/+2
| | | | | | | | | - While I'm here, remove superfluous space With hat: python Notes: svn path=/head/; revision=375064
* - Fix build when DEFAULT_VERSIONS=python=3.*Sunpoet Po-Chuan Hsieh2014-12-202-11/+7
| | | | | | | | | | - Fix shebang - Bump PORTREVISION for package change With hat: python Notes: svn path=/head/; revision=375063
* - Add missing trailing slash to WWWSunpoet Po-Chuan Hsieh2014-12-201-1/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=375060
* - Add LICENSESunpoet Po-Chuan Hsieh2014-12-202-1/+4
| | | | | | | | | - Use single space after WWW: Approved by: portmgr (blanket) Notes: svn path=/head/; revision=375059
* - Add LICENSESunpoet Po-Chuan Hsieh2014-12-202-24/+14
| | | | | | | | | | | | - Strip shared library - Sort USES - Use PORTDOCS - Simplify Makefile - Cosmetic change - Take maintainership Notes: svn path=/head/; revision=375058
* - Update to 6.3.3Sunpoet Po-Chuan Hsieh2014-12-205-48/+68
| | | | | | | | | | | | | | - Add LICENSE - Strip shared library - Sort USES - Use PORTDOCS - Remove x-generate-plist: - Take maintainership Changes: http://www.gnu.org/software/global/whatsnew.html Notes: svn path=/head/; revision=375057
* - Use INSTALL_TARGET=install-stripSunpoet Po-Chuan Hsieh2014-12-201-7/+5
| | | | | | | | - Simplify Makefile - Add regression-test: Notes: svn path=/head/; revision=375055
* - Use USES=autoreconfSunpoet Po-Chuan Hsieh2014-12-201-3/+1
| | | | Notes: svn path=/head/; revision=375054
* - Add rubygem-nenv 0.1.1Sunpoet Po-Chuan Hsieh2014-12-204-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | Using ENV in Ruby is like using raw SQL statements - it feels wrong, because it is. If you agree, this gem is for you. The benefits over using ENV directly: - much friendlier stubbing in tests - you no longer have to care whether false is "0" or "false" or whatever - NO MORE ALL CAPS EVERYWHERE! - keys become methods - namespaces which can be passed around as objects - you can subclass! - you can marshal/unmarshal your own types automatically! - strict mode saves you from doing validation yourself - and there's more to come... - it's designed to be as lightweight and as fast as possible compared to ENV - designed to be both hackable and convenient WWW: https://github.com/e2/nenv RG: https://rubygems.org/gems/nenv Notes: svn path=/head/; revision=375047
* - Update to 2.8.4Sunpoet Po-Chuan Hsieh2014-12-202-3/+3
| | | | | | | Changes: https://github.com/guard/listen/releases Notes: svn path=/head/; revision=375042
* - Update to 0.7.5Sunpoet Po-Chuan Hsieh2014-12-202-3/+3
| | | | | | | Changes: https://github.com/fazibear/colorize/blob/master/CHANGELOG Notes: svn path=/head/; revision=375041
* - Update to 0.019Sunpoet Po-Chuan Hsieh2014-12-202-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Test-Warnings/Changes Notes: svn path=/head/; revision=375040
* - Update to 0.3.0Sunpoet Po-Chuan Hsieh2014-12-202-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Test-Trap/Changes Notes: svn path=/head/; revision=375039
* Cleanup plistBaptiste Daroussin2014-12-2053-86/+1
| | | | Notes: svn path=/head/; revision=375029
* Use GH_COMMITAntoine Brodin2014-12-201-1/+2
| | | | Notes: svn path=/head/; revision=375021