Commit graph

306818 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
9b4099206f - Update to 20130823
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20130823.diff
2013-08-25 13:06:45 +00:00
Olivier Duchateau
a868a486fe xmltodict is a Python module that makes working with XML feel like you are
working with JSON.

WWW: https://pypi.python.org/pypi/xmltodict

PR:		181503
Submitted by:	Johannes Meixner <xmj@chaot.net>
2013-08-25 12:54:34 +00:00
Alexey Dokuchaev
3bcf60e003 - Update to version from 12 August 2013
- Give maintainership to submitter
- Cleanup the port a bit while I'm at it

PR:	ports/180611
2013-08-25 12:41:50 +00:00
Gerald Pfeifer
636df1c02d Replace VERSIONSTRING by DISTVERSION.
Replace USE_GMAKE by USES=gmake.
2013-08-25 12:30:09 +00:00
Kubilay Kocak
6ff2ac9d88 Remove two PyPi mirrors, one outdated [1] the other outdated/offline [2]
[1] http://pypi.inqbus.de/ Last update: Sun Jan 16 22:08:36 2011 UTC
[2] http://pypi.it.uwosh.edu/ Offline (was 1+ year out of date)

Reviewed by:	mva
2013-08-25 12:21:15 +00:00
Alexey Dokuchaev
17360917b2 - Try to unbreak parallel builds (-jX) by using better make(1) syntax
- Fix an apparent typo: OPTIONS_SET should be OPTIONS_DEFINE
- Remove bogus, superfluous trailing slashes after directory names
- Make INSTALL_DATA commands atomic and $cwd-agnostic while here

Approved by:	miwi, bapt (portmgr, implicit)
2013-08-25 12:19:29 +00:00
Andrej Zverev
9de47fb3eb - update to 2.25
Changes: http://search.cpan.org/dist/Template-Toolkit/Changes
2013-08-25 11:50:03 +00:00
Andrej Zverev
b99b33150d Update to 1.08
Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
2013-08-25 11:30:23 +00:00
Gerald Pfeifer
0189d4e8c5 Update to the 20130818 snapshot of GCC 4.9.0.
Replace USE_GMAKE by USES=gmake.
2013-08-25 11:05:38 +00:00
Sunpoet Po-Chuan Hsieh
f847f46ff5 - Convert to new options framework
- Use PLIST_FILES, PORTDOCS and PORTEXAMPLES instead of PLIST
- Cleanup Makefile header
2013-08-25 09:27:58 +00:00
Veniamin Gvozdikov
dbf6979911 - Update to 0.9.9.64
PR:		ports/181094
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Approved by:	eadler (mentor)
2013-08-25 09:14:39 +00:00
Veniamin Gvozdikov
3487fcaa24 - Removed support IMOBILEDEVICE because developers does not support it
details: http://code.google.com/p/clementine-player/source/detail?r=3d434f1c8818

PR:		ports/178687
Submitted by:	Justin <freebsd.users@gmail.com>
Approved by:	eadler (mentor)
2013-08-25 09:07:50 +00:00
Andrej Zverev
78b38f79d9 - Fix build with perl 5.12 relying on devel/p5-ExtUtils-MakeMaker
- Add WWW line in pkg-descr

GD::Graph required functional of ExtUtil::MakeMaker version >= 6.57_02.
Perl 5.12 have only ExtUtils::MakeMaker version 6.56 in core.

Reported by:	tim@bishnet.net, milki@rescomp.berkeley.edu
2013-08-25 09:05:35 +00:00
Sunpoet Po-Chuan Hsieh
95df543e23 - Convert to new options framework 2013-08-25 08:20:14 +00:00
Marcus von Appen
c46a353b83 - document the PYTHON_VER variable for port Makefiles 2013-08-25 08:12:59 +00:00
Sunpoet Po-Chuan Hsieh
9fafb3898f - Add option: VIM for vim ftdetect & syntax files
- Cleanup Makefile header
- Take maintainership
- Fix PLIST: remove blank line
2013-08-25 08:04:55 +00:00
Kubilay Kocak
c5d0ef85f7 sysutils/py-supervisor: Update to 3.0
- Update to 3.0 (and bump PORTEPOCH)
- Update pkg-plist
- Replace NOPORTDOCS with DOCS (pet portlint)
- Remove unecessary test_childutils patch (upstreamed)
- Disable two failing tests and report upstream [1]

Changes:

https://github.com/Supervisor/supervisor/blob/3.0/CHANGES.txt

[1] https://github.com/Supervisor/supervisor/issues/284
[1] https://github.com/Supervisor/supervisor/issues/285

