aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-File-CounterFile/Makefile
blob: 800ba992ba72740de30bb9ffa79e4bb12a6dde51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    p5-File-CounterFile
# Date created:             Jan 28 2000
# Whom:                 Wei-chun Chao
#
# $FreeBSD$
#

PORTNAME=   File-CounterFile
PORTVERSION=    0.12
CATEGORIES= misc perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX=  p5-

MAINTAINER= wchao@isi.edu

USE_PERL5=  yes

MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3=       File::CounterFile.3

do-configure:
    @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL

.include <bsd.port.mk>
ass='column1'>| | | | | | | | | | | | | | | | | | | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. The passenger now uses its own libev fork, so remove devel/libev dependency. <ChangeLog> Release 5.0.6 ------------- * The turbocache no longer caches responses for which the Cache-Control header contains "no-cache". Please note that "no-cache" does not mean "do not cache this response". Instead, it means "any caching servers may only serve the cached response after validating it". Since the turbocache does not support validation, we've chosen to skip caching instead. Coincidentally, this change "fixes" problems with applications that erroneously use "no-cache" as a flag for "do not cache this response". What these applications should actually use is "no-store". We recommend the developers of such applications to change their caching headers in this manner, because even if Passenger doesn't unintentionally cache the response, any intermediate proxies that visitors are behind may still cache the response. * Fixes a number of memory leaks. Memory was leaked upon processing a request with multiple headers, upon processing a response with multiple headers, and upon processing a response with Set-Cookie headers. Every time such a request or response was processed, 512 bytes of memory was leaked due to improperly dereferencing relevant memory buffers. Closes GH-1455. * Fixes various bugs related to Union Station data collection. Union Station is our upcoming application analytics and performance monitoring SaaS platform. It is opt-in: no data is collected unless you turn the feature on. * Fixes a Union Station-related file descriptor leak. Closes GH-1439. * Fixes some bugs w.r.t. use of uninitialized memory. * More informative error message if a support binary is not found, including a resolution hint. Closes GH-1395. * [Apache] `SetEnv` variables are now passed as Rack/CGI/request variables. This was also the case in Passenger 4, but not in Passenger 5.0.0-5.0.5. We've restored the old behavior because the behavior in 5.0.0-5.0.5 breaks certain Apache modules such as Shibboleth. Closes GH-1446. * [Standalone] PID and log files now correctly created if user specifies relative path. Release 5.0.5 ------------- * Fixes various crashes due to use of uninitialized memory. One such crash is documented in GH-1431. * Fixes a connection stall in the Apache module. Closes GH-1425. * Fixes a potential read-past-buffer bug in string-to-integer conversion routines. Thanks to dcb314 for spotting this. Closes GH-1441. * Fixes a compilation problem on Solaris. This problem was caused by the fact that `tm_gmtoff` is not supported on that platform. Closes GH-1435. * There is now an API endpoint for force disconnecting a client: `passenger-config admin-command DELETE /server/<client name>.json`. Closes GH-1246. * Fixes some file descriptor leaks. These leaks were caused by the fact that keep-alive connections with application processes were not being closed properly. Closes GH-1439. * In order to more easily debug future file descriptor leaks, we've introduced the `PassengerFileDescriptorLogFile` (Apache) and `passenger_file_descriptor_log_file` (Nginx) config options. This allows Passenger to log all file descriptor open/close activity to a specific log file. * The `PassengerDebugLogFile` (Apache) and `passenger_debug_log_file` (Nginx) configuration options have been renamed to `PassengerLogFile` and `passenger_log_file`, respectively. The old name is support supported for backward compatibility reasons. * [Enterprise] Fixes a bug in Flying Passenger's `--instance-registry-dir` command line parameter. This command line parameter didn't do anything. * [Enterprise] The Flying Passenger daemon no longer supports the `--max-preloader-idle-time` config option. This is because the config option never worked. The correct way to set the max preloader idle time is through the Nginx config option, but this was wrongly documented, so the documentation has been fixed. </ChangeLog> * Finish r383230bapt2015-04-051-1/+1 | | | | Reported by: kwm * - Update to 0.22sunpoet2015-04-053-4/+4 | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/URI-Template/Changes * - Update to 0.08sunpoet2015-04-052-5/+5 | | | | Changes: http://search.cpan.org/dist/Log-Any-Adapter-Log4perl/Changes * - Update to 1.4203sunpoet2015-04-052-3/+4 | | | | Changes: http://search.cpan.org/dist/CGI-Cache/CHANGES * - Update to 0.15sunpoet2015-04-052-6/+4 | | | | Changes: http://search.cpan.org/dist/IO-Async-SSL/Changes * New port: comms/dump1090_mr:rpaulo2015-04-056-0/+81 | | | | | | | | | Dump1090 MR is a FlightAware fork of Malcolm Robb's fork of Salvatore Sanfilippo's dump1090 program. FlightAware uses it as an important element of PiAware (https://flightaware.com/adsb/piaware/). Reviewed by: bapt Approved by: bapt * - Cleanup Makefilesunpoet2015-04-051-5/+2 | | | | - Bump PORTREVISION for dependency changes in r383198 and r383223 * - Update to 2.0.7sunpoet2015-04-052-18/+20 | | | | | | | | - Adjust option descriptions - Fix typo - Cosmetic change Changes: http://trac.osgeo.org/postgis/browser/tags/2.0.7/NEWS * - Mark broken on FreeBSD 9 or less because of c11 errors.stephen2015-04-051-1/+7 | | | | Reference: http://beefy6.nyi.freebsd.org/data/84amd64-default/383187/logs/octave-forge-interval-0.1.4.log * devel/librolegen: NEW PORT - library to dynamically generate webOS system ↵robak2015-04-055-0/+38 | | | | | | | | | | | | bus role files librolegen: a library to dynamically generate WebOS system bus role files for WebOS Javascript services WWW: http://freewebos.github.io/ PR: 196796 Submitted by: Petr Penzin <penzin.dev@gmail.com> * Try to use a newer compiler.mr2015-04-051-1/+2 | | | | Noticed by: Andrea Venturoli * audio/teamspeak3-server: update 3.0.11 -> 3.0.11.2robak2015-04-053-12/+14 | | | | | | PR: 198644 Submitted by: Henrik Friedrichsen <henrik@affekt.org> Approved by: maintainer (hirner@bitfire.at) * www/py-webkitgtk: drop maintainershiprm2015-04-052-6/+4 | | | | | | | | - drop maintainership - modify INSTALL_TARGET to install stripped library - limit python version to 2.x - remove dirrm's from pkg-plist - bump PORTREVISION according to package changes * sysutils/py-salt: update 2014.7.3 -> 2014.7.4robak2015-04-052-3/+3 | | | | | PR: 199153 Submitted by: Christer Edwards <christer.edwards@gmail.com> * graphics/darktable: Update to 1.6.4dumbbell2015-04-053-3/+6 | | | | | | Differential Revision: https://reviews.freebsd.org/D2226 Reviewed by: bapt Approved by: bapt * - Update to 6.8p1bdrewery2015-04-0512-294/+1389 | | | | | | | | | | | | | | | | | | | | | | | - Fix 'make test' - HPN: - NONECIPHER is no longer default. This is not default in base and should not be default here as it introduces security holes. - HPN: I've audited the patch and included it in the port directory for transparency. I identified several bugs and submitted them to the new upstream: https://github.com/rapier1/openssh-portable/pull/2 - HPN: The entire patch is now ifdef'd to ensure various bits are properly removed depending on the OPTIONS selected. - AES_THREADED is removed. It has questionable benefit on modern HW and is not stable. - The "enhanced logging" was removed from the patch as it is too intrusive and difficult to maintain in the port. - The progress meter "peak throughput" patch was removed. - Fixed HPN version showing in client/server version string when HPN was disabled in the config. - KERB_GSSAPI is currently BROKEN as it does not apply. - Update X509 to 8.3 Changelog: http://www.openssh.com/txt/release-6.8 * Rename HCC into HOSTCC which is more naturalbapt2015-04-051-2/+2 | * - Bump PORTREVISION to match master port (mail/mutt)sunpoet2015-04-041-1/+1 | * Update to 1.2.0ehaupt2015-04-042-3/+3 | * Pet portlint.demon2015-04-041-1/+2 | * Update to version 0.16.0;demon2015-04-042-23/+7 | | | | Inherit blas dependency from py-numpy. * Fix plist.demon2015-04-041-4/+4 | * - Convert to new USE_GITHUBpawel2015-04-042-4/+3 | | | | - Use preprocessor flags for includes * As noted by thierry@ in D2086, scipy inherits blas library to use from numpydemon2015-04-041-20/+3 | | | | | | | (via site.cfg). So remove unused OPTIONs from here. Remove check for static ATLAS lib because now ATLAS always builds static version. Remove obsoleted malloc.h --> stdlib.h conversion. * Make EGD conditionalrodrigo2015-04-043-0/+16888 | | | | | | | Fix build with LibreSSL PR: 198771 Submitted by: <spil.oss@gmail.com> * - Convert to new USE_GITHUBpawel2015-04-042-4/+3 | | | | - Make RUN_DEPENDS path independent * [MAINTAINER] sysutils/qjail: Update version 3.6=>3.7bofh2015-04-044-9/+17 | | | | | | | | | - Add LICENSE (BERNE-CONVENTION) - Change Maintainer email address - Use @sample framework PR: 199090 Submitted by: qjail@a1poweruser.com * Catch jars versions with hadoop 2.6.0demon2015-04-041-3/+3 | * Catch jars versions with hadoop 2.6.0demon2015-04-041-1/+1 | * Simplify things: always build both shared and static libs.demon2015-04-042-147/+119 | | | | | Some ports (py-scipy for instance) have indirect deps on ATLAS (via py-numpy) and require specific (static) version to work. * - Update to 1.6.3sunpoet2015-04-042-3/+3 | | | | | | Changes: https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md PR: 199154 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) * - Update to 0.21sunpoet2015-04-043-5/+4 | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Catalyst-Plugin-SubRequest/Changes * - Update to 1.002sunpoet2015-04-042-4/+3 | | | | Changes: http://search.cpan.org/dist/Imager/Changes * - Update to 0.12sunpoet2015-04-043-26/+27 | | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Tree-Simple-VisitorFactory/Changes * - Update to 0.1.1sunpoet2015-04-042-3/+3 | | | | Changes: https://github.com/fog/fog-storm_on_demand/commits/master * - Update to 1.30.0sunpoet2015-04-042-4/+4 | | | | Changes: https://github.com/fog/fog-core/blob/master/changelog.md * - Update to 0.45.1sunpoet2015-04-042-3/+3 | | | | Changes: https://github.com/excon/excon/blob/master/changelog.txt * - Update to 1.6.8sunpoet2015-04-043-5/+25 | | | | Changes: https://code.zmaw.de/news/303 * Convert to new USE_GITHUBpawel2015-04-042-3/+2 | * databases/pymongo: add PKGNAMEPREFIXwg2015-04-041-0/+1 | | | | Submitted by: demon * Convert to new USE_GITHUBpawel2015-04-042-3/+2 | * - Replace deprecated des_* methods with DES_* counterpartsriggs2015-04-042-1/+101 | | | | | | | | | - Fix build with LibreSSL PR: 198346 Submitted by: spil.oss@gmail.com Approved by: buganini@gmail.com (maintainer) MFH: 2015Q2 * textproc/ruby-deplate: mark broken with ruby 2.2 alsoswills2015-04-041-1/+10 | | | | While here, fix plist by removing empty directory * Convert to new USE_GITHUBpawel2015-04-042-3/+2 | * databases/cego: 2.20.23 -> 2.20.24pi2015-04-042-3/+3 | | | | | | | | - Fix on update query for referenced attributes in nested select like update t1 tx set b = ( select d from t2 where t1.a = c ) This table alias was not resolved correctly. Submitted by: lemke@lemke-it.com * security/ruby-camellia: mark broken with ruby 2.2 alsoswills2015-04-041-2/+2 | * Update to 2.9.7lme2015-04-042-3/+3 | * Remove unused deps:demon2015-04-041-3/+1 | | | | | | | | | I see no reference for djbfft in the code; I assume it is obsoleted. fftw3: according to http://www.scipy.org/scipylib/building/linux.html --------- Because of license, configuration, and maintenance issues support for FFTW was removed in versions of SciPy >= 0.7 and NumPy >= 1.2 --------- * Update to 1.1.3bapt2015-04-042-3/+3 | * Update to version 0.7.0.demon2015-04-042-3/+3 | * Fix typo for OpenBLAS option (1), and remove gotoblas option.maho2015-04-041-5/+2 | | | | Submitted by: demon (1) * net/ntp-rc was resurrectedantoine2015-04-041-1/+0 | * Revert broken conversion to USES=metaportantoine2015-04-043-3/+14 | | | | With hat: portmgr * - Update to new upstream snapshot as of 2015-04-03riggs2015-04-047-20/+18 | | | | | | | | (included ffmpeg snapshot as of 2015-04-03) - Fix vulnerabilities CVE-2014-8544 and CVE-2014-9604 with bundled ffmpeg snapshot in the process MFH: 2015Q2 * Re-enable and rework check added in r370464 to validate the first CATEGORYbdrewery2015-04-041-8/+3 | | | | | | | is set properly. The problem causing the revert in r370475 was fixed in r383190. With hat: portmgr * Fix invoking DEV tests when not in a port. This fixes some cases wherebdrewery2015-04-041-0/+2 | | | | | | | 'make -f Mk/bsd.port.mk -V ...' would invoke the tests and cause unexpected errors such as with r370475. With hat: portmgr * Update to 3.1.3bdrewery2015-04-044-7/+7 | | | | | Changes: - Fix deleting jails when using NO_ZFS/TMPFS_ALL is used. * Update rbot to the new upstream from the 20150311 snapshot.bdrewery2015-04-045-66/+43 | | | | | | | It now actually works with Ruby 2.0+. This requires manual migration to fix the registry files. See the UPDATING entry. * net/ruby-dict: mark broken with ruby 2.2swills2015-04-041-1/+7 | * - Update to Firefox 37.0.1jbeich2015-04-046-183/+183 | | | | | | | Changes: https://www.mozilla.org/firefox/37.0.1/releasenotes/ MFH: 2015Q2 X-MFH-With: r382860 Security: https://vuxml.freebsd.org/freebsd/b8321d76-24e7-4b72-a01d-d12c4445d826.html * - Move deskutils/mirall to deskutils/owncloudclient due to upstream renamemadpilot2015-04-0416-88/+119 | | | | - Update to 1.8.0 * devel/libc++: Mainly fix DragonFly support.marino2015-04-046-17/+89 | | | | | | | | | | This port was originally fixed in dports using alias:10 but this fix was faulty. The libc++ headers reference __FreeBSD__ so alias won't work. It needs to be patched to check __DragonFly__, including a file that was the subject of EXTRA_PATCHES. Moreover, the port was installing the .orig files left over from patching. I remove these in post-patch now. * - Add CPE infoamdmi32015-04-041-1/+3 | * Fix build with gcc5rodrigo2015-04-041-0/+1 | | | | | PR: 197920 Submitted by: marino * Document mozilla vulnerabilities in Firefox 37.0jbeich2015-04-041-0/+36 | * Update Adblock Plus to 2.6.9bar2015-04-042-4/+4 | * Add new port dns/dnstable.truckman2015-04-048-0/+100 | | | | | | | | | | | | | | | | dnstable implements an encoding format for passive DNS data. It consists of a C library, libdnstable, and several command line utilities for creating, querying, and merging dnstable data files. It stores key-value records in Sorted String Table (SSTable) files and provides high-level interfaces for querying or iterating over the stored records. dnstable encodes individual records using a format tailored for efficiently storing passive DNS data and can quickly perform both "forward" and "inverse" searches. Differential Revision: https://reviews.freebsd.org/D2214 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc. * Fix build when building in an environment with old version of fcitxdelphij2015-04-042-2/+12 | | | | | | | present. PR: ports/199112 Submitted by: maintainer * Hook nim to the buildantoine2015-04-041-1/+1 | * lang/nimrod: MOVED to lang/nim and update 0.9.2 -> 0.10.2robak2015-04-0416-481/+304 | | | | | | | - Upstream has renamed the project from 'nimrod' to 'nim' PR: 199118 Submitted by: Neal Nelson <ports@nicandneal.net> * xmpp-client is a simple XMPP client written in pure Go. It supports the OTRcs2015-04-047-0/+81 | | | | | | protocol. WWW: https://github.com/agl/xmpp-client * Update to 20141121cs2015-04-044-4/+79 | | | | | PR: 198402 Approved by: maintainer timeout * Update to 1.44.99.18bapt2015-04-042-3/+3 | | | | | | | | | | | | Changes: - Add the user_version in the sql dump - Fix pkg version when checking the ports tree without INDEX - Make pkg lock -l respect -q - Fix ipv6 - Add noauto alias - Make lead alias more accurate - New pkg lock --has-locked-packages (return 0 if it has locked packages 1 otherwise) - Resume fetch support for http/ftp * databases/cego: 2.20.22 -> 2.20.23pi2015-04-042-3/+3 | | | | | | | | | | | - SQL optimizer improvement was added. In case of select conditions with "a is null", neither index nor btree was used. Just for "a = null", the index was used. This has been fixed. - Added fix for btree null value handling. A dedicated null value flag was introduced for each btree value ( class CegoBTreeValue ) to handle null values. Submitted by: lemke@lemke-it.com * graphics/ruby-gd: mark does not build with ruby 2.2 alsoswills2015-04-041-2/+2 | * devel/ruby-rbbr: mark broken with ruby 2.2swills2015-04-041-1/+7 | * Convert kde@ ports to USES=metaport.rakuco2015-04-0419-85/+19 | | | | Submitted by: alonso@ * Add port of Atlassian Software Development Kit allowing development ofmi2015-04-046-0/+133 | | | | | | | plugins for the company's applications (like JIRA, Confluence, and others). Sponsored by: http://sybpipe.com/ * security/sslwrap: fix build with OpenSSL libs without SSLv2robak2015-04-042-1/+16 | | | | | PR: 198400 Submitted by: Bernard Spil <spil.oss@gmail.com> * - Update to upstream version 11.3riggs2015-04-043-4/+35 | | | | | | | | - Fix security vulnerabilities in utvideodec and tiff decoders (CVE-2014-9604 and CVE-2014-8544) - Fix build with non-default CDIO option MFH: 2015Q2 * Horde package update:mm2015-04-046-9/+9 | | | | | | comms/pear-Horde_ActiveSync 2.26.1 -> 2.27.0 archivers/pear-Horde_Compress 2.1.0 -> 2.1.1 textproc/pear-Horde_Text_Filter 2.2.2 -> 2.3.0 * - Mark DEPRECATED and set EXPIRATION_DATE to 2015-04-30sunpoet2015-04-041-0/+3 | * - Update to 0.25sunpoet2015-04-043-5/+4 | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Lingua-EN-Tagger/Changes * - Add LICENSEsunpoet2015-04-042-1/+4 | | | | - Sort PLIST * - Update *_DEPENDSsunpoet2015-04-041-6/+9 | | | | - Add LICENSE * - Update to 0.8.1sunpoet2015-04-042-3/+3 | | | | Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md * - Update to 2.2.19sunpoet2015-04-042-3/+3 | | | | Changes: https://github.com/Unidata/UDUNITS-2/blob/master/CHANGE_LOG * - Update to 0.04sunpoet2015-04-043-4/+7 | | | | Changes: http://search.cpan.org/dist/File-BaseDir/Changes * - Update to 1.0.9sunpoet2015-04-042-3/+3 | | | | Changes: http://search.cpan.org/dist/DefHash/Changes * math/openblas: update 0.2.13 -> 0.2.14robak2015-04-042-5/+4 | | | | | PR: 199124 Submitted by: Johannes Dieterich <dieterich.joh@gmail.com> * devel/ruby-langscan: mark work with ruby 2.2 alsoswills2015-04-041-2/+2 | * devel/rubygem-bdb1: also does not build with ruby 2.2swills2015-04-041-2/+2 | * devel/ruby-event-loop: mark broken with ruby 2.2swills2015-04-041-1/+7 | * Update to 0.21.adamw2015-04-042-3/+3 | | | | Changes: https://metacpan.org/changes/distribution/Perl-Lint * Update to 0.14.adamw2015-04-042-4/+7 | | | | Changes: https://metacpan.org/changes/distribution/HTML-Scrubber * - Update to version 1.5.3.28mva2015-04-042-3/+3 | * Update to release 5.6.deischen2015-04-047-30/+43 | * Update to 3.003, and sort plist.adamw2015-04-043-65/+57 | | | | Changes: https://metacpan.org/changes/distribution/SOAP-WSDL * Document multiple vulnerabilities in multimedia/libav prior to version 11.3riggs2015-04-04