aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Add p5-Term-Size-Perl 0.029sunpoet2013-12-015-0/+40
| | | | | | | Term::Size::Perl is yet another implementation of Term::Size in pure Perl, with the exception of a C probe run on build time. WWW: http://search.cpan.org/dist/Term-Size-Perl/
* - Add p5-File-ConfigDir 0.009sunpoet2013-12-015-0/+44
| | | | | | | | | | | | | | | | | | | File::ConfigDir is a helper for installing, reading and finding configuration file locations. It's intended to work in every supported Perl5 environment and will always try to Do The Right Thing(TM). File::ConfigDir is a module to help out when perl modules (especially applications) need to read and store configuration files from more than one location. Writing user configuration is easy thanks to File::HomeDir, but what when the system administrator needs to place some global configuration or there will be system related configuration (in /etc on UNIX(TM) or $ENV{windir} on Windows(TM)) and some network configuration in nfs mapped /etc/p5-app or $ENV{ALLUSERSPROFILE} . "\\Application Data\\p5-app", respectively. File::ConfigDir has no "do what I mean" mode - it's entirely up to the user to pick the right directory for each particular application. WWW: http://search.cpan.org/dist/File-ConfigDir/
* - Update to 1.0sunpoet2013-12-012-3/+3
| | | | Changes: http://search.cpan.org/dist/Types-Serialiser/Changes
* - Update to 0.44sunpoet2013-12-013-30/+27
| | | | | | - Support STAGEDIR Changes: http://search.cpan.org/dist/MooseX-Storage/Changes
* - drop linker path to stagedirdinoex2013-12-011-0/+5
|
* - Update to 0.112sunpoet2013-12-013-4/+8
| | | | Changes: http://search.cpan.org/dist/Test-Deep/Changes
* - Update to 20131130sunpoet2013-12-012-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20131130.diff
* - update to 1.0.Alpha18.0dinoex2013-12-012-6/+7
|
* - Remove PYTHON_PY3K_PLIST_HACK, because PYDISTUTILS_AUTOPLIST is usedolivierd2013-12-011-1/+0
| | | | Reported by: mva@
* databases/spatialite_gui: update to 1.7.1wg2013-12-012-12/+12
| | | | | PR: ports/184102 Submitted by: maintainer
* - Update to 0.8.8olivierd2013-12-013-58/+6
| | | | | | - Replace pkg-plist by PYDISTUTILS_AUTOPLIST - Add PYTHON_PY3K_PLIST_HACK macro - Support STAGEDIR
* audio/xmms-timidity: swtich from CFLAGS to CXXFLAGSwg2013-12-011-3/+3
| | | | | | | | - Swtich from CFLAGS to CXXFLAGS [1] - Use new format for lib depends PR: ports/184072 [1] Submitted by: maintainer
* audio/teamspeak3-server: update to 3.0.10.1wg2013-12-012-5/+5
| | | | | PR: ports/184123 Submitted by: maintainer
* Update to 2.0.1.kwm2013-12-013-6/+8
| | | | Stagify, add license.
* lang/polyml: allow stagingwg2013-12-011-6/+4
| | | | | | | | - Allow staging - Fix build on head PR: ports/184074 Submitted by: maintainer
* devel/gdb: fix build with gcc 4.8wg2013-12-011-0/+11
| | | | | PR: ports/184119 Submitted by: maintainer
* Fix OSS Audio and enable FreeBSD 11 support in Python 3.2 and 3.1koobs2013-12-016-21/+45
| | | | | | | | | | | | | | | - Add the appropriate Python platform (plat-*) files for FreeBSD 11 - Update pkg-plist Backport a upstream change [1] removing OS major version from the check to enable the OSS Audio module in setup.py: Issue #12326: don't test the major version of sys.platform Use startswith, instead of ==, when testing sys.platform to support new platforms like Linux 3 or OpenBSD 5. [2] [1] http://hg.python.org/cpython/rev/50f1922bc1d5 [2] http://bugs.python.org/issue12326
* - Fix the usage of 'python' to get rid of the implicit lang/pythonmva2013-12-011-1/+4
| | | | | dependency - Give the port a new home at python@
* - use STAGEDIRdinoex2013-12-012-418/+339
| | | | | - use OPTIONS_SUB - use OPT_CONFIGURE_*
* Mark BROKEN.romain2013-12-011-0/+2
|
* - Pass back to ports@, since I lack the time to take care of itmva2013-12-011-2/+1
|
* lang/python32: Backport upstream kevent fixkoobs2013-12-012-15/+31
| | | | | | | | | | | | | | | | | | | | | | | | | Backport a change fixing use of kevent flags that was merged to Python default, 3.3 and 2.7 branches, but not 3.2 and 3.1 that were in security-only mode at the time of commit. [1] - Add patch: patch-Modules__selectmodule.c References: [1] Issue #11973: Fix a problem in kevent. The flags and fflags fields are now properly handled as unsigned. [#11973] http://bugs.python.org/issue11973 http://hg.python.org/cpython/rev/8345fb616cbd While I'm here: - Add LICENSE (PSFL) - Clean up, reorganise, sort & whitespace align sections PR: ports/156759 Submitted by: David Naylor <naylor.b.david@gmail.com> Reviewed by: mva
* lang/python31: Backport upstream kevent fix and use libffi from portskoobs2013-12-012-17/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport a change fixing use of kevent flags that was merged to Python default, 3.3 and 2.7 branches, but not 3.2 and 3.1 that were in security-only mode at the time of commit. [1] - Add patch: patch-Modules__selectmodule.c Based on patch by: David Naylor <naylor.b.david@gmail.com> Unconditionally use libffi from ports because the Python 3.1 branch was closed for maintenance when the import of libffi 3.0.13 took place. This fixes _ctypes module build failure on i386. [2] - Add global CONFIGURE_ARGS and LIB_DEPENDS References: [1] Issue #11973: Fix a problem in kevent. The flags and fflags fields are now properly handled as unsigned. [#11973] http://bugs.python.org/issue11973 http://hg.python.org/cpython/rev/8345fb616cbd [2] Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This specifically addresses a stack misalignment issue on x86 and issues on some more recent platforms. [#17192] http://bugs.python.org/issue17192 http://hg.python.org/cpython/rev/a94b3b4599f1 http://hg.python.org/cpython/rev/688bc0b44d96 While I'm here: - Add LICENSE (PSFL) - Clean up & whitespace alignment PR: ports/156759 [1] Reviewed by: mva
* Enable stage support; no functional changesjohans2013-12-011-7/+7
|
* Revert part of previous commit, old pkg_create is unable to create aantoine2013-12-011-1/+1
| | | | | | package if it can't resolve prefix Submitted by: Craig Leres (maintainer)
* - Fix packaging with pkgng: create empty dirs to be packed in STAGEDIRantoine2013-12-011-4/+6
| | | | | | | | | | - Fix build on FreeBSD 8: depend on libmagic ABI version from ports - While here, use new LIB_DEPENDS syntax PR: ports/184194 PR: ports/184381 Submitted by: Craig Leres (maintainer) Reported by: Mark Martinec and pkg-fallout
* - Update to 2.8.6antoine2013-12-012-25/+14
| | | | | | | | | - gmake not needed - Stage support - use OPTIONS helpers PR: ports/184350 Submitted by: Takashi Kato (maintainer)
* - fix default dictionary filedinoex2013-12-012-5/+12
|
* Fix build failure caused by defining NO_PROFILE in src.conf.trasz2013-12-011-4/+1
| | | | | | Discussed with: se PR: ports/182864, ports/184094 Sponsored by: The FreeBSD Foundation
* - Update from 4.6.39 to 5.3.59danilo2013-12-016-34/+65
| | | | | | | | | | - Add stage support while here - Convert USE_DOS2UNIX to USES - Add pkgconfig and gtk20 as dependencies PR: ports/184398 Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
* - Mark BROKENwen2013-12-011-2/+4
| | | | - Reset maintainer to ports@
* Someone should take this port and make it work with pkgng.eadler2013-12-011-1/+1
|
* - Fix build on headwen2013-12-011-0/+1
|
* - Update to 1.2gblach2013-12-012-4/+4
|
* Now that x11-toolkits/linux-f10-gtk is gone, remove its definition.rene2013-12-011-6/+1
|
* Remove expired ports:rene2013-12-0198-3007/+16
| | | | | | | | | | | | | | | | | | | 2013-12-01 x11-fm/xnc: Latest release from 2005, upstream disappeared, does not build 2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang 2013-12-01 net-im/tapioca-qt: Unmaintained upstream since 2007, not used by anything 2013-12-01 net-im/telepathy-qt: Unmaintained upstream since 2007, use net-im/telepathy-qt4 2013-12-01 x11-toolkits/linux-f10-gtk: GTK1 is deprecated 2013-12-01 net-im/linux-ymessenger: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-mesagpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-xgl2gpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-peops-softgpu: Depends on deprecated Linux GTK1 2013-12-01 finance/eqonomize-kde4: No upstream releases since 2008, does not build on FreeBSD 10 and 11 2013-12-01 comms/uhso-kmod: included in base system on all supported releases 2013-12-01 deskutils/ecru: No longer maintained upstream 2013-12-01 editors/gphpedit: No longer maintaned upstream 2013-12-01 irc/inspircd12: No upstream support; known vulnerable. Please use irc/inspircd 2013-12-01 graphics/py-clutter: Broken for more than 6 month 2013-12-01 graphics/py-clutter-gtk: depends on expired graphics/py-clutter
* - Remove OPTIONS_DEFAULTnemysis2013-12-012-6/+6
| | | | | | | - Change typo audio/linux-f10-alsa-li to audio/linux-f10-alsa-lib - Change WWW Approved by: pawel / wg (mentors, implicit)
* - Update to 0.5.1nemysis2013-12-012-6/+5
| | | | | | - USES gmake instead of USE_GMAKE Approved by: pawel / wg (mentors, implicit)
* - Update to 0.6.0cs2013-12-015-6/+31
| | | | - Support staging
* - Change maintainer email to @FreeBSD.orgnemysis2013-12-011-10/+4
| | | | | | | - USES gmake instead of USE_GMAKE - Support STAGEDIR Approved by: pawel / wg (mentors, implicit)
* Stagingcs2013-12-012-3/+3
|
* Take maintainershipcs2013-12-011-1/+1
|
* - Remove implicit lang/python dependencynivit2013-12-013-0/+13
| | | | Required by: python (via mva)
* Update net/bird,net/bird6 to 1.4.0melifaro2013-12-0116-711/+29
| | | | | | Fix simultaneous building for firewall/aggregator protocols. Reviewed by: az
* - Fix shebangsunpoet2013-12-012-7/+6
| | | | | | - Merge post-install: to do-install: - Rename patch file - Support STAGEDIR
* - Update to 6.84sunpoet2013-12-012-3/+3
| | | | Changes: http://search.cpan.org/dist/ExtUtils-MakeMaker/Changes
* - Fix USE_PYTHONsunpoet2013-12-012-28/+2
| | | | - Use PYDISTUTILS_AUTOPLIST
* - Change maintainer email to @FreeBSD.orgnemysis2013-12-011-8/+19
| | | | | | | | | - Change license GPLv2 to BSD - USES gmake instead of USE_GMAKE - Add DOCS and Option - Add Desktop entry file Approved by: pawel / wg (mentors, implicit)
* - Add LICENSEsunpoet2013-12-013-166/+98
| | | | | | | | | | | | | - Sort OPTIONS - Convert to new options helper - Fix shebang - Reword pre-fetch: message and change variables: - Change CERTFILE to TLS_CERTFILE - Change WITH_LANG to LANG - Support STAGEDIR - Simplify Makefile - Cosmetic change - Reformat pkg-descr
* - Fix file permissionsunpoet2013-12-011-0/+1
|
* - Update to 0.4.0sunpoet2013-12-012-11/+11
| | | | | | - Add LICENSE Changes: https://github.com/pauldix/feedzirra/blob/master/CHANGELOG.md
* - Update to 0.2.1sunpoet2013-12-012-6/+8
| | | | | | | - Add LICENSE Changes: https://github.com/pauldix/sax-machine/blob/master/HISTORY.md https://github.com/pauldix/sax-machine/commits/master
* - Update to 0.8.5sunpoet2013-12-012-6/+6
| | | | | | - Use LIB_DEPENDS Changes: https://github.com/taf2/curb/commits/master
* - Support STAGEDIRlwhsu2013-12-011-1/+0
| | | | | | PR: ports/184397 Submitted by: lwhsu Approved by: maintainer
* - Change master sites, add iconnemysis2013-12-014-31/+154
| | | | | | | | | | | | - Change maintainer email to @FreeBSD.org - Remove dependency for graphics/netpbm - Change USE_PYTHON=yes to USE_PYTHON=2.7 - Use pkg-plist instead of PLIST_FILES, PLIST_DIRS and PORTDATA - Support STAGEDIR - Add DOCS Option - Change files/tuxfighter.in Approved by: pawel / wg (mentors, implicit)
* Unbreak packaging after staging this port.kwm2013-12-011-3/+4
| | | | I'm not sure how this snuck by testing.
* multimedia/vlc: USE_GL only if X11 is enabledwg2013-12-011-2/+2
| | | | Submitted by: olgeni
* - Use PYDISTUTILS_AUTOPLISTsunpoet2013-12-012-324/+2
| | | | - Use PORTEXAMPLES
* * Update devel/py-bcdoc to 0.12.0alexey2013-12-016-12/+11
| | | | | | | * Update devel/py-botocore to 0.26.0 * Update devel/awscli to 1.2.6 Approved by: wg (mentor)
* net/liveMedia: fix plistwg2013-12-011-0/+1
|
* - Support STAGEDIRlwhsu2013-12-011-1/+0
|
* - Add LICENSEsunpoet2013-12-011-1/+2
| | | | - Remove contiguous blank lines
* - Add LICENSEsunpoet2013-12-011-1/+2
| | | | - Remove contiguous blank lines
* - Add LICENSEsunpoet2013-12-011-1/+2
| | | | - Remove contiguous blank lines
* - Update to 4.0.1sunpoet2013-12-012-7/+7
| | | | | | | - Add LICENSE - Move PKGNAMESUFFIX upward Changes: https://github.com/rails/rails/blob/v4.0.1/activesupport/CHANGELOG.md
* - Update to 4.0.1sunpoet2013-12-012-7/+7
| | | | | | | | - Add LICENSE - Move PKGNAMESUFFIX upward - Remove contiguous blank line Changes: https://github.com/rails/rails/blob/v4.0.1/actionpack/CHANGELOG.md
* - Update to 2.37.0sunpoet2013-12-012-5/+7
| | | | | | - Add LICENSE Changes: https://code.google.com/p/selenium/source/list
* - Update to 1.4.0sunpoet2013-12-012-6/+9
| | | | | | | | - Add LICENSE - Remove leading indefinite article from COMMENT - Support STAGEDIR Changes: https://github.com/jruby/warbler/blob/master/History.txt
* - Update to 1.1.0sunpoet2013-12-012-3/+3
| | | | Changes: https://github.com/rubyzip/rubyzip/blob/master/Changelog.md
* - Add LICENSEsunpoet2013-12-011-0/+3
|
* - Convert to new options helpersunpoet2013-12-011-14/+4
|
* - Add LICENSEsunpoet2013-12-011-2/+4
| | | | - Sort RUN_DEPENDS and update minimal version requirement
* - Update to 1.8.1sunpoet2013-12-012-10/+4
| | | | | | - Remove outdated RUBY_VER check Changes: https://github.com/flori/json/blob/master/CHANGES
* - Add LICENSEsunpoet2013-12-011-0/+2
|
* - Update to 0.12.0sunpoet2013-12-012-4/+6
| | | | | | - Add LICENSE Changes: https://github.com/jnunemaker/httparty/commits/master
* - Update to 1.7.1sunpoet2013-12-012-3/+3
| | | | Changes: https://github.com/geokit/geokit/blob/master/CHANGELOG.md
* net/py-pynsq: Add LICENSEkoobs2013-12-011-0/+2
| | | | | | - Add LICENSE (MIT), thanks Matt! [1] [1] https://github.com/bitly/pynsq/issues/56
* - Use PYDISTUTILS_AUTOPLISTsunpoet2013-12-012-58/+2
| | | | | - Support STAGEDIR - Cleanup Makefile
* security/py-oauthlib: Update to 0.6.0koobs2013-12-013-127/+6
| | | | | | | | | | - Update to 0.6.0 - Enable STAGE support - Enable AUTOPLIST, delete pkg-plist Changes: https://github.com/idan/oauthlib/tree/0.6.0#changelog
* - Seems this uses more than one LICENSE: (BSD MIT AL2) [1]nox2013-12-011-2/+5
| | | | | | | | - Add rtmpdump to RUN_DEPENDS. [1] - Bump PORTREVISION. PR: ports/182791 (independet port that I missed, sorry) [1] Submitted by: Jan Henrik Sylvester <me@janh.de> [1]
* net/py-twitter-tools: Update to 1.10.2koobs2013-12-013-72/+7
| | | | | | | | | | | - Update to 1.10.2 - Enable STAGE support - Enable AUTOPLIST support, delete pkg-plist - Re-order while i'm here Changes: https://github.com/sixohsix/twitter/commits/twitter-1.10.2
* net/liveMedia: update to 2013.11.29wg2013-12-012-5/+5
| | | | | | - Update to 2013.11.29 - Put the distfile in my LOCAL distfiles as it will get removed in upstream - Pass maintainership to multimedia
* * Update to 0.24alexey2013-12-012-4/+3
| | | | | | * STAGE support Approved by: wg (mentor)
* Take care of whatis database.mat2013-12-018-4/+20
| | | | | | | | - remove on deinstall - create on install PR: ports/184164 Submitted by: Tatsuki Makino
* - Update to version 2.14pawel2013-12-013-34/+20
| | | | | | | | | | | | | | | - Fix LDAP support - Add STATIC option, builds static version of library - Update MASTER_SITES and WWW While I'm here: - Switch to new LIB_DEPENDS format - Use options helpers - Allow staging - Don't show pkg-message twice PR: ports/184183 Submitted by: maintainer
* net/py-pynsq: Update to 0.5.1koobs2013-12-014-92/+7
| | | | | | | | | | | | - Update to 0.5.1 - Enable STAGE support - Enable AUTOPLIST, delete pkg-plist - Sort USE_* and GH_* sections - Remove upstreamed setup.py patch and post-patch: target Changes: https://github.com/bitly/pynsq/blob/v0.5.1/ChangeLog.md
* Add staging support.cy2013-12-011-10/+6
| | | | | PR: 184372 Submitted by: skreuzer
* math/py-graphillion: Update to 0.94koobs2013-11-303-33/+5
| | | | | | | | | | - Update to 0.94 - Enable STAGE suport - Enable AUTOPLIST, delete pkg-plist Changes: https://github.com/takemaru/graphillion/commits/v0.94
* - Update WWW line (do not touch PORTREVISION).vsevolod2013-11-301-1/+1
| | | | Submitted by: Kurt Jaeger <pi at opsec.eu>
* devel/py-rauth: Update to 0.6.2koobs2013-11-303-42/+16
| | | | | | | | | | | | | - Update to 0.6.2 - Enable STAGE support, delete pkg-plist - Enable AUTOPLIST support - Update RUN_DEPENDS minimum version for requests - Re-order *_DEPENDS and USE_* sections - Add pycrypto to TEST_DEPENDS Changes: https://github.com/litl/rauth/blob/0.6.2/CHANGELOG
* - Update to 1.6.1sunpoet2013-11-302-5/+7
| | | | | | - Add LICENSE Changes: https://github.com/benprew/pony#releases
* - Move audio/rubygem-ogginfo to audio/rubygem-ruby-ogginfosunpoet2013-11-301-0/+1
|
* - Respect upstream naming: rename rubygem-ogginfo to rubygem-ruby-ogginfosunpoet2013-11-305-7/+8
| | | | | | | | - Update to 0.7.2 - Add LICENSE - Remove leading indefinite article from COMMENT Changes: https://github.com/moumar/ruby-ogginfo/blob/master/History.txt
* - Update to 0.133330sunpoet2013-11-302-6/+10
| | | | | | | - Add LICENSE - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Crypt-PBKDF2/Changes
* devel/py-pygithub: Update to 1.21.0koobs2013-11-305-344/+18
| | | | | | | | | | | | | | | - Update to 1.21.0 - Enable STAGE support, delete pkg-plist acordingly - Enable AUTOPLIST - Switch to setuptools - Remove USE_ZIP, distribution file is now tar.gz - pkg-descr: Update WWW: URL - pkg-descr: Tab->space in WWW: - Repatch setup.py Changes: http://jacquev6.github.io/PyGithub/changes.html
* * Specify phase in which to use Perl.alexey2013-11-301-1/+3
| | | | | Approved by: wg (mentor) Reported by: az
* - Upgrade to 1.3.18.thierry2013-11-306-98/+47
| | | | | | | | - Since I'm there, pet portlint and stagify. PR: ports/183821 Submitted by: /me Approved by: maintainer's time-out
* graphics/libgaiagraphics: update to 0.5wg2013-11-303-19/+14
| | | | | | | | | | - Update to 0.5 - Allow staging - Convert lib depends to new format - Use space in WWW PR: ports/184101 Submitted by: maintainer
* databases/spatialite: enable libxml2wg2013-11-301-12/+7
| | | | | | | | - Enable libxml2 - USES pathfix pkgconfig PR: ports/184099 Submitted by: maintainer
* databases/py-redis: Update to 2.8.0koobs2013-11-303-33/+6
| | | | | | | | | | | | | | | | | | | - Update to 2.8.0 - Enable STAGE support - Enable AUTOPLIST and delete pkg-plist accordingly - Tweak HIREDIS option description Changes: * redis-py should play better with gevent when a gevent Timeout is raised. * Added SENTINEL command. * Fixed a bug where pipelines could potentially correct a connection if the MULTI command generated a ResponseError. * Connections now call socket.shutdown() prior to socket.close() to ensure communication ends immediately per the note at http://docs.python.org/2/library/socket.html#socket.socket.close * Lock checks are now based on floats rather than ints.
* - Update to 1.56sunpoet2013-11-303-7/+5
| | | | | | | | | - Support STAGEDIR Changes: http://search.cpan.org/dist/YAML-Tiny/Changes PR: ports/184388 Submitted by: sunpoet (myself) Approved by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
* - Mark BROKENwen2013-11-301-0/+2
|
* * Unbreak build after r334225.alexey2013-11-301-19/+9
| | | | * STAGE support.
* Fix build on 10.X and later.hrs2013-11-301-0/+539
| | | | | Submitted by: Yoshihiko Sarumaru (maintainer) PR: ports/183590
* - Add DOCS Optionnemysis2013-11-301-1/+1
| | | | Approved by: pawel / wg (mentors, implicit)
* An Open-Source Tower Defense Game developed with Python and Pygame.nemysis2013-11-306-0/+246
| | | | | | | | WWW: http://phelerox.wordpress.com/programming/pytowerdefense/ PR: ports/171391 Submitted by: nemysis (self) Approved by: wg (mentor)
* Python Sudoku is a text and graphical program (gtk interface) to create ornemysis2013-11-305-0/+139
| | | | | | | | | | | resolve sudokus. It can also print a sudoku (1 or 4 sudokus in each page) and write an image (png, jpeg, etc) with a sudoku. WWW: http://pythonsudoku.sourceforge.net/ PR: ports/171332 Submitted by: nemysis (self) Approved by: wg (mentor)
* devel/py-tox: Use PYTHON_VER (x.y) not PYTHON_REL (xyz) for version checkkoobs2013-11-301-1/+1
|
* Update to r43251 of the FreeBSD docset (this will be the 10.0-R versionblackend2013-11-307-12/+7
| | | | | | of the docset). Approved by: doceng (implicit)
* games/jfk: fix build with clangwg2013-11-303-1/+37
| | | | | PR: ports/184244 Submitted by: KATO Tsuguru <tkato432 yahoo.com>
* math/tvmet: fix build with clangwg2013-11-302-14/+17
| | | | | | | | | | - Fix build with clang - Add LICENSE (LGPL21) - USES gmake - Allow staging PR: ports/184240 Submitted by: KATO Tsuguru <tkato432 yahoo.com>
* Remove expired port:rene2013-11-3012-705/+1
| | | | 2013-11-30 audio/gnump3d: Development has been abandoned upstream
* - Unbreak the build on 10.x and newer, which provides pipe2()mva2013-11-301-0/+4
| | | | | | | This relates to http://bugs.python.org/issue12852 PR: ports/184140 Submitted by: Yuta Sato <nigoro.gentoo@0x100.com>
* Update from 4.0.25 to 4.0.26:osa2013-11-308-13/+13
| | | | | | | | | | | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. <ChangeLog> * Introduced the `PassengerBufferUpload` option for Apache. This option allows one to disable upload buffering, e.g. in order to be able to track upload progress. * [Nginx] The `HTTPS` variable is now set correctly for HTTPS connections, even without setting `ssl on`. Fixes issue #401. * [Standalone] It is now possible to listen on both a normal HTTP and an HTTPS port. * [Enterprise] The `passenger-status` tool now displays rolling restart status. </ChangeLog>
* - Fix PLISTsunpoet2013-11-301-1/+8
| | | | Notified by: az
* - Use PORTDOCS and PORTEXAMPLESsunpoet2013-11-302-214/+4
| | | | - Simplify Makefile
* - Use PORTDOCS and PORTEXAMPLESsunpoet2013-11-302-35/+4
| | | | - Simplify Makefile
* - Simplify Makefilesunpoet2013-11-301-4/+0
|
* Update to version 2.2.4pawel2013-11-302-4/+3
|
* - Use PYDISTUTILS_AUTOPLISTsunpoet2013-11-302-39/+3
| | | | | - Use PORTDOCS - Simplify Makefile
* - Add py-django-simple-captcha 0.3.8sunpoet2013-11-305-0/+139
| | | | | | | | | | | | | | | | | - While I'm here: - Cleanup Makefile header - Update to 0.4.0 - Use CHEESESHOP - Reformat pkg-descr - Add missing WWW: in pkg-descr Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form. WWW: https://pypi.python.org/pypi/django-simple-captcha PR: ports/180422 Submitted by: John Hixson <john@ixsystems.com>
* - Update to 3.2.1sunpoet2013-11-303-183/+10
| | | | | | | | | - Support STAGEDIR - While I'm here, convert to new options helper Changes: https://pypi.python.org/pypi/keyring#changes PR: ports/184270 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
* - Change Makefile headernemysis2013-11-301-15/+18
| | | | | | | | | - Change maintainer email to @FreeBSD.org - USES gmake instead of USE_GMAKE - Support STAGEDIR - Add DOCS Option Approved by: pawel / wg (mentors, implicit)
* - Use PYDISTUTILS_AUTOPLISTsunpoet2013-11-302-37/+1
| | | | Suggested by: mva
* - Use PYDISTUTILS_AUTOPLISTsunpoet2013-11-302-54/+1
| | | | Suggested by: mva
* - Add p5-Types-Path-Tiny 0.005sunpoet2013-11-305-0/+43
| | | | | | | | | | | | Types::Path::Tiny provides Path::Tiny types for Moose, Moo, etc. It handles two important types of coercion: - coercing objects with overloaded stringification - coercing to absolute paths It also can check to ensure that files or directories exist. WWW: http://search.cpan.org/dist/Types-Path-Tiny/
* - Fix build with clang [1]ak2013-11-303-57/+56
| | | | | | | | | | | - Improve options description [1] - Update maintainer email [1] - Support STAGEDIR - Convert to new LIB_DEPENDS syntax - Convert to options helpers when possible PR: ports/184290 (based on) [1] Submitted by: Benjamin Lutz <mail@maxlor.com> (maintainer) [1]
* - use STAGEDIRdinoex2013-11-301-24/+27
| | | | - use OPTIONS_DEFINE
* - use STAGEDIRdinoex2013-11-302-11/+21
|
* devel/py-tox: Only depend on py-argparse with Python 2.6, 3.0 and 3.1koobs2013-11-302-52/+2
| | | | | | | | | | | | | The argparse module is part of the standard library in 2.7 and 3.2 onward. Until this change, argparse has been incorrectly depended on for users running Python 2.7. - Update conditional expression in RUN_DEPENDS for argparse While I'm here: - Enable STAGE support - Enable AUTOPLIST, remove pkg-plist accordingly
* . Make PORTNAME nethack33 rather than using nethack and relying onglewis2013-11-301-8/+9
| | | | | | | | LATEST_LINK to provide differentiation. This makes the package name unique. . Minor portlint petting. Requested by: bapt@
* . Make PORTNAME nethack32 rather than using nethack and relying onglewis2013-11-301-8/+8
| | | | | | | LATEST_LINK to provide differentiation. This makes the package name unique. Requested by: bapt@
* Update audio/clementine-player to 1.2.0sbruno2013-11-3013-139/+702
| | | | | | This now works on 11-current PR: ports/178687
* - Update to 1.0.5wen2013-11-303-21/+12
| | | | - Support stage
* - Update to 1.5.45vsevolod2013-11-302-15/+21
| | | | | | - Use github master site. - Fix staging. - Update LIB_DEPENDS style.
* Address some of the nonsense seen in audio/clementine-player as the code insbruno2013-11-301-0/+5
| | | | | | | this port ends up generating libraries and code that just don't link correctly. PR: ports/178687
* Address some of the nonsense seen in audio/clementine-player as the code insbruno2013-11-301-0/+5
| | | | | | | this port ends up generating libraries and code that just don't link correctly. PR: ports/178687
* Fix the v4l2 GST plugin name. The gst_v4l2 is the port module name, not themarcus2013-11-301-1/+1
| | | | | | user-facing module name. Reminded by: kwm
* - Update from 0.79 to 0.80danilo2013-11-303-18/+13
| | | | | | - Take maintainership - Add LICENSE - Add stage support
* - Update from 2.3.0a4 to 2.3.2a3danilo2013-11-302-3/+3
| | | | | PR: ports/184358 Submitted by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
* - Strip shared librarysunpoet2013-11-301-3/+4
| | | | | | | - Fix packaging with pkgng [1] - Cleanup Makefile Reported by: pkg-fallout [1]
* Add firstboot-pkgs:cperciva2013-11-304-0/+76
| | | | | | | | | | When the system first boots, install the pkg(8) tools (if not already installed) and packages listed in the $firstboot_pkgs_list rc.conf variable. Obviously, this port is not useful after a system is already running; it is intended to be included as part of the installation or disk image building process.
* - New port net/openmpi-devel. Version 1.7 of Open MPI.danilo2013-11-306-0/+985
| | | | | | | | Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. A completely new MPI-2 compliant implementation, Open MPI offers advantages for system and software vendors, application developers and computer science researchers.
* - Update to 3.0.2.1sunpoet2013-11-302-4/+5
| | | | | | | - Add LICENSE - Remove contiguous blank lines Changes: https://github.com/thomas-mcdonald/bootstrap-sass/blob/master/CHANGELOG.md
* - Fix RUN_DEPENDSsunpoet2013-11-301-4/+1
| | | | - Bump PORTREVISION for dependency change
* - Add LICENSEsunpoet2013-11-301-5/+8
| | | | | - Fix RUN_DEPENDS - Bump PORTREVISION for dependency change
* - Add LICENSEsunpoet2013-11-301-4/+6
| | | | - Sort RUN_DEPENDS
* - Update to 3.2.12sunpoet2013-11-302-5/+7
| | | | | | - Add LICENSE Changes: http://sass-lang.com/documentation/file.SASS_CHANGELOG.html
* - Update to 1.6.20sunpoet2013-11-302-3/+5
| | | | | | - Add LICENSE Changes: https://github.com/JEG2/highline/blob/master/CHANGELOG
* - Use PYTHON_PY3K_PLIST_HACKsunpoet2013-11-301-0/+1
|
* - Use PYTHON_PY3K_PLIST_HACKsunpoet2013-11-301-0/+1
|
* - Change Makefile headernemysis2013-11-304-29/+30
| | | | | | | | | | | | - Change master sites - Change maintainer email to @FreeBSD.org - Support STAGEDIR - Add build - Change files/tuxfighter.in - Change pkg-message - Change pkg-plist, remove mtree Approved by: pawel / wg (mentors, implicit)
* - Update to 8.6.9sunpoet2013-11-305-114/+24
| | | | | | - Use REINPLACE_CMD instead of patch files Changes: http://www.methods.co.nz/asciidoc/CHANGELOG.html
* - Document the removal of lang/ruby-referencesunpoet2013-11-301-0/+1
|
* - Remove ruby-referencesunpoet2013-11-305-91/+0
| | | | | PR: ports/183827 Submitted by: Clutton <clutton@zoho.com>
* - Add LICENSEsunpoet2013-11-301-0/+2
|
* - update MASTER_SITESdinoex2013-11-301-2/+2
|
* - Add LICENSEsunpoet2013-11-301-0/+2
|
* - Add LICENSEsunpoet2013-11-301-0/+2
|
* - Add LICENSEsunpoet2013-11-301-0/+2
|
* - Add LICENSEsunpoet2013-11-301-0/+2
|
* - Add LICENSEsunpoet2013-11-301-0/+2
|
* - Add LICENSEsunpoet2013-11-301-0/+2
|
* - Add LICENSEsunpoet2013-11-301-0/+2
|
* - Add LICENSEsunpoet2013-11-301-0/+2
|
* - Add LICENSEsunpoet2013-11-301-0/+2
|
* - Add LICENSEsunpoet2013-11-302-1/+4
| | | | - Update GitHub repository link
* - Add LICENSEsunpoet2013-11-301-0/+2
|
* - Add LICENSEsunpoet2013-11-301-0/+2
|
* - Add LICENSEsunpoet2013-11-301-0/+2
|
* - Add LICENSEsunpoet2013-11-301-0/+2
|
* Add multimedia/livestreamer:nox2013-11-304-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | Livestreamer is a Command Line Interface that pipes video streams from various services into a video player, such as VLC. The main purpose of Livestreamer is to allow the user to avoid buggy and CPU heavy flash plugins but still be able to enjoy various streamed content. Livestreamer is built upon a plugin system which allows support for new services to be easily added. Currently most of the big streaming services are supported, such as: Dailymotion Livestream Twitch/Justin.tv YouTube Live UStream Example use: $ livestreamer twitch.tv/day9tv best [cli][info] Found matching plugin justintv for URL twitch.tv/day9tv [cli][info] Opening stream: 720p [cli][info] Starting player: vlc WWW: https://github.com/chrippa/livestreamer
* - This actually needs devel/py-singledispatch at runtime so add thatnox2013-11-301-1/+3
| | | | | | | | to RUN_DEPENDS. - Bump PORTREVISION. - Pet portlint. Approved by: wg (maintainer)
* Add devel/py-singledispatch:nox2013-11-304-0/+32
| | | | | | | | | | | | | This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3. PEP 443 proposed to expose a mechanism in the functools standard library module in Python 3.4 that provides a simple form of generic programming known as single-dispatch generic functions. This library is a backport of this functionality to Python 2.6 - 3.3. WWW: https://pypi.python.org/pypi/singledispatch
* - Add py-pdfminersunpoet2013-11-305-0/+109
| | | | | | | | | | | | | | | | | - While I'm here, update to 20131113 PDFMiner is a tool for extracting information from PDF documents. Unlike other PDF-related tools, it focuses entirely on getting and analyzing text data. PDFMiner allows to obtain the exact location of texts in a page, as well as other information such as fonts or lines. It includes a PDF converter that can transform PDF files into other text formats (such as HTML). It has an extensible PDF parser that can be used for other purposes instead of text analysis. WWW: http://www.unixuser.org/~euske/python/pdfminer/index.html PR: ports/181992 Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com>
* - use STAGEDIRdinoex2013-11-303-19/+9
|
* - use STAGEDIRdinoex2013-11-304-68/+41
| | | | - use USE_DOS2UNIX
* - Build and install libaria2sunpoet2013-11-302-3/+15
| | | | | - Strip shared library - Bump PORTREVISION for package change
* - Fix shebangsunpoet2013-11-301-0/+1
| | | | Notified by: mva
* - Fix build with clangsunpoet2013-11-301-0/+11
| | | | | | PR: ports/184360 Submitted by: amdmi3 Approved by: Frank Altpeter <frank@altpeter.de> (maintainer)
* - Update to 1.3.8sunpoet2013-11-302-7/+7
| | | | | | | | | | | - While I'm here: - Add LICENSE - Convert to new LIB_DEPENDS format - Cosmetic change Changes: https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc PR: ports/182276 Submitted by: Matthias Petermann <matthias@petermann-it.de>
* - Update to 1.8.8sunpoet2013-11-303-50/+6
| | | | | | | | - Support STAGEDIR Changes: https://github.com/technicalpickles/jeweler/blob/master/ChangeLog.markdown PR: ports/183145 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
* ports-mgmt/pkg*: Prepare for alternative PORTSDIR supportmarino2013-11-304-0/+78
| | | | | | | | | | With the PKG_PORTSDIR make argument set, Release 1.2.2 will properly build pkg when PORTSDIR doesn't equal the default /usr/ports, as is the standard case with DragonFly. Additionally, pkg(8) and pkg-static(8) man pages are conditionally edited to remove references to the -j option when libjail isn't found on the system. This extra-patch should never be used on FreeBSD.
* - Add updating remindermakc2013-11-301-0/+2
| | | | Approved by: nox (maintainer)
* - Fix the usage of 'python' to get rid of the implicit lang/pythonmva2013-11-301-1/+5
| | | | | | dependency Approved by: gnn@ (maintainer)
* - Update to 2.15sunpoet2013-11-302-14/+10
| | | | | | | | - Add LICENSE - Fix *_DEPENDS - Remove regression-test: Changes: http://search.cpan.org/dist/GraphViz/Changes
* - Update to 0.23sunpoet2013-11-303-6/+6
| | | | | | | | | | - Add TEST_DEPENDS - Support STAGEDIR Changes: http://search.cpan.org/dist/Capture-Tiny/Changes PR: ports/184185 Submitted by: sunpoet (myself) Approved by: Bill Brinzer <bill.brinzer@gmail.com> (maintainer)
* - Update to 8.07.07sunpoet2013-11-302-21/+11
| | | | | | | | | | | - Support STAGEDIR - While I'm here: - Hack MASTER_SITES to remove unnecessary pre-fetch: - Add MEGACLI_ARCH to simplify ARCH manipulation PR: ports/184365 Submitted by: Takefu <takefu@airport.fm> Approved by: Venom <samflanker@gmail.com> (maintainer)
* - Fix plist and introduce XINE_PLUGINSDIR variable for the problem dir.nox2013-11-302-5/+8
| | | | - Bump PORTREVISION.
* - Update to 0.1.3sunpoet2013-11-302-12/+12
| | | | | | | | | | | | | - Move LICENSE upward - Add USE_LDCONFIG - Pass maintainership to submitter - While I'm here: - Use USES=pathfix - Strip shared library Changes: https://github.com/mstorsjo/fdk-aac/blob/master/ChangeLog PR: ports/184351 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Update to 0.17sunpoet2013-11-302-4/+5
| | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Net-DNS-SEC/Changes
* - Update to 0.73sunpoet2013-11-302-25/+12
| | | | | | | | - Add LICENSE - Convert to new options helper - Remove DOCS Changes: http://search.cpan.org/dist/Net-DNS/Changes
* - Update to 1.965sunpoet2013-11-302-4/+10
| | | | Changes: http://search.cpan.org/dist/Redis/Changes
* - Update to 0.102364sunpoet2013-11-303-22/+23
| | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Pod-Elemental/Changes
* - Update to 0.05sunpoet2013-11-302-4/+4
| | | | | | - Remove "very" from COMMENT Changes: http://search.cpan.org/dist/Test-TinyMocker/Changes
* - Update to 0.039sunpoet2013-11-302-3/+3
| | | | Changes: http://search.cpan.org/dist/HTTP-Tiny/Changes
* - Update to 1.9.66sunpoet2013-11-302-3/+3
| | | | | Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/ChangeLog http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
* - Fix PLISTsunpoet2013-11-302-0/+31
| | | | - Bump PORTREVISION for package change
* - Change Makefile headernemysis2013-11-303-57/+23
| | | | | | | | | | | - Change maintainer email to @FreeBSD.org - USES shared-mime-info instead of misc/shared-mime-info - Add DOCS Option - Support STAGEDIR and add OPTIONS_SUB - Use REINPLACE_CMD instead of simple patches - Change pkg-plist, remove mtree Approved by: pawel / wg (mentors, implicit)
* sysutils/ansible: Update to 1.4.1koobs2013-11-302-3/+3
| | | | | PR: ports/184373 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
* Fixup makeplist for directories.mat2013-11-301-1/+1
| | | | | | | | | | | Without, it'll generate : @dirrmtry %%PORTDOCS%%%%DOCSDIR%% With : %%PORTDOCS%%@dirrmtry %%DOCSDIR%% PR: ports/184287 Submitted by: mat Approved by: bapt
* Always install DOCS so that we don't parse bsd.port.mk twice, fixup stupid makemat2013-11-302-5/+1
| | | | makeplist.
* - Use CONFIGURE_FAIL_MESSAGE instead of pre-configure: because nobody ↵sunpoet2013-11-291-9/+1
| | | | scrolls up to read the message
* Updated port to pdftk-2.02mat2013-11-295-132/+25
| | | | | | | | | | | | | | | | | | | | Changes: - Removed LOCAL master site, no distfile there obviously - Moved USE_ZIP after BUILD_DEPENDS due to portlint warning - Added LICENSE due to portlint warning - Added LIB_DEPENDS. Libraries provided by gcc required to run the binary, but gcc is registered only as build dependency. Removing the gcc after installation of pdftk is permitted but breaks pdftk - The port doesn't install any shared libraries, so there's no point in USE_LDCONFIG - Changed PLIST_FILES and removed MAN1 to support staging - Removed ancient comment (mentioned gcc and FreeBSD versions are deprecated long ago) - Prepended STAGEDIR before PREFIX to support staging - Corrected patch-pdftk__Makefile.Base to support new version - REMOVED FILE file/patch-pdftk__Makefile.FreeBSD (is now provided by upstream) - REMOVED FILE file/patch-java__Makefile (patch included by upstream) maintainer timeout. PR: ports/183578 Submitted by: Kozlov Sergey
* Convert to new options framekwork.mat2013-11-291-38/+16
| | | | | | | maintainer timeout. PR: ports/183955 Submitted by: mat
* Bump PORTREVISION as voice/video support is in the default OPTIONS set.marcus2013-11-291-1/+1
| | | | Reminded by: mat
* devel/yasm-devel: Copy devel/yasm and update to 1.2.0.29 [NEW PORT]koobs2013-11-295-0/+94
| | | | | | | | | | | | | | | - Update to 1.2.0.29 (g87c0) - Enable STAGE support - Update pkg-plist - Adjust MASTER_SITES and MASTER_SITE_SUBDIR to suit snapshots - Add -devel PKGNAMESUFFIX - Remove indefinite article from and update COMMENT for uniqueness - Update MAINTAINER - Add NLS and DEBUG options - Remove custom INSTALL_TARGET - Remove MAN* macros - Add regression-test: target - Update pkg-descr
* - Remove superfluous INSTALL_TARGETmakc2013-11-291-1/+0
|
* Allow a user non belonging to whell to create a packagebapt2013-11-291-0/+7
|
* - fix paths to pass make packagedanger2013-11-291-2/+2
| | | | Approved by: mat
* Convert to staging.mat2013-11-291-11/+11
|
* - update to 2.2.1danger2013-11-298-144/+132
| | | | | | | - sync with textproc/sphinxsearch - use OPTIONS Helpers Approved by: mat
* - Update to version 0.3.0 (sadly, not tagged at GitHub)danfe2013-11-294-13/+32
| | | | | | | | | - Do not manually strip installed binary, use install/strip target - Remove no longer required build dependency on `devel/binutils' - Use more accurate __FreeBSD_version in one of the patches Prodded by: Christopher Haglund Approved by: maintainer (per earlier email)
* devel/cvsd: fix includewg2013-11-291-1/+1
| | | | Reported by: olli hauer <ohauer gmx.de>
* devel/cvsd: allow stagingwg2013-11-292-24/+27
| | | | | PR: ports/184337 Submitted by: maintainer
* devel/czmq: Move to net/czmq, Update to 2.0.3koobs2013-11-298-12/+33
| | | | | | | | | | | | | | | | | - Update to 2.0.3 - Update pkg-plist - Switch primary category to net/ - Update COMMENT to match other ZeroMQ ports and Google Juice - Point LIB_DEPENDS to the latest libzmq4 port - Remove gmake from USES (make works fine) - Group USE/USES entries together and sort - Add regression-test target - pkg-descr: Tab->space in WWW: - Whitespace alignment - Move devel/czmq to net/czmq - Update Makefile entries in devel/ and net/ - Add a MOVED entry
* - Fix OPENSSL_LIBS in CONFIGURE_ENVsunpoet2013-11-291-1/+1
|
* devel/py-setuptools: fix plist for python 3.xwg2013-11-291-0/+1
| | | | Submitted by: Dmitry Sivachenko <trtrmitya gmail.com>
* Fix RUN_DEPENDS for CACA optionsmakc2013-11-291-1/+1
|
* - Fix build, add USE_QT4= guinemysis2013-11-291-3/+2
| | | | Approved by: pawel / wg (mentors, implicit)
* - Sync PLUGINSDIR with libxine port [1]makc2013-11-292-92/+59
| | | | | | | - Stageify and use options helpers while I'm here PR: ports/184024 [1] Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
* - Fix build, add USE_QT4= guinemysis2013-11-291-1/+2
| | | | Approved by: pawel / wg (mentors, implicit)
* - Update to 2.7.1madpilot2013-11-292-4/+4
| | | | - While here, remove whitespace before end of line
* Update to 2.2.1makc2013-11-292-3/+3
|
* - Update to 0.5.6makc2013-11-295-23/+28
| | | | | | - Switch to Github - Update WWW - Remove no longer needed patch
* devel/py-distribute: remove port deprecated by py-setuptoolswg2013-11-298-142/+0
| | | | | With hat on: python Reported by: koobs
* - Update to 4.0054sunpoet2013-11-292-3/+3
| | | | Changes: http://search.cpan.org/dist/HTML-FormHandler/Changes
* devel/trac-bitten: remove last depedency of py-distributewg2013-11-291-1/+1
| | | | Approved by: portmgr (bapt, implicit)
* science/py-pydap: update to 3.1.1wg2013-11-293-9/+35
| | | | | PR: ports/183985 Submitted by: maintainer
* Simplify installation of PORTDOCS, no package changes.rene2013-11-292-11/+8
|
* - Update to 1.174sunpoet2013-11-292-3/+3
| | | | Changes: http://search.cpan.org/dist/POE-Component-Client-Ping/CHANGES
* - Remove obsolete REINPLACE_CMD,nemysis2013-11-291-3/+0
| | | | | | | Upstream have changed Makefile.am and Makefile.in Reported by: mandree, danfe Approved by: pawel / wg (mentors, implicit)
* - Replace pkg-message by a wrapper checking the value ofrene2013-11-292-10/+18
| | | | | | | | | | kern.ipc.shm_allow_removed [1] - Better respect LOCALBASE and PREFIX in the build files [2] - Respect SUB_LIST - Bump PORTREVISION Submitted by: eadler on freebsd-chromium [1] Submitted by: Omar S <omars1234@gmail.com> on freebsd-chromium [2]
* - Silent output must be only used once in a targetsbz2013-11-291-1/+1
|
* - Update to 1.962jadawin2013-11-292-3/+3
| | | | Sponsored by: OBS
* - Quiesce portlintehaupt2013-11-292-5/+6
| | | | | | | | - Define DOCS - Support staging PR: 184366 Submitted by: Takefu <takefu@airport.fm>
* - Update to 2.3.0antoine2013-11-294-24/+35
| | | | | | | | | - Add LICENSE - Take maintainership - Stage support Changelog: http://wapiti.sourceforge.net/ChangeLog_Wapiti Approved by: jadawin (previous maintainer)
* - Fix the usage of 'python' to get rid of the implicit lang/pythonsbz2013-11-292-4/+7
| | | | | | | | dependency [1] - Convert USES_GMAKE to USES=gmake - Add LICENSE Submitted by: mva [1]
* sysutils/pam_mount: Cherrypick upstream for libHX 3.12 support, Enable STAGEkoobs2013-11-295-31/+161
| | | | | | | | | | | | | | | | | | This issue was originally reported on the freebsd-ports mailing list [1] and has been sitting in my local tree since June. Let's finish it off. - Backport upstream commit adding libHX 3.12 support [2] and remove obsoleted patches (patch-src_mtab.c, patch-src_pmvarrun.c - QA: Enable STAGE support, remove MAN* macros and pkg-plist accordingly - QA: Remove indefinite article from COMMENT - QA: Add LICENSE (LGPL21 GPLv2) - QA: Use new LIB_DEPENDS shared library convention [1] http://lists.freebsd.org/pipermail/freebsd-ports/2013-June/084156.html [2] http://sf.net/p/pam-mount/pam-mount/ci/33550036cb0c9311c9dc4da9b3b359435319420e/ Reviewed by: gahr (maintainer) Approved by: gahr (maintainer)
* Fix listing of info-* files when stagingantoine2013-11-291-2/+2
| | | | Approved by: portmgr (bapt)
* - Update to 4.3.2.araujo2013-11-293-43/+79
| | | | | | | - Fix build. [1] PR: ports/183025 [1] Submitted by: Martin Dieringer <martin.dieringer@gmx.de>
* - Return almost all of my ports back to the pool. I have no time to make anyaraujo2013-11-2936-36/+36
| | | | necessary fixes on them for the past months.
* devel/py-argparse: Update to 1.2.1koobs2013-11-293-13/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.2.1 - Enable STAGE support - Enable AUTOPLIST, remove PLIST_FILES accordingly - Upstream uses setuptools, update USE_PYDISTUTILS accordingly - Remove USE_ZIP, distribution files is now tar.gz - QA: Add LICENSE (PSFL) - QA: Remove indefinite article from COMMENT - QA: Whitespace alignment - QA: Tab->space for WWW: in pkg-descr Changes: argparse 1.2.1: - fixed Issue #82: argparse 1.2 incompatible with Python 3.1 - hacked the tests so they don't have the minor failures that were caused by the compatibility stuff for python 2.3 and 3.1 argparse 1.2: - fixed Issue #79: re-licensed argparse package under same license as py 2.7 stdlib argparse code - fixed Issue #80: argparse 1.2 is now same archive on pypi / on google code Approved by: lwhsu (maintainer)
* Step two of reconnecting www/rt42 with its history: svn cp ww/rt40matthew2013-11-2910-0/+2538
| | | | | | www/rt42 and reapply the changes. Reported by: bsam
* Temporarily remove www/rt42 as part of an attempt to reconnect it tomatthew2013-11-2910-2538/+0
| | | | | | its history. Reported by: bsam
* - use STAGEDIRdinoex2013-11-292-21/+12
|
* devel/py-pbr: Update to 0.5.23koobs2013-11-293-112/+4
| | | | | | | | - Update to 0.5.23 - Remove setuptools_git from RUN_DEPENDS - Enable AUTOPLIST Requested by: trociny
* Update conflicts to include new www/rt42 port and account for changesmatthew2013-11-291-1/+1
| | | | | | due to use of PKGNAMESUFFIX rather than LATEST_LINK Approved by: flo (maintainer)
* - use STAGEDIRdinoex2013-11-296-28/+20
|
* - Stagifyeadler2013-11-291-7/+10
| | | | - Fix COMMENT