1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

325159 Commits

Author SHA1 Message Date
Pietro Cerutti
063723028e - Remove mail/zmailer, has been broken since last August 2014-02-13 13:57:24 +00:00
Martin Wilke
784672eea5 - Convert USE_SCONS to USES 2014-02-13 13:55:58 +00:00
Pietro Cerutti
6e0063ca62 - STAGE-clean 2014-02-13 13:53:30 +00:00
Martin Wilke
4d4ce84b54 - Convert USE_SCONS to USES 2014-02-13 13:52:31 +00:00
Max Brazhnikov
7f37a892ef games/libggz and games/ggz-* ports:
- Switch to USES=libtool:oldver
- Convert LIB_DEPENDS to new style
- Add stage support
- Use install-strip target
- Remove deprecated PTHREAD_FLAGS/LIBS
- Use options helpers
- Add missing NLS option to OPTIONS_DEFINE [1]
- Drop maintainership: kdegames don't need these ports anymore

Prompted by:	ehaupt [1]
2014-02-13 13:52:14 +00:00
Martin Wilke
75bc8e8146 - Convert USE_SCONS to USES 2014-02-13 13:50:45 +00:00
Sunpoet Po-Chuan Hsieh
d7eb79165d - Update to 7.35.0
Changes:	http://curl.haxx.se/changes.html
PR:		ports/186557
Exp-run by:	bdrewery
2014-02-13 13:50:37 +00:00
Pietro Cerutti
429cc3850a - STAGE-clean
- Refactor a bit
2014-02-13 13:50:35 +00:00
Ruslan Makhmatkhanov
47384e1fcd - update to 1.0.7
- support staging

PR:		186666
Submitted by:	Jose Garcia Juanino <jjuanino@gmail.com>
2014-02-13 13:43:36 +00:00
Mathieu Arnold
543240d130 Update to 1.4.14.
Sponsored by:	Absolight
2014-02-13 13:41:53 +00:00
Pietro Cerutti
1df063cf29 - Really activate anti-aliasing 2014-02-13 13:33:01 +00:00
Pietro Cerutti
2441ee5755 - STAGE-clean 2014-02-13 13:30:07 +00:00
Pietro Cerutti
b107f36bd2 - STAGE-clean
- Add LICENSE
- Fix compiler warning
2014-02-13 13:27:12 +00:00
Mark Felder
11be90420e Update Knot to 1.4.2
Major improvements to the rc script

PR:		ports/181716
PR:		ports/185163
2014-02-13 13:26:03 +00:00
Jase Thew
19cc0bbf86 - Add additional primary MASTER_SITES for docs and manpages distfiles
to workaround ftp mirroring delay [1]
- Consolidate all MASTER_SITES and MASTER_SITE_SUBDIR assignments

Reported by:	David Cecchin (via email) [1]
2014-02-13 13:23:05 +00:00
Pietro Cerutti
93c742843b - Update to 8.0-beta
- STAGE-clean
- Use anti-aliased fonts in the editor
- Remove article from COMMENT line
2014-02-13 13:20:31 +00:00
Rusmir Dusko
9c39649a9b - Don't silence warnings
PR:		ports/186713
Submitted by:	amdmi3@
2014-02-13 13:13:49 +00:00
Pietro Cerutti
7ed62ae66e - STAGE-clean
- Remove article from COMMENT line
- Use PLIST_FILES, PORTDOCS, PORTEXAMPLES. Get rid of pkg-plist
2014-02-13 13:10:45 +00:00
Rusmir Dusko
d7073db5ef - Don't silence warnings
PR:		ports/186714
Submitted by:	amdmi3@
2014-02-13 13:09:29 +00:00
Rusmir Dusko
c75d18dc5c - Don't silence warnings
PR:		ports/186712
Submitted by:	amdmi3@
2014-02-13 13:04:44 +00:00
Rusmir Dusko
54ffbb0949 - Simplify REINPLACE, don't silence warnings
- Use tabulator instead of whitespace

PR:		ports/186710
Submitted by:	amdmi3@
2014-02-13 13:00:37 +00:00
Rusmir Dusko
11063f775f - Simplify REINPLACE, don't silence warnings
PR:		ports/186709
Submitted by:	amdmi3@
2014-02-13 12:17:12 +00:00
Emanuel Haupt
db4eb40e7b Fix staging support. 2014-02-13 12:05:28 +00:00
Emanuel Haupt
c6c8d4842e Support staging 2014-02-13 11:55:45 +00:00
Rusmir Dusko
45ebb2b3e8 - Bump PORTREVISION
- Simplify DOCS installation handling
- Simplify REINPLACE, don't silence warnings
- Use proper permission settings in pkg-plist

PR:		ports/186711
Submitted by:	amdmi3@
2014-02-13 11:53:20 +00:00
Emanuel Haupt
ee4b62c587 Support staging 2014-02-13 11:48:14 +00:00
Tim Bishop
f3a91ebc4e atheme-services is a set of Services for IRC networks that allows
users to manage their channels in a secure and efficient way and
allows operators to manage various things about their networks. Unlike
it's predecessor, Shrike, services has a completely reworked form of
channel management that feels somewhat like eggdrop and is somewhat
more useful.

Services currently works with many irc daemons. More details are
available in the config file.

Internally, atheme-services shares more similarities with ircd than it
does with IRCServices. Anope/Epona, Cygnus, OperStats, Hybserv, Theia,
etc are all based on IRCServices and as such have very old legacy code
that none of the authors, except Church truly understand. Atheme was
written completely from scratch with the more complex concepts taken
from various modern ircd packages, including ircu, ircd-ratbox, hybrid
and bahamut.

atheme-services is not a drop-in replacement for Anope or Andy
Church's IRC Services. It is designed with an entirely different set
of goals and as such should not be migrated to with the expectation
that it will behave exactly like what was previously implemented.
Atheme is designed to act as a directory server, with alternative ways
of getting to the data implemented as well as the IRC presence.

WWW: http://www.atheme.org/atheme.html
2014-02-13 10:28:22 +00:00
Tim Bishop
0364d2dd20 mowgli is a development framework for C (like GLib), which provides high
performance and highly flexible algorithms. It can be used as a supplement
to GLib (to add additional functions (dictionaries, hashes), or replace
some of the slow GLib list manipulation functions), or stand alone. It
also provides a powerful hook system and convenient logging for your code,
as well as a high performance block allocator.

WWW: http://www.atheme.org/project/mowgli
2014-02-13 10:23:23 +00:00
Emanuel Haupt
4a508880b1 Update to 3.01 2014-02-13 10:08:28 +00:00
Emanuel Haupt
b53ec49f66 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:41:22 +00:00
Emanuel Haupt
ae5495f31f Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:41:17 +00:00
Emanuel Haupt
c7540205fc Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:41:13 +00:00
Emanuel Haupt
96de6e8945 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:41:08 +00:00
Emanuel Haupt
7b01437348 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:41:04 +00:00
Emanuel Haupt
73ac53b6f7 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:59 +00:00
Emanuel Haupt
de62636d2c Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:55 +00:00
Emanuel Haupt
242b4334b7 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:50 +00:00
Emanuel Haupt
95d0263cf8 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:46 +00:00
Emanuel Haupt
536c7cc746 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:41 +00:00
Emanuel Haupt
7ff5cccf01 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:37 +00:00
Emanuel Haupt
aa2c349078 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:32 +00:00
Emanuel Haupt
b3955ccca9 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:28 +00:00
Emanuel Haupt
f3e4db5129 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:23 +00:00
Emanuel Haupt
8d9b6c9fdc Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:19 +00:00
Emanuel Haupt
bdc7274a3b Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:14 +00:00
Emanuel Haupt
17aa279fc7 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:10 +00:00
Emanuel Haupt
82f93acc32 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:05 +00:00
Emanuel Haupt
e6b66a49a6 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:40:01 +00:00
Emanuel Haupt
d1946ca1de Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:39:56 +00:00
Emanuel Haupt
767546ea30 Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.

Encouraged by:	mat
2014-02-13 09:39:52 +00:00