Commit graph

178364 commits

Author SHA1 Message Date
hiramatsu
9a86a0ef04 Update p5-Test-POE-Client-TCP to 1.10.
Change from previous:
1.10  Wed Jun 29 10:37:32 BST 2011
  - Explicitly shutdown socket in/out on destruction under Cygwin/MSWin32
2011-11-23 11:07:16 +00:00
hiramatsu
65d41ecb7b Update p5-FCGI-Client to 0.08.
Changes from previous:
0.08
    - fixed default timeout was 10secs.
      previsously it was documented as 10secs, but it is implemented as 1sec.
      https://rt.cpan.org/Ticket/Display.html?id=71100

0.07
    - make FCGI::Client::Connection->timeout as writable(Jonas)

0.06
    - fixed large packet issue
      (trunaev++)

0.05
    - remove unused dependency to autodie, Try::Tiny.
    - fixed bad error handler in FCGI/Client/Connection.pm.
      https://rt.cpan.org/Ticket/Display.html?id=57374
      (reported by mmcleric)
2011-11-23 11:06:48 +00:00
ryoon
7cee1fbea5 Updated graphics/mypaint to 1.0.0 2011-11-23 11:02:04 +00:00
ryoon
b8e544e11c Update to 1.0.0
Changelog:
Version 1.0.0:
- toolbar with color, brush selector and brush settings dropdown
- tool windows can be docked instead of floating
- locked alpha brush mode
- basic layer compositing modes
- new scratchpad area
- lots of other improvements (about 500 commits)
2011-11-23 11:00:55 +00:00
marino
0bcd89471c audio/spiralsynth: Fix iostream / Fix DragonFly / amd64
Replace <iostream.h> and <fstream.h> with their c++ counterparts.
Addition of <string.h> was originally under a DragonFly macro, but
this was removed when it was shown NetBSD 5.99 needed it too.
Allow package to build on all x86_64 architectures.
2011-11-23 08:32:10 +00:00
marino
d7480e61d4 audio/spiralloops: Fix iostream / Fix DragonFly / amd64
Replace <iostream.h> and <fstream.h> with their c++ counterparts.
Addition of <string.h> was originally under a DragonFly macro, but
this was removed when it was shown NetBSD 5.99 x86_64 needed it too.
Allow package to build on all x86_64 architectures.
2011-11-23 08:20:38 +00:00
ryoon
e4ce540ad0 Set COMMENT.
Thank you, marino@.
2011-11-23 08:12:57 +00:00
obache
666ca55dd5 Updated sysutils/ipa to 2.1.1 2011-11-23 07:52:14 +00:00
obache
85095cdc63 Update ipa to 2.1.1.
per maintainer update request by PR pkg/45630.

Changes:
    *	Corrected compilation when --with-ipa-pthread or
	--with-ipastat-pthread was specified.

    *	Corrected format of tables in "ipactl memory" output.

    *	Corrected access to free memory in ipa when dynamic rule is deleted.

    *	Call log_stderr() and log_stdout() after ipa.conf file parsing.

    *	Simplified and renamed confcommon.c:print_spaces().

    *	Corrected output of "ipa -v" and "ipa -h".
2011-11-23 07:51:54 +00:00
taca
3333e95fac Remove duplicated lines. 2011-11-23 06:01:21 +00:00
taca
793ba0fc4a Note update of www/contao210-translations package to 20111120. 2011-11-23 05:51:53 +00:00
taca
5200b93835 Update contao210-translations package to 20111120.
Update Bulgarian, Persian, LithuanianPortuguese and Russian language files.
2011-11-23 05:51:16 +00:00
taca
a0de5e7c8a Note update of these packages related with ruby-json.
databases/ruby-cassandra	0.12.1nb1
	databases/ruby-dm-serializer	1.1.0nb2
	databases/ruby-dm-types		1.1.0nb2
	devel/rubyforge			2.0.4nb1
	net/ruby-tweetstream		1.0.5nb1
	net/ruby-rubytter		1.4.2nb1
	net/mikutter			0.0.4.592nb1
	security/ruby-twitter_oauth	0.4.3nb1
	www/thoth			0.2.1nb2
	www/thoth-delicious		0.1.0nb3
	www/termtter			1.10.0nb1
2011-11-23 05:38:06 +00:00
taca
654b0093b3 Use lang/ruby/json.mk to handle dependency to ruby-json.
Bump PKGREVISION since dependency would change with ruby193-base.
2011-11-23 05:29:52 +00:00
taca
72a69bbb75 * Needs dependency to ruby-json since 3.11. So, use lang/ruby/json.mk
to handle dependency to ruby-json.
* Fix miscellaneous permission of files.

