1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

23015 Commits

Author SHA1 Message Date
Ryan Steinmetz
4c71708ac7 - Fix rc script for new file location
- Bump PORTREVISION

Submitted by:	Victor Sudakov <sudakov@sibptus.tomsk.ru>
2013-06-19 16:53:56 +00:00
Xin LI
230e7b0ec6 Unbreak on recent -CURRENT. 2013-06-19 02:24:46 +00:00
Andrej Zverev
b93bdbe2d6 - Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.

Approved by:	portmgr@ (bapt@)
2013-06-18 13:49:02 +00:00
Dmitry Sivachenko
98e30198f1 Add two new examples files. 2013-06-17 17:42:38 +00:00
Dmitry Sivachenko
f33eb72d6a Update to -dev19. 2013-06-17 14:40:01 +00:00
Dmitry Sivachenko
39faede306 Update to version 1.4.24. 2013-06-17 14:38:06 +00:00
William Grzybowski
91faca54c9 net/xmlrpc-epi: update to 0.54.2
- Update to 0.54.2
- Remove expat version from LIB_DEPENDS
- Add LICNESE (MIT)
- Remove leading article from COMMENT
- NOPORTDOCS -> PORT_OPTIONS:MDOCS

Changes:
http://sourceforge.net/p/xmlrpc-epi/git/ci/master/tree/NEWS

PR:		ports/179155
Submitted by:	nemysis <nemysis@gmx.ch>
Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-17 13:55:34 +00:00
Frederic Culot
b4a02f19dc - Update to 0.04
- Add LICENSE (Artistic 2)
- Trim Makefile's header
- Take maintainership

Changes:	http://search.cpan.org/dist/URI-FromHash/Changes
2013-06-17 13:53:08 +00:00
William Grzybowski
1e9d930012 net/tcptrace: minor Makefile fixes
- Trim Makefile header
- Remove leading article from COMMENT
- Add LICENSE (GPLv2)
- Use PLIST_FILES instead of pkg-plist
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Rework pkg-descr

PR:		ports/179156
Submitted by:	nemysis <nemysis@gmx.ch>
Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-17 13:30:52 +00:00
William Grzybowski
f8c67874ed net/fping: update to 3.5
- Update to 3.5
- Add LICENSE (GFDL)

PR:		ports/178833
Submitted by:	Jason Harris <jharris@widomaker.com> (maintainer)
Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-16 21:52:44 +00:00
Hiroki Sato
2e78e303e8 Fix permission mismatch between net/v6eval and net/ct.
Reported by:	QAT
2013-06-16 17:12:34 +00:00
Hiroki Sato
56e208081c - Fix ownership and permissions of the installed files.
- Fix up #!/usr/bin/perl.
- Remove v6eval/ct/COPYRIGHT from pkg-plist.
2013-06-16 16:59:34 +00:00
Hiroki Sato
470d13c7ed - Add p5-YAML as runtime dependency.
- Add sample test scripts.
- Fix up #!/usr/bin/perl.
- Fix ownership and permissions of the installed files.
2013-06-16 16:11:08 +00:00
Jason Helfman
a85d45e9db - update to 0.95
svnup-0.95 - 15 June 2013
- Fixed a bug with the $FreeBSD$ line (pr ports/179548)
- Fixed a bug where local files were not being removed when using
  the -t option.

PR:		179548
Reported by:	redrat@mail.ru
Submitted by:	jcm@visi.com (maintainer)
2013-06-16 07:07:17 +00:00
Hiroki Sato
a14da88b51 - Add patches to fix type mismatch. Bump PORTREVISION becuase some affect
the result binaries.
- Fix build on head after byacc 20130304.
2013-06-16 02:37:46 +00:00
Olli Hauer
3ae7902d7a - new port py-pysphere
Python API for interaction with the vSphere Web Services SDK.

Among other operations, it provides easy interfaces to:

- Connect to VMWare's ESX, ESXi, Virtual Center, Virtual Server hosts
- Query hosts, datacenters, resource pools, virtual machines
- VM: Power on, power off, reset, revert to snapshot, get properties, update
  vmware tools, clone, migrate.
