Commit graph

11703 commits

Author SHA1 Message Date
Joe Marcus Clarke
d26ead7b13 Fix GELI file system detection.
Reported by:	Kevin Oberman <kob6558@gmail.com>
2011-07-22 23:23:46 +00:00
Martin Matuska
6219e04b4d Update to 1.1.1 2011-07-22 22:09:00 +00:00
Baptiste Daroussin
41792849fc - update to 2.10.3
- pet portlint
2011-07-22 21:30:43 +00:00
Sunpoet Po-Chuan Hsieh
acd618fd1e - Update to 20110722
Changes:	http://savannah.gnu.org/forum/forum.php?forum_id=6876
PR:		ports/159110
Submitted by:	Chris Howey <howeyc@gmail.com> (maintainer)
2011-07-22 21:10:58 +00:00
Rebecca Cran
8287f7f246 Put the license information in its own section. 2011-07-22 15:30:05 +00:00
Rebecca Cran
eee59b29ec Update to version 1.57. 2011-07-22 12:32:40 +00:00
Sunpoet Po-Chuan Hsieh
bf00685d47 - Update periodic script output
- Bump PORTREVISION for PLIST change

PR:		ports/159022
Submitted by:	Ari <listat2011@apz.fi>
Approved by:	Alex Samorukov <samm@os2.kiev.ua> (maintainer)
2011-07-22 06:38:53 +00:00
Martin Matuska
002468203a - Add small patch: remove unexisting attribute from example 2011-07-21 20:18:09 +00:00
Mark Linimon
06e6677793 Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:		ports/158969
Submitted by:	rene
Tested on:	pointyhat-west -exp
2011-07-21 05:03:02 +00:00
Martin Matuska
4d4e032d4f Update to 1.1
Remove optional dependency on Number::Bytes::Human
2011-07-20 13:15:38 +00:00
Philippe Audeoud
caed854663 - Update to 1.0.1 [1]
- Update MASTER_SITES [2]
- Update maintainer email [2]

PR:		ports/158890
Submitted by:	Jin-Sih Lin <linpct@gmail.com> [1], maintainer [2]
2011-07-19 09:02:52 +00:00
Rene Ladan
8b5376ec41 - Unbreak and unexpire, the mastersite works fine here.
- Fix WWW line in pkg-descr.
PR:		ports/158675
Submitted by:	myself
Approved by:	maintainer timeout (14 days)
2011-07-19 06:34:21 +00:00
Stephen Montgomery-Smith
f9d4159dc0 - New port sysutils/createrepo.
This utility will generate a common metadata repository from a directory of
rpm packages.

WWW: http://createrepo.baseurl.org/

PR:		ports/150542
Submitted by:	afb@rpm5.org
Approved by:	maho (mentor)
2011-07-19 03:45:58 +00:00
Stephen Montgomery-Smith
31e4a7a670 - Make PREFIX compliant, and add dependency to bash.
- Make PORTDOCS compliant.
- Bump portrevision.

PR:		ports/158732
Submitted by:	Thomas Schweikle <tps@vr-web.de> and
                Gea-Suan Lin <gslin@gslin.org>
Approved by:	maho (mentor) and gslin@gslin.org (maintainer)
2011-07-19 02:02:03 +00:00
Chris Rees
1e83548a82 Over to new volunteer
Approved by:	rene (mentor, implicit), maintainer (via email to ports@)
2011-07-18 19:10:35 +00:00
Florent Thoumie
46f6c92a05 Update sysutils/testdisk to 6.12.
Also add support for ntfs3g.

PR:		ports/158792
Submitted by:	Jan Henrik Sylvester <me@janh.de>
2011-07-18 14:18:26 +00:00
Eygene Ryabinkin
03ceb9d488 Allow pkg_libchk to work from non-CSH shells
/bin/sh does not set OSTYPE, so this variable is inherited from the
shell from which pkg_libchk is invoked.  From all standard shells in
the base system, only csh and tcsh do set this variable, so when
pkg_libchk is invoked from sh (that is not invoked from csh-like
shell), this variable will be empty.  Moreover, bash sets OSTYPE to
freebsdX.Y, so grepping on output of 'readelf -e' wont work either.

