Commit graph

315870 commits

Author SHA1 Message Date
Rusmir Dusko
410b568baf - Update to 0.4.2
- 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
2013-11-18 23:26:09 +00:00
Dmitry Marakasov
b18b4219ff - Support staging
- Use new LIB_DEPENDS syntax
2013-11-18 23:06:27 +00:00
Rusmir Dusko
0ee32b518d - Update to 1.5
- 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)
2013-11-18 23:04:19 +00:00
Rusmir Dusko
da6bb456a6 - USES dos2unix instead of USE_DOS2UNIX
Approved by:	pawel / wg (mentors, implicit)
2013-11-18 22:53:52 +00:00
Dmitry Marakasov
9d90ae8fc6 - Support staging
- Convert USE_GMAKE to USES
- Use new LIB_DEPENDS syntax
2013-11-18 22:52:46 +00:00
Dmitry Marakasov
3699070f4d - Support staging
- Convert USE_GMAKE to USES
2013-11-18 22:49:32 +00:00
Dmitry Marakasov
d6a5e1f87c - Support staging
- Convert USE_GMAKE to USES
- Use new LIB_DEPENDS syntax
2013-11-18 22:49:10 +00:00
Baptiste Daroussin
48035c3232 Convert from USE_DOS2UNIX to USES=dos2unix
While here stagify
2013-11-18 22:02:53 +00:00
Rusmir Dusko
55c51d42ec - Add USE_DOS2UNIX
- Use mklist1_6 instead of mklist1_4
- Support STAGEDIR
- Add patch, fix typo

Approved by:	pawel / wg (mentors, implicit)
2013-11-18 21:55:54 +00:00
Danilo Egea Gondolfo
548b8b7a4d - I forgot to update the distfile to the new one
Reported by:	Kalten <kalten@gmx.at> (maintainer)
2013-11-18 21:52:24 +00:00
Rusmir Dusko
3779d3a6b9 - Change maintainer email to @FreeBSD.org
- 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
2013-11-18 21:17:31 +00:00
Rusmir Dusko
ad0d9a4150 - Change maintainer email to @FreeBSD.org
- Support STAGEDIR
- Change pkg-descr

Approved by:	pawel / wg (mentors, implicit)
2013-11-18 20:50:05 +00:00
Brendan Fabeny
18b0fd8d39 Update textproc/tinyxml2 to 20131105, and devel/cppcheck to 1.62 2013-11-18 20:38:42 +00:00
Rusmir Dusko
e341c990ba - Change master sites
- 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)
2013-11-18 20:37:33 +00:00
Danilo Egea Gondolfo
a07a25c452 - Update from 4.8S.5 to 4.8S.6 [1]
- Use option helper
- Add stage support

PR:		ports/184057
Submitted by:	Kalten <kalten@gmx.at> (maintainer) [1]
2013-11-18 20:34:39 +00:00
Danilo Egea Gondolfo
54a419b989 - Use OPTIONS_SUB
- Add stage support
2013-11-18 20:11:56 +00:00
Sunpoet Po-Chuan Hsieh
9cf15914e1 - Update to 1.3
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
- Add pkg-descr
- Take minatainership
2013-11-18 19:53:38 +00:00
Sunpoet Po-Chuan Hsieh
b74728c6fd - Update to 1.3
- Add LICENSE
- Update COMMENT
- Strip shared library
- Support STAGEDIR
- Sort PLIST
- Update pkg-descr
- Take maintainership
2013-11-18 19:53:31 +00:00
Eitan Adler
e1e16dd2af Add the ability to build specific ports with WITH_DEBUG
Reviewed by:	Ilya A. Arkhipov <rum1cro@yandex.ru>
Reviewed by:	bsam
Approved by:	portmgr (bapt)
2013-11-18 19:48:21 +00:00
Sunpoet Po-Chuan Hsieh
7ba3f1a705 - Mark MAKE_JOBS_UNSAFE
- 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)
2013-11-18 19:35:09 +00:00
Sunpoet Po-Chuan Hsieh
626e9c8596 - Add p5-Crypt-Passwd-XS 0.601
- 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
2013-11-18 19:31:36 +00:00
Sunpoet Po-Chuan Hsieh
d8db3cac9e - Add p5-Template-Plugin-StripScripts 0.02
- 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>
2013-11-18 19:29:06 +00:00
Sunpoet Po-Chuan Hsieh
29166032ea - Add p5-Image-LibExif 0.04
- 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>
2013-11-18 19:28:22 +00:00
Sunpoet Po-Chuan Hsieh
c3aee8f729 - Add p5-XML-Declare 0.06
- While I'm here:
  - Add LICENSE
  - Fix *_DEPENDS
  - Convert to new Perl framework
  - Support STAGEDIR
  - Sort PLIST

Create XML documents with declaration style.

WWW: http://search.cpan.org/dist/XML-Declare/

