/net-p2p/libbt/

-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | | | | | | <simon@comsys.ntu-kpi.kiev.ua>: host mx.kpi.ua[77.47.128.136] said: 550-Verification failed for <indexbuild@FreeBSD.org> 550-Called: 8.8.178.115 550-Sent: RCPT TO:<indexbuild@FreeBSD.org> 550-Response: 554 5.7.1 Service unavailable; Unverified Client host [mail1.kpi.ua] blocked using dbl.spamhaus.org; http://www.spamhaus.org/query/dbl?domain=kpi.ua 550 From email address must be valid (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | <ea@zaib.as>: Host or domain name not found. Name service error for name=zaib.as type=AAAA: Host not found Sponsored by: DK Hostmaster A/S
* misc/terraform: PKGNAMEPREFIX and cleanupswills2015-08-181-3/+3
| | | | | | Add PKGNAMEPREFIX so I can use the package name with sysutils/terraform While here, pet portlint by removing duplicate PORTREVISION and sorting USES Bump PORTREVISION for package name change
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-174-8/+6
| | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
* Bump PORTREVISION for libupower-glib library version bump in r393607.tijl2015-08-171-1/+1
|
* - Update WWWsunpoet2015-08-161-1/+1
|
* Update to tzdata2015f:edwin2015-08-142-3/+3
| | | | | | | | | | | | | Changes affecting future time stamps North Korea switches to +0830 on 2015-08-15. (Thanks to Steffen Thorsen.) The abbreviation remains "KST". (Thanks to Robert Elz.) Uruguay no longer observes DST. (Thanks to Steffen Thorsen and Pablo Camargo.) Changes affecting past and future time stamps Moldova starts and ends DST at 00:00 UTC, not at 01:00 UTC. (Thanks to Roman Tudos.)
* - Remove RG linksunpoet2015-08-141-1/+0
|
* - Remove MASTER_SITE_SUBDIRsunpoet2015-08-141-1/+1
| | | | - Add NO_ARCH
* - Update to 0.16sunpoet2015-08-142-4/+4
| | | | | | | - Remove MASTER_SITE_SUBDIR - Add NO_ARCH Changes: http://search.cpan.org/dist/Geo-Coder-Google/Changes
* - Remove MASTER_SITE_SUBDIRsunpoet2015-08-141-1/+1
| | | | - Add NO_ARCH
* - Update to 2015.6sunpoet2015-08-142-3/+3
| | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb
* - Update to 20150727sunpoet2015-08-142-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/usbids-20150727.diff
* - Update to 20150731sunpoet2015-08-142-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20150731.diff
* Update iso-codes to 3.60.kwm2015-08-132-3/+3
|
* - editors/lazarus update to 1.4.2acm2015-08-091-1/+1
| | | | | | | | | | - Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise fpc units only are added like build dependencies (less dependencies registered when they are installed with pkg). - Remove GTK1 obsolete dependencies - Bump all ports with dependencies of fpc-* units - Bump all ports with dependencies of lazarus ports - Clean up
* - Add new port: misc/R-cran-mimetota2015-08-084-0/+23
| | | | | | | Guesses the MIME type from a filename extension using the data derived from /etc/mime.types in UNIX-type systems. WWW: https://cran.r-project.org/web/packages/mime/
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-066-116/+88
| | | | | | | | | | | | | | | | | | The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
* - Don't use / in sed regexps to allow paths, unbreaking cross-buildsamdmi32015-08-051-1/+1
| | | | Approved by: portmgr blanket
* misc/exercism: update to 2.2.0swills2015-08-032-17/+31
|
* Update poppler to 0.34.0. [1]kwm2015-08-031-0/+1
| | | | | | | Chase all users of shlib version change of libpoppler.so. PR: 201477 [1] Submitted by: olivierd@ [1]
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-022-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
* - Add LICENSEamdmi32015-07-301-8/+14
| | | | | - Fix shebangs - Use options helpers
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsantoine2015-07-302-2/+0
| | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955
* Update shared-mime-info to 1.4.kwm2015-07-303-6/+13
|
* Update hicolor-icon-theme to 0.15.kwm2015-07-293-3/+4
|
* - Update to 20150722sunpoet2015-07-252-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20150722.diff
* [MAINTAINER UPDATE] misc/mdp : Update version 1.0.0=>1.0.1bofh2015-07-232-3/+3
| | | | | PR: 201766 Submitted by: neel@neelc.org
* misc/solarized: NEW PORT - Precision colors schemes for machines and peoplerobak2015-07-215-0/+154
| | | | | | | | | | | | | Solarized is a sixteen color palette (eight monotones, eight accent colors) designed for use with terminal and gui applications. It has several unique properties. It has been tested extensively in real world use on color calibrated displays (as well as uncalibrated/intentionally miscalibrated displays) and in a variety of lighting conditions. WWW: http://ethanschoonover.com/solarized PR: 201096 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
* - Add print/latex-biber, a biblatex replacement which supports Unicode.hrs2015-07-205-0/+28
| | | | | | | | | - Add or update the following ports which latex-biber depends on: japanese/p5-Encode-EUCJPASCII (added, eucJP-open encoding support) misc/p5-Business-ISMN (added, ISMN support) textproc/p5-Text-BibTeX (updated to 0.71) textproc/p5-Text-Roman (added, conversion of Roman numerals)
* Update to r47011 of the FreeBSD docset (a.k.a., definitively, 10.2-R version)blackend2015-07-193-4/+4
| | | | Approved by: doceng (implicit)
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.kwm2015-07-171-1/+1
| | | | | | | | | | Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938
* misc/vifm: 0.7.8 -> 0.8pgollucci2015-07-173-6/+25
| | | | | | | | | | | - update from 0.7.8 to 0.8 - use github instead of SF - sort USES - pass maintainer to submitter, previous maintainer has 3 successive timeouts and no approvals or updates since 2013. PR: 201579 Submitted by: mp39590@gmail.com
* Drop maintainership of compat*x portsgarga2015-07-153-3/+3
|
* misc/py-progressbar231: text progress bar library for Pythonwg2015-07-144-0/+38
| | | | This is a fork of the real py-progressbar with a few additions.
* - Add LICENSEsunpoet2015-07-131-4/+8
| | | | | | - Add NO_ARCH - Add PORTSCOUT: 1.4.7 tarball is corrupted - Cosmetic change
* - Update to 20150710sunpoet2015-07-132-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20150710.diff
* Update to r46935 of the FreeBSD docset (a.k.a. 10.2-R version)blackend2015-07-1013-23/+30
| | | | Approved by: doceng (implicit)
* Use actual port name as PORTNAME, and set ELIXIR_APP_NAME.olgeni2015-07-081-3/+3
|
* Add misc/elixir-uuid, UUID generator for Elixir.olgeni2015-07-086-0/+41
|
* misc/ansiweather: remove unneeded reference to LOCALBASEswills2015-07-071-3/+3
| | | | | Reported by: adamw Pointyhat to: swills
* - Remove blank line between NO_ARCH and USE_RUBYsunpoet2015-07-071-1/+0
|
* misc/ansiweather: create portswills2015-07-077-0/+98
| | | | | | | | | | | | AnsiWeather is a Shell script for displaying the current weather conditions in your terminal, with support for ANSI colors and Unicode symbols. Weather data comes from the OpenWeatherMap free weather API. WWW: https://github.com/fcambus/ansiweather/ PR: 201097 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filespgollucci2015-07-034-0/+8
| | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb
* Update libisocodes to 1.2.2.kwm2015-07-023-5/+4
|
* Update iso-codes to 3.59.kwm2015-07-022-4/+4
| | | | Sort USES.
* - Update to 20150622sunpoet2015-07-022-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/usbids-20150622.diff
* - Update to 20150701sunpoet2015-07-022-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20150701.diff
* - Update to 2.10amdmi32015-07-024-31/+19
| | | | | | | - Modernize PR: 201176 Submitted by: tkato432@yahoo.com
* Update GNUstep ports to their latest versions.theraven2015-07-011-9/+17
| | | | | | | Also fix a few bits of generic infrastructure along the way. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2961
* - Update to 1.64danilo2015-06-302-3/+3
|
* - Add NO_ARCHsunpoet2015-06-291-7/+6
| | | | - Cleanup Makefile
* - Swich default pastebin to a working oneamdmi32015-06-252-1/+12
|
* Update to 0.8.6olivierd2015-06-242-4/+3
|
* Convert to USES=jpegantoine2015-06-231-2/+1
|
* - Update to 2.0.2sunpoet2015-06-212-3/+4
| | | | | | - Add NO_ARCH Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* - Fix typo in URLsunpoet2015-06-171-1/+1
| | | | Submitted by: ryusuke
* - Update to 2015.5sunpoet2015-06-162-3/+3
| | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb
* - Update to 20150609sunpoet2015-06-162-3/+4
| | | | | | - Add NO_ARCH Changes: http://people.FreeBSD.org/~sunpoet/usbids-20150609.diff
* - Update to 20150615sunpoet2015-06-162-3/+4
| | | | | | - Add NO_ARCH Changes: http://people.FreeBSD.org/~sunpoet/pciids-20150615.diff
* Update to tzdata2015e:edwin2015-06-152-3/+3
| | | | | | | | | | Changes affecting future time stamps Morocco will suspend DST from 2015-06-14 03:00 through 2015-07-19 02:00, not 06-13 and 07-18 as we had guessed. (Thanks to Milamber.) Assume Cayman Islands will observe DST starting next year, using US rules. Although it isn't guaranteed, it is the most likely.
* - Add NO_ARCHsunpoet2015-06-131-0/+1
|
* Reset maintainership for obrienerwin2015-06-132-2/+2
| | | | Approved by: portmgr
* Reset dhn's portserwin2015-06-131-1/+1
| | | | | | PR: 197522 Submitted by: jbeich Approved by: portmgr
* - Add LICENSEamdmi32015-06-111-2/+7
| | | | | | - Fix shebangs MFH: 2015Q2
* www/rubygem-rails4: update to 4.2.1swills2015-06-112-3/+3
| | | | Differential Revision: https://reviews.freebsd.org/D2710
* misc/qt5ct:makc2015-06-102-3/+3
| | | | - Update to 0.12
* - Fix shebangsamdmi32015-06-101-1/+3
| | | | MFH: 2015Q2 (blanket)
* - Fix library installationamdmi32015-06-071-1/+2
|
* - Mark as BROKEN < 10.Xtabthorpe2015-06-061-0/+6
| | | | MFH: 2015Q2
* - Switch to USES=autoreconfamdmi32015-06-061-6/+2
|
* Get rid of PERL_LEVEL checks for Perl versions not supported.mat2015-06-051-5/+0
| | | | Sponsored by: Absolight
* - Switch to USES=autoreconfamdmi32015-06-021-4/+5
| | | | - Strip library
* - Update to 0.2.38, announce message:nemysis2015-06-013-3/+19
| | | | | | - Add in/min and others to speed category - Add files/patch-gonvert.desktop
* - Use ${CC} instead of CC, ${CC} was intented hereantoine2015-05-302-0/+11
| | | | | | - Do not unconditionally strip binary PR: 200523
* - Strip binariesamdmi32015-05-291-0/+2
|
* - Update to 0.15sunpoet2015-05-27