1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

287974 Commits

Author SHA1 Message Date
Cy Schubert
dafe98ab07 Fix build when net/libpcap is installed.
PR:		ports/172623
Approved by:	Yoshifumi Nishida <nishida@sfc.wide.ad.jp> (maintainer)
Feature safe:	yes
2012-10-25 07:47:41 +00:00
Wen Heping
b9ae6cb0ea Python module to parse metadata in video files
You can parse any video file. If a parse error occurs, it will throw a
ParseError exception. To see what data has been parsed, you can print
the object.

WWW: https://github.com/Diaoul/enzyme

PR:		172889
Submitted by:	William Grzybowski <william88@gmail.com>

Feature safe:	yes
2012-10-25 07:13:12 +00:00
Wen Heping
b2a5da53d1 Package::Variant allows you to build packages that return different
variations depending on what parameters are given.

Users of your package will receive a subroutine able to take parameters
and return the name of a suitable variant package. The implmenetation
does not care about what kind of package it builds.

WWW: http://search.cpan.org/dist/Package-Variant/

Feature safe:	yes
2012-10-25 03:47:09 +00:00
Wen Heping
f6cc3df8c0 Import::Into creates a global method import::into which you can call on
any package to import it into another package.

WWW: http://search.cpan.org/dist/Import-Into/

Feature safe:	yes
2012-10-25 03:19:09 +00:00
Glen Barber
58f0e4e005 - Update to 3.3.8
- Convert to OptionsNG
 - Trim headers

Approved by:	cy (maintainer, via small keyboard),
		crees (mentor, implicit)
Feature safe:	yes
2012-10-25 02:38:27 +00:00
Wen Heping
3bddfe1459 - Update to 0.066
Changes: http://cpansearch.perl.org/src/WYANT/Astro-SpaceTrack-0.066/Changes
- Trim Makefile headers

Feature safe:	yes
2012-10-25 02:23:03 +00:00
Wesley Shields
525582863e Update to 1.8.0.
Something to be aware of from the release notes:

<snip>
In the next major release (not *this* one), we will change the
behavior of the "git push" command.

When "git push [$there]" does not say what to push, we have used the
traditional "matching" semantics so far (all your branches were sent
to the remote as long as there already are branches of the same name
over there).  We will use the "simple" semantics that pushes the
current branch to the branch with the same name, only when the current
branch is set to integrate with that remote branch.  There is a user
preference configuration variable "push.default" to change this, and
"git push" will warn about the upcoming change until you set this
variable in this release.

"git branch --set-upstream" is deprecated and may be removed in a
relatively distant future.  "git branch [-u|--set-upstream-to]" has
been introduced with a saner order of arguments.
</snip>

Feature safe:	yes
2012-10-25 02:22:48 +00:00
Jason E. Hale
14b4f073c8 - Update MASTER_SITES
- Respect MANPREFIX
- Add LICENSE (MIT)
- Trim Makefile header
- Add WWW to pkg-descr

PR:		ports/172256
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-25 01:33:33 +00:00
Wen Heping
2719b4c304 - Update to 0.51
Changes: http://cpansearch.perl.org/src/SHLOMIF/Math-Cephes-0.51/Changes
- Trim Makefile headers

Feature safe:	yes
2012-10-25 01:33:24 +00:00
Wen Heping
913e76b687 - Fix RUN_DEPENDS [1]
- Trim Makefile headers

PR:		172908 [1]
Submitted by:	William Grzybowski <william88@gmail.com> [1]
Approved by:	Alexandros Kosiaris <akosiaris@gmail.com> (maintainer) [1]

Feature safe:	yes
2012-10-25 01:24:44 +00:00
Wen Heping
7c012040bd - Trim Makefile headers
- Reset maintainer to perl@

Feature safe:	yes
2012-10-25 01:05:53 +00:00
Wen Heping
259c169a7a - Update to 1.8.004.20120822
- Trim Makefile headers
- Convert to optionsNG
- Reset maintainer to ports@

Feature safe:	yes
2012-10-25 00:43:38 +00:00
Wen Heping
5c73d4b55d - Update to 1.26
Changes: http://cpansearch.perl.org/src/TFRAYNER/Bio-MAGETAB-1.26/Changes

Feature safe:	yes
2012-10-25 00:18:32 +00:00
Jason E. Hale
dc19ddc176 - Update to 2.2.5
PR:		ports/172974
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
Feature safe:	yes
2012-10-24 23:05:53 +00:00
Raphael Kubo da Costa
e01796d3ab Set svn:eol-style to CRLF to make the patch actually be applied.
PR:		ports/172976
Feature safe:	yes
2012-10-24 22:14:50 +00:00
Raphael Kubo da Costa
09352b6619 - Update to 3.2.2.
- Trim Makefile header.

