- Add dependency for textproc/p5-XML-Parser
- USE_GNOME cairo instead of graphics/cairo
- Support STAGEDIR
- Use patch-src__interface.c instead of patch-src-interface.c
Approved by: pawel / wg (mentors, implicit
- Add dependency for textproc/p5-XML-Parser
- Use the new format for LIB_DEPENDS
- USE_GNOME cairo instead of graphics/cairo
- Support STAGEDIR
Approved by: pawel / wg (mentors, implicit)
- Use the new format for LIB_DEPENDS
- USES gmake instead of USE_GMAKE
- USES pathfix instead of USE_GNOME gnomehack
- Support STAGEDIR
Approved by: pawel / wg (mentors, implicit
- Change maintainer email to @FreeBSD.org
- USES gmake instead of USE_GMAKE
- Add DOCS and EXAMPLES Options
- Support STAGEDIR
- Use pkg-plist instead of PLIST_FILES and PLIST_DIRS
Approved by: pawel / wg (mentors, implicit)
- Convert to new LIB_DEPENDS format
- While I'm here, support STAGEDIR
PR: ports/182621
Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
Approved by: Zhihao Yuan <zy@miator.net> (maintainer)
- While I'm here, add LICENSE
Crypt::Passwd::XS - Full XS implementation of common crypt() algorithms
This module provides several common crypt() schemes as full XS
implementations. It allows you to validate crypted passwords that were
hashed using a scheme that the system's native crypt() implementation
does not support.
The following files are adapted from other sources (primarily DragonFly BSD.)
See the copyright notices in these files for full details:
crypt_to64.c - copyright 1991 University of California
crypt_to64.h - copyright 1991 University of California
des.c - copyright 1994 David Burren, Geoffrey M. Rehmet, Mark R V Murray
md5.c - copyright 1999, 2000, 2002 Aladdin Enterprises
md5.h - copyright 1999, 2000, 2002 Aladdin Enterprises
md5crypt.c - copyright Poul-Henning Kamp
md5crypt.h - copyright Poul-Henning Kamp
sha256crypt.c - public domain reference implementation by Ulrich Drepper
sha512crypt.c - public domain reference implementation by Ulrich Drepper
WWW: http://search.cpan.org/dist/Crypt-Passwd-XS/
PR: ports/183974
Submitted by: ohauer
- While I'm here:
- Add LICENSE
- Convert to new Perl framework
Template::Plugin::StripScripts is a Template::Toolkit plugin to
filter HTML and strip scripting snipets which can cause XSS.
Additionally, due to some nice features from HTML::StripScripts,
this module can work really flexibly on treating HTML.
WWW: http://search.cpan.org/dist/Template-Plugin-StripScripts/
PR: ports/180320
Submitted by: Anes Mukhametov <anes@anes.su>
- While I'm here:
- Add LICENSE
- Add LIB_DEPENDS
- Convert to new Perl framework
- Use USES=pkgconfig
- Support STAGEDIR
- Sort PLIST
Very simple and very fast (about 30 times faster than Image::ExifTool) EXIF
extractor, based on libexif.
WWW: http://search.cpan.org/dist/Image-LibExif/
PR: ports/180319
Submitted by: Anes Mukhametov <anes@anes.su>
- While I'm here:
- Add LICENSE
- Convert to new Perl framework
- Support STAGEDIR
- Sort PLIST
- Remove contiguous blank lines in pkg-descr
This plugin allows you to write e.g. shopping cart code
which should behave well for guests as well as permanent users.
The basic idea is both logged in and not logged in users can
get the same benefits from sessions where it doesn't matter,
but that logged in users can keep their sessions accross logins,
and will even get the data they added/changed assimilated to their
permanent account if they made the changes as guests and then logged in.
This is probably most useful for e-commerce sites, where the
shopping cart is typically used before login, and should be
equally accessible to both guests and logged in users.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-PerUser/
PR: ports/180315
Submitted by: Anes Mukhametov <anes@anes.su>
- While I'm here:
- Add LICENSE
- Fix *_DEPENDS
- Convert to new Perl framework
- Support STAGEDIR
- Sort PLIST
Net::Google::PicasaWeb - use Google's Picasa Web API
This is both a library and a set of simple scripts for
reading information about a Google PicasaWeb account.
WWW: http://search.cpan.org/dist/Net-Google-PicasaWeb/
PR: ports/180314
Submitted by: Anes Mukhametov <anes@anes.su>
- While I'm here:
- Add LICENSE
- Convert to new Perl framework
- Add missing USES=pkgconfig
- Support STAGEDIR
- Sort PLIST
Image::ObjectDetect is a simple module to detect objects
from picture using opencv.
WWW: http://search.cpan.org/dist/Image-ObjectDetect/
PR: ports/180311
Submitted by: Anes Mukhametov <anes@anes.su>
- While I'm here:
- Add LICENSE
- Fix *_DEPENDS
- Convert to new Perl framework
- Support STAGEDIR
- Sort PLIST
This module was created as an alternative to use fields,
and uses Class::Accessor::Fast as a base
Creates accessors at compiletime
Have own default new method: it creates object as a blessed hash,
then locks keys to defined field list, and invoke init.
So, recommended usage inside packages, is access by hash keys
(it's 3 times faster then accessor). Since keys are locked,
you will not suffer from autovivification. Public interface
recommended to be documented as accessors.
Uses Class::C3
WWW: http://search.cpan.org/dist/accessors-fast/
PR: ports/180310
Submitted by: Anes Mukhametov <anes@anes.su>
Changes:
- Add shebangfix for one file (OSC.py)
- Migrate USE_GMAKE to USES=gmake
- Strip libraries installed
- Prevent non-FreeBSD packaging files from being installed
- Change build logic to use the default do-build target