aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/autopsy: Convert from INTERACTIVE port and assign new maintainermarino2014-07-124-11/+292
| | | | | | | | | | | | | | | | | | | This port was deprecated because it was unmaintained and interactive, but Dylan Leigh has brought it back into good standing: * Convert to a regular port by fixing configure script - Skip useless prompts to user - Abort instead of prompting when paths are not found, which will never happen in ports anyway - Convert evidence locker and NSRL prompts to pkg-message * Updated description to warn about project inactivity * Updated WWW link * Add pkg-message * Assign maintainership to Dylan PR: 191778 Submitted by: Dylan Leigh Verified by: Redports 8x
* - Add USES=libtool to devel/upnp and bump dependent portstijl2014-07-111-1/+1
| | | | | | | - Add USES=pathfix and INSTALL_TARGET=install-strip - Add a patch to fix definitions of ITHREAD_MUTEX_* Approved by: portmgr (implicit, bump unstaged port)
* - Fix startup script, broken in previous commitmadpilot2014-07-112-1/+2
| | | | | | PR: 191783 Submitted by: clarkjc@runbox.com Approved by: Derik van Zuetphen <dz@426.ch> (maintainer)
* - Update to 2014.1.7culot2014-07-113-3/+5
| | | | | PR: ports/191796 Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
* Fix build on 8 and 9.lev2014-07-112-3/+3
|
* sysutils/xmbmon: Install programs with mode 4555 instead of 555marino2014-07-111-1/+2
| | | | | | | | | | Mode 4555 is how the programs were installed before staging, and allows normal users to access the system information. For now, xmbmon is still installed in the X resource directory. PR: 186332 Reported by: turutani (scphys.kyoto-u.ac.jp) Approved by: maintainer (Muhammad Rahman)
* sysutils/cbsd: Add libsqlite3.so to LIB_DEPENDSkoobs2014-07-104-36/+38
| | | | | | | | | | | | | | | - Add sqlite3 to LIB_DEPENDS - Remove MASTER_SITES, not required when USE_GITHUB=yes - Remove GH_PROJECT, already defaults to ${PORTNAME} - Strip trailing-slash from pkg-descr WWW: URL While I'm here: - Tweak IGNORE message - Tweak pkg-message.in and pkg-deinstall PR: 191772 Submitted by: Oleg Ginzburg <olevole@olevole.ru> (maintainer)
* sysutils/qjail: 3.4 -> 3.5pi2014-07-102-3/+3
| | | | | | | | Updated qjail.bootime script for addition of allow.sysvipc and ruleset parameters that were added to qjail script in qjail-3.4. PR: 191660 Submitted by: qjail@a1poweruser.com (maintainer)
* Set default IPMI option.cy2014-07-091-2/+2
|
* Add avahi, ipmi, and openssl options.cy2014-07-092-5/+45
|
* sysutils/duply: update to 1.7.4wg2014-07-092-5/+4
| | | | | PR: 191711 Submitted by: maintainer
* [NEW] sysutils/bsdploy: Container Management for FreeBSD Jailskoobs2014-07-084-0/+48
| | | | | | | | | | | | | | | | | | BSDploy is a comprehensive tool to provision, configure and maintain FreeBSD jail hosts and jails. Its main design goal is to lower the barrier to repeatable jail setups. * Modular provisioning with plugins for VirtualBox, Amazon EC2 and an achitecture to support more. * Bootstrap complete jail hosts from scratch. * Declarative configuration: All hosts and their properties defined in ploy.conf are automatically exposed to Ansible. * Imperative maintenance: Run Fabric scripts with ploy do JAILNAME TASKNAME and have all of the hosts and their variables in fab.env. * Configure ZFS pools and filesystems with whole-disk-encryption. WWW: http://docs.bsdploy.net/
* sysutils/py-ploy_fabric: Update to 1.0b5koobs2014-07-082-3/+3
| | | | - Update to 1.0b5
* sysutils/py-ploy_ezjail: Update to 1.0b9koobs2014-07-082-3/+3
| | | | - Update to 1.0b9
* sysutils/py-ploy_ansible: Update to 1.0b7koobs2014-07-082-3/+3
| | | | - Update to 1.0b7
* sysutils/py-ploy: Update to 1.0rc13koobs2014-07-082-4/+3
| | | | - Update to 1.0rc13
* - Remove TRACE option and depend on libexecinfo unconditionally becausetijl2014-07-084-40/+13
| | | | | | | | configure always detects it on FreeBSD 10 - Add INSTALL_TARGET=install-strip - USES=pathfix - Avoid USE_AUTOTOOLS - Fix pkg-plist after USES=libtool conversion
* Fix typo in --with-sqlite3=yes introduced in r360216.rakuco2014-07-081-1/+1
| | | | | PR: 191729 Submitted by: Raven <admin@dyn.su>
* sysutils/mcollective: update 2.5.1 -> 2.5.2robak2014-07-082-3/+3
| | | | Approved by: marino, swills (mentors)
* [NEW] sysutils/py-ploy_ec2: Ploy plugin to provision Amazon EC2 instanceskoobs2014-07-084-0/+31
| | | | | | A plugin for ploy providing integration with Amazon EC2. WWW: https://github.com/ployground/ploy_ec2
* [NEW] sysutils/py-ploy_fabric: Ploy plugin for integration with Fabrickoobs2014-07-084-0/+30
| | | | | | Ploy plugin for integration with Fabric WWW: http://github.com/ployground/ploy_fabric
* [NEW] sysutils/py-ploy_ezjail: Ploy plugin for managing FreeBSD Jailskoobs2014-07-084-0/+30
| | | | | | Ploy plugin for managing FreeBSD Jails using ezjail WWW: http://github.com/ployground/ploy_ezjail
* [NEW] sysutils/py-ploy_ansible: Ploy plugin for Ansible integrationkoobs2014-07-084-0/+30
| | | | | | Ploy plugin to integrate with Ansible. WWW: https://github.com/ployground/ploy_ansible
* - Update to 3.1.1.jkim2014-07-084-64/+113
| | | | | | | | | | | | | - Add a recommended patch from upstream (r6250). - Add an option to specify device other than /dev/smb0. - Install manual page. - Update MAINTAINER to use FreeBSD address. - Remove the leading article from COMMENT. - Add LICENSE. - Convert to USES=tar:bzip2. PR: 191198 Approved by: avg (maintainer, timeout > 2 weeks)
* sysutils/openipmi: stage, pet portlint a bit while hereswills2014-07-082-33/+25
| | | | | PR: 191691 Submitted by: Dan Lukes <dan@obluda.cz>
* Port is stage safepawel2014-07-081-1/+0
|
* - Add staging supportpawel2014-07-082-7/+11
| | | | | - Fix perl shebang - Use SUB_FILES for pkg-message substitutions
* sysutils/ansible: Fix packaging for pkg_* userskoobs2014-07-081-1/+2
| | | | | | | | Strip the absolute prefix from the ansible.desktop PLIST_FILES entry which was causing pkg_create to fail. Submitted by: wg Approved by: portmgr (blanket)
* Update to a fresher git revision which fixes support for pfSense 2.2feld2014-07-072-4/+4
| | | | | The main version still stays at 6.0.2 as this internally the scripts are based on XenServer 6.0.2's Linux Xen Tools
* sysutils/py-ploy: Remove pkg-plist (AUTOPLIST)koobs2014-07-072-1/+1
|
* [NEW] sysutils/py-ploy: Manage servers through a central configurationkoobs2014-07-075-0/+36
| | | | | | | | | | | | Ploy is a commandline-tool to provision, manage and control server instances. What kind of server instances these are depends on the used plugins. There are plugins for EC2 (ploy_ec2), FreeBSD Jails (ploy_ezjail) and more. You can create, delete, monitor and ssh into instances while ploy handles the details like ssh fingerprint checking. Additional plugins provide advanced functionality like integrating Fabric (ploy_fabric) and Ansible (ploy_ansible). WWW: http://ploy.readthedocs.org
* [NEW] sysutils/py-execnet: Distributed Python deployment and communicationkoobs2014-07-074-0/+32
| | | | | | | | | | | | | execnet provides a share-nothing model with channel-send/receive communication for distributing execution across many Python interpreters across version, platform and network barriers. It has a minimal and fast API targetting the following uses: * Distribute tasks to (many) local or remote CPUs * Write and deploy hybrid multi-process applications * Write scripts to administer multiple environments WWW: https://codespeak.net/execnet
* sysutils/timemon: Bring in DragonFly support patch from dportsmarino2014-07-071-0/+11
|
* sysutils/gdmap: explicitly link libm (from dports)marino2014-07-071-1/+1
|
* Mark 5 unstaged and unmaintained ports as jobs unsafe (taken from dports)marino2014-07-071-0/+3
| | | | Approved by: portmgr (implicit, NOT_STAGED)
* sysutils/respond: Update to 1.3, Add LICENSEkoobs2014-07-074-18/+10
| | | | | | | | | | | | | | | - Update to 1.3 - Switch to GITHUB for distribution files - Add LICENSE (BSD2CLAUSE) - Remove patch-Makefile (upstreamed) - pkg-descr: Update WWW: URL Changes: https://github.com/joukewitteveen/respond/blob/1.3/NEWS PR: 191434 Submitted by: Jouke Witteveen (maintainer)
* glusterfs is not there yetbapt2014-07-071-1/+0
| | | | Submitted by: ak
* Also remove the PDF from here.itetcu2014-07-071-2/+0
|
* - Don't install documentation PDF file, it changes more frequently that I mangeitetcu2014-07-071-15/+3
| | | | | | | | | | to chase it - bump PORTREVISION for above plist change - PR: 191552 Submitted by: "quickfox" MFH: 2 weeks
* Removed abandonwarebapt2014-07-068-490/+1
| | | | | PR: 190842 Submitted by: Jim Pirzyk (maintainer)
* Resetting maintainership on ports that have not been staged and without anybapt2014-07-0647-47/+47
| | | | | | pending PR (related to stage) With hat: portmgr
* Support stagebapt2014-07-062-14/+9
|
* - Stagifymadpilot2014-07-065-19/+11
| | | | | | | - While here, fix some rclint warnings PR: 191554 Sumitted by: dz@426.ch (maintainer)
* Update to 3.14.12 and unbreak. Stage, use OPTIONS helpers, modernizeadamw2014-07-064-114/+52
| | | | | | | and clean up. PR: ports/191645 (based on) Submitted by: Dan Lukes
* sysutils/hachoir-wx: use WX 3.0wg2014-07-061-3/+2
| | | | Approved by: portmgr (bapt, blanket)
* - Convert to USES=libtooltijl2014-07-062-5/+6
| | | | - Set MAKEINFOFLAGS instead of MAKEINFO
* Add USES=libtooltijl2014-07-062-2/+3
|
* - Add USES=libtool and bump dependent portstijl2014-07-062-58/+43
| | | | | | - Add USE_GNOME=gnomehier to fix leftovers - Simplify documentation handling with staging and install documentation in standard location
* - Convert to USES=libtooltijl2014-07-064-26/+18
| | | | | | - Add kde_cv_prog_cxx_fno_check_new=no to CONFIGURE_ARGS because -fno-check-new is not supported by Clang and that causes the -fPIC configure test to fail.
* Convert to USES=libtooltijl2014-07-052-8/+7
|
* - USES=libtool tar:bzip2tijl2014-07-052-80/+7
| | | | - Use @sample
* USES=libtool:keepla tar:bzip2tijl2014-07-051-2/+3
|
* - New LIB_DEPENDS syntaxtijl2014-07-052-4/+4
| | | | - Add USES=libtool
* - Add USES=libtooltijl2014-07-056-91/+37
| | | | - Rearrange Makefile a little
* - USES=libtool tar:bzip2tijl2014-07-052-5/+4
| | | | - Add INSTALL_TARGET=install-strip
* - Add USES=libtool and INSTALL_TARGET=install-striptijl2014-07-052-3/+4
| | | | - Use LIBS instead of LDFLAGS
* - USES=libtool tar:bzip2tijl2014-07-052-5/+4
| | | | - Add INSTALL_TARGET=install-strip
* - USES=libtool tar:bzip2tijl2014-07-052-4/+3
| | | | - Add INSTALL_TARGET=install-strip
* - USES=libtool tar:bzip2tijl2014-07-052-4/+3
| | | | - Add INSTALL_TARGET=install-strip
* - USES=libtool tar:bzip2tijl2014-07-052-16/+8
| | | | | - Add INSTALL_TARGET=install-strip - Use option helpers
* Add USES=libtool and INSTALL_TARGET=install-striptijl2014-07-052-3/+4
|
* Add USES=libtooltijl2014-07-052-3/+3
|
* Bump more ports that depend on libsqlite3.so:tijl2014-07-051-1/+1
| | | | | | | - ports that set USE_SQLITE with the *_USE option helper - ports that depend on libsqlite3 indirectly as reported by pkg rquery Approved by: portmgr (implicit)
* PLIST fixes for serial and USB options.cy2014-07-052-15/+15
|
* Fix IBM Licenseantoine2014-07-051-1/+1
|
* Point rc script to the new upsdrvctl path.cy2014-07-052-2/+3
|
* Remove NOPORTDOCS and NOPORTEXAMPLES.adamw2014-07-0516-47/+53
|
* - Keep la files, this fixes bacula-server buildantoine2014-07-055-73/+11
| | | | | - A few fixes (put man pages in the good packages, do not remove things done by the client dependency in the server part)
* STAGEfy. Use shell script instead of hardlink.lev2014-07-043-18/+9
| | | | | It could be not packaged anyeay, as it should be built for local kernel.
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thattijl2014-07-041-0/+1
| | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit)
* - Update to 2014.03.05 [1]nivit2014-07-043-5/+4
| | | | | | | - Fix WWW line in pkg-descr PR: 190868 [1] Submitted by: sue@iwmt.org
* - Update to 0.09sunpoet2014-07-043-7/+10
| | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Proc-PidUtil/Changes
* - Update to 9.20140613sunpoet2014-07-045-49/+49
| | | | | | | | | - Fix shebang - Update pkg-descr - Use single space after WWW: - Take maintainership Changes: http://source.joeyh.branchable.com/?p=source.git
* Fix pkg-plist when CGI option is not specified.cy2014-07-041-2/+1
| | | | Point hat to: me
* Fix pkg-plist.cy2014-07-041-4/+6
|
* Update 2.6.5 --> 2.7.2, stagify and modernize, assume maintainership.cy2014-07-045-116/+185
| | | | Approved by: itetcu (maintainer)
* - Deprecate and set expiration date to 2014-08-03: All features implemented ↵ak2014-07-041-0/+3
| | | | in the base system since FreeBSD 8.3
* - Switch to USES=libtool, drop .la filesamdmi32014-07-042-3/+2
|
* - Update patchfile for grub2-pcbsd, fixes issue with automatic grub-installkmoore2014-07-042-54/+10
| | | | - Bump PORTREV
* BAMF, is a simple DBus daemon and C wrapper library of applications matchingolivierd2014-07-036-0/+72
| | | | | | framework. WWW: https://launchpad.net/bamf
* - Switch devel/argtable to USES=libtool, drop .la filesamdmi32014-07-031-0/+1
| | | | | - Strip libraries - Bump dependent ports as .so version has changed
* sysutils/ansible: update to 1.6.6wg2014-07-032-4/+4
| | | | | PR: 191561 Submitted by: maintainer
* - Add USES=libtool to textproc/raptor and bump dependent portstijl2014-07-031-1/+1
| | | | | - Add DOCS option and install documentation in standard location - Silence post-patch
* - Add BUILD_DEPENDS on facter and hiera to avoid issue discovered withswills2014-07-031-0/+3
| | | | portmaster
* Stage baculabapt2014-07-039-191/+128
| | | | | Fix building bat on 10 and head Allow packaging as a user
* sysutils/py-bcfg2: add missing run dependencieswg2014-07-021-0/+3
|
* sysutils/py-bcfg2: update to 1.3.4wg2014-07-023-503/+15
| | | | - Use auto plist
* Update intel microcode to 20140624arved2014-07-023-11/+11
| | | | | | PR: 191411 Submitted by: Lawrence Chen Approved by: maintainer
* sysutils/py-bcfg2: pass maintainershipwg2014-07-021-2/+2
| | | | Approved by: maintainer
* - Switch to USES=libtool, drop .la filesamdmi32014-07-022-2/+3
| | | | Approved by: portmgr blanket
* - Clarify LICENSEamdmi32014-07-021-3/+6
| | | | | - Add LICENSE_FILE - Switch to USES=libtool
* Add "USES=libtool pathfix" to x11/libxdg-basedir and bump dependent portstijl2014-07-021-1/+1
|
* Update to 5.80.adamw2014-07-023-5/+10
|
* - Switch to USES=libtoolamdmi32014-07-011-2/+2
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-07-012-4/+4
| | | | Approved by: portmgr blanket
* - Mark as BROKEN on HEAD.araujo2014-07-011-0/+4
| | | | | PR: 188826 Submitted by: daniel.engberg.lists
* - Take maintainershipsunpoet2014-07-012-2/+2
|
* - Drop NOPORTDOCS.araujo2014-06-302-10/+3
| | | | | | - Use @sample macro. Reported by: wg@
* 1: Stagify.vanilla2014-06-302-9/+9
| | | | | | 2: USES=tar:bzip2. Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-302-15/+17
| | | | | | 2: use @sample to handle config file, bump version. Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-301-9/+8
| | | | | | 2: use @sample, bump version. Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-301-11/+9
| | | | Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-302-19/+21
| | | | | | | 2: add LICENSE. 3: use options helper. Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-302-15/+18
| | | | | | | 2: add LICENSE 3: use options helper. Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-302-18/+22
| | | | | | 2: use options helper. Approved by: portmgr@ (blanket approval)
* Remove expired ports:rene2014-06-3019-621/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-06-30 www/trac-TracDuplicates: Broken for more than 5 months 2014-06-30 mail/hotwayd: Protocol changed, software unusable 2014-06-30 mail/ilohamail-devel: Upstream disappeared 2014-06-30 games/tyrquake: Broken for more than 5 months 2014-06-30 net/gkrellmqst: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 security/p5-Jifty-Plugin-OpenID: Broken for more than 5 months 2014-06-30 games/sumwars: Broken for more than 5 months 2014-06-30 audio/ruby-esound: Broken for more than 5 months 2014-06-30 x11-toolkits/py-pyqwt: Broken for more than 5 months 2014-06-30 net-im/ysm: Broken for more than 5 months 2014-06-30 net-mgmt/send: Broken for more than 5 months 2014-06-30 net/p5-Jifty-Plugin-Authentication-Ldap: Broken for more than 5 months 2014-06-30 net-p2p/bittyrant: Broken for more than 5 months 2014-06-30 sysutils/gkrellm: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 audio/gkrellmms: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 audio/gkrellmvolume: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellmlaunch: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellmfmonitor: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellshoot: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 polish/sms2: sms2 is no longer being developed, consider using alternative software. 2014-06-30 x11-toolkits/py-wmdockapps: Crufty and nothing depends on this 2014-06-30 audio/tagger: Ancient, unmaintained 2014-06-30 www/mod_wsgi2: No longer supported, please use www/mod_wsgi3 instead 2014-06-30 security/botan: Botan 1.8 have known bugs and is no longer supported upstream, migrate to security/botan110
* multiple: reset gslin's maintainereadler2014-06-306-6/+6
| | | | | | | | By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check)
* Update sysutils/tartarus to 0.9.8_1milki2014-06-302-1/+110
| | | | | | | | | | | - New RUN_DEPENDS - SFTP pubkey authentication - Turned off "CHECK_FOR_UPDATE" by default - Proper handling of "-u" for CURL PR: 1941450 Submitted by: Juraj Lutter <otis@sk.FreeBSD.org> (maintainer) Approved by: eadler (mentor)
* - Update to 1.4.4sunpoet2014-06-303-4/+4
| | | | Changes: http://savannah.gnu.org/forum/forum.php?forum_id=8011
* Stagify, add LICENSE.vanilla2014-06-303-6/+19
| | | | Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-292-9/+17
| | | | | | 2: use options helper. Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-291-7/+6
| | | | | | 2: new syntax of LIB_DEPENDS. Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-292-3/+21
| | | | Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-292-4/+19
| | | | | | 2: use options helper to handle PORTDOCS. Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-292-8/+6
| | | | Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-291-15/+4
| | | | | | 2: use @sample to handle config file. Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-292-7/+19
| | | | Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-292-21/+20
| | | | | | 2: use @sample. Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-292-11/+8
| | | | | | 2: use @sample, bump version. Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-292-27/+14
| | | | | | | | 2: USES=libtool, bump version. 3: use @sample 4: strip binary. Approved by: portmgr@ (blanket approval)
* - Update to 1.1.rakuco2014-06-296-33/+16
| | | | | | | - Set LICENSE. PR: 191460 Submitted by: jwbacon@tds.net (maintainer)
* - Fix build with Q/A testsmiwi2014-06-291-6/+2
|
* - USE_BZIP2 -> USES=tar:bzip2jhale2014-06-281-1/+1
|
* Chase lookupd expirationantoine2014-06-281-0/+3
| | | | With hat: portmgr
* - Convert USE_BZIP2 to USESamdmi32014-06-282-3/+3
| | | | | | - Switch to USES=libtool, drop .la files Approved by: portmgr blanket
* - Update from 1.0 to 1.1danilo2014-06-284-20/+13
| | | | | | | | - Update MASTER_SITES - Add LICENSE PR: ports/191438 Submitted by: jwbacon@tds.net
* - Switch to USES=libtoolamdmi32014-06-281-3/+3
| | | | Approved by: portmgr blanket
* - Switch to USES=libtoolamdmi32014-06-281-2/+3
| | | | Approved by: portmgr blanket
* - Update to 20140627.jkim2014-06-283-4/+27
| | | | - Add GPLv2 as a valid license as the source is actually dual-licensed.
* - Chase database/sqlite3 slib bumpmiwi2014-06-283-2/+3
| | | | Approved by: portmgr (myself)
* Stagify.vanilla2014-06-283-5/+15
| | | | Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-282-10/+12
| | | | Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-282-9/+18
|
* Stagify, switch to USES=tar:xzvanilla2014-06-281-4/+3
| | | | Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-282-8/+10
| | | | Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-271-2/+2
| | | | Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-271-4/+3
| | | | | | 2: new syntax of LIB_DEPENDS. Approved by: portmgr@ (blanket approval)
* Add missing patch.vanilla2014-06-271-0/+13
| | | | Approved by: portmgr@ (blanket approval)
* Stagify, add LICENSE.vanilla2014-06-272-6/+6
| | | | Approved by: portmgr@ (blanket approval)
* Stagify, new syntax of LIB_DEPENDS.vanilla2014-06-272-16/+14
|
* sysutils/jtopen: add license and minor cleanupwg2014-06-272-13/+164
| | | | | PR: 191420 Submitted by: maintainer
* Stagify.vanilla2014-06-271-9/+8
|
* - Update to 0.72.6miwi2014-06-273-6/+10
| | | | | | - Change USE_BZIP2=yes to USES=tar:bzip2 PR: 19081
* 1: Stagify.vanilla2014-06-272-16/+12
| | | | 2: use @sample, bump version.
* Stagify.vanilla2014-06-271-4/+1
| | | | Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-273-10/+26
| | | | Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-272-3/+5
| | | | | | 2: add depends on perl, bump version. Approved by: portmgr@ (blanket approval)
* Take maintenershiprodrigo2014-06-271-1/+1
| | | | Approved by: bapt (mentor)
* Stagify.vanilla2014-06-273-41/+38
| | | | Approved by: portmgr@ (blanket approval)
* - Submitter take maintainershipjadawin2014-06-271-4/+2
| | | | | | | - While I'm here use tar:xz PR: ports/191409 Submitted by: jharris@widomaker.com
* - Update to 1.6.5culot2014-06-272-4/+4
| | | | | | Changes: https://raw.githubusercontent.com/ansible/ansible/v1.6.5/CHANGELOG.md PR: ports/191418 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
* Stagify.vanilla2014-06-272-1/+27
| | | | Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-272-3/+4
| | | | Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-272-12/+10
| | | | | | 2: switch to options helper. Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-272-5/+16
| | | | Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-272-5/+16
| | | | Approved by: portmgr@ (blanket approval)
* Add missing patches.vanilla2014-06-271-0/+13
|
* Stagify.vanilla2014-06-271-5/+3
| | | | Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-271-6/+6
| | | | | | 2: switch to options helper. Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-273-7/+24
| | | | | | | 2: add LICENSE 3: use @sample, bump version. Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-271-6/+5
| | | | | | 2: switch to USES=tar:bzip2. Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-271-5/+4
| | | | Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-271-11/+12
| | | | | | 2: switch to options helper. Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-271-3/+1
| | | | | | 2: USES=tar:bzip2 Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-271-9/+5
| | | | | | | 2: USES=tar:bzip2 3: Add License. Approved by: portmgr@ (blanket approval)
* Stagify, use @sample.vanilla2014-06-272-12/+2
| | | | Approved by: portmgr@ (blanket approval)
* sysutils/rubygem-facter: update 2.0.2 -> 2.1.0robak2014-06-272-3/+3
| | | | Approved by: swills (mentor)
* 1: Stagify.vanilla2014-06-271-7/+4
| | | | | | | 2: new syntax of LIB_DEPENDS. 3: USES=tar:bzip2 Approved by: portmgr@ (blanket approval)
* 1: Stagify.vanilla2014-06-271-7/+5
| | | | | | 2: new syntax of LIB_DEPENDS. Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-272-9/+15
| | | | Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-272-4/+14
| | | | Approved by: portmgr@ (blanket approval)
* Stagify, and switch to use options helper.vanilla2014-06-271-6/+8
| | | | Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-272-4/+13
| | | | Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-273-6/+24
| | | | Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-272-15/+9
| | | | Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-262-16/+17
| | | | Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-261-2/+1
| | | | Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-261-5/+1
| | | | Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-262-3/+1
| | | | Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-262-5/+19
| | | | Approved by: portmgr@ (blanket approval)
* Stagify.vanilla2014-06-263-6/+17
| | | | Approved by: portmgr@ (blanket approval)
* - Fix plist dependent on optionsamdmi32014-06-264-77/+33
| | | | | | | - Fix dependency on libdbi in rsyslog7 Approved by: portmgr blanked Reported by: Yuriy Korobko <make dot kernel at gmail dot com>
* - Update to 20140622sunpoet2014-06-262-3/+3
| | | | | | Changes: https://savannah.gnu.org/forum/forum.php?forum_id=8007 PR: ports/191400 Submitted by: Chris Howey <howeyc@gmail.com> (maintainer)
* - Update to 2.3.0sunpoet2014-06-262-3/+3
| | | | Changes: https://github.com/guard/guard-livereload/releases
* Allow to build with texinfo from portsantoine2014-06-263-3/+3
| | | | With hat: portmgr
* - Switch to USES=libtool, drop .la filesamdmi32014-06-262-22/+2
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-06-262-22/+2
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-06-262-21/+2
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-06-262-22/+2
| | | | Approved by: portmgr blanket
* - Support stagingjhale2014-06-252-35/+19
| | | | | | | | | | - Simplify MASTER_SITES - Install LICENSE with LICENSE framework - Use options helpers - Use @sample in pkg-plist - Bump PORTREVISION Approved by: portmgr (blanket approval)
* Fix build on system built WITHOUT_INFObapt2014-06-251-0/+2
| | | | With hat: portmgr
* Update maintainer address to robak@FreeBSD.org in multiple ports:robak2014-06-253-3/+3
| | | | | | | | | | | | | | - devel/py-configparser - devel/py-durus - devel/py-geotypes - devel/rubygem-deep_merge - devel/rubygem-librarian - devel/rubygem-open3_backport - sysutils/mcollective-nrpe-agent - sysutils/mnrpes - sysutils/rubygem-librarian-puppet Approved by: swills (mentor)
* - Add bin/afuse-avahissh to orphans whitelistak2014-06-252-1/+3
|
* Convert GMAKE to MAKE_CMDbapt2014-06-2512-17/+17
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* - Support stagingjhale2014-06-253-21/+15
| | | | | | | | | | - Fix fetch by using USE_GITHUB. Checksum of distfile is different, but contents are the same. - Remove indefinite article from COMMENT - Add LICENSE - Use @sample in pkg-plist Approved by: portmgr (blanket approval)
* Remove pc-sysinstall port.jpaetzel2014-06-257-432/+0
|
* - Update to 2.3.1sunpoet2014-06-252-3/+3
| | | | Changes: https://github.com/guard/guard-minitest/releases
* - Remove empty files and directoriesak2014-06-241-0/+0
|
* - Take maintenership (feld@ drop its maintenership)rodrigo2014-06-242-12/+10
| | | | | | - Stagify the port Approved by: bapt (mentor)
* Deprecate ports failing to build with new utmpxantoine2014-06-245-0/+15
| | | | | | Maintainers had more than 4 years to fix them With hat: portmgr
* sysutils/rubygem-facter: update 1.7.6 -> 2.0.2robak2014-06-245-30/+11
| | | | | | | | | | - Update sysutils/rubygem-facter to 2.0.2 as in PR 191246 - Change maintainer address to robak@FreeBSD.org - Update URL in pkg-descr PR: 191246 Submitted by: Michael Moll Approved by: swills (mentor)
* Fixed a hardcoded gccxride2014-06-241-7/+8
| | | | Reported by: pkg-fallout@FreeBSD.org
* - Update to 0.20.8zi2014-06-243-3/+4
|
* - Switch textproc/wv to USES=libtool, drop .la filesamdmi32014-06-231-2/+2
| | | | | | - Fix LIB_DEPENDS entries on dependent ports and bump PORTREVISIONS as library naming schema has changed Approved by: portmgr blanket
* sysutils/n98-magerun: new portpi2014-06-235-0/+36
| | | | | | | | | | | | | Provides some handy tools for magento developers like a quick database info from local.xml or a database dump feature, cache clearing, admin user password reset. You can also easily install a complete shop and sample data with buildin installer. For coders there are also many features like a module kickstarter (with modman support). WWW: http://magerun.net/ PR: 189873 Submitted by: Melvyn Sopacua <melvyn@magemana.nl>
* Remove expired port:rene2014-06-238-652/+0
| | | | 2014-06-22 sysutils/syslog-ng-devel: Use sysutils/syslog-ng instead
* sysutils/syslog-ng-incubator: depend on sysutils/syslog-ng instead of expiredrene2014-06-231-2/+2
| | | | | | | | | sysutils/syslog-ng-devel While here fix order of Makefile variables. PR: 191288 Submitted by: myself Approved by: maintainer (cy, implicit)
* sysutils/socket: support stagewg2014-06-234-9/+23
| | | | | | PR: 185380 Submitted by: takefu airport fm Approved by: maintainer (timeout)
* Mark as broken: no distinfo provided for some of the distfilesbapt2014-06-231-1/+1
| | | | With hat: portmgr
* - Add USES=libtool to archivers/libarchive.tijl2014-06-231-1/+1
| | | | - Bump PORTREVISION on dependent ports.
* - Stageify.araujo2014-06-221-6/+5
|
* - Stageify.araujo2014-06-222-40/+4
| | | | - Remove support OSVERSION minor than 700048.
* - Update to 4.6.rakuco2014-06-222-15/+13
| | | | | | | - Use the @sample helper for handling config files. PR: 191037 Submitted by: basil@vpm.net.ua (maintainer)
* - Fix typos in pkg-plistjhale2014-06-222-12/+11
| | | | | | | | | | - Make EXAMPLES optional - Remove useless MANCOMPRESSED - Bump PORTREVISION PR: 190937 Submitted by: Bill <willambender934@yahoo.com> Fixed by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* - Support stagingjhale2014-06-221-20/+16
| | | | | | | | | | - Update LICENSE and remove license from PORTDOCS - Factor out MASTER_SITES - EXTRACT_SUFX=.tgz -> USES=tar:tgz - Pass maintainership to submitter PR: 191105 (based on) Submitted by: k@stereochro.me
* sysutils/tartarus: new portrobak2014-06-225-0/+59
| | | | | | | | | | Tartarus is a new port of wrappers around common unix tools for simplified backup utility, as submitted in PR 191077 with my fixes and testing. PR: 191077 Submitted by: Juraj Lutter Reviewed by: marino (mentor), mat Approved by: marino (mentor)
* Add 4 new sed commands to USES=libtool. The first two apply some of thetijl2014-06-221-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes that Debian made to their libtool. The first command applies to libtool versions 1.4 and up. The second command is somewhat more elaborate but essentially it uses the sed hold space to move an "elif...fi" block down. It applies to 2.x. Together these reduce overlinking to unpatched .la files (from ports that don't have USES=libtool yet but also .la files in the work directory). The third and fourth command fix relinking. During staging libtool may relink libA when it links to another library in the work directory libB. The reason is that libA created during build phase has its runpath set to the location of libB in the work directory. This allows running an executable that links to libA from within the work directory. The relink removes this extra runpath. When libtool relinks libA it replaces "libB.la" on the linker command line with "-L${STAGEDIR}${PREFIX}/lib -lB" with the intention to link to libB in the stage directory but this -L flag isn't necessarily the first so another libB may be linked instead. The two sed commands make relink the same as a normal link. This means libtool will relink with libraries from the work directory using a path similar to "../srcB/.libs/libB.so" without -L flags. This applies to libtool 1.4 and up. Earlier versions don't seem to relink libraries. (This fixes ports like devel/apr1 so they link with freshly built libraries instead of installed libraries.) Fix all ports with missing libraries. Additionally: archivers/rpm4: USES=patchfix. databases/gdbm: INSTALL_TARGET=install-strip. devel/gnome-vfs: remove patch that doesn't change anything. devel/ois: INSTALL_TARGET=install-strip and use standard USE_AUTOTOOLS. devel/zziplib: INSTALL_TARGET=install-strip, MAKE_CMD. multimedia/mjpegtools: remove USE_AUTOTOOLS, use modern compiler on i386 instead of disabling optimisations. net/libnetdude: disable static plugins. PR: 190941 Exp-run: antoine Approved by: portmgr (antoine)
* - Update from 3.3 to 3.4danilo2014-06-224-23/+16
| | | | | | | | | | - Remove NEED_ROOT - Update pkg-descr Changelog: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191213#c0 PR: ports/191213 Submitted by: qjail@a1poweruser.com
* sysutils/dar: Use alternate sed argument to unbreak DragonFlymarino2014-06-211-0/+11
| | | | | | | | The new version of dar uses the gnu sed -r switch which is not recognized by DragonFly's BSD sed. Switch this to the equivalent -E switch so both FreeBSD and DragonFly are happy. Approved by: general blanket
* Remove unneeded portjpaetzel2014-06-214-44/+0
| | | | | PR: 191021 Submitted by: tigger (at) lvlworld (dot) com
* Deprecate unmaintained interactive ports for removal in 2 monthsmarino2014-06-211-0/+3
| | | | | | | | | | | | | | | | | | | Interactive ports can't be packaged which means they don't get tested weekly either. Ideally all interactive ports should be converted to regular ports. Reduce the number of these types of ports by pruning unmaintained ones first. Those wishing to pick up these ports are expected to convert them to regular ports if this can be done with reasonable effort. Ports deprecated for removal on 20 August 2014: * mail/mailagent * net/delegate * net-mgmt/nocol * print/hplip-plugin * print/xdvi * sysutils/autopsy * x11-clocks/xalarm Approved by: portmgr (bapt)
* - Update to 0.23kmoore2014-06-203-45/+5
|
* Update to 1.18.1.rakuco2014-06-202-3/+3
| | | | | PR: 191063 Submitted by: jharris@widomaker.com (maintainer)
* support stage for gcdmastersanpei2014-06-203-3/+4
|
* Correct typo... it's tar:bzip2, not tar:bz2.adamw2014-06-201-1/+1
|
* - Update to 2014.1.5 [1]culot2014-06-202-3/+4
| | | | | | | | - Adapt the minion example to pkgng [2] PR: ports/190952 Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer) [1], ohauer@ [2]
* USES=tar:...adamw2014-06-202-4/+2
|
* - Add stage supportdanilo2014-06-203-7/+17
| | | | | | | | | | | | - Update maintainer email - Add LICENSE - Update WWW while here - Convert USE_BZIP2 to USES - Fix build with clang PR: ports/191188 Submitted by: erik@bz.bzflag.bz
* - Update sysutils/rubygem-hiera to 1.3.4robak2014-06-202-4/+4
| | | | | | | - Change maintainer address to robak@freebsd.org Reviewed by: marino (mentor) Approved by: swills (mentor)
* - Update sysutils/rubygem-facter to 1.7.6robak2014-06-202-4/+4
| | | | | | | - Change maintainer address to robak@freebsd.org Reviewed by: marino (mentor) Approved by: swills (mentor)
* - Support stagingamdmi32014-06-192-24/+29
| | | | | | - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax - Switch to USES=libtool, drop .la files
* sysutils/vagrant: Update version 1.6.2 => 1.6.3marino2014-06-193-4/+15
| | | | | PR: 190630 Submitted by: maintainer (joe Benden)
* - Update to 1.11madpilot2014-06-193-12/+7
| | | | | | | | - Stagify - While here, fix patch filename PR: 190876 Submitted by: Frank Wall <fw@moov.de> (maintainer)
* sysutils/xmbmon: Fix manpage replacement errormarino2014-06-191-2/+2
| | | | | | Spotted by: takefu (airport.fm) Approved by: Muhammad Rahman PR: 185354
* Update to 3.6.0 release.cy2014-06-193-6/+13
| | | | | Submitted by: skreuze (via phabricator) Phabricator id: D243
* sysutils/xmbmon: Strip installed binarymarino2014-06-192-46/+16
| | | | | | | | | | Move installation from vendor makefile to do-install target to properly install the executables, man pages, and documentation. PR: 185354 Submitted by: takefu (airport.fm) Reworked by: maintainer (Mohammad M. Rahman) tweaked by: marino
* sysutils/froxlor: minor fixeswg2014-06-192-8/+20
| | | | | | | | | | | | - Add WANT_PHP_CLI, since froxlor cron jobs rely on the cli sapi - Add WANT_PHP_MOD due to separation of Apache PHP5 module - Use WWWGRP/WWWOWN in pkg-plist - Add option for depending on dns/bind99 - Remove superfluous NEED_ROOT - Bump PORTREVISION PR: 191102 Submitted by: maintainer
* - Add new port sysutils/pstacku using libunwind and written by kib.nox2014-06-195-0/+36
| | | | | | | | | | | | | - Add CONFLICTS with sysutils/pstack. "pstack" is a workalike for the Solaris program of the same name. Running pstack on a process produces a stack trace of each thread in that process. It's useful for finding out what wedged processes are up to, getting profiles of applications, and just satisfying one's curiosity. WWW: https://www.kib.kiev.ua/git/gitweb.cgi?p=pstacku.git;a=tree
* sysutils/dar: add gcrypt optionwg2014-06-191-3/+5
| | | | | | | - Pass maintainership to submitter PR: 191153 Submitted by: Muhammad Moinur Rahman
* support stage.sanpei2014-06-182-31/+32
|
* - Update to 2.0miwi2014-06-183-37/+31
| | | | PR: 191076
* sysutils/pstack: update 1.2 -> 1.3pi2014-06-182-12/+15
| | | | Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
* Don't expose STAGEDIR into installed binary nor .pc.ume2014-06-184-22/+66
|
* - Deprecate and set expiration date to 2014-07-17: Obsolete after migration ↵ak2014-06-181-0/+3
| | | | to Bugzilla
* - Update to 2.4.14miwi2014-06-174-18/+10
| | | | PR: 191098
* - Convert USE_BZIP2 to USESamdmi32014-06-172-9/+9
| | | | | | - Switch to USES=libtool, drop .la files Approved by: portmgr blanket
* Update to 5.19bapt2014-06-173-6/+6
| | | | | | | | | Bug fix and security fixes release: http://mx.gw.com/pipermail/file/2014/001553.html While here convert to USES=libtool With hat: portmgr
* - Stagifyriggs2014-06-174-258/+130
| | | | | | | | | | | | | - Handle user account creation via Makefile rather than pkg-install - Handle permissions and ownerships via pkg-plist - USE_* -> USES - Add LICENSE - Bump PORTREVISION PR: 190972 Submitted by: ports@encarnate.com (maintainer) Reviewed by: maintainer Approved by: maintainer, mentors (implicit)
* Remove run dependency on gcc, this is wrong [1]bapt2014-06-161-7/+2
| | | | | | While here do not print twice the pkg-message Reported by: pjd [1]
* Take maintenership of multiple ports (feld@ drop its maintenership)rodrigo2014-06-161-1/+1
| | | | | | | | | | | | | | devel/trio editors/poedit ftp/ftpsync net-mgmt/rrdbot sysutils/fusefs-gstfs textproc/smu www/p5-HTML-Template-Associate www/p5-WWW-FreeProxy Submitted by: rodrigo Approved by: bapt (mentor)