PR:		ports/172443
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe:	yes
2012-10-24 21:42:46 +00:00
Raphael Kubo da Costa
911bd5ffb3 - Convert to OptionsNG [1]
- Trim Makefile header

PR:		ports/172524 [1]
Submitted by:	skreuzer@ [1]
Approved by:	maintainer timeout (16 days)
Feature safe:	yes
2012-10-24 21:34:46 +00:00
Raphael Kubo da Costa
9d62ca6af3 Update to 1.1.
PR:		ports/173027
Submitted by:	Geoffrey Speicher <geoff@sea-incorporated.com> (maintainer)
Feature safe:	yes
2012-10-24 21:26:48 +00:00
Chris Rees
a94fa2e8d2 Add correct dependency details for postgresql9[0-2]-pgtcl
Feature safe:	yes
2012-10-24 20:49:30 +00:00
Chris Rees
bc5598db0f Add versioned slaves for databases/pgtcl; there are now packages built for
all postgresql9 versions.

Feature safe:	yes
2012-10-24 20:46:48 +00:00
Jung-uk Kim
e702292487 - Update to r306294.
- Trim more files to simplify maintenance.

Feature safe:	yes
2012-10-24 19:57:17 +00:00
Marcus von Appen
7a8f18dc89 - Fix OSS device detection
- Convert to OptionsNG
- Trim Makefile headers

PR:		ports/173019
Submitted by:	Sergei <nbspjr@gmail.com>
Feature safe:	yes
2012-10-24 18:08:50 +00:00
Sergey A. Osokin
5b2b0deb9b Update from 2.6.0rc8 to 2.6.0.
Feature safe:	yes

<ChangeLog>

* [BUGFIX]   Allow AUTH when server is in -BUSY state because of a slow script.
* [BUGFIX]   MULTI/EXEC flow now makes sense when observed in MONITOR
* [BUGFIX]   SCRIPT KILL now uses different error prefixes for different errors.
* [BUGFIX]   Default memory limit for 32bit archs lowered from 3.5 to 3 GB.
* [BUGFIX]   redis-check-dump is now compatible with RDB files generated by 2.6.
* [IMPROVED] New field in INFO: slave_read_only.

</ChangeLog>
2012-10-24 17:34:54 +00:00
Chris Rees
e60f4e63a5 MPlayer2 is an advanced general-purpose video player.
A fork of the original MPlayer project, it contains significant further
development and supports a number of features not available
in other Unix players.

WWW: http://www.mplayer2.org/

PR:		ports/163438
Submitted by:	Grzegorz Blach <magik@roorback.net>
Feature safe:	yes
2012-10-24 16:32:17 +00:00
TAKATSU Tomonari
eb2171dd3f - Update to 0.4.0
Feature safe:	yes
2012-10-24 16:16:29 +00:00
TAKATSU Tomonari
965778e5b0 - Update to 0.9.0
Feature safe:	yes
2012-10-24 16:14:30 +00:00
TAKATSU Tomonari
68523f637a - Update to 0.8.0
Feature safe:	yes
2012-10-24 16:12:03 +00:00
TAKATSU Tomonari
fc5541dd69 - Update to 1.2.0
Feature safe:	yes
2012-10-24 16:08:57 +00:00
Thomas Abthorpe
8a82ed57f0 - Update to 0.2.8
Feature safe:	yes
2012-10-24 14:37:27 +00:00
Ruslan Makhmatkhanov
c3fbc25e68 - update to 1.2.1
- add license (LGPL21)
- add test: target
- update pkg-plist

PR:		172161
Submitted by:	Kubilay Kocak <koobs.freebsd at gmail dot com>
Approved by:	nivit (maintainer, by mail)
Feature safe:	yes
2012-10-24 12:42:34 +00:00
Emanuel Haupt
11e8498256 Update to 285
Feature safe:	yes
2012-10-24 12:31:16 +00:00
Jason E. Hale
71d85533cd - Update to 1.6.6
PR:		ports/173020
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
Approved by:	makc, avilla (mentors)
Feature safe:	yes
2012-10-24 11:44:17 +00:00
Max Brazhnikov
c992ca7c18 Update to 0.2
Feature safe:	yes
2012-10-24 11:40:37 +00:00
Rene Ladan
543239840e Update disk space requirements for a normal build.
Submitted by:	osa
Feature safe:	yes
2012-10-24 09:37:01 +00:00
Bernhard Froehlich
19ef8747db - Convert to OptionsNG
- Shrink pkg-desc to make portlint happy
- Trim Makefile headers
- Cleanup CLANG patch
- Drop maintainership

PR:		ports/172949
Submitted by:	Takefu <takefu@airport.fm>
Feature safe:	yes
2012-10-24 08:01:21 +00:00
Jason E. Hale
2f4a960db6 - Update to 2.2.1
- Trim Makefile header

PR:		ports/172533
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Approved by:	maintainer timeout (2 weeks)
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-24 07:35:35 +00:00
Wen Heping
444c7992f9 - Update to 1.3.2
- Trim Makefile headers
- Convert to optionsNG

Feature safe:	yes
2012-10-24 06:08:13 +00:00
Frederic Culot
0c90bfe735 - Update to 1.6.14 [1]
- Convert to OptionsNG [2]

Changes:	http://www.nlnetlabs.nl/svn/ldns/tags/release-1.6.14/Changelog
PR:		ports/173003 [1]
		ports/171934 [2]
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) [1]
		Takefu <takefu@airport.fm> [2]
Feature safe:	yes
2012-10-24 05:42:06 +00:00
Raphael Kubo da Costa
2acff8bc24 - Add php5-simplexml to the dependency list [1]
- Trim the Makefile header

PR:		ports/172588 [1]
Submitted by:	Pakhom Golynga <pakhom706@gmail.com> (maintainer) [1]
Feature safe:	yes
2012-10-23 22:29:37 +00:00
Ryan Steinmetz
15b2ee5c1b - Fix calls to setsockopt.
- Bump PORTREVISION

Submitted by:	Jimmy Olgeni <olgeni@FreeBSD.org>, Bryan Drewery <bdrewery@freebsd.org>
Obtained from:	Upstream github repo
Feature safe:	yes
2012-10-23 22:20:15 +00:00
Rene Ladan
17243213cd Use optionsNG syntax for NOPORTDOCS
Feature safe:	yes
2012-10-23 21:16:56 +00:00
Guido Falsi
aae78d5e6f - Remove STRIP option. The STRIP variable needs special handling
from bsd.port.mk. Using it as an option breaks DEBUG build and
  prevents installation of stripped binaries.
- Bump PORTREVISION due to change in installed binaries (stripped
  vs unstripped)

Thanks to Jan Beich <jbeich@tormail.org> for pointing this out.

Feature safe:   yes
2012-10-23 21:15:42 +00:00
Rene Ladan
79abf7c360 Use optionsNG syntax for NOPORTDOCS
Feature safe:	yes
2012-10-23 21:14:54 +00:00
Rene Ladan
1835c1b289 Use optionsNG syntax for NOPORTDOCS
Feature safe:	yes
2012-10-23 21:14:20 +00:00
Guido Falsi
03053661ac - Switch back to cgit snapshot
- Use xz format archive
- Preserve configuraton file
- Remove uneeded dependency on gmake
- Properly USE_AUTOTOOLS which implies GNU_CONFIGURE
- Convert to optionsng
- Bump PORTREVISION due to diffs in installed files
- Take maintainership (submitter declined)

PR:		ports/171824
Submmitted by:	Jan Beich <jbeich@tormail.org>
Appproved by:	tabthorpe (portmgr)
Feature safe:	yes
2012-10-23 21:13:33 +00:00
Rene Ladan
d719dfcb04 - convert an implicit dependency on doxygen into an explicit option
- explicitly use optionsNG
- bump PORTREVISION
Feature safe:	yes
2012-10-23 20:53:48 +00:00
Martin Matuska
8dcd263863 Fix build with clang.
PR:		ports/164190
Submitted by:	Yuri Pankov
Feature safe:	yes
2012-10-23 20:32:59 +00:00
Martin Matuska
9355c1a1ef Fix build with QT4 option
PR:		ports/172156
Submitted by:	RyoTa SimaMoto
Feature safe:	yes
2012-10-23 20:16:48 +00:00
Martin Matuska
7f2e1c9a04 Update to 2.0.20
Correct include order in pkg-config [1]

PR:		ports/170184 [1]
Submitted by:	Jan Beich [1]
Feature safe:	yes
2012-10-23 20:14:38 +00:00
Martin Matuska
797854a8df Fix python path in configuration files
PR:		ports/172165
Submitted by:	crees
Feature safe:	yes
2012-10-23 19:51:19 +00:00