PR:		ports/180318
Submitted by:	Anes Mukhametov <anes@anes.su>
2013-11-18 19:27:31 +00:00
Sunpoet Po-Chuan Hsieh
430445270d - Add p5-Catalyst-Action-Serialize-XML-Hash-LX 0.06
- While I'm here:
  - Add LICENSE
  - Fix *_DEPENDS
  - Convert to new Perl framework
  - Support STAGEDIR
  - Remove MD5 from distinfo
  - Sort PLIST
  - Fix WWW and pkg-descr

XML::Hash::LX serialize/deserializer for Catalyst (Catalyst::Action::Serialize
and Catalyst::Action::Deserialize).

WWW: http://search.cpan.org/dist/Catalyst-Action-Serialize-XML-Hash-LX/

PR:		ports/180316
Submitted by:	Anes Mukhametov <anes@anes.su>
2013-11-18 19:26:56 +00:00
Sunpoet Po-Chuan Hsieh
a1e264b17c - Add p5-Catalyst-Plugin-Session-PerUser 0.05
- 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>
2013-11-18 19:25:54 +00:00
Sunpoet Po-Chuan Hsieh
736da92a7b - Add p5-Net-Google-PicasaWeb 0.11
- 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>
2013-11-18 19:24:53 +00:00
Sunpoet Po-Chuan Hsieh
cf344d7e27 - Add p5-Image-ObjectDetect 0.12
- 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>
2013-11-18 19:23:56 +00:00
Sunpoet Po-Chuan Hsieh
75835d5a60 - Add p5-accessors-fast 0.03
- 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>
2013-11-18 19:23:28 +00:00
Sunpoet Po-Chuan Hsieh
c048863b8f - Add LICENSE
- Use USES=dos2unix
- Support STAGEDIR
- Reformat pkg-descr
2013-11-18 19:22:13 +00:00
Danilo Egea Gondolfo
3fd05640cb - Remove NO_PACKAGE
- Add DOCS and NVIDIA_GL options
- Add stage support
2013-11-18 19:19:30 +00:00
Antoine Brodin
af7d06690f - Update to 1.0.2
- Stage support

Release notes:	http://blog.kiddaland.net/2013/10/halloween-brings-with-it-riding-witches.html
2013-11-18 19:13:50 +00:00
Antoine Brodin
185cea3349 - Update to 3.7.4
- Take maintainership
2013-11-18 19:07:27 +00:00
David Naylor
48ad4714dc Add stage support to x11-toolkits/py-kivy.
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
2013-11-18 19:02:22 +00:00
David Naylor
7b494f0050 Add stage support to x11-themes/kde4-style-oxygen-transparent. 2013-11-18 18:58:54 +00:00
David Naylor
e38b8bda37 Add stage support to devel/kdesvn-kde4.
Changes:
 - Add man1 files to pkg-plist
 - Suppress package message
 - Update LIB_DEPENDS to the new format
2013-11-18 18:55:47 +00:00
Antoine Brodin
054573ff69 2013-11-18 security/squidclamav: Obsolete and broken with clang, use www/squidclamav instead 2013-11-18 18:55:25 +00:00
Danilo Egea Gondolfo
2624f4957e - Remove NO_PACKAGE
- Add sdl12 to USE_LINUX_APPS
- Add DOCS and NVIDIA_GL options
- Fix an error with the libSDL included in the package
- Add stage support
2013-11-18 18:31:24 +00:00
Wesley Shields
16667a372a Update to 1.8.4.3. 2013-11-18 18:22:52 +00:00
Sunpoet Po-Chuan Hsieh
d6f53db96f - Add LICENSE 2013-11-18 18:20:36 +00:00
David Naylor
ea7e1105fc Add stage support for games/knights-kde4. 2013-11-18 18:17:13 +00:00
David Naylor
0908661164 Add stage support for ports-mgmt/portbuilder. 2013-11-18 18:12:18 +00:00
David Naylor
7bcca65a4d Add stage support for emulators/wine-gecko and emulators/wine-mono. 2013-11-18 18:09:12 +00:00
David Naylor
13fdf4e99c Add stage support and strip library for achivers/py-liblzma.
Bump PORTREVISION due to the stripped library (package content change).
2013-11-18 18:08:26 +00:00
David Naylor
7a823c2b71 Update math/R-cran-gss to 2.0.16.
ChangeLog:
* R: i) Bug fix in survexp.sshzd.  ii) Modified default values of
        qdsz.depth in ssden.
* man: i) Updated references.  ii) Added note in ssden.Rd.
2013-11-18 18:01:25 +00:00
Danilo Egea Gondolfo
6ab07684c1 - Remove NO_PACKAGE
- Add stage support
2013-11-18 18:00:09 +00:00
Li-Wen Hsu
41c039bfb2 - Support STAGEDIR 2013-11-18 17:02:06 +00:00
Sunpoet Po-Chuan Hsieh
aaa606f242 - Add LICENSE 2013-11-18 16:52:16 +00:00
Sunpoet Po-Chuan Hsieh
62c17b0e51 - Add LICENSE
- Convert to new options helper
2013-11-18 16:51:16 +00:00
Mathieu Arnold
bb43811ef3 The default perl threads option changed.
Approved by:	with perl@ hat.
2013-11-18 16:49:08 +00:00