1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

255770 Commits

Author SHA1 Message Date
Philippe Audeoud
addec9e61a - Update to 1.13 2011-05-05 08:47:08 +00:00
Wen Heping
55ba8d4f83 - Update to 0.90
ChangeLog: http://cpansearch.perl.org/src/SISYPHUS/Math-MPC-0.90/CHANGES
2011-05-05 08:33:06 +00:00
Wen Heping
9706384c38 - Update to 1.1.4 2011-05-05 08:27:55 +00:00
Wen Heping
702ffcd614 - Update to 1.1.0 2011-05-05 08:25:10 +00:00
TAKATSU Tomonari
0fae593bcc - Update to 1.17
* Detect both g77-34 and gfortran
  * Use a post-patch to set the CFLAGS and gfortran version correctly
  * Mark gfortran as the default compiler (since g77 is deprecated in ports
    tree), and enable g77-34 as a fallback

PR:		ports/155906
Submitted by:	Zhihao Yuan <lichray_AT_gmail_DOT_com>
2011-05-05 08:22:29 +00:00
Wen Heping
179294411b - Update to 0.9.0 2011-05-05 08:22:26 +00:00
Wen Heping
4b0ce4b6eb - Update to 0.7.25 2011-05-05 08:16:54 +00:00
Johan van Selst
7d8a88a9e3 Pass maintainership to submitter of the last PR (Jaap Boender) 2011-05-05 08:12:08 +00:00
Wen Heping
f547400130 - Update to 0.6.0 2011-05-05 08:12:07 +00:00
Wen Heping
47627dc977 - Update to 1.18
ChangeLog: http://cpansearch.perl.org/src/BOOK/Git-Repository-1.18/Changes
2011-05-05 08:10:07 +00:00
Johan van Selst
81c292c0a2 Add OPTIONS to install additional optional modules
PR:		ports/122890
Submitted by:	Jaap Boender <jaapb@kerguelen.org>
2011-05-05 07:51:39 +00:00
Frederic Culot
eda1d76024 - Update to 7.00
PR:		ports/156816
Submitted by:	Michael Fuckner <michael@fuckner.net> (maintainer)
2011-05-05 07:14:28 +00:00
Erwin Lansing
8b0e43e03f Mark BROKEN on i386 as well
Submitted by:	pointyhat
2011-05-05 06:56:16 +00:00
Frederic Culot
5c068af6b7 - Update to 1.008
PR:		ports/156822
Submitted by:	Jase Thew <freebsd@beardz.net>
2011-05-05 06:52:59 +00:00
Baptiste Daroussin
2a650c3d3a - update to 2.46
- changes: http://cpansearch.perl.org/src/LDS/GD-2.46/ChangeLog
2011-05-05 06:36:00 +00:00
Baptiste Daroussin
62aebcde53 - update to 0.21
- changes: http://cpansearch.perl.org/src/DOY/MooseX-NonMoose-0.21/Changes
2011-05-05 06:29:45 +00:00
Baptiste Daroussin
66c1b0f04d - update to 1.39
- changes: http://cpansearch.perl.org/src/PMQS/Filter-1.39/Changes
2011-05-05 06:27:26 +00:00
Baptiste Daroussin
7e8563dea5 - update to 0.101621
- add licenses
- changes: http://cpansearch.perl.org/src/JQUELIN/Audio-MPD-1.111200/Changes
2011-05-05 06:24:56 +00:00
Baptiste Daroussin
dec00029ac - update to 0.10003
- add licenses
- changes: http://cpansearch.perl.org/src/FREW/Class-Accessor-Grouped-0.10003/Changes
2011-05-05 06:21:44 +00:00
Baptiste Daroussin
657414a381 - update to 1.111200
- changes: http://cpansearch.perl.org/src/JQUELIN/Audio-MPD-1.111200/Changes
2011-05-05 06:19:19 +00:00
Baptiste Daroussin
c7ee1f9a90 - update to 0.030
- changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.039/Changes
2011-05-05 06:17:04 +00:00
Baptiste Daroussin
de21616c1c - update to 0.2.2 2011-05-05 06:12:56 +00:00
Sergey Skvortsov
30c5f7f5ab Update to 2.4.6
Changes:	https://github.com/yui/yuicompressor/blob/master/doc/CHANGELOG
2011-05-05 05:41:08 +00:00
Steve Wills
875dc282ab - Update to 1.31
PR:		ports/155267
Submitted by:	Cheng-Lung Sung <clsung@FreeBSD.org>
Approved by:	maintainer (timeout)
2011-05-05 03:39:13 +00:00
Steve Wills
65bd1f24a5 - Add missing dependencies on p5-CSS-Minifier-XS and
p5-JavaScript-Minifier-XS
2011-05-05 03:09:01 +00:00
Sunpoet Po-Chuan Hsieh
1d594392fc - Add p5-String-MkPasswd
This Perl library defines a single function, mkpasswd(), to generate
random passwords. The function is meant to be a simple way for
developers and system administrators to easily generate a relatively
secure password.