- vSphere 5.0 Guest Operations: create/delete/move files and directories.
  Upload/download files from the guest system. List/start/stop processes in
  the guest system.
- Create and delete snapshots
- Hosts statistics and performance monitoring

An of course, you can use it to access all the vSphere API through python.

It's built upon a slightly modified version of ZSI (that comes bundled-in)
which makes it really fast in contrast to other python SOAP libraries that
don't provide code generation.

WWW: https://code.google.com/p/pysphere/
2013-06-15 19:39:56 +00:00
Dirk Meyer
27c230f37d - rename ldapdelete tinyldapdelete
PR:		179043
2013-06-15 11:58:33 +00:00
Florian Smeets
87948edeea - Remove www/libxul19, is has been vulnerable and unsupported upstream for
quite some time.
- Switch all remaining consumers to depend on www/libxul
- Mark ports that don't work with the new libxul BROKEN
- Mark some old ports DEPRECATED with a reasonable timeout

Approved by:	portmgr (miwi)
2013-06-15 11:10:34 +00:00
Andrej Zverev
90275df44a - Prevent situation which leads to overriding configuration file on reinstall.
PR:		ports/179047
Submitted by:	Anton Yuzhaninov <ayuzhaninov@openstat.ru>
Approved by:	maintainer (timeout)
2013-06-15 10:42:49 +00:00
Baptiste Daroussin
d34ab044ed Bring back the defaults as they were prior to options conversion
PR:		ports/179567
Submitted by:	john marino <draco@marino.st>
2013-06-15 07:46:48 +00:00
William Grzybowski
984484d75c net/vde: fix build with clang
- Fix build with clang, use gnu89 C std

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-14 22:32:16 +00:00
William Grzybowski
0ee84cbda4 net/pmf: fix build with clang
- Fix build with clang, -Wno-return-type
- NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Trim Makefile header

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-14 22:13:04 +00:00
Koop Mast
0cd54146e4 Trim Makefile header, impliment pathfix and pkgconfig USES. [1]
Fix leftover files [2]

Submitted by:	pkgng DEVELOPER_MODE via miwi [2]
Obtained from:	GNOME devel repo [1]
2013-06-14 17:21:30 +00:00
Martin Wilke
cc075002d3 - Update to 0.2.0
PR:		174668
Submitted by:	tota
Approved by:	maintainer timeout
2013-06-14 14:43:53 +00:00
Baptiste Daroussin
b876916186 Fix typo
Reported by:	wg
2013-06-14 14:11:51 +00:00
Baptiste Daroussin
55806775a5 Use new options helpers 2013-06-14 14:05:59 +00:00
Nicola Vitale
f53f76d5d2 - Update to 5.0.1
Release notes:	http://goo.gl/w2atu
2013-06-14 13:23:48 +00:00
Anton Berezin
5b4ce317fc Update to 0.16.
Changes:	http://search.cpan.org/dist/POE-Component-Server-Twirc/Changes
2013-06-14 10:20:30 +00:00
Florian Smeets
92e116c94e - create missing directories before chowning them [1]
- asterisk depends on gmake so use gmake to run the menuselect.makeopts
  target [1]
- disable res_timing_kqueue module until we can figure out what's wrong
  with it [2]

Submitted by:	John Marino <draco@marino.st>  [1]
Reported by:	Ian FREISLICH <ianf@clue.co.za>, [2]
		Alejandro Imass <ait@p2ee.org>, [2]
		Amr Elsharqawi <aelsharqawi@live.com> [2]
