Commit graph

6953 commits

Author SHA1 Message Date
obache
362b55b950 Add system directory to PATH. 2013-03-12 05:41:39 +00:00
jmmv
c6fa7e057b Fix host specification in rsync example. 2013-03-08 19:37:17 +00:00
jmmv
0e586b3cac Update to 1.1:
- Depend on sysbuild-2.5.
- Add a sample post_build_hook to the default configuration file.
2013-03-08 17:49:30 +00:00
jmmv
b54b7e2ded Update to 2.5:
- Added support for pre/post fetch/build hooks so that, for example, rsync
  can be used to push the results of a successful build to a remote server.
2013-03-08 17:47:25 +00:00
obache
214143f7ba Update logrotate to 3.8.3.
PR pkg/47581 by Nils Ratusznik.

3.8.2 -> 3.8.3
	- Fixed setting "size" bigger than 4GB on 32bit architectures
	- Do not overwrite mode set by "create" option when using ACL. "create"
	  directive is now not mixed up with ACLs. If you use "create" in config
	  file and log file has some ACLs set, ACLs are not kept and are
	  overwritten by the mode set in "create" directive.
	- Mode argument in "create" directive can be omitted. Only owner and group
	  is set in this case. Check man page for more info.
2013-03-07 12:58:11 +00:00
obache
a6737518b3 Update cygwin_user to 20130307.
allow to add/del group-as-user.
2013-03-07 12:25:06 +00:00
obache
288e7989fe + user_cygwin 2013-03-06 12:38:41 +00:00
obache
755b0be986 Import user-20130306 as sysutils/user_cygwin.
This implements a subset of useradd(8)/groupadd(8) functionality on
Cygwin that is sufficient for pkgsrc use.
2013-03-06 12:37:15 +00:00
khorben
cffd1354c0 Updated DeforaOS Browser 0.4.10, with:
- improvements to icons (emblems, type associations...)
- differentiated directory icons (pictures, videos...)
- fixes to the git and subversion plug-ins (when adding files)
- support for URLs and directories as desktop entries (homescreen)
- additional improvements when handling desktop entries
- some fixes to the user interface (back/forward buttons...)
- additional minor fixes (internal dependencies...)
2013-03-05 00:06:39 +00:00
wiz
362d853ff8 Revert agpl3 rename.
Requested by gdt.

pkgsrc policy: file names per OSI, not per default-allowed set.
2013-03-04 21:57:21 +00:00
wiz
6215aa9ecc Adapt license name. 2013-03-03 23:53:45 +00:00
shattered
c1e3d6b21b Update to 1.16. Changes:
* Added new option '-K, --skip-size'.
* Added new option '-T, --timeout'.
* Maximum skip size is now limited to 1% of infile size or 1 GiB.
* Set current_pos to end of block when reading backwards.
* The '-E, --max-error-rate' option now checks the rate of actually
  failed reads, not the growth of error size.
2013-03-03 11:19:56 +00:00
joerg
dccf8005bd NetBSD/current needs _KMEMUSER. 2013-03-03 04:53:00 +00:00
joerg
cd68d98793 munich group must exist for install to work. 2013-03-03 01:10:15 +00:00
joerg
52903b6830 Requires _KMEMUSER on NetBSD/current. 2013-03-03 01:09:55 +00:00
wiz
e09b524d57 Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
joerg
60549bf838 Consistently return values from non-void functions. 2013-03-02 17:56:13 +00:00
joerg
252e28a9c6 ANSIfy do_work. 2013-03-02 17:55:27 +00:00
tron
d8972f7297 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
khorben
c767bbec69 deforaos-terminal needs docbook-xsl while building (for its documentation)
Spotted by joerg@, thanks
2013-02-27 22:19:09 +00:00
hubertf
2fe38ef1b4 Fix 'service' module not to hang when starting mysql.
Bump version to 1.0nb1, also sent upstream
2013-02-27 12:32:06 +00:00
wiz
1c2e3837cd Update to 3.01a13:
All:

-	include/schily/stat.h now contains macros to set the nanoseconds
	in timestamps in a OS independent way

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):

-	mkisofs now identifies itdelf by default (inside the APPID string)
	as being UDF capable.

-	mkisofs now sets link count and "unique id" == inode number for files.
	Note that this may still not result in useful hardlinked files on all
	platforms as e.g. Solaris and Linux ignore the UDF unique ID and rather
	use the location of the file_entry as inode number. This will never
	return the same number for different filenames that point to the
	same file data and thus prevents hard linked files from being visible.

	This is however not a Solaris problem, the problem is rather in the
	UDF standard that does not require the unique id to be in a 32 bit
	range as long as the media size is = 8 TB. Note that 32 bit UNIX
	programs cannot access files with an inode number that cannot be
	expressed as 32 bit number, so inode numbers that do not fit into
	32 bits may cause problems. Ths only way to work around this problem
	would be to enance the Solaris and Linux UDF filesystem module to
	recognize whether a filesystem has been created by mkisofs that grants
	useful inode numbers. The same is already done for ISO-9660.

-	mkisofs now supports additional file types with UDF:

	-	named pipes
	-	sockets
	-	character devices
	-	block devices

-	mkisofs now supports all three UNIX times with microsecond granularity in UDF

-	mkisofs now sets correct user/group/permission for symlinks in UDF

-	mkisofs now supports S_ISUID, S_ISGID, S_ISVTX (set uid, set gid, sticky) in UDF
2013-02-27 08:40:37 +00:00
riz
82daa6d108 After some discussion with ansible folks, don't replace the interpreter
in modules (the files in ${WRKSRC}/library), as they're treated as
data and not scripts - the right thing to do is to set
"ansible_python_interpreter" in the configuration.

