1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
Commit Graph

321356 Commits

Author SHA1 Message Date
Steve Wills
622250ba46 Digitalcoin is an open source digital currency, originally based on Bitcoin,
but now heavily modified and improved. Digitalcoin works over a distributed
peer-to-peer network to offer irreversible, low-cost, anonymous and
decentralized monetary transactions.

WWW: http://digitalcoin.co/

PR:		ports/184369
Submitted by:	myst3r10n <myst3r10n@rocketmail.com>
2014-01-18 21:02:36 +00:00
Steve Wills
3dfe432a23 - Add patch to prevent 100% CPU at idle
- Bump PORTREVISION due to package change
2014-01-18 21:02:02 +00:00
Ruslan Makhmatkhanov
3a7f9e3b2a - update to 1.9
- remove license (it's now covered by something known as UNLICENSED - see
  http://unlicense.org/ for details)
- limit python branch to 2.x (print)
- convert to using autogenerated packing list

PR:		185497
Submitted by:	rm (myself)
Requested by:	Georg Huber <huber.georg@gmail.com> (by email)
Approved by:	maintainer timeout (14 days)
2014-01-18 20:50:40 +00:00
Emanuel Haupt
c3f968cee2 Update to 4.2.3 2014-01-18 20:27:43 +00:00
David Naylor
ff41552f97 Update emulators/wine-devel to 1.7.11.
ChangeLog:
  - Uniscribe support in the RichEdit control.
  - Support for condition variables and Slim Reader/Writer locks.
  - More D3D command stream preparation work.
  - Optional Start Menu in desktop mode.
  - Improved support for vertical fonts metrics.
  - Various bug fixes.

Approved by:	gerald (maintainer, implicit)
2014-01-18 20:00:01 +00:00
Raphael Kubo da Costa
7b7c065a4e Fix `make fetch' after r339985.
We cannot use ${PORTNAME} in MASTER_SITE now that the port was renamed.

PR:		ports/185830
Submitted by:	Max Sterling <maxclsb@gmail.com>
2014-01-18 19:44:47 +00:00
Raphael Kubo da Costa
02bed9d9f5 - Fix the build with libc++ by backporting some upstream commits.
In short, kdevplatform used to have a copy of Google's sparsehash library
  but had a hardcoded config.h file that assumed libstdc++ and its
  non-standard hash_fun.h header were used. kdevplatform master got rid of
  its sparsehash altogether and replaced it with some much simpler code.
  These change were backported by the developers after we reported our
  packaging/build issues. [1]

- Remove patch-util__kdevplatform_shell_environment.sh, use USES=shebangfix
  instead and also fix kdev_format_source.

PR:		ports/185859
2014-01-18 19:29:53 +00:00
Greg Lewis
6e9fbda6ab . Update to 7u51. 2014-01-18 19:07:01 +00:00
Greg Lewis
e68456db88 . Update to 7u51. 2014-01-18 19:05:50 +00:00
Ruslan Makhmatkhanov
5d2d2a422e - update to 2.23.0 2014-01-18 19:03:44 +00:00
Marcus von Appen
b6941f3291 - Add LICENSE 2014-01-18 18:58:32 +00:00
Ruslan Makhmatkhanov
c646808b2f - update to 2.2.1 2014-01-18 18:54:47 +00:00
Ruslan Makhmatkhanov
a565499c9c - add stage support
- rename options EVO and THUNDER to EVOLUTION and THUNDERBIRD
- convert to options helpers and add NLS to available options list
- turn off EVOLUTION option by default for those who just using this app with
  simple csv-file
- drop dependency on desktop-file-utils, since .desktop file defines
  no mime-types
- bump PORTREVISION
2014-01-18 18:49:16 +00:00
Olli Hauer
a9c223b532 - pass maintainer to submitter
- add LICENSE
- new MASTER site
- new re-rolled distfile some minor cleanup (mostly white spaces)

PR:		ports/185586
Submitted by:	C Hutchinson <portmaster@bsdforge.com> (new maintainer)
2014-01-18 17:59:23 +00:00
Olli Hauer
5a68881531 - pass maintainer to submitter
- add LICENSE
- new MASTER site
- new re-rolled distfile some minor cleanup (mostly white spaces)

PR:		ports/185585
Submitted by:	C Hutchinson <portmaster@bsdforge.com> (new maintainer)
2014-01-18 17:58:42 +00:00
Raphael Kubo da Costa
679a9ba5d4 - Allow the port to build with archivers/libzip installed.
libzip installs /usr/local/include/zip.h, and -I/usr/local/include ended
  up being passed to the compiler before -I<path-to-internal-minizip-copy>,
  which caused problems. [1]

While here, modernize the Makefile:
- Move LICENSE to the appropriate place.
- Remove USE_DOS2UNIX: the files it was supposed to fix are not DOS-encoded
  anymore.
- Support staging.
- Convert from manually calling update-desktop-database and
  USE_GNOME=desktopfileutils to USES=desktop-file-utils.

PR:		ports/180350 [1]
Approved by:	maintainer timeout (no activity since the original report 7 months ago)
MFH:		2014Q1
2014-01-18 17:56:47 +00:00
Josh Paetzel
96eb992d54 Update to 1.1.7
Submitted by:	zlonix
2014-01-18 16:47:31 +00:00
Marcus von Appen
d0f5aafa81 - Enable stagedir support
- Add LICENSE
- Simplify OPTIONS
2014-01-18 16:45:55 +00:00
Raphael Kubo da Costa
eb6838b271 Improve wording in pkg-descr.
PR:		ports/180607
Submitted by:	"N.J. Mann" <njm@njm.me.uk>
Approved by:	maintainer timeout (185 days)
2014-01-18 16:44:11 +00:00
Raphael Kubo da Costa
9473e619c0 - Pass -lm when using gts' pkg-config file. [1]
This is also done in the package's upstream darcs repository.
- Support staging.
- Set LICENSE.
- Use the new OPTIONS/LIB_DEPENDS syntax.

PR:		ports/185263 [1]
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
Approved by:	Erik Greenwald <erik@elfga.com> (maintainer)
MFH:		2014Q1
2014-01-18 16:39:41 +00:00
Romain Tartière
0791768a73 Update to 1.0.9.
This long overdue release fixes the MarcusCom repository configuration and
brings pkgng support.

PR:		ports/177180 [1], ports/179495 [2]
Submitted by:	Beeblebrox <zaphod@berentweb.com> [1]
Submitted by:	Koop Mast <kwm@FreeBSD.org> [2]
2014-01-18 16:35:12 +00:00
Antoine Brodin
6eb2857024 Stage support 2014-01-18 15:55:42 +00:00
Antoine Brodin
f8f07cc507 Stage support 2014-01-18 15:46:32 +00:00
Marcus von Appen
72bec17006 - Enable stagedir support
- Add LICENSE
- Simplify OPTIONS
2014-01-18 15:46:24 +00:00
Antoine Brodin
033a00739a Stage support 2014-01-18 15:42:01 +00:00
Antoine Brodin
b653672af9 Stage support 2014-01-18 15:30:31 +00:00
Antoine Brodin
f94ca12b17 Stage support 2014-01-18 15:28:48 +00:00
Antoine Brodin
fa786e35c6 Stage support 2014-01-18 15:24:42 +00:00
Antoine Brodin
6115caa9ff Stage support 2014-01-18 15:22:06 +00:00
Antoine Brodin
2e3da6b347 Stage support 2014-01-18 15:19:46 +00:00
Antoine Brodin
84348a1f86 Stage support 2014-01-18 15:18:41 +00:00
Antoine Brodin
3d4ba408e6 Stage support 2014-01-18 15:16:23 +00:00
Antoine Brodin
8cc3f0c262 Stage support 2014-01-18 15:15:06 +00:00
Antoine Brodin
5723afa801 Stage support 2014-01-18 15:12:43 +00:00
Antoine Brodin
72e6040d08 Stage support 2014-01-18 15:09:07 +00:00
Antoine Brodin
0bcb2faaed Stage support 2014-01-18 15:06:48 +00:00
Antoine Brodin
ee215caf3d Stage support 2014-01-18 15:01:52 +00:00
Antoine Brodin
492efb12b5 Stage support 2014-01-18 14:58:50 +00:00
Antoine Brodin
e0a2c4e46d Stage support 2014-01-18 14:56:20 +00:00
Antoine Brodin
e3ea05f92c Stage support 2014-01-18 14:53:38 +00:00
Antoine Brodin
4f3653df7e Stage support 2014-01-18 14:51:45 +00:00
Antoine Brodin
bd3c12e86a - Stage support
- Use OPTIONS helpers
2014-01-18 14:49:41 +00:00
Antoine Brodin
88b07a6522 Stage support 2014-01-18 14:39:44 +00:00
Marcus von Appen
d9e864b2dd - Enable stagedir support
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert USE_GMAKE=yes -> USES=gmake
- Rename MAN option to MANPAGES
- Bump PORTREVISION to properly deal with some of the OPTION settings
2014-01-18 14:27:31 +00:00
Dirk Meyer
0ca85f332e - update to 2.36.0
- removal of libgraph
- new option GDK
- set BROKEN for option MING and GUILE
- hardcode tcl dependecies
- fix path of PHP extension
2014-01-18 13:48:43 +00:00
Marcus von Appen
ddd28d0d68 - Enable stagedir support
- Add LICENSE
2014-01-18 12:20:08 +00:00
Marcus von Appen
e612bb8e18 - Enable stagedir support
- Update BSD license
2014-01-18 11:12:17 +00:00
Marcus von Appen
26f5c447a4 - Bump PORTREVISION missed on the previous commit for the DATADIR change 2014-01-18 11:07:17 +00:00
Marcus von Appen
299e460c46 - Enable stagedir support
- Add LICENSE
- Fix DATADIR support
2014-01-18 11:06:36 +00:00
Marcus von Appen
2c047a4870 - Enable stagedir support
- Add LICENSE
2014-01-18 10:32:43 +00:00