PR:		ports/181138
Approved by:	Ildar Hizbulin <hizel@vyborg.ru> (maintainer)
2013-08-25 05:39:31 +00:00
Sunpoet Po-Chuan Hsieh
53b9f84cd2 - Update to 0.9002
Changes:	http://search.cpan.org/dist/Module-CPANTS-Analyse/Changes
2013-08-25 05:17:05 +00:00
Sunpoet Po-Chuan Hsieh
18fab61d4d - Add p5-Archive-Any-Lite 0.07
Archive::Any::Lite is a fork of Archive::Any. The main difference is this works
properly even when you fork(), and may require less memory to extract a tarball.
On the other hand, this isn't pluggable (this only supports file formats used in
the CPAN toolchains), and this doesn't check mime types (at least as of this
writing).

WWW: http://search.cpan.org/dist/Archive-Any-Lite/
2013-08-25 05:15:39 +00:00
Sunpoet Po-Chuan Hsieh
5719c35e9f - Sort *_DEPENDS
- Convert to new options framework
2013-08-25 04:29:02 +00:00
Sunpoet Po-Chuan Hsieh
cc964c4fca - Fix *_DEPENDS:
- Exporter and base are runtime dependencies
  - Use TEST_DEPENDS
  - Check PERL_LEVEL:
    - p5-Test-Simple is required for perl5.12 users only
    - p5-base and p5-Carp are required for perl5.12 and perl5.14 users only
- Add LICENSE
- Bump PORTREVISION for dependency change
2013-08-25 03:37:30 +00:00
Raphael Kubo da Costa
668ee1dd3c Update to 1.23.
PR:		ports/181508
Submitted by:	Sébastien Santoro <dereckson@gmail.com> (maintainer)
2013-08-25 02:07:08 +00:00
Raphael Kubo da Costa
9c68047d95 Remove PORTSCOUT option as it blocks update to newer versions.
PR:		ports/181427
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
2013-08-25 02:03:45 +00:00
Gerald Pfeifer
3f7e4615cf Introduce a new option BOOTSTRAP that allows switching between a
full bootstrap of GCC and just running a simple build.

Bootstrapping is the default upstream, and for very stable and old
flavors of GCC we disable this by default since that is a huge win
in terms of build time of the port.  No change in default behavior
for this port -- for the time being we continue to bootstrap.

Update to the 20130822 snapshot of GCC 4.8.2.
2013-08-25 01:38:39 +00:00
Mathieu Arnold
d37cc4cfcd Update to 5.68
PR:		ports/181467
Submitted by:	mat
Approved by:	maintainer
2013-08-24 23:48:01 +00:00
Gerald Pfeifer
bed8c78c4e Replace VERSIONSTRING by DISTVERSION.
Replace USE_GMAKE by USES=gmake.
2013-08-24 23:39:11 +00:00
Sunpoet Po-Chuan Hsieh
ea71f0a446 - Update to 0.21
- Cleanup Makefile header
- Use single space after WWW:
- While I'm here:
  - Add missing dependency: net/p5-URI
  - Add TEST_DEPENDS
  - Convert to new Perl framework
  - Sort *_DEPENDS and MAN3
  - Remove conditional TEST_DEPENDS:
    Test::More 0.94+ is already in all supported Perl releases

Changes:	http://search.cpan.org/dist/WebService-Simple/Changes
PR:		ports/181487
Submitted by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2013-08-24 22:28:07 +00:00
Sunpoet Po-Chuan Hsieh
c9e48a1553 - Update to 2.041
Changes:	http://search.cpan.org/dist/Config-Model/Changes
2013-08-24 21:58:20 +00:00
Sunpoet Po-Chuan Hsieh
e8f2cec378 - Add p5-Config-Model-Tester 2.043
Config::Model::Tester provides a way to test configuration models with tests
files. This class was designed to tests several models and several tests cases
per model.

WWW: http://search.cpan.org/dist/Config-Model-Tester/
2013-08-24 21:57:23 +00:00
Sunpoet Po-Chuan Hsieh
3e8908e22d - Update to 6.72
Changes:	http://search.cpan.org/dist/ExtUtils-MakeMaker/Changes
2013-08-24 21:34:55 +00:00
Sunpoet Po-Chuan Hsieh
d688ccf93d - Use single space after WWW: 2013-08-24 20:55:16 +00:00
Sunpoet Po-Chuan Hsieh
5272c0ae44 - Update to 7.05
Changes:	http://search.cpan.org/dist/AnyEvent/Changes
2013-08-24 20:41:19 +00:00
Sunpoet Po-Chuan Hsieh
e66697e8be - Update to 3.47.24
Changes:	http://www.httrack.com/page/4/en/index.html
		https://code.google.com/p/httrack/source/list
		https://code.google.com/p/httrack/source/browse/trunk/history.txt
2013-08-24 20:40:23 +00:00
Sunpoet Po-Chuan Hsieh
0330a458ad - Update to 1.3.1
- Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo)
- Bump PORTREVISION for sysutils/freeipmi shlib change