Also, install example files in ${PREFIX}/share/examples/ansible.
2013-02-26 20:11:02 +00:00
riz
19ba03ef9b Some fixes for the package:
- install manpages
- replace "etc" with PKG_SYSCONFDIR in a number of locations
- replace "usr/share" with @PREFIX@/share in some places
- do some cleanup so things install with PKG_DEVELOPER set.
2013-02-26 17:42:59 +00:00
jperkin
8e67541c75 Add an explicit -lgmodule-2.0 for Solaris.
Fixes package build.
2013-02-26 16:16:08 +00:00
jperkin
bbe80994dd Implement stubs for missing functions on Solaris. This at least gets us a
working package - help fleshing them out with actual data is appreciated.
2013-02-26 15:54:16 +00:00
joerg
38eb84256f Fix dependencies. 2013-02-26 10:17:55 +00:00
hubertf
e407d70822 Add & enable euca2ools 2013-02-26 00:19:36 +00:00
hubertf
65698c3350 Add euca2ools-2.1.2:
Euca2ools are command line tools for interacting with Amazon Web
Services (AWS) and other AWS-compatible web services, such as
Eucalyptus and OpenStack.

Uses Python, no Java.
2013-02-26 00:19:05 +00:00
hubertf
620da11ff5 add & enable ansible 2013-02-26 00:14:04 +00:00
hubertf
261a95d03a Add ansible-1.0:
Ansible is a radically simple model-driven configuration management,
multi-node deployment, and remote task execution system. Ansible works
over SSH and does not require any software or daemons to be installed
on remote nodes. Extension modules can be written in any language and
are transferred to managed machines automatically.
2013-02-26 00:13:00 +00:00
khorben
757f192b7f Added sysutils/deforaos-terminal 2013-02-24 16:02:13 +00:00
khorben
070bfc0a29 deforaos-terminal currently has a run-time dependency on x11/xterm 2013-02-24 16:01:18 +00:00
khorben
ac93def9d1 Seems to conflict with xfce4-terminal at the moment unfortunately 2013-02-24 15:59:12 +00:00
khorben
4106bf85c7 Added sysutils/deforaos-terminal, version 0.0.0
DeforaOS Terminal is a terminal emulator, embedding xterm within a Gtk+ interface. It supports multiple tabs and windows.
2013-02-24 15:48:28 +00:00
jperkin
a843f113c2 Re-arrange include ordering. Fixes build on SunOS. 2013-02-22 21:38:06 +00:00
wiz
a9dd0ddede When using clang, set ACTIVE_CC so the share/mk Makefiles know
which flags to suppress (in particular e.g. -Wno-traditional,
which isn't recognized and breaks the build with clang).
2013-02-21 07:58:21 +00:00
dillo
1ebbc6d39b Fix path to default status file. 2013-02-20 09:20:28 +00:00
fhajny
4582b96b5f Fix silly PLIST mistake, no revision bump needed 2013-02-20 08:36:34 +00:00
drochner
46843a48e1 update to 0.100.1
changes:
-dbus-gproxy: Verify sender of NameOwnerChanged signals to be o.f.DBus
 fixes possible security bypass (CVE-2013-0292)
-minor fixes/cleanup
2013-02-18 11:51:21 +00:00
fhajny
5598fd276a Update cfengine to 3.4.2, fixes PR/47249
Too many changes, see changelog upstream:

https://github.com/cfengine/core/blob/master/ChangeLog

New dependencies - tokyocabinet *or* qdbm, support for optional
MySQL or PostgreSQL bindings.
2013-02-17 16:15:42 +00:00
shattered
1db1425676 Set license. 2013-02-17 12:19:11 +00:00
jperkin
545714dc9c Need -lsocket on Solaris. 2013-02-17 11:16:56 +00:00
jdf
c35a5139a2 patches/patch-ac has been applied by upstream. 2013-02-16 17:37:01 +00:00
jdf
f9d0ffbc81 Bring sysutils/ups-nut to version 2.6.5.
patches/patch-ac has been applied by upstream.
2013-02-16 17:34:58 +00:00
wiz
a96f4900ac Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
wiz
63be13c921 Recursive bump for png-1.6. 2013-02-16 11:18:48 +00:00
wiz
ab373a817a Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
jmmv
2946622899 Fix typo. Reported by reed@ in private mail. 2013-02-16 11:17:19 +00:00
wiz
22408df40e Update to 3.01a12:
All:

-	The Schily makefilesystem now supports CC++_COM for all platforms to
	allow to overwrite the low level command for the C++-compiler.

Libschily:

-	libschily::fexecv() now allows to use the parameter "ac" with the
	value -1 to indicate that the arg count is to be determined by the
	NULL pointer at the end of the arg list.

Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):

-	cdda2wav now only prints "load cdrom please and press enter" once
	per line and does not repeat the text for garbage characters that
	have been in stdin. Thanks to Phi Tran from Oracle for reporting.

Readcd:

-	avoid a GCC warning when compiling readcd.c

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):

-	mkisofs now reserves more space for the file names to avoid a
	path buffer overrun

-	Fixed a bug that caused to put more than one UDF direcory entry for a file
	in case that the file is a ISO-0660 multi-segment file.

-	Fixed a bug that caused the wrong start sector address to be used for UDF
	in case that the file is a ISO-9660 multi-segment file and the -sort option
	was used.
2013-02-12 09:58:05 +00:00