'uname -s' provides much more reliable way to get the name of the
operating system and all *BSD ELF ABI types inside readelf correspond
to the 'uname -s':
{{{
    case ELFOSABI_NETBSD:       return "UNIX - NetBSD";
    case ELFOSABI_FREEBSD:      return "UNIX - FreeBSD";
    case ELFOSABI_OPENBSD:      return "UNIX - OpenBSD";
}}}

PR: ports/158967
Approved-by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer), erwin (mentor)
Feature-safe: yes
2011-07-18 10:06:50 +00:00
Alberto Villa
c2f28f7e83 - Backport patches to fix KCalc issues.
Submitted by:	Raphael Kubo da Costa <kubito@gmail.com> via area51
2011-07-17 16:07:23 +00:00
Mark Linimon
0465a5878c Standardize on SRC_BASE as set in bsd.port.mk.
Approved by:	maintainer
2011-07-16 20:11:48 +00:00
Mark Linimon
802eca48b4 Mark as broken on sparc64: does not compile. 2011-07-16 05:40:24 +00:00
Ryan Steinmetz
72a02a04ab Update my email address on the ports I maintain.
Approved by: wxs@ (mentor)
2011-07-15 21:15:29 +00:00
Julien Laffaye
a98aed97d6 - Update to 0.9.22
- Do not install .gitignore files

PR:		ports/158854
Submitted by:	Marco Steinbach <coco@executive-computing.de> (maintainer)
Approved by:	bapt (mentor)
2011-07-15 20:55:22 +00:00
Martin Matuska
50bfcca9b9 - Update to 1.0.32
- Alphabetically reorder pkg-plist
2011-07-15 15:35:53 +00:00
Pietro Cerutti
c6e279df75 - Update to 1.5
- Take maintainship
- Do not link against librt if not needed

PR:		158946
Submitted by:	gahr@FreeBSD.org
Enhanced by:	Pan Tsu <inyaoo@gmail.com>
2011-07-15 14:48:32 +00:00
Martin Matuska
96cc2bdcf8 Set maintainer of Horde ports to horde@FreeBSD.org
Approved by:	maintainer (beech@ and mm@)
2011-07-14 20:33:30 +00:00
Matthias Andree
db405d8512 - Add LICENSE=GPLv2 statement
- make MAKE_ARGS+= to support   port test -- MAKE_ARGS=V=1
- Add -include libgen.h to CPPFLAGS to fix a couple of warnings
  (reported missing to the busybox mailing list)
