1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

286629 Commits

Author SHA1 Message Date
Alexey Dokuchaev
00fd4977df - Use `pre-su-install' target to unbreak non-root installation
- Switch from checking NOPORTDOCS to PORT_OPTIONS:MDOCS
- Cleanup Makefile header, fix COMMENT text, wrap overly long lines
- Synchronize descriptions and add a note about one port being a helper
  library for another
2012-09-29 05:07:44 +00:00
Alexey Dokuchaev
50eab9ca54 Reformat description text and kill EOL whitespace. 2012-09-29 04:33:27 +00:00
Alexey Dokuchaev
39c1c6f78c - Update long lived branch driver to version 304.51
- Mention DOCS option in OPTIONS_DEFINE
2012-09-29 04:18:01 +00:00
TAKATSU Tomonari
d5765cf69a - Update to 0.7-19
- Fix value of --configure-args for custom LOCALBASE
- Trim WWW: line in pkg-descr
2012-09-29 03:34:21 +00:00
Gerald Pfeifer
753bc68a05 Update to the 20120909 snapshot of GCC 4.8.0. (Later versions have
an issue that is being in the works right now.)

Cut down the comments at the top of Makefile per recent guidance.

Revamp the handling of different languages (frontends, run-times)
by GCC to allow for orthogonal setting them in the future. [1]

Print the list of languages being built as part of pre-everything
and shorten the output of operating system and version there.

Inspired by:	jkim [1]
2012-09-29 03:20:08 +00:00
Maho Nakata
a83d2fc307 update to svn 1391327 2012-09-29 01:03:10 +00:00
Gerald Pfeifer
843bd7a537 Update to Wine 1.5.14. This includes the following changes:
- Much better behavior of the URL cache.
 - Improved GIF image support.
 - More parser features in the shader compiler.
 - Optimizations in JavaScript.
 - Various bug fixes.
2012-09-29 00:44:03 +00:00
David E. O'Brien
ba1546b1f9 Update to Vim 7.3 patchlevel 669. 2012-09-28 23:29:02 +00:00
Steve Wills
87215ef108 - Update to 0.10.22.7 2012-09-28 22:36:25 +00:00
Pawel Pekala
468839f86d RepSnapper is a host software for controlling a RepRap 3D printer. It has a
3D OpenGL interface, slices objects and calculates the extrusion toolpath.
It can manipulate 3D objects and save constellations in STL and AMF format.

WWW: http://reprap.org/wiki/RepSnapper_Manual:Introduction

PR:		ports/171796
Submitted by:	Martin Dieringer <martin.dieringe@gmx.de>
2012-09-28 22:32:18 +00:00
Thomas Abthorpe
9cad2f1b4f - Add dependency on textproc/pecl-xdiff
- Bump PORTREVISION
2012-09-28 20:25:53 +00:00
Ruslan Makhmatkhanov
ccb140cf64 - suppress error output on terminal
- trim Makefile header while here
- bump PORTREVISION

PR:		170986
Submitted by:	Maxim Ignatenko <gelraen.ua at gmail dot com>
Approved by:	Henrik Friedrichsen <hrkfdn at gmail dot com> (maintainer)
2012-09-28 20:21:03 +00:00
Ruslan Makhmatkhanov
436ad16d24 - update to 3.3.0
changelog:
http://blog.gpodder.org/2012/09/gpodder-330-intermission-released.html
2012-09-28 20:12:11 +00:00
Ruslan Makhmatkhanov
72200077b9 - update to 1.1.2
changelog:
o Improve queryIPForName() in nmb.NetBIOS and nmb.NBNSProtocol class to return
  only server machine name and ignore workgroup names.
2012-09-28 20:11:10 +00:00
Bryan Drewery
1949ce1aef - Update to 0.3.3 [1]
- Update maintainer address [1]
- Update to new header

Changes:
  * output times in more convenient (decimal) format
  * cleanup

PR:		ports/172138 [1]
Submitted by:	trociny [1]
2012-09-28 19:12:46 +00:00
Baptiste Daroussin
f10302036b Do not depend on gettext if NLS is off
PR:		ports/172149
Submitted by:	Gennady Proskurin <gpr@mail.ru>
2012-09-28 19:10:04 +00:00
Bryan Drewery
d0aee5723b - Update to 201237 snapshot [1]
- Convert to new options framework
- Remove ABI versions from LIB_DEPENDS
- Update to new header

PR:		ports/171743 [1]
Submitted by:	Eric F Crist <ecrist@secure-computing.net> (maintainer) [1]
2012-09-28 18:45:58 +00:00
Bryan Drewery
bbfb923ed6 - Update to 2.3-beta1 [1]
- Add LICENSE [1]
- Convert to new options framework
- Remove ABI versions from LIB_DEPENDS
- Update to new header

PR:		ports/171738 [1]
Submitted by:	Eric F Crist <ecrist@secure-computing.net> (maintainer) [1]
2012-09-28 18:43:30 +00:00
Alexey Dokuchaev
db4fea1b3d - Completely remove nasty bashisms and stop requiring bash(1) for the build
- Clean up Makefile and augment description text again a bit while I'm here
2012-09-28 18:31:46 +00:00
Guido Falsi
56de9c77af - Update to 2.6.0
- Add conflict with mail/courier [1]
- Rename files shared with other ports [2]
- Trim Makefile headers
- Take maintainership

PR:		ports/168616 (fixed by [1] and [2])
Submitted by:	"Sulev-Madis 'ketas' Silber" <madis555@hot.ee>
Approved by:	crees, tabthorpe (mentors, implicit)
2012-09-28 17:26:54 +00:00
Greg Larkin
d30008c3a3 NOTE: This port tracks Smarty 3.x, while www/smarty2 tracks Smarty 2.x
Smarty is a template engine for PHP. Many other template engines for PHP
provide  basic variable  substitution and  dynamic block  functionality.
Smarty takes  a step  further to  be a  "smart" template  engine, adding
features such  as configuration files, template  functions, and variable
modifiers, and making  all of this functionality as easy  as possible to
use for  both programmers and  template designers. Smarty  also converts
the  templates into  PHP  scripts,  eliminating the  need  to parse  the
templates on every invocation. This  makes Smarty extremely scalable and
managable for large application needs.

WWW: http://www.smarty.net/
2012-09-28 17:22:32 +00:00
Thomas Abthorpe
23f2ac5834 - Update to 1.5.2
- Take maintainership
- Now works with php 5.4
- http://pecl.php.net/package-info.php?package=xdiff&version=1.5.2
2012-09-28 17:04:59 +00:00
Bryan Drewery
70820c8710 - Update to checkin be9b1ebfde
Changes:
  * bulk: Fix compatibility with FreeBSD 8.1's pgrep(1)
    which fixes children builders running out of
    control
2012-09-28 16:52:49 +00:00
Sunpoet Po-Chuan Hsieh
4fbdefff00 - Unbreak sysutils/py-psutil on 7.x 2012-09-28 16:43:04 +00:00
Sunpoet Po-Chuan Hsieh
76c68e6221 - Update to 9671
Changes:	http://svn.tartarus.org/sgt/agedu/?view=log
2012-09-28 16:37:44 +00:00
Bryan Drewery
c5b08a71a6 - Mark BROKEN on 7.4/8.0
- Update pkg-descr to have correct project name

PR:		ports/172148
Submitted by:	HU Dong <itechbear@gmail.com> (maintainer)
2012-09-28 15:21:55 +00:00
Alexey Dokuchaev
b8a19bfabb Cleanup and reformat port description. 2012-09-28 14:20:19 +00:00
Gerald Pfeifer
07ebde802e Update to the 20120922 snapshot of GCC 4.7.3, which is pretty close
to the GCC 4.7.2 release.  It also fixes an ABI problem introduced
with earlier GCC 4.7 releases.

Cut down the comments at the top of Makefile per recent guidance.

Revamp the handling of different languages (frontends, run-times)
by GCC to allow for orthogonal setting them in the future. [1]

Print the list of languages being built as part of pre-everything
and shorten the output of operating system and version there.

Inspired by:	jkim [1]
2012-09-28 14:15:51 +00:00
Steve Wills
9a8d00c635 - Fix PLIST errors for config file
- Pet portlint while here

PR:		ports/172127
Approved by:	"Veniamin Gvozdikov" <g.veniamin@googlemail.com> (maintainer, via private email)
2012-09-28 13:41:47 +00:00
Dmitry Marakasov
24329c088e - Update to 0.2.8 2012-09-28 12:59:55 +00:00
Dmitry Marakasov
f3697f20d6 - Update to 1.1 2012-09-28 12:59:46 +00:00
Dmitry Marakasov
de2db20fad - Update to 1.6.2 2012-09-28 12:59:45 +00:00
Dmitry Marakasov
9e648d23e0 - Update to 0.4 2012-09-28 12:59:42 +00:00
Baptiste Daroussin
df4246b2b5 typo 2012-09-28 12:46:59 +00:00
Baptiste Daroussin
71c3347307 Improve the comment 2012-09-28 12:16:10 +00:00
TAKATSU Tomonari
fb9173b18b - Update to 0.5-51
- Trim WWW: line in pkg-descr
2012-09-28 10:57:19 +00:00
Frederic Culot
d47de1357b - Update to 1.10.4
Changes:	http://svn.gna.org/viewcvs/*checkout*/wesnoth/tags/1.10.4/changelog
PR:		ports/172095
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2012-09-28 10:51:52 +00:00
Baptiste Daroussin
431c35c77b Fix type in headed
Reported by:	zi (maintainer)
2012-09-28 07:44:38 +00:00
Cy Schubert
9142eb8b4e Update 3.0.2 --> 3.0.3
Assume maintainership.

Approved by:	kuriyama (maintainer)
2012-09-28 05:32:47 +00:00
Sunpoet Po-Chuan Hsieh
dbdd3f9a4b - Fix ispell issue: CONFLICTS and SCRIPTS settings are optional (ISPELL) 2012-09-28 04:34:57 +00:00
Sunpoet Po-Chuan Hsieh
0e3738e49a - Update to 0.90
Changes:	http://search.cpan.org/dist/Unicode-Collate/Changes
2012-09-28 04:09:55 +00:00
Sunpoet Po-Chuan Hsieh
d299b57dfc - Add RG link to pkg-descr 2012-09-28 04:04:27 +00:00
Sunpoet Po-Chuan Hsieh
f29e6df6b4 - Update to 0.14
Changes:	http://search.cpan.org/dist/MooX-Types-MooseLike/Changes
2012-09-28 03:58:37 +00:00
Sunpoet Po-Chuan Hsieh
4567ad9a74 - Update to 0.51
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
2012-09-28 03:56:21 +00:00
Steve Wills
562851a372 - Switch to new master site (suggested by avg@)
Pointed out by:		pointyhat (via beat@)
2012-09-28 02:03:53 +00:00
Jason Helfman
fed1744b45 - reset maintainer per maintainer
- while here...
  - fix MASTER_SITES
  - use optionsNG for DOCS
  - add additional CATEGORIES
  - adjust COMMENT
  - update WWW address and pkg-descr

PR:		172097
Submitted by:	maintainer, jonc@chen.org.nz
2012-09-27 23:03:38 +00:00
Guido Falsi
36b26734d3 - Update to 3.1.21
PR:		ports/172098
Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)
Approved by:	crees, tabthorpe (mentors, implicit)
2012-09-27 21:59:32 +00:00
Brad Davis
55e04aaebe - Update rsyslog6 to 6.4.2 2012-09-27 19:39:29 +00:00
Brad Davis
f733bcc185 - Update librelp to 1.0.1 2012-09-27 19:18:13 +00:00
Brad Davis
a092e4018f - Update libestr to 0.1.4 2012-09-27 19:16:49 +00:00