aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Add pecl-apn 1.0.3Sunpoet Po-Chuan Hsieh2014-02-235-0/+63
| | | | | | | | | | | | | | | - While I'm here, add IGNORE_WITH_PHP apn is a PHP extension to introduce simple yet powerful interface for sending push notifications to iOS and OS X devices from within your PHP code. WWW: http://libcapn.org/php-apn/ PR: ports/186938 Submitted by: Gasol Wu <gasol.wu@gmail.com> Notes: svn path=/head/; revision=345736
* - Add libcapn 1.0.0 Beta 3Sunpoet Po-Chuan Hsieh2014-02-237-0/+108
| | | | | | | | | | | | | | libcapn is a C Library to interact with the Apple Push Notification Service using simple and intuitive API. With the library you can easily send push notifications to iOS and Mac OS X devices. WWW: http://libcapn.org/ PR: ports/186936 Submitted by: Gasol Wu <gasol.wu@gmail.com> Notes: svn path=/head/; revision=345735
* - Use USE_GNOME=libxml2 instead of hardcoded LIB_DEPENDSSunpoet Po-Chuan Hsieh2014-02-231-1/+1
| | | | | | | | PR: ports/186218 Submitted by: Jim Ohlstein <jim@ohlste.in> Notes: svn path=/head/; revision=345734
* - Update to 0.10Sunpoet Po-Chuan Hsieh2014-02-234-149/+13
| | | | | | | | | | | | | | - While I'm here: - Use PYDISTUTILS_AUTOPLIST and PLIST_FILES instead of PLIST - Use USE_PYDISTUTILS=yes - Support STAGEDIR Changes: https://github.com/mitmproxy/mitmproxy/blob/master/CHANGELOG PR: ports/186935 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) Notes: svn path=/head/; revision=345733
* - Update to 0.10Sunpoet Po-Chuan Hsieh2014-02-233-49/+5
| | | | | | | | | | | | | - While I'm here: - Use PYDISTUTILS_AUTOPLIST - Support STAGEDIR Changes: https://github.com/mitmproxy/netlib/commits/master PR: ports/186934 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) Notes: svn path=/head/; revision=345732
* - Allow build with clangSunpoet Po-Chuan Hsieh2014-02-234-4/+36
| | | | | | | | | | | | | | - Respect CC - Support STAGEDIR - While I'm here: - Add LICENSE - Use PLIST_DIRS/PLIST_FILES instead of PLIST PR: ports/186932 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) Notes: svn path=/head/; revision=345731
* - Update to 0.1.0Sunpoet Po-Chuan Hsieh2014-02-232-3/+3
| | | | | | | | | Changes: http://pecl.php.net/package-changelog.php?package=pthreads PR: ports/186840 Submitted by: John Chen <johnpupu@gmail.com> (maintainer) Notes: svn path=/head/; revision=345730
* - Update to 2.3.2Sunpoet Po-Chuan Hsieh2014-02-232-4/+4
| | | | | | | | | | | - While I'm here, convert to new LIB_DEPENDS format Changes: http://pecl.php.net/package-changelog.php?package=yaf PR: ports/186843 Submitted by: John Chen <johnpupu@gmail.com> (maintainer) Notes: svn path=/head/; revision=345729
* - Remove no-op NTLM optionSunpoet Po-Chuan Hsieh2014-02-231-7/+1
| | | | | | | | PR: ports/186902 Submitted by: Jeremy Chadwick <jdc@koitsu.org> Notes: svn path=/head/; revision=345728
* - Add rubygem-guard-minitest 2.2.0Sunpoet Po-Chuan Hsieh2014-02-234-0/+29
| | | | | | | | | | | Guard::Minitest allows to automatically & intelligently launch tests with the minitest framework when files are modified. WWW: https://github.com/guard/guard-minitest RG: https://rubygems.org/gems/guard-minitest Notes: svn path=/head/; revision=345727
* - Update to 0.4.000.4TAKATSU Tomonari2014-02-232-3/+3
| | | | Notes: svn path=/head/; revision=345726
* - Update to 1.0004Lars Thegler2014-02-232-3/+3
| | | | | | | Changes: https://metacpan.org/changes/distribution/XML-SemanticDiff Notes: svn path=/head/; revision=345725
* - Unbreak after last tcltls changesAntoine Brodin2014-02-234-8/+8
| | | | | | | | | - Fix a bad shebang (including STAGEDIR) Reported by: pkg-fallout Notes: svn path=/head/; revision=345724
* [NEW PORT] security/py-cryptography: Cryptographic recipes and primitives to ↵Kubilay Kocak2014-02-234-0/+34
| | | | | | | | | | | | | | | | | Python developers cryptography is a package designed to expose cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 2.6-2.7, Python 3.2+, and PyPy. cryptography includes both high level recipes, and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests and key derivation functions. WWW: http://github.com/pyca/cryptography/ Notes: svn path=/head/; revision=345722
* Allow packaging as a regular userAntoine Brodin2014-02-231-1/+1
| | | | Notes: svn path=/head/; revision=345721
* - Bump PORTREVISION after update of deskutils/xfce4-tumblerOlivier Duchateau2014-02-231-0/+1
| | | | Notes: svn path=/head/; revision=345720
* - Update to 0.1.30Olivier Duchateau2014-02-234-23/+21
| | | | | | | | - Add LICENSE - Remove unneeded patch Notes: svn path=/head/; revision=345719
* - Update to 2.6.2;Romain Tartière2014-02-233-10/+36
| | | | | | | | - Unbreak; - Stageify. Notes: svn path=/head/; revision=345718
* - Use USE_PYDISTUTILS=yesSunpoet Po-Chuan Hsieh2014-02-231-3/+2
| | | | | | | - Remove unnecessary PYDISTUTILS_PKGNAME Notes: svn path=/head/; revision=345717
* - Fix references to STAGEDIR in binaries, config files etc.Antoine Brodin2014-02-232-15/+12
| | | | | | | | - Allow packaging as a regular user - Move a message to a pkg-message file Notes: svn path=/head/; revision=345716
* - Update to 0.44Sunpoet Po-Chuan Hsieh2014-02-232-3/+6
| | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Net-NIS/Changes Notes: svn path=/head/; revision=345715
* - Update to 4.84Sunpoet Po-Chuan Hsieh2014-02-232-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Mojolicious/Changes Notes: svn path=/head/; revision=345714
* - Update to 2.021Sunpoet Po-Chuan Hsieh2014-02-233-6/+8
| | | | | | | | | | | - Add LICENSE - Update COMMENT - Add BUILD_DEPENDS Changes: http://search.cpan.org/dist/PDF-API2/Changes Notes: svn path=/head/; revision=345713
* - Update to 0.105Sunpoet Po-Chuan Hsieh2014-02-232-4/+5
| | | | | | | Changes: http://search.cpan.org/dist/Mixin-Linewise/Changes Notes: svn path=/head/; revision=345712
* - Update to 0.3103Sunpoet Po-Chuan Hsieh2014-02-233-12/+14
| | | | | | | | | | | | - Add LICENSE - Add TEST_DEPENDS - Convert to new options framework - Simplify Makefile Changes: http://search.cpan.org/dist/XML-RSS-LibXML/Changes Notes: svn path=/head/; revision=345711
* - Update to 3.07Sunpoet Po-Chuan Hsieh2014-02-232-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Module-CoreList/Changes Notes: svn path=/head/; revision=345710
* - Update to 4.2.7Sunpoet Po-Chuan Hsieh2014-02-232-3/+3
| | | | | | | Changes: https://github.com/guard/guard-rspec/releases Notes: svn path=/head/; revision=345709
* - Update to 1.3.2Sunpoet Po-Chuan Hsieh2014-02-232-3/+3
| | | | | | | Changes: https://github.com/ahoward/open4/commits/master Notes: svn path=/head/; revision=345708
* - Update to 0.50Sunpoet Po-Chuan Hsieh2014-02-232-6/+3
| | | | | | | | | | - Remove post-patch: Changes: http://pypi.python.org/pypi/isodate#changes https://github.com/gweis/isodate/blob/master/CHANGES.txt Notes: svn path=/head/; revision=345707
* - Update to 20140222Sunpoet Po-Chuan Hsieh2014-02-232-3/+3
| | | | | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20140222.diff Notes: svn path=/head/; revision=345706
* - Update to 0.051005Sunpoet Po-Chuan Hsieh2014-02-232-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Perl6-Slurp/Changes Notes: svn path=/head/; revision=345705
* - Update to 0.043Sunpoet Po-Chuan Hsieh2014-02-232-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/HTTP-Tiny/Changes Notes: svn path=/head/; revision=345704
* - Update to 4.17Sunpoet Po-Chuan Hsieh2014-02-232-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/WWW-Curl/Changes Notes: svn path=/head/; revision=345703
* Allow packaging as a regular userAntoine Brodin2014-02-232-13/+8
| | | | Notes: svn path=/head/; revision=345702
* Update to 3.2.8.Romain Tartière2014-02-233-63/+122
| | | | Notes: svn path=/head/; revision=345701
* - Allow build with Python 3.xSunpoet Po-Chuan Hsieh2014-02-231-3/+10
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=345700
* - Add py-dns3 3.0.4Sunpoet Po-Chuan Hsieh2014-02-234-0/+34
| | | | | | | | | | | | This directory contains a Python module that implements a DNS (Domain Name Server) client, plus additional modules that define some symbolic constants used by DNS (dnstype, dnsclass, dnsopcode). WWW: http://pydns.sourceforge.net/ WWW: https://launchpad.net/py3dns Notes: svn path=/head/; revision=345699
* - Enable stage support - no functional changesJohan van Selst2014-02-235-58/+118
| | | | | | | | In particular, files installed by findlib will still be installed directly into the default ocaml library directory, as regular users would expect. Notes: svn path=/head/; revision=345698
* - Fix buildMartin Wilke2014-02-236-66/+163
| | | | | | | | PR: 185319 Submitted by: ports fury Notes: svn path=/head/; revision=345697
* - Fix buildMartin Wilke2014-02-233-48/+52
| | | | | | | | | | - Support desktop-file-utils PR: 184884 Submitted by: ports fury Notes: svn path=/head/; revision=345696
* - Add p5-PerlIO-utf8_strict 0.004Sunpoet Po-Chuan Hsieh2014-02-235-0/+35
| | | | | | | | | | PerlIO::utf8_strict provides a fast and correct UTF-8 PerlIO layer. Unlike perl's default :utf8 layer it checks the input for correctness. WWW: http://search.cpan.org/dist/PerlIO-utf8_strict/ Notes: svn path=/head/; revision=345695
* - Update to 1.1;Romain Tartière2014-02-236-28/+70
| | | | | | | | | | - Switch to GitHub; - Fix some Makefile alignments; - Define LICENSE; - Staging is Okay. Notes: svn path=/head/; revision=345694
* - Respect ETCDIR and DATADIRMarcus von Appen2014-02-232-83/+8
| | | | | | | | | | | - Limit to the supported python versions - Convert to PYDISTUTILS_AUTOPLIST PR: ports/185947 With hat: python@ Notes: svn path=/head/; revision=345693
* - Respect DOCSDIRMarcus von Appen2014-02-231-0/+5
| | | | | | | | PR: ports/185947 With hat: python@ Notes: svn path=/head/; revision=345692
* Remove the _GCC_BUILD_DEPENDS variable which we had kept for the sakeGerald Pfeifer2014-02-231-3/+0
| | | | | | | | | | | | of some ports using this unexpectedly. There are no further instances in the tree any more. If there is an absolute need to refer to the GCC runtime directory that cannot be covered by CFLAGS, LDFLAGS or the like, use _GCC_RUNTIME. This hardly ever should be necessary, though. Avoid whenever possible! Notes: svn path=/head/; revision=345690
* - Convert LIB_DEPENDS to new syntaxDanilo Egea Gondolfo2014-02-232-3/+4
| | | | | | | | - Add stage support - Add LICENSE Notes: svn path=/head/; revision=345689
* - Update to 20140222 [1]Jason E. Hale2014-02-232-3/+3
| | | | | | | | | | | - This addresses a reported dialog error [2] PR: ports/186964 [1], ports/186904 [2] Submitted by: Alexander Wittig <alexander@wittig.name> (maintainer) [1], Lawrence Chen <lchen@zen.lhaven.homeip.net> [2] Notes: svn path=/head/; revision=345688
* - Add stage supportDanilo Egea Gondolfo2014-02-232-10/+17
| | | | Notes: svn path=/head/; revision=345687
* - Update MASTER_SITESJason E. Hale2014-02-234-4/+4
| | | | | | | | | | - Update WWW in pkg-descr PR: ports/186877 Submitted by: Vitaly Magerya <vmagerya@gmail.com> Notes: svn path=/head/; revision=345686
* - Update to 3.12Jason E. Hale2014-02-233-13/+12
| | | | | | | | | | | | | | | - Support staging While here: - Unquote "false" in DESKTOP_ENTRIES - Sort pkg-plist PR: ports/186876 Submitted by: Oleg Ginzburg <olevole@olevole.ru> Approved by: Eugene Mychlo <myc@barev.net> (maintainer) Notes: svn path=/head/; revision=345685