Changes:	http://savannah.gnu.org/forum/forum.php?forum_id=7687
2013-08-24 20:39:45 +00:00
Jimmy Olgeni
0163467d8c Upgrade to version 3.1.5.
PR:		ports/180389 (plus local changes)
Submitted by:	Anton Yuzhaninov <ayuzhaninov@openstat.ru>
Approved by:	maintainer timeout
2013-08-24 20:04:01 +00:00
Eitan Adler
01f842f970 r325307 was the result of a copy and rearrangement of a checkout of the scr2png port during an attempt to commit to reports.
This was never intended to hit the main ports tree.
Sorry for the noise.

Reported by:	flo
2013-08-24 19:55:58 +00:00
Sunpoet Po-Chuan Hsieh
176a5287b7 - Update to 0.09
Changes:	http://search.cpan.org/dist/Array-Iterator/Changes
2013-08-24 19:55:51 +00:00
Eitan Adler
a1264aa172 Say hello to the new, modern, fixed, scr2png 2013-08-24 19:45:38 +00:00
Sunpoet Po-Chuan Hsieh
1d93d15fd6 - Add shared LIBXML2 description
- Adjust EXPAT and XERCES descriptions
2013-08-24 19:34:07 +00:00
Sunpoet Po-Chuan Hsieh
c226d848e1 - Add missing tab in USES=pathfix
- Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo)
2013-08-24 18:30:36 +00:00
Barbara Guida
4375a3aad1 - Update Firebug to 1.12.0
Approved by:	flo (mentor)
2013-08-24 17:00:48 +00:00
Barbara Guida
d1a52b41ed - Update Server Spy to 0.2.3
Approved by:	flo (mentor)
2013-08-24 16:58:28 +00:00
Alexey Dokuchaev
dd2bb3f6ad Couple of minor, non-functional changes forgotten in the previous commits. 2013-08-24 16:46:12 +00:00
Alexey Dokuchaev
885c52414d - Try to unbreak parallel builds (-jX); respect CC/LD and CFLAGS
- Trim Makefile header, fix a typo in email address
- Convert USE_GMAKE, define LICENSE (GPLv2), sort the knobs
- Allow non-root installation: pre-install should be pre-su-install
  since it touches non-user writable directory
- Make INSTALL_DATA command atomic and $cwd-agnostic
- While here, fix port description: drop explicit author attribution
  and use space, not tab, after WWW: per PH section 3.2.1

Approved by:	miwi, bapt (portmgr, implicit)
2013-08-24 16:23:43 +00:00
Alexey Dokuchaev
ac2a4b0ed2 - Try to unbreak parallel (-jX) builds by forcing use of GNU make(1): it
looks like autotools-generated files require it; when building with e.g.
  bmake(1), some *.lo files, particularly inside libsofia-sip-ua/sdp, will
  be rebuild concurrently for some reason, which breaks parallel builds;
  judging from the logs, this does not happen with GNU make(1) on several
  different -jX values tested
- While here: define LICENSE (LGPL21), reindent MAN1 assignments, reformat
  port description text a bit so it look nicer (wrap after hyphen); also,
  terminate sentence with a dot (full stop).
2013-08-24 15:24:41 +00:00
Alexey Dokuchaev
960a87e37c - Unbreak parallel (-jX) builds by calling sub-makes correctly
- Avoid hardcoding version in DISTNAME, use modern LIB_DEPENDS syntax
- Do not install COPYING as portdocs, use LICENSE framework instead
- Fix the build against Clang (return should match function prototype)
- Cleanup do-install target recipe while I am here

Approved by:	miwi, bapt (portmgr, implicit)
2013-08-24 14:31:18 +00:00
Renato Botelho
bfcba2c1cb Change tarbal name and add .1 to version to avoind checksum mismatch because
of tarball was rerolled.

Suggested by:	bdrewery@
2013-08-24 14:16:50 +00:00
Brooks Davis
d99bb55102 Reduce diffs to devel/llvm33 by removing a few obsolete bits and making
the building of cmake support files optional.
2013-08-24 14:05:17 +00:00
Alexey Dokuchaev
ff9554e2a5 - Unbreak parallel (-jX) builds by adding missing dependency
- Adjust the header and COMMENT line, contract MASTER_SITES
- Unmute installation commands, don't use absolute path in symlink

Technically, since this port does not install any binaries (although it
builds them), we could avoid -jX race by setting ALL_TARGET accordingly,
but given that problem was easy to fix, retain current state of things).

Approved by:	miwi, bapt (portmgr, implicit)
2013-08-24 12:50:39 +00:00
Alexey Dokuchaev
ef4953f792 - Fix parallel (-jX) builds by using NamedMakeSubdirs() macro instead of
MakeSubdirs(); doing so allows imake to generate non-racy dependencies
- Ensure that MAKE has correct value; cleanup the COMMENT while I'm here
2013-08-24 12:32:33 +00:00