2013-06-14 07:07:01 +00:00
Martin Wilke
7bf251322b - Fix build 2013-06-14 03:20:03 +00:00
William Grzybowski
78e69df3ee net/ipgrab: fix build with clang
- Fix build with clang
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Unmute install commands
- Trim Makefile header

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-13 23:46:30 +00:00
William Grzybowski
8928cebe9a net/gq: fix build with clang
- Fix build with clang, func return value

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-13 23:19:38 +00:00
Baptiste Daroussin
a36753e6ab No need to globally define X_NESTSERVER_PORT 2013-06-13 22:48:26 +00:00
Sunpoet Po-Chuan Hsieh
341a3caed5 - Update to 0.13
- Add LICENSE
- Remove outdated PERL_LEVEL check
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Net-HTTPS-NB/Changes
2013-06-13 18:55:20 +00:00
Boris Samorodov
480cb2de3a Fix building with clang (CPPFLAGS+=-Wno-return-type). 2013-06-13 15:47:13 +00:00
Sunpoet Po-Chuan Hsieh
184d140a70 - Update to 0.12.2
Changes:	http://git.gnome.org/browse/gupnp-av/tree/NEWS
2013-06-13 12:44:44 +00:00
Sunpoet Po-Chuan Hsieh
82e73e2144 - Add rubygem-dropbox-sdk 1.5.1
dropbox-sdk is a library that provides a plain function-call interface to the
Dropbox API web endpoints.

WWW: https://www.dropbox.com/developers
RG:  https://rubygems.org/gems/dropbox-sdk
2013-06-13 11:54:04 +00:00
Philippe Audeoud
e86b89117e - Update to 0.48
- Changelog: http://cpansearch.perl.org/src/RKITOVER/Net-SSH2-0.48/Changes
2013-06-13 09:01:24 +00:00
Hiroki Sato
d4dbdf55e6 - Trim old-style header.
- Take maintainership.
- Add LICENSE.
- MAKE_JOBS_SAFE=yes.
- Use OPTION_DEFINE.
- Use PORTDOCS for $DOCSDIR/*.
2013-06-13 08:01:17 +00:00
Pawel Pekala
c04286a5fd Update to version 4.2.59 2013-06-12 19:45:59 +00:00
Andrej Zverev
b8138b3c53 - Fix build with new site_perl
Submitted by:	ohauer@
2013-06-12 19:20:40 +00:00
Andrej Zverev
124b00a56f - Fix build with new site_perl
Submitted by:	olli hauer <ohauer@gmx.de>
2013-06-12 17:45:02 +00:00
Martin Wilke
dca17bccdd - Do not remove directories not created by this port
Reported by:	pkg (DEVELOPER_MODE)
2013-06-12 13:34:32 +00:00
Kubilay Kocak
94be97aef3 net/py-twitter-tools: Python API and CLI toolset for Twitter [NEW PORT]
The Minimalist Twitter API for Python is a Python API for Twitter, everyone's
favorite Web 2.0 Facebook-style status updater for people on the go.

Also included is a twitter command-line tool for getting your friends' tweets
and setting your own tweet from the safety and security of your favorite shell
and an IRC bot that can announce Twitter updates to an IRC channel.

WWW: https://github.com/sixohsix/twitter
2013-06-12 13:05:01 +00:00
Kubilay Kocak
a6f49bb8e7 net/py-twitter: Update to 1.0, Use CHEESESHOP (pypi)
- Update to 1.0
- Use CHEESESHOP for MASTER_SITES, remove PROJECTHOST accordingly
- BUILD_DEPENDS are actually RUN_DEPENDS, remove the former
- Whitespace alignment

Changes:

https://github.com/bear/python-twitter/blob/v1.0/CHANGES

Reported by:	Jethro Carr (via Twitter)
2013-06-12 12:18:40 +00:00
Raphael Kubo da Costa
74d81c8e2b Fix MAN8 leftover.
PR:		ports/179492
Submitted by:	Anes Mukhametov <anes@anes.su>
Approved by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2013-06-11 21:06:30 +00:00
Antoine Brodin
5f9e86d15f - Update tcpflow to 1.4.0b1
- Trim Makefile header
- Maintain
- Add LICENSE and install DOCS
- Update pkg-descr
2013-06-11 18:41:45 +00:00
William Grzybowski
d71c705cfc - Update to 2.5.7
- Take maintainership

PR:		ports/179014
Submitted by:	wg (myself)
Approved by:	culot / jpaetzel (mentors, implicit), maintainer (timeout)
2013-06-11 17:45:19 +00:00
Martin Wilke
645cc98bae - Fix build
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:52:08 +00:00
Martin Wilke
8bc7cfa9a8 - Fix build
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:45:38 +00:00