- Add missing prototype to files/patch-strnlen for pre-8 systems
- Bump PORTREVISION
- Add USE_GCC=4.2+ to avoid clang, which breaks on findutils/find.c
- Add port documentation (needs Perl5 to build as it's in POD format)
  unless NOPORTDOCS is defined
- Make do-configure build respect f.i. _MAKE_JOBS and MAKE_ARGS
2011-07-14 10:57:39 +00:00
Matthias Andree
ea153dbaa5 Update to new upstream release 1.18.5.
Changes: Bug fix release. 1.18.5 has fixes for fuser (fix error in handling of
PORT/PROTO argument), hush (fix handling of while loop with empty body), build
system fix (was using non-portable invocation of grep).

Submitted by: sunpoet@
PR:           ports/158883
2011-07-14 09:51:29 +00:00
Chris Rees
db740bacb8 Over to new volunteer; mandree@
Approved by:	rene (mentor, implicit)
2011-07-13 20:14:02 +00:00
Beech Rintoul
ceedca7b54 - Update to 3.0.2
PR:		ports/158699
Submitted by:	Jason Bacon <jwbacon@tds.net> (maintainer)
2011-07-12 19:49:24 +00:00
Julien Laffaye
7c52677811 Add conflict on ntfsprogs
Submitted by:	Jan Henrik Sylvester <me@janh.de> (via private mail)
Approved by:	bapt (mentor)
2011-07-12 16:02:20 +00:00
Pietro Cerutti
db55b4e9cb - add support for the #h status line special char to print to hostname of the
localhost without the domain name

PR:		158796
Submitted by:	gahr@FreeBSD.org
Approved by:	wen@ (maintainer)
2011-07-11 10:49:06 +00:00
Greg Lewis
cc93d6c460 . This port uses the same dist file as kdebase4-workspace. Chase it's
distinfo update per makc@ (rev. 1.85):

  Tarball was rerolled shortly before release to update documentaton.
2011-07-10 18:59:35 +00:00
Julien Laffaye
a5b68f24f9 Update to 2011.4.12
Do no install files outside PREFIX

PR:		ports/156615 (based on)
Submitted by:	bartoletti <coder@tuxfamily.org>
Approved by:	tabthorpe (mentor)
2011-07-10 16:29:38 +00:00
Wesley Shields
348c483d41 - Update to 1.20110708.1, which fixes a couple of bugs and now builds with
clang.
2011-07-10 15:33:56 +00:00
Florian Smeets
c5d9dc770a update to 1.4.6
Changelog: http://munin-monitoring.org/browser/tags/1.4.6/ChangeLog
2011-07-09 18:05:47 +00:00
Frederic Culot
c71b2982f5 - Update to 1.26.b6
- Add documentation specific to FreeBSD

PR:		ports/158710
Submitted by:	Alex Samorukov <samm@os2.kiev.ua> (maintainer)
2011-07-09 08:25:56 +00:00
Martin Matuska
56f4f65e13 This package provides a Virtual File System API, with backends for:
* SQL
* FTP
* Local filesystems
* Hybrid SQL and filesystem
* Samba
* SSH2/SFTP
* IMAP (Kolab)

Reading, writing and listing of files are all supported, and there are both
object-based and array-based interfaces to directory listings.

WWW: http://pear.horde.org
2011-07-07 21:03:21 +00:00
Martin Matuska
25a9a892f8 Add Horde_Scribe support to bsd.horde.mk and Horde_Log 2011-07-07 20:36:46 +00:00
Martin Matuska
11b02e80d7 Horde Logging package with configurable handlers, filters, and formatting.
WWW: http://pear.horde.org
2011-07-07 19:14:32 +00:00
Max Brazhnikov
585f07aff3 Reset maintainership de jure. In fact KDE 3 has not been maintained by our team
for a long time, not to mention upstream.

Discussed a while ago among the KDE/FreeBSD team.
2011-07-07 17:21:58 +00:00
Max Brazhnikov
19572cc47f Update KDE Software Compilation ports to 4.6.5
Official announcement: http://www.kde.org/announcements/announce-4.6.5.php
Changelog: http://www.kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php
2011-07-07 16:38:39 +00:00
Greg Larkin
68fe0fb285 - Updated to 3.6.12
PR:		ports/157477
Submitted by:	C-S <c-s@c-s.li> (maintainer)
2011-07-07 14:36:42 +00:00
Wen Heping
e3c89c70c6 - Remove USE_GZIP=yes since it is default
PR:		ports/157174
Submitted by:	Alex kozlov <spam@rm-rf.kiev.ua>
Approved by:	pav@(portmgr)
2011-07-07 09:17:32 +00:00
Marcus von Appen
55667bb7b8 - Added perl deprecation fix for defined(%hash)
PR:		ports/158646
Submitted by:	"B.Euler" <olodin@edain.de>
2011-07-06 18:21:17 +00:00
Pawel Pekala
a8ee1c3fbf - update to version 0.8.6
- fix warnings on deinstall

Approved by:	miwi (mentor)
2011-07-05 19:16:54 +00:00
Alexander Logvinov
e21c29e232 - Update to 1.26.b5
- Describe atop rc script variables
- Fix install message
- Fix rc script regression caused by last commit (atop_pid escaping)

PR:		ports/158659
Submitted by:	Alex Samorukov <samm at os2.kiev.ua> (maintainer)
2011-07-05 14:04:12 +00:00
Sunpoet Po-Chuan Hsieh
ba4869fc17 - Remove BROKEN_WITH_PHP
PR:		ports/158661
Submitted by:	sunpoet (myself)
Approved by:	ale (maintainer)
2011-07-05 11:59:46 +00:00
Jun Kuriyama
9e2cfea1f2 - Upgrade to 0.13.
PR:		ports/158110
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
2011-07-05 04:54:27 +00:00
Thomas Abthorpe
3b3f78904c - Reassign to the heap 2011-07-05 02:51:42 +00:00
Sunpoet Po-Chuan Hsieh
1b0bc2974d - Update to 1.0.5
Changes:	http://savannah.gnu.org/forum/forum.php?forum_id=6859
2011-07-04 13:13:13 +00:00