Commit graph

255633 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
5c951cebbd - Update to 1.39.3
Changes:
- Update French translation (thanks to David Prévot, closes: #620250).
- Update the "Localised man pages" section of the Texinfo docs and note that
  translations are now handled through the Translation Project.
- Update German translation (thanks to Chris Leick, closes: #624401).
- Minor update to German translation as suggested by Werner Lemberg in
  http://sourceforge.net/mailarchive/message.php?msg_id=26828512
2011-05-03 04:51:48 +00:00
Sunpoet Po-Chuan Hsieh
6aef1dfad4 - Update to 6.50.18771
PR:		ports/155931 (based on)
Submitted by:	Sergey Kandaurov <pluknet@gmail.com>
Approved by:	Michael Fuckner <michael@fuckner.net> (maintainer)
2011-05-03 04:51:13 +00:00
Steve Wills
9d2aa05631 The VMware Cloud CLI. This is the command line interface
to VMware's Application Platform.

WWW: https://github.com/cloudfoundry/vmc

PR:		ports/156632
Submitted by:	Hsin-Han You <hhyou at cs.nctu.edu.tw>
2011-05-03 04:19:34 +00:00
Steve Wills
f87153fdf3 rubyzip is a ruby library for reading and writing zip files.
Author: Thomas Sondergaard (thomas at sondergaard.cc)
WWW: http://rubyzip.sourceforge.net/

PR:		ports/156631
Submitted by:	Hsin-Han You <hhyou at cs.nctu.edu.tw>
2011-05-03 04:01:26 +00:00
Ashish SHUKLA
0afdcb1243 [previous commit had a typo, which is corrected in this commit. sorry for the
inconvenience.]

Forced commit to note repocopies of the following ports:

devel/bnfc -> devel/hs-BNFC
devel/lhs2TeX -> textproc/hs-lhs2tex
devel/hs-FileManip -> devel/hs-filemanip

PR:		ports/156642
Submitted by:	ashish
Approved by:	tabthorpe (mentor)
Obtained from:	FreeBSD Haskell
Repocopy by:	marcus
2011-05-03 03:54:29 +00:00
Steve Wills
bb7df66f76 - Update to 1.6.2.a
PR:		ports/156382
Submitted by:	Renaud Chaput <renchap@cocoa-x.com> (maintainer)
2011-05-03 03:54:19 +00:00
Steve Wills
3daf325b75 - Update to 1.3.0
PR:		ports/156380
Submitted by:	Renaud Chaput <renchap@cocoa-x.com> (maintainer)
2011-05-03 03:35:50 +00:00
Steve Wills
3ff50c343f - Update to 4.3.0
PR:		ports/156280
Submitted by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2011-05-03 03:34:42 +00:00
Steve Wills
1f5b5960fa A library assists in handling money and different currencies.
It features a Money class which encapsulates all information
about an certain amount of money, such as its value and its currency.

WWW: http://money.rubyforge.org/

PR:		ports/156679
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2011-05-03 03:22:57 +00:00
Cy Schubert
21ec141396 Update 4.1.3 --> 4.2.0.
Libfwbuilder has been merged into fwbuilder.
2011-05-03 03:14:39 +00:00
Cy Schubert
763f9e9661 Libfwbuilder has been merged into fwbuilder 4.2.0. 2011-05-03 03:12:47 +00:00
Cy Schubert
f2aa2912cf Libfwbuilder has been merged into fwbuilder. 2011-05-03 03:11:58 +00:00
Steve Wills
1a9ab32a0d A Ruby gem to manage ISO 3166 country names and their
corresponding alpha-2 and alpha-3 codes. Additional
support has been added for ISO 4127 currency information
and standard  conventions for states in the USA
(based on the the 3166-2:US code).

ISO 3166 country codes reference:
  http://en.wikipedia.org/wiki/ISO_3166-1

ISO 4217 currency information:
  http://www.xe.com/iso4217.php
  http://www.xe.com/symbols.php

ISO 3166-2:US code reference:
  http://code.google.com/apis/chart/statecodes.html
  http://en.wikipedia.org/wiki/ISO_3166-2:US

ISO 639 language reference:
  http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes

WWW: http://github.com/SunDawg/country_codes

PR:		ports/156678
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2011-05-03 03:11:27 +00:00
Cy Schubert
7c254b6ea1 Document that libfwbuilder has been merged with fwbuilder. 2011-05-03 03:11:13 +00:00
Dmitry Marakasov
9527e96f1b - Update to 4064 2011-05-03 03:06:29 +00:00
Steve Wills
5c01404c74 - Fix build with Ruby 1.9
PR:		ports/156506
Submitted by:	Eric Freeman <freebsdports@chillibear.com>
Approved by:	maintainer (stas@ via irc)
2011-05-03 03:05:04 +00:00
Steve Wills
49696a0dc2 - Fix build with Ruby 1.9
PR:		ports/156505
Submitted by:	Eric Freeman <freebsdports@chillibear.com>
Approved by:	maintainer (stas@ via irc)
2011-05-03 02:59:02 +00:00
Steve Wills
c1bd802e09 State machines make it simple to manage the behavior of a class.
Too often, the state of an object is kept by creating multiple
boolean attributes and deciding how to behave based on the values.

state_machine simplifies this design by introducing the various
parts of a real state machine, including states, events,
transitions, and callbacks. However, the api is designed to be
so simple you do not even need to know what a state machine is.

WWW: http://www.pluginaweek.org/

PR:		ports/156672
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2011-05-03 02:54:43 +00:00
Steve Wills
2a8fa92edf Simple, feature rich ascii table generation library.
- Optional headings
 - Alignment of columns, headings, or cells
 - Supports column span
 - Easy modification of table strings (+, -, |)

WWW: https://github.com/visionmedia/terminal-table

PR:		ports/156435
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2011-05-03 02:40:59 +00:00
Cheng-Lung Sung
ecaedb36f3 - Update to 0.28 2011-05-03 02:36:47 +00:00
Steve Wills
bd19b4bac0 - Update to 0.0.10
PR:		ports/156432
Submitted by:	Eric Freeman <freebsdports@chillibear.com> (maintainer)
2011-05-03 02:30:33 +00:00
Steve Wills
0ee2bc93d5 - Update to 1.0.12
PR:		ports/156643
Submitted by:	Robert Gogolok <gogolok+freebsd@gmail.com> (maintainer)
2011-05-03 02:19:00 +00:00
Steve Wills
161cf610e3 - Fix build with Ruby 1.9
PR:		ports/156474
Submitted by:	Eric Freeman <freebsdports@chillibear.com>
Approved by:	maintainer (timeout)
2011-05-03 01:49:59 +00:00
Dmitry Marakasov
b247c2c438 The format used for Garmin maps has, in effect, a maximum size,
meaning that you have to split an .osm file that contains large
well mapped regions into a number of smaller tiles. This program
does that.

WWW:	http://www.mkgmap.org.uk/page/tile-splitter
2011-05-03 01:44:32 +00:00
Sahil Tandon
4e045607e9 Mark DEPRECATED and set EXPIRATION_DATE; encourage
users to upgrade to a newer release.

Approved by:	portmgr (linimon)
2011-05-03 01:35:07 +00:00
Doug Barton
79492c521f There is no such thing as EXPIRATION, change it to EXPIRATION_DATE 2011-05-03 01:26:37 +00:00
Steve Wills
7ace80ec83 - Fix build with Ruby 1.9
PR:		ports/156470
Submitted by:	Eric Freeman <freebsdports@chillibear.com>
Approved by:	maintainer (timeout)
2011-05-03 01:26:15 +00:00
Steve Wills
5a4c6a87bf - Fix build with Ruby 1.9
PR:		ports/156469
Submitted by:	Eric Freeman <freebsdports@chillibear.com>
Approved by:	maintainer (timeout)
2011-05-03 01:21:40 +00:00
Steve Wills
2266d39541 - Fix build with Ruby 1.9
PR:		ports/156468
Submitted by:	Eric Freeman <freebsdports@chillibear.com>
Approved by:	maintainer (timeout)
2011-05-03 01:20:30 +00:00
Greg Larkin
3932f82ead - Assign to new volunteer
Requested by:	Eitan Adler <lists@eitanadler.com> (via private email)
2011-05-02 23:41:19 +00:00
Stanislav Sedov
a1c4b938d4 Add rubygem-net-ssh-multi 1.0.1, SSH connection multiplexing library for
Ruby.

PR:		ports/ports/156780
Submitted by:	Renaud Chaput <renchap at cocoa-x.com>
2011-05-02 23:28:58 +00:00
Beech Rintoul
a2d101a80d -Update to 0.10.0
PR:		ports/156705
Submitted by:	Grzegorz Blach <magik@roorback.net> (maintainer)
Approved by:	itetcu (mentor)(implicit)
2011-05-02 23:24:32 +00:00
Stanislav Sedov
49539058e9 - Update to 2.1.4.
PR:		ports/156780
Submitted by:	Renaud Chaput <renchap@cocoa-x.com>
2011-05-02 22:58:46 +00:00
Stanislav Sedov
e46e1711e8 - Update to 0.6.4.
PR:		ports/156383
Submitted by:	Renaud Chaput <renchap@cocoa-x.com> (maintainer)
2011-05-02 22:48:05 +00:00
Baptiste Daroussin
2a3a13bb31 Deprecate some ports that looks like abandonwares. 2011-05-02 22:35:19 +00:00
Baptiste Daroussin
6650343f5a update MASTER_SITE so that it is fetchable again. while here remove MD5 2011-05-02 22:34:25 +00:00
Jeremy Messenger
58f5febdf4 Use 'python${PYTHON_VERSION}-config --includes' to give the includes instead
of static version. Once a fix goes into Python's side then this port should
be able to build with Python's pth stuff enabled.

Reported by:	itetcu
2011-05-02 22:29:41 +00:00
Baptiste Daroussin
6e96c37448 mark as broken because the distfile is no more available 2011-05-02 22:26:32 +00:00
Baptiste Daroussin
8ebb246b70 points to the new home, while here remove MD5 2011-05-02 22:23:14 +00:00
Baptiste Daroussin
36954a1083 Mark as borken because the distfile is no more available 2011-05-02 22:16:43 +00:00
Mark Linimon
bccd94082a Over to new volunteer. 2011-05-02 22:05:18 +00:00
Baptiste Daroussin
56c7b0d73a Remove textedit and ftptool which depends on it
ftp/ftptool, Removed, depend on this expired editors/textedit
2011-05-01 editors/textedit: Upstream disapear and distfile is no more available
2011-05-02 22:04:38 +00:00
Baptiste Daroussin
c49fc195f0 Removed kxl related ports
2011-05-01 devel/kxl: Upstream disapear and distfile is no more available
games/geki2: Upstream disapear and distfile is no more available, depends on expired kxl [1]
games/geki3: Upstream disapear and distfile is no more available, depends on expired kxl [1]
games/grande: Upstream disapear and distfile is no more available, depends on expired kxl
games/spacearyarya: Upstream disapear and distfile is no more available, depends on expired kxl

Approved by:	edwin@mavetju.org (maintainer) [1]
2011-05-02 21:49:44 +00:00
Baptiste Daroussin
aa07b93950 Add a forgotten patch
Reported by:	Pointy Hat (Pav@)
2011-05-02 21:44:50 +00:00
Palle Girgensohn
6bbab5e1ef Fix a problem with creating the postgresql user when using a package. 2011-05-02 21:37:31 +00:00
Pav Lucistnik
a441031b5a - Limit brokedness status to amd64 arch
Reported by:	Michael Butler <imb@protected-networks.net>
2011-05-02 21:28:05 +00:00
Greg Larkin
5fe7b70c5a - Assign maintainership to new volunteer
Requested by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via freebsd-ports ML)
2011-05-02 20:12:44 +00:00
Greg Larkin
f44666d222 - Fixed package installation problems caused by missing ETCDIR [1]
- Incorporated rc.d script patch [2]
- Fixed incorrect use of @ignore in pkg-plist (it ignores the next file
  listed in pkg-plist, not the one on the same line as the directive)
- Remove the me.sample file from ETCDIR
- Bumped PORTREVISION

PR:		ports/156755 (based on)
Submitted by:	Goran Lowkrantz <goran.lowkrantz@ismobile.com> [1]
Suggested by:	dougb [2]
2011-05-02 19:22:45 +00:00
Xin LI
2c8388d913 inet_ntoa is not thread-safe as it uses a static store, which may
result in a race condition, where for instance an IP based ACL
might result in a denial decision.

Fix this by changing these inet_ntoa's to inet_ntop with on-stack
store.

Reported by:	Damian Hazen <dhazen lbl.gov>
2011-05-02 19:22:41 +00:00
Mikhail Teterin
c56068b611 Upgrade from 2.6 (released in 2002) to 3.0 (released in 2003), while I'm
searching for a good RSS program...
2011-05-02 19:22:17 +00:00