WWW: http://search.cpan.org/dist/String-MkPasswd

PR:		ports/156714
Submitted by:	Frank Wall <fw@moov.de>
2011-05-05 02:52:51 +00:00
Steve Wills
6e9cb96674 - Update to 2.1.5
PR:		ports/155735
Submitted by:	Stephen Hurd <shurd@sasktel.net> (maintainer)
2011-05-05 02:49:18 +00:00
Wen Heping
22a1e63142 POE::Component::Syndicator is a base class for POE components which need to
handle a persistent resource (e.g. a connection to an IRC server) for one or
more sessions in an extendable way.

This module (as well as Object::Pluggable, which this module inherits from)
was born out of POE::Component::IRC, the guts of which quickly spread to
other POE components. Now they can all inherit from this module instead.

The component provides an event queue, which can be managed with the methods
documented below. It handles delivery of events to the object itself, all
interested plugins, and all interested sessions.

WWW: http://search.cpan.org/dist/POE-Component-Syndicator/

PR:		ports/156798
Submitted by:	Jase Thew <freebsd@beardz.net>
2011-05-05 01:50:09 +00:00
Wen Heping
8104fa41ac - Update to 0.2670
PR:		ports/156805
Submitted by:	Jase Thew <freebsd@beardz.net>
2011-05-05 01:43:17 +00:00
Wen Heping
0768fadbab - Update to 0.9430
PR:		ports/156806
Submitted by:	Jase Thew <freebsd@beardz.net>
2011-05-05 01:41:04 +00:00
Wen Heping
306ba47c93 - Update to 0.912
- Add LICENSE

PR:		ports/156804
Submitted by:	Jase Thew <freebsd@beardz.net> (maintainer)
2011-05-05 01:37:50 +00:00
TAKATSU Tomonari
1b058a0a32 - Add a new port: www/encode-explorer
Encode Explorer is an easy-to-use php script to use as an index file.
  It shows files in the server and lets you browse through folders,
  upload files etc. It is kept small and neat so that the source can be
  used for learning.

  WWW:    http://sourceforge.net/projects/encode-explorer/

PR:		ports/152082
Submitted by:	Frank Wall <fw_AT_moov_DOT_de>
2011-05-05 01:15:55 +00:00
David E. O'Brien
adc8fedd25 Upgrade Bmake to the 20110411 version (w/META mode).
Also dynamically generate the PLIST for the share/mk files as SJG tells
me he will be adding several new files.  [method taken from the Vim port]

PR:		155233
Submitted by:	obrien
Approved by:	Mikolaj Golub <to.my.trociny@gmail.com>
2011-05-05 00:40:30 +00:00
TAKATSU Tomonari
914efb6129 - Add a new port: archivers/unzip-iconv as a slave port of unzip with
WITH_ICONV=	yes

PR:		ports/152006
Submitted by:	KOMATSU Shinichiro <koma2_AT_lovepeers_DOT_org>
2011-05-04 23:42:37 +00:00
TAKATSU Tomonari
c7bf4cf8a9 - Set CONFLICTS with unzip-iconv upcoming as a new port
PR:		ports/152006
Submitted by:	KOMATSU Shinichiro <koma2_AT_lovepeers_DOT_org>
2011-05-04 23:36:34 +00:00
Florent Thoumie
c406a95c53 Latest round of infrastructure changes.
- bsd.port.mk: add INDEX_PORTS, to support INDEX creation for a subset of the ports tree [1]
- bsd.port.mk: call target "install-rc-script" before "post-install" [2]
- [patch] ports/Mk bsd.port.mk order if groups/users are created by package [3]
- [bsd.port.mk] [patch] reaper of the dead: md5 has been in /sbin for a while [4]
- [bsd.port.mk] [patch] remove support for pre 7.x systems (b.*.m) [5]
- [patch] [bsd.port.mk] reaper of the dead: are three variable defintions needed [6]

PR:		ports/156575 [1],
		ports/139116 [2],
		ports/152498 [3],
		ports/155983 [4],
		ports/155510 [5],
		ports/156340 [6]
Submitted by:	Florent Thoumie <flz@xbsd.org> [1],
		Sergey Skvortsov <skv@freebsd.org> [2],
		Olli Hauer <ohauer@FreeBSD.org> [3],
		Eitan Adler <lists@eitanadler.com> [4],
		Eitan Adler <lists@eitanadler.com> [5],
		Eitan Adler <lists@eitanadler.com> [6]