It should fix build problem with ruby18-base.
2011-11-23 05:21:03 +00:00
taca
5fe203d1a4 Add lang/ruby/json.mk. It handles dependency to ruby-json and deal with
bundled version with ruby{19,193}-base.
2011-11-23 05:18:58 +00:00
minskim
c86bc40857 Note PKGREVISION bump of pkg_summary-utils. 2011-11-23 02:13:45 +00:00
minskim
c95c8a77df Fix the directory name for paexec. 2011-11-23 02:11:36 +00:00
minskim
9d70d105b0 Note update of emacs-snapshot. 2011-11-23 02:02:49 +00:00
minskim
a30ebf1dbe Update emacs-snapshot to 24.0.91.20111121.
Changes:
        * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
        Before using mime functions, check they are set.  (Bug#10077)
        * progmodes/sh-script.el (sh-assignment-regexp): Add entry for
        bash.
        * language/european.el (macintosh): Define as alias for mac-roman.
2011-11-23 02:02:15 +00:00
ryoon
dc74ee8af7 Added lang/basic256 version 0.9.6.66 2011-11-23 01:21:50 +00:00
ryoon
efba56dd06 Add basic256 2011-11-23 01:20:46 +00:00
ryoon
ff81510dfa Import basic256-0.9.6.66 as lang/basic256
BASIC-256 is an easy to use version of BASIC designed to teach
anybody (especially middle and high-school students) the basics of
computer programming. It uses traditional control structures like
gosub, for/next, and goto, which helps kids easily see how program
flow-control works. It has a built-in graphics mode which lets them
draw pictures on screen in minutes, and a set of detailed,
easy-to-follow tutorials that introduce programming concepts through
fun exercises.
2011-11-23 01:19:00 +00:00
marino
d1b3784368 pkgtools/tinderbox-dragonFly: bulk build, jail fixes
1) postbuild hook sed was too greedy and deleted extra packages from
   the queue, fixed regex.
2) Hook checks if a queue entry exists before requesting that it be
   removed to avoid build aborts
3) The makeJail process was updated to include "make upgrade" which
   is required for certain device headers to appear.
4) Changed "dud" handling.  Previously requesting a build with a dud
   dependency would cause it never to move to the next package.
5) Add the two files that should have been committed with 3.4.1
2011-11-23 00:54:33 +00:00
marino
b8e6f6e33b audio/flactag: Fix DragonFly breakage
patch-aa was the main reason this package broke on DragonFly.  Probably the
__NetBSD__ macro should have been used from the beginning (since pkgsrc
serves multiple platforms), but rather than risk breaking flactag on other
platforms, I've chosen to use __DragonFly__ macro to restore the original
code.

Also, -lintl is needed by DragonFly, so the gettext-lib was added the the
buildlink3 list.
2011-11-23 00:42:00 +00:00
marino
4f3228164e audio/xmradio: Remove "Not For DragonFly" restriction
This package builds fine on both DragonFly architectures.
2011-11-23 00:36:54 +00:00
wiz
e8550d216e + Mesa-7.11.1, anjuta-3.2.2, asymptote-2.14, binutils-2.22,
ffmpeg-20111121.0.7.8, ffmpeg-20111121.0.8.7, grep-2.10, htop-1.0,
  mathomatic-15.7.1, openafs-1.7.2, rasqal-0.9.28 [needs raptor-2.0.0],
  suse-12.1, webkit-gtk-1.7.2, wine-devel-1.3.33.
2011-11-22 23:17:02 +00:00
tez
7315035874 Added net/cacti Frontend to rrdtool for monitoring systems and services 2011-11-22 22:53:28 +00:00
tez
b74824bd91 Cacti is a complete frontend to rrdtool, it stores all of the necessary
information to create graphs and populates them with data in a MySQL
database. The frontend is completely PHP driven. Along with being able
to maintain Graphs, Data Sources, and Round Robin Archives in a
database, cacti handles the data gathering also. There is also SNMP
support for those used to creating traffic graphs with MRTG.

The Plugin Architecture for Cacti was designed to be both simple in nature
and robust enough to allow freedom to do almost anything in Cacti.  The
Plugin Architecture for Cacti is integrated into this package.

(created from wip/cacti by pettai)
2011-11-22 22:23:13 +00:00
tez
2ce1cc6dc5 add cacti package 2011-11-22 22:19:01 +00:00
tez
278f9aa9eb add CACTI_USER & CACTI_GROUP for net/cacti package 2011-11-22 21:25:04 +00:00
cheusov
944956734a REPLACE_SH for SunOS<5.11; ++pkgrevision 2011-11-22 21:07:29 +00:00
cheusov
da85fd0fe1 Fixes for SunOS<5.11 broken userlevel; ++pkgrevision 2011-11-22 21:03:07 +00:00
wiz
804a257505 Unconditionalize the DragonFly patches for newer c++.
Use patches instead of sed.
Set LICENSE while here.
2011-11-22 20:57:34 +00:00
minskim
1b46d80b6d Let py-numpy not run an invalid shell command.
This fixes PR 44130.
2011-11-22 20:56:13 +00:00
wiz
253bec30d4 iostream.h -> iostream on all platforms.
Set LICENSE while here.
2011-11-22 20:50:53 +00:00
joerg
1615beb313 Fix issues with newer GCC 2011-11-22 20:07:20 +00:00
joerg
33fa398cf3 Fix build with newer GCC 2011-11-22 20:03:56 +00:00
joerg
8d2781ddbd Fix build with newer GCC. 2011-11-22 20:02:48 +00:00
ryoon
a34cbdee90 Remove diffpdf 2011-11-22 19:48:37 +00:00
ryoon
46acb230f4 Updated print/diffpdf to 1.5.0 2011-11-22 19:47:59 +00:00
ryoon
b033ac98b9 Update to 1.5.0
Changelog:
1.5.0

Added Save As action and dialog for saving the differences to a PDF file.

1.3.0

Added support for -a, --appearance, -t, --text command line options to
set the initial comparison mode.

1.2.3

Added a mention of comparepdf in the About box.
2011-11-22 19:46:09 +00:00
bsiegert
83bfffeb63 Update mksh to 40c.
* [tg, Wouter Verhelst] Fix ${foo%\?} in -o sh
* [jonthn, Snader_LB] Fix spelling mistakes
* [cnuke] Fix bugs spotted during porting to OPENSTEP
* [tg, jg71] Unbreak building stristr with MKSH_ASSUME_UTF8 defined
* [tg] Fix most of the issues Jerker Bäck encountered on Interix
* [tg] Wrap access(2) as it may return false positive for X_OK on root
* [OpenBSD] Upper bound Emacs mode command repeat by input line length
* [tg] Improve CPPFLAGS mangling in Build.sh
* [Snader_LB] Several comment, documentation and website fixes/updates
* [tg] Avoid identifiers and cpp(1) macros with two underscores in a row,
  and those with a trailing underscore; they are reserved for the OS
* [tg] Fix accidental behavioural change wrt some built-in parameters
* [RT, Chris “ir0nh34d” Sutcliffe] Port to MSYS
* [tg, Markus Duft, Bruno Haible] Interix select(2) bug workaround
* [tg] Manpage fixes
* [tg] Deprecate the “command line begins with ‘!’ for fc -e -” wbx hack
* [tg] Promote x=(a b); x+=(c d) to a core mksh(1) feature
* [tg] Testsuite fixes for Hurd, MSYS; warning fixes for dietlibc
* [tg] Fix R40 regression misparsing $(case x in (x) :; esac)
2011-11-22 19:37:34 +00:00
ryoon
ca34e89a52 Updated biology/gnome-chemistry-utils to 0.12.10 2011-11-22 19:35:26 +00:00
ryoon
21bbb6385e Update to 0.12.10
Changelog:
Version 0.12.10
        GCrystal:
                * show only atoms from the first crystal when loading a CIF file
                with several structures.
                * don't crash when loading a file with invalid atoms.
                * don't display two atoms at the same position.
                * don't loose the radius ratio on serialization.
        Other:
                * fix build with most recent glib-2.0 and xulrunner.
                * enhanced translation: de.
2011-11-22 19:34:08 +00:00
minskim
9fdbf20a5c Note PKGREVISION bump of gupnp. 2011-11-22 19:28:40 +00:00
minskim
744c718d7e Use fake uuid.pc on Darwin. 2011-11-22 19:28:21 +00:00
yyamano
80fbfb7e3f Make this build with symlinked pkgsrc directory. 2011-11-22 19:17:19 +00:00
shattered
2601a11145 Revert last change per joerg@'s objections. 2011-11-22 18:40:27 +00:00
shattered
4285f63714 PR/45640 -- unbreak build (use dlopen.bl3.mk). Tested on 4.0_STABLE. 2011-11-22 18:37:03 +00:00