2011-05-04 22:33:13 +00:00
Rene Ladan
dd741f84d0 Replace contents which were repocopied from devel/ros with the real contents,
do not yet connect the port to the build:

The documentation stack houses documentation tools for ROS.  This stack
exists separately from the main ros stack in order to minimize heavyweight
dependencies, such as Doxygen, LaTeX, Epydoc, and Sphinx.

WWW: http://www.ros.org/wiki/documentation
2011-05-04 21:31:22 +00:00
Rene Ladan
42c2f344bc Replace contents which were repocopied from devel/ros with the real contents,
do not yet connect the port to the build:

The rx stack contains GUI-related tools for using ROS, including:
* rxbag: ROS bag recording, playback and visualization
* rxgraph: ROS graph visualization
* rxplot: ROS topic data visualization
* rxconsole: ROS/rosout logging output

WWW: http://www.ros.org/wiki/rx
2011-05-04 21:27:18 +00:00
Rene Ladan
c9883e54f6 Replace contents which were repocopied from devel/ros with the real contents,
do not yet connect the port to the build:

The ros_comm stack contains the ROS middleware/communications packages.
This packages are collectively known as the ROS "Graph" layer. They provide
implementations and tools for topics, nodes, services, and parameters. This
includes the supported ROS client libraries: roscpp, rospy, and roslisp.

WWW: http://www.ros.org/wiki/ros_comm
2011-05-04 21:21:58 +00:00
Sergey Skvortsov
823e90d70d Does not build on Perl 5.12+ 2011-05-04 20:39:16 +00:00
Johan van Selst
03d99884cd New port games/fairymax
fairy-Max is a version of micro-Max  that reads the piece description
from a file fmax.ini, so that arbitrary fairy pieces can be implemen-
ted. This version supports up to 15 piece types, and board sizes upto
12x8 board. A Linux port exists in the format of a debian package.

You can use it e.g. with games/xboard/:
e.g.: xboard -boardSize Middling -variant courier -fcp fairymax

GIT: http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git
WWW: http://home.hccnet.nl/h.g.muller/fairy.html

PR:		ports/156535
Submitted by:	Kalten <kalten@gmx.at>
2011-05-04 20:18:47 +00:00
Bernhard Froehlich
35f9fa4f8e - Update to 1.2.1
- Remove MD5 checksum

PR:		ports/156820
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2011-05-04 19:46:09 +00:00
Bernhard Froehlich
8dea00aa43 - Update to 2.1.2
- Correct use of CGIDIR, used as in cvsweb3
- Add stopdaemon monitorix

PR:		ports/156821
Submitted by:	Chris Rees <utisoft@gmail.com> (maintainer)
2011-05-04 19:32:58 +00:00
Thierry Thomas
38cdb39001 Upgrade to 9.11.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.

Remark: gdk-pixbuf is preferred over libafterimage.

Notified by:	Marcin Cieslak <saper (a) saper.info>
2011-05-04 18:43:43 +00:00
Bernhard Froehlich
28330c2a48 - Update to 3.0.04.34
- Update pkg-message.in

PR:		ports/156316
Submitted by:	Jose Garcia Juanino <jjuanino@gmail.com> (maintainer)
2011-05-04 18:37:50 +00:00
Dennis Herrmann
18a6a8b260 - Update to 201118
PR:		ports/156812
Submitted by:	Eric F Crist <ecrist@secure-computing.net> (maintainer)
2011-05-04 18:12:27 +00:00
Dennis Herrmann
c2d4f52394 - Update to 1.3.13
PR:		ports/156790
Submitted by:	Jack <xxjack12xx@gmail.com> (maintainer)
2011-05-04 17:44:09 +00:00
Bernhard Froehlich
63680caae0 - Added licenses (note: MIT for included enet library)
- Added desktop entries for client
- Added explicit USE_GETTEXT for client, because it depends on intl library
- Fixed home directory for client executable script
- Removed unneeded defines and option (CXXOPTFLAGS doesn't exist anymore)

PR:		ports/155525
Submitted by:	Sender Ghost <lightside@safebox.ru> (maintainer)
2011-05-04 16:31:28 +00:00
Frederic Culot
64d31bd0e9 - Update to 1.3.0
PR:		ports/156618
Submitted by:	Jesse <jessefrgsmith@yahoo.ca> (maintainer)
2011-05-04 16:04:14 +00:00
Lars Thegler
fafaee444b Update to 0.44 2011-05-04 15:56:54 +00:00