aboutsummaryrefslogtreecommitdiffstats
path: root/converters
Commit message (Collapse)AuthorAgeFilesLines
* - Merge two USES definitions.tijl2014-05-081-7/+3
| | | | - Use standard autotools targets.
* Convert to USES=libtool pgsqlbapt2014-05-081-3/+3
|
* - Convert USE_BZIP2 and USE_DOS2UNIX to USESamdmi32014-05-081-2/+1
|
* Use ICONV_PREFIX instead of LOCALBASE to avoid picking GNU libiconv.knu2014-05-071-2/+2
|
* Remove converters/konwertbapt2014-05-057-1126/+0
| | | | | | It fails with modern compiler (ancient c++ code) Upstream is dead Unstaged
* - Update to 1.2-0.2tota2014-05-012-3/+3
|
* Pet portlint.thierry2014-04-301-3/+2
|
* - Update to 3.0104sunpoet2014-04-292-5/+7
| | | | | | - Add more TEST_DEPENDS Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes
* - Update to 1.2-0.1tota2014-04-292-5/+4
|
* devel/p5-Encoding-BER: fixing the distfile fetchpi2014-04-281-0/+1
| | | | Submitted by: culot
* New port: devel/p5-Encoding-BERpi2014-04-275-0/+39
| | | | | | | | Encode/decode data using ASN.1 Basic Encoding Rules (BER) PR: ports/187302 Submitted by: pi (myself) Approved by: culot (mentor)
* - Update to 1.002002sunpoet2014-04-272-4/+5
| | | | Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes
* - Update to 1.33culot2014-04-262-3/+5
| | | | Changes: http://search.cpan.org/dist/JSON-Any/Changes
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery)
* - Minor port cleanupamdmi32014-04-233-17/+33
| | | | | | | | - Add LICENSE - Fix error handling PR: 187757 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 1.4.24kevlo2014-04-222-10/+8
| | | | | | | - Support stage [1] PR: ports/188603 [1] Submitted by: Bartek Rutkowski [1]
* Use lua 5.2bapt2014-04-201-5/+3
|
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-172-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* - Stageswills2014-04-151-1/+0
| | | | | | PR: ports/188595 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
* Back to poolcs2014-04-151-1/+1
|
* - Take Denis Pokataev's Perl ports maintainershipculot2014-04-111-1/+1
| | | | Approved by: Denis Pokataev <catone@cpan.org> (maintainer, via email)
* Add LICENSE.knu2014-04-091-0/+2
|
* Support stagebapt2014-04-071-2/+3
| | | | Allow packaging as a user
* Support stagebapt2014-04-071-3/+3
|
* - Fix build with clangamdmi32014-04-031-0/+11
|
* - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andpgj2014-03-293-3/+3
| | | | | | | | 9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell
* Instead of patching the code to use /usr/include/iconv.h replace LOCALBASEtijl2014-03-262-37/+4
| | | | | | | | in CONFIGURE_ARGS with ICONV_PREFIX. Also add CFLAGS to INC in CONFIGURE_ARGS to get -DLIBICONV_PLUG on FreeBSD 10 with libiconv installed. PR: ports/187907 Approved by: perl (mat)
* Fix build on 10 and head when converters/libiconv is installed.madpilot2014-03-252-2/+36
| | | | | Reported by: Mike Harding <mvharding@gmail.com> (via email) Approved by: perl (mat)
* - Add staging supportpawel2014-03-241-12/+14
| | | | | - Remove leading article from COMMENT - Define DOCS option
* Use tar:bzip2bapt2014-03-241-2/+1
|
* - Remove indefinite article from COMMENT.tijl2014-03-232-5/+16
| | | | | | | | | - Enable -fvisibility=hidden. - Add USE_CSTD=gnu89 to fix compilation with -O0 and -Oz. - Add DOCS option. PR: ports/186846 Approved by: kwm, marcus
* Kill bogus EOL whitespace.danfe2014-03-151-1/+1
|
* - Convert USE_GMAKE to USESmiwi2014-03-131-2/+1
|
* Convert to USES=lhabapt2014-03-121-1/+1
|
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-115-5/+5
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Convert c* to USES=zipbapt2014-03-074-7/+4
|
* - Fix depend on gobject-introspectionamdmi32014-03-072-9/+28
| | | | | | | | | - Support staging - Patch upstream makefile to not mix LOCALBASE and PREFIX PR: 186196 Submitted by: amdmi3 Approved by: maintainer timeout
* - Update to 0.45sunpoet2014-03-072-3/+3
| | | | Changes: http://search.cpan.org/dist/JSON-Tiny/Changes
* - Remove outdated PERL_LEVEL checksunpoet2014-03-071-7/+1
| | | | With hat: perl
* Support stagebapt2014-03-072-14/+20
|
* Support stagebapt2014-03-071-15/+10
|
* - Update to 0.43sunpoet2014-03-062-3/+3
| | | | Changes: http://search.cpan.org/dist/JSON-Tiny/Changes
* Don't unconditionally install DOCS. PORTREVISION bumpadamw2014-03-042-8/+8
| | | | | | | for plist change. PR: ports/186590 Approved by: maintainer
* Do not use devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - this functionalityrm2014-03-032-9/+2
| | | | was included into bsd.python.mk
* PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, timerene2014-03-016-56/+0
| | | | | | | to say goodbye. Upstream unsupported it since 2011-01-06 (see http://php.net/eol.php ) Strip PHP 5.2 out of Mk/bsd.php.mk
* Reset maintainer: email bouncesantoine2014-03-011-1/+1
|
* - Remove outdated PERL_LEVEL checksunpoet2014-02-282-15/+1
|
* - Update to 0.42sunpoet2014-02-222-3/+3
| | | | Changes: http://search.cpan.org/dist/JSON-Tiny/Changes
* Remove trailing whitespaces from category convertersehaupt2014-02-211-1/+1
|
* - Update to 0.84.0amdmi32014-02-192-5/+12
| | | | Tested by: Frank Broniewski
* - Convert USE_AUTOTOOLS=libtool to USES=libtool.tijl2014-02-195-137/+19
| | | | | | | | | | | | | | | | | | | | - Replace PERL with REINPLACE_CMD in post-patch. - Replace "iconv.h" with "${ICONV_PREFIX}/include/iconv.h" so /usr/include/iconv.h is included on FreeBSD 10 even when converters/iconv is installed. The port uses iconvctl(3) which isn't declared in /usr/local/include/iconv.h with -DLIBICONV_PLUG. - files/patch-lib-error.c: Implement program_name using __progname. - files/patch-libiconv-Makefile.in: deleted because the libiconv directory isn't built. - files/patch-src-Makefile.in: + Remove chunks that aren't needed. + Remove ../lib/libreco.a from LIBS so CFLAGS+=-fPIC can be removed from the port Makefile. Instead, just copy lib/error.c (the only file needed from libreco.a) to src/error.c and compile it into librecode.so. PR: 186637 Approved by: demon (maintainer)
* Support stagingehaupt2014-02-171-3/+3
|
* Stage supportantoine2014-02-161-18/+11
|
* Stage supportantoine2014-02-161-1/+0
|
* Stage supportantoine2014-02-161-1/+0
|
* - Convert to PYDISTUTILS_AUTOPLISTmiwi2014-02-122-30/+3
| | | | | - Stage support - Bump PORTREVISION
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-102-0/+4
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* - Update to 5.5.9 releaseale2014-02-091-1/+0
| | | | | | | | | | | | - Enable FPM by default [2] - Add support to override configure flags [3] To users requesting mod_php package, please read this: https://wiki.apache.org/httpd/PHP-FPM PR: ports/185438 [1], ports/186536 [2] Submitted by: Ilya Bakulin <webmaster@kibab.com> [1], Reinier Schoof <reinier@skoef.nl> [2]
* Support stagingehaupt2014-02-092-25/+27
|
* - Update to 5.4.25 release [1]ale2014-02-091-1/+0
| | | | | | | | | | | | | - Enable FPM by default [2] - Add support to override configure flags [3] To users requesting mod_php package, please read this: https://wiki.apache.org/httpd/PHP-FPM PR: ports/186564 [1], ports/185437 [2], ports/186536 [3] Submitted by: Rustem Alimov <rustem.alimov@gmail.com> [1], Ilya Bakulin <webmaster@kibab.com> [2], Reinier Schoof <reinier@skoef.nl> [3]
* Use all distfiles from github using the new qt tagmm2014-02-082-11/+13
| | | | Thanks to: Ashish Kulkarni (upstream developer)
* Update to 0.12.0 and support stagingmm2014-02-0713-31/+1351
|
* Support staging.ehaupt2014-02-0510-18/+10
|
* - Stage supportmiwi2014-02-032-20/+31
|
* Allow the use of //TRANSLIT and //IGNORE with PHP iconv.tijl2014-01-303-0/+3
| | | | | | PR: ports/184596 Tested by: grembo Approved by: ale (maintainer)
* - Add two new arguments to USES=iconv so ports can indicate they use GNUtijl2014-01-302-11/+7
| | | | | | | | | | | | | | iconv extensions that the base system iconv doesn't support yet: * wchar_t: port uses the special WCHAR_T character conversion. * translit: port uses //TRANSLIT or //IGNORE conversion options. Adding one or both of these arguments makes the port depend on converters/libiconv for now. - Allow installation of converters/libiconv on FreeBSD 10+. - Use ICONV_CONFIGURE_ARG in devel/gettext instead of defining CPPFLAGS and LDFLAGS to fix compilation with libiconv installed. - Stage converters/libiconv and devel/gettext. Approved by: bapt (on trust)
* - add stage supportaz2014-01-3035-86/+62
| | | | Approved by: portmgr (blanket infrastructure)
* - Stage supportmiwi2014-01-282-20/+18
|
* Support stagebapt2014-01-281-1/+0
|
* Stage supportantoine2014-01-281-2/+4
|
* Fix an implicit declaration of the exit function.thierry2014-01-281-0/+8
| | | | | | PR: ports/178251 Submitted by: Chad Slater <chad.slater (at) gmail.com> Approved by: maintainer time-out (8 months)
* - Stage safemiwi2014-01-241-1/+0
|
* - Stageifymiwi2014-01-241-1/+0
| | | | - Take maintainership of a few ports
* Fix properties on pkg-plistbapt2014-01-222-2/+0
|
* - Stage supportantoine2014-01-212-8/+3
| | | | - Use PYDISTUTILS_AUTOPLIST
* - Stage supportantoine2014-01-211-3/+2
| | | | - Get rid of infozip dependency
* Stage supportantoine2014-01-211-3/+2
|
* - Update to 0.40sunpoet2014-01-212-3/+3
| | | | Changes: http://search.cpan.org/dist/JSON-Tiny/Changes
* Reduce over inclusion of bsd.port.mkbapt2014-01-161-3/+1
|
* converters/psiconv: Unbreak by fixing obvious typomarino2014-01-141-1/+1
|
* converters/fconv: Unbreak for root buildsmarino2014-01-142-7/+12
| | | | | | | | | The previous commit enabled non-root builds to work, but broke builds by root instead. The ${GID} variable is blank when the user is root, so the replacement of "root" with ${GID} resulted in bad command. Just use ${BSD_INSTALL_PROGRAM} instead and revbump because the packaged binaries could be stripped now because of that. Commit covered by the "Just fix it" blanket.
* Fix profiled library packaging.bland2014-01-142-1/+7
|
* - Upgrade to 2.03.kuriyama2014-01-136-12/+12
|
* Update to version 7 to allow using lua 5.2bapt2014-01-134-38/+16
| | | | | | | While here switch MASTER_SITES to github cloud Use MAKE_ARGS do avoid patching With hat: lua@
* Update to 1.0.kwm2014-01-131-1/+1
| | | | | | Update Comment Add LICENSE blob. Stagify.
* - Upgrade to 2.90.kuriyama2014-01-112-3/+3
|
* - Stagify lang/ghc and all the Haskell Cabal portspgj2014-01-103-3/+0
| | | | | | | | | - Update HACKAGE_SITE to follow changes in upstream - MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports - Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of ${DO_NADA}, some refactoring Obtained from: FreeBSD Haskell
* - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused bypgj2014-01-103-3/+3
| | | | | | | | | | | the iconv changes (basically GHCi was rendered unusable) - Fix build for x11-toolkits/hs-wxc, while here - Bump port revision for all Haskell Cabal ports as they have to be rebuilt PR: ports/184806 Reported by: many Obtained from: FreeBSD Haskell MFH: 2014Q1
* Support stagebapt2014-01-091-8/+4
|
* Support stagebapt2014-01-091-20/+11
|
* Support stagebapt2014-01-092-8/+5
|
* Support stagebapt2014-01-091-6/+4
|
* Support stagebapt2014-01-091-10/+4
|
* Support stagebapt2014-01-091-1/+0
|
* Support stage & use pkg-plistbapt2014-01-092-17/+15
|
* Support stagebapt2014-01-091-1/+0
|
* Support stagebapt2014-01-092-11/+9
|
* Support stagebapt2014-01-091-2/+1
|
* Support stagebapt2014-01-091-1/+0
|
* Support stagebapt2014-01-091-2/+1
|
* Forgot to commit the plist earlierbapt2014-01-091-0/+1
| | | | Reported by: bsam
* Support stagebapt2014-01-091-10/+6
|
* Support stagebapt2014-01-092-13/+4
|
* Support stagebapt2014-01-091-4/+5
| | | | Allow packaging as a user
* Support stagebapt2014-01-092-8/+2
|
* Support stagebapt2014-01-091-11/+6
| | | | Use bsdtar to extract the zip file
* Support stagebapt2014-01-091-4/+3
|
* Support stagebapt2014-01-091-5/+3
| | | | Fix shebang
* Hackish way to support stage (bad upstream that uses DESTDIR instead of PREFIX)bapt2014-01-091-3/+2
|
* Support stagebapt2014-01-091-3/+2
|
* Support stagebapt2014-01-091-4/+3
|
* Support stagebapt2014-01-092-11/+6
|
* Support stagebapt2014-01-091-2/+1
|
* Support stagebapt2014-01-092-31/+30
|
* Support stagebapt2014-01-091-14/+9
| | | | Use bsdtar to extract zip
* Support stagebapt2014-01-092-5/+4
|
* Support stagebapt2014-01-091-7/+6
|
* Reversed the logic of a backwards NOPORTDOCS.adamw2014-01-081-1/+1
| | | | Thanks: makc
* Fix pkgname conflictsbapt2014-01-042-2/+2
|
* Convert converters to MDOCS and MEXAMPLESadamw2014-01-0413-23/+42
|
* Enable stage supportjohans2013-12-291-7/+7
|
* Convert Mk/bsd.cran.mk to the Uses framework.dbn2013-12-282-4/+2
| | | | | | PR: ports/184699 Reviewed by: bapt Approved by: portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
* Update poppler to 0.24.4.kwm2013-12-281-0/+1
| | | | | | | | | Update comment. Use new LIB_DEPENDS syntax, use USES=pathfix. Stagify. Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to new syntax.
* - Respect CC/CFLAGSpawel2013-12-242-189/+201
| | | | | | | | - Add option for docs - Support staging PR: ports/184908 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Fix LIB_DEPENDSantoine2013-12-241-1/+1
|
* Remove expired ports:rene2013-12-229-89/+0
| | | | | | | | | | | | | | | | | | | | 2013-12-22 devel/ruby-cvs: Broken for more than 6 month 2013-12-22 devel/hs-reactive: Broken for more than 6 month 2013-12-22 databases/rubygem-delayed_job_data_mapper: Broken for more than 6 month 2013-12-22 graphics/xmagv: Broken for more than 6 month 2013-12-22 lang/slib-gauche: Broken for more than 6 month 2013-12-22 graphics/f-spot: Broken for more than 6 month 2013-12-22 sysutils/linux-megamgr: Broken for more than 6 month 2013-12-22 games/linux-savage-samuraiwars: Broken for more than 6 month 2013-12-22 ftp/gftp: Broken for more than 6 month 2013-12-22 devel/hs-DeepArrow: Broken for more than 6 month 2013-12-22 converters/py-svglib: Broken for more than 6 month 2013-12-22 converters/p5-Unicode-Lite: Broken for more than 6 month 2013-12-22 mail/squirrelmail-calendar_sql_backend-plugin: Broken for more than 6 month 2013-12-22 finance/quantlib: Broken for more than 6 month 2013-12-22 games/xkobo: Broken for more than 6 month 2013-12-22 games/quake3-rq3: Broken for more than 6 month 2013-12-22 math/fbm: No new release since 2004, new supported upstream
* - Fix build with clangpawel2013-12-202-3/+30
| | | | | | | - Support staging PR: ports/184856 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 1.001000sunpoet2013-12-122-3/+3
| | | | Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-1113-18/+18
| | | | LIB_DEPENDS in converters
* - Support stagingcs2013-12-081-6/+4
| | | | - USES=gmake
* - Update to 0.38sunpoet2013-12-062-3/+3
| | | | Changes: http://search.cpan.org/dist/JSON-Tiny/Changes
* Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*).dbn2013-11-282-2/+0
| | | | | | | | | Since this patch converts all affected ports, bsd.cran.mk no longer supports NO_STAGE and errors out if NO_STAGE is set. Exp-run: ports/184216 Reviewed by: bdrewery Approved by: portsmgr, wen
* Stage support for non-IGNORED pear classesantoine2013-11-261-1/+0
| | | | | Tested by: poudriere Approved by: portmgr (bapt)
* - Update to 0.37sunpoet2013-11-222-3/+3
| | | | Changes: http://search.cpan.org/dist/JSON-Tiny/Changes
* Deprecated ports broken for more than 6 monthbapt2013-11-222-0/+6
|
* - Update WWW:sunpoet2013-11-214-4/+4
| | | | | | | | - http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr)
* Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;bf2013-11-132-2/+2
| | | | | | adjust dependent ports Reviewed by: pfg, thierry, tota
* - Add p5-JSON-Tiny 0.36sunpoet2013-11-105-0/+41
| | | | | | | | | | | | | | JSON::Tiny is a standalone adaptation of Mojo::JSON, from the Mojolicious framework. It has been adapted as a single-source-file module of under 350 lines of code and core-only dependencies. Key features include relaxed JSON handling, transparent Unicode support, speed, small memory footprint, and a minimal code base ideal for bundling or inlining. Mojo::JSON was chosen as a model because it is robust, minimal, and well tested. Mojo::JSON's tests were also adapted to a design free of non-core dependencies. WWW: http://search.cpan.org/dist/JSON-Tiny/
* - Add LICENSEsunpoet2013-11-101-0/+5
| | | | - Convert to new options framework
* - Update 1.32sunpoet2013-11-102-3/+3
| | | | Changes: http://search.cpan.org/dist/JSON-Any/CHANGES
* converters/bibtexconv: update to 1.0.0wg2013-11-092-17/+14
| | | | | | | | - Update to 1.0.0 - Allow staging PR: ports/183610 (based on) Submitted by: maintainer
* - Update 1.31sunpoet2013-11-072-6/+36
| | | | | | | | - Remove hardcoded p5-JSON dependency - Add TEST_DEPENDS - Add CPANEL, JSON_XS, JSON_PP, JSON and JSON_DWIW options for JSON backend Changes: http://search.cpan.org/dist/JSON-Any/CHANGES
* - Add p5-JSON-MaybeXS 1.000000sunpoet2013-11-075-0/+47
| | | | | | | | | | | JSON::MaybeXS tries to load Cpanel::JSON::XS, and if that fails instead tries to load JSON::PP. If neither is available, an exception will be thrown. It then exports the encode_json and decode_json functions from the loaded module, along with a JSON constant that returns the class name for calling new on. WWW: http://search.cpan.org/dist/JSON-MaybeXS/
* - Add p5-Cpanel-JSON-XS 2.3403sunpoet2013-11-075-0/+51
| | | | | | | | | | | | | Cpanel::JSON::XS converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C. As this is the n-th-something JSON module on CPAN, what was the reason to write yet another JSON module? While it seems there are many JSON modules, none of them correctly handle all corner cases, and in most cases their maintainers are unresponsive, gone missing, or not listening to bug reports for other reasons. WWW: http://search.cpan.org/dist/Cpanel-JSON-XS/
* - Update to 0.7.17madpilot2013-11-077-76/+162
| | | | | | | | | | | | - Undeprecate - Add LICENSE - Convert to new LIB_DEPENDS format - Convert to USES - Convert to staging PR: ports/183133 Submitted by: Me Approved by: Maintainer timeout
* Convert to staging, adapted version of the PR.mat2013-11-061-2/+0
| | | | | PR: ports/183710 Submitted by: Takefu
* - Update to 3.01sunpoet2013-11-033-8/+10
| | | | | | | | - Add LICENSE - Support STAGEDIR - Remove PORTSCOUT Changes: http://search.cpan.org/dist/JSON-XS/Changes
* - convert php53 ports to STAGEflo2013-11-023-3/+0
| | | | - convert to new LIB_DEPENDS format
* Support STAGEDIR.vanilla2013-11-0158-231/+185
|
* . Add LICENSEgarga2013-11-012-2/+3
| | | | | . Remove Author: . Use space on WWW
* Stagify.ale2013-10-306-6/+0
|
* Do not depend on gcc on FreeBSD 9 and lowermm2013-10-301-1/+4
|
* - revert r331810dinoex2013-10-291-3/+2
|
* - use STAGEDIRdinoex2013-10-281-3/+2
| | | | - use OPTIONS_DEFINE
* - Update to 1.00sunpoet2013-10-283-6/+4
| | | | | | | | - Support STAGEDIR Changes: http://search.cpan.org/dist/URI-UTF8-Punycode/Changes PR: ports/183366 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* - Upgrade to 0.37.kuriyama2013-10-279-23/+17
|
* Fix bugs caused by misunderstanding of staging.kuriyama2013-10-272-6/+5
|
* - Upgrade to 2.61.kuriyama2013-10-262-4/+3
|
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-266-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* Fix package list.ehaupt2013-10-251-2/+2
|
* converters/py-unicdecode: Update to 0.04.14, Enable STAGE and auto-plistkoobs2013-10-243-570/+5
| | | | | | | | | | | | | | | | | | | | | | - Update to 0.04.14 - Enable auto plist generation & remove pkg-plist accordingly - Enable STAGE support While I'm here: - Whitespace alignment - Re-order a couple of Makefile entries Changes: 2013-09-20 unidecode 0.04.14 * Revert transliteration for Latin characters with umlauts back to language-neutral, unaccented characters. * Added transliterations for circled numbers, letters and ordinals. * Minor fixes to rarely used punctuation characters. PR: ports/183136 Submitted by: Douglas Thrift <douglas@douglasthrift.net> Approved by: maintainer
* Support staging.ehaupt2013-10-241-2/+1
|
* Allow users to install converters/libiconv on 10.x systems if theyuqs2013-10-231-2/+2
| | | | | | | | | | | decided to build world with WITHOUT_ICONV set. There's no need for this check to be based on OSVERSION. Some users (i.e. me), report subtle application breakages with the iconv-from-src that disappear when iconv-from-ports is installed. Allow for a bridge till these issues are sorted out. Approved by: portmgr (bdrewery)
* Support staging.ehaupt2013-10-231-1/+0
|
* Try and be consistent with what commands are silent and not in *install.mat2013-10-232-2/+2
| | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@
* - Support staging.tijl2013-10-221-3/+5
| | | | | - USES=gmake. - Make the Requires field private in pkgconfig file.
* Compile wkhtmltopdf under FreeBSD 10.x by dependig on gccmm2013-10-211-1/+4
| | | | TODO: backport patches from www/qt4-webkit
* - Update to 2.08sunpoet2013-10-203-11/+12
| | | | | | - Support STAGEDIR Changes: http://search.cpan.org/dist/Text-Bidi/Changes
* - Update to 2.27203sunpoet2013-10-202-3/+3
| | | | Changes: http://search.cpan.org/dist/JSON-PP/Changes
* Deprecated some ports broken for more than 6 monthbapt2013-10-181-0/+3
|
* - Support stagingamdmi32013-10-172-20/+12
| | | | | - Use new LIB_DEPENDS syntax - Convert USE_GMAKE to USES
* - Support STAGEDIRsunpoet2013-10-073-17/+6
| | | | - Cleanup Makefile
* Update lang/sbcl to 1.1.12 [1] and math/maxima to 5.31.1; adjustbf2013-10-031-1/+1
| | | | | | dependent ports PR: 181545 [1]
* - Support stagingamdmi32013-10-012-3/+1
|
* - Support stagingamdmi32013-10-012-3/+1
|
* - Support STAGEDIRsunpoet2013-09-302-3/+1
|
* - Support STAGEDIRsunpoet2013-09-302-3/+1
|
* - Support stagingamdmi32013-09-282-40/+6
|
* back to use PORTDOCSgarga2013-09-272-10/+5
|
* - Support STAGEDIRak2013-09-251-3/+2
| | | | - Convert to new LIB_DEPENDS syntax
* - Remove NO_STAGE as these have been tested to be safebdrewery2013-09-253-3/+0
| | | | With hat: portmgr
* Support staginggarga2013-09-252-7/+11
|
* - Add explicit LDFLAGS for iconvmadpilot2013-09-251-1/+1
| | | | | Submitted by: marino Approved by: portmgr (bapt)
* - Convert to USES+=tkgahr2013-09-251-2/+2
| | | | - Convert to new LIB_DEPENDS format
* Support stagedir.vanilla2013-09-251-2/+2
|
* Fix NO_STAGE attributionbapt2013-09-231-1/+1
|
* - Update to 11.1sunpoet2013-09-212-6/+6
| | | | | | | | - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/gbsdconv/commits/master PR: ports/182264 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* - Update to 11.1.0sunpoet2013-09-212-7/+8
| | | | | | | | - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/python-bsdconv/commits/master PR: ports/182261 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* - Update to 11.1.0sunpoet2013-09-212-5/+5
| | | | | | | | - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/ruby-bsdconv/commits/master PR: ports/182260 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* - Update to 11.1.0sunpoet2013-09-212-6/+6
| | | | | | | | - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/php-bsdconv/commits/master PR: ports/182259 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* - Update to 11.1.0sunpoet2013-09-212-6/+6
| | | | | | | | - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/perl-bsdconv/commits/master PR: ports/182257 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* - Update to 11.1sunpoet2013-09-214-67/+66
| | | | | | Changes: https://github.com/buganini/bsdconv/blob/master/Changelog PR: ports/182258 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-211-2/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-21161-262/+213
| | | | converters)
* - convert to the new perl5 frameworkaz2013-09-161-3/+2
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* - Update to 2.55rafan2013-09-163-32/+28
| | | | | PR: ports/182095 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@>
* - Update to 2.02sunpoet2013-09-132-3/+3
| | | | Changes: http://search.cpan.org/dist/Text-Bidi/Changes
* - Update to 2.01sunpoet2013-09-124-3038/+22
| | | | | | | - Add LICENSE - Convert to new LIB_DEPENDS format Changes: http://search.cpan.org/dist/Text-Bidi/Changes
* graphics/geos: update to 3.4.2wg2013-09-111-1/+1
| | | | | | | | | | - Update to 3.4.2 [1] - Bump PORTREVISION for dependent ports - USES gmake - Use options helpers PR: ports/181422 [1] Submitted by: Rainer Hurling <rhurlin gwdg.de> (maintainer)
* - convert to the new perl5 frameworkaz2013-09-1018-63/+42
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - convert to the new perl5 frameworkaz2013-09-1010-36/+23
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* . remove unneded <bsd.port.pre.mk>;bsam2013-09-081-8/+3
| | | | | . trim headers; . remove an article form COMMENT.
* Update t 1.123.tobez2013-09-072-3/+3
| | | | Changes: http://search.cpan.org/dist/Convert-BinHex/Changes
* Report correct OSVERSION in IGNORE message.madpilot2013-09-071-1/+1
|
* Fix -jX builds; cleanup Makefile and pkg-descr; sort pkg-plist; pet portlint(1).danfe2013-09-073-71/+70
|
* Fix build with clang, remove now unnecessary USE_GCC=anybapt2013-09-052-1/+20
|
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-055-5/+21
| | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
* Add an explicit dependency on pkgconfbapt2013-09-031-0/+1
|
* - Update to 0.2.13tota2013-08-302-4/+3
|
* - Remove Author linesunpoet2013-08-302-2/+1
|
* - Add WWWsunpoet2013-08-302-2/+0
| | | | | - Use single space after WWW: - Remove Author line
* - Use single space after WWW:sunpoet2013-08-291-1/+1
|
* - Use single space after WWW:sunpoet2013-08-292-2/+2
|
* - Update to 1.122sunpoet2013-08-282-3/+6
| | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Convert-BinHex/Changes
* Update to 20130805 release.ale2013-08-273-15/+6
|
* - Update to 1.121sunpoet2013-08-254-6/+15
| | | | | | | | - Add LICENSE - Update pkg-descr - Add WWW Changes: http://search.cpan.org/dist/Convert-BinHex/Changes
* - Update to 1.120jadawin2013-08-232-3/+3
|
* - Cleanup Makefile headersunpoet2013-08-222-10/+2
|
* - Remove leading indefinite article from COMMENTsunpoet2013-08-222-2/+2
|
* - Convert to new perl frameworksunpoet2013-08-213-3/+6
|
* converters/iconv: convert to new perl5 USESwg2013-08-211-3/+3
| | | | - Convert to new perl5 USES framework, forgot in the last commit
* converters/iconv: make iconv_mktbl optionalwg2013-08-213-6/+28
| | | | | | | | | - Add a default option called CSSUTIL which installs iconv_mktbl and pulls in perl as a run dependency PR: ports/180877 Submitted by: wg (myself) Approved by: maintainer (timeout)
* - Remove MAKE_JOBS_SAFE variableak2013-08-158-8/+0
| | | | Approved by: portmgr (bdrewery)
* - Upgrade to 2.59.kuriyama2013-08-102-4/+5
|
* Add p5-plutil, a perl implementation of Mac OS X plutil.ehaupt2013-08-084-0/+32
|
* - Convert to new perl frameworkaz2013-08-057-42/+21
| | | | | | - Trim Makefile header Approved by: tobez@ (maintainer)
* USES perl5, not yes...mat2013-08-031-1/+1
|
* - Convert to new perl frameworkmat2013-08-031-1/+2
| | | | - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Convert to new perl frameworkaz2013-08-031-6/+2
| | | | - Trim Makefile header
* - Convert to new perl frameworkmat2013-08-0321-98/+57
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Convert to new perl frameworkaz2013-08-0310-10/+20
|
* - Convert to new perl orderaz2013-07-311-9/+3
| | | | - replace post-patch with shebangfix
* - Convert to new Uses/perl5.mk frameworkaz2013-07-312-3/+4
| | | | | | | | - Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@)
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-276-83/+0
| | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
* - switch simple inline replacement from perl to sedaz2013-07-252-8/+4
| | | | | | | | | and remove where is no need in this anymore. - trim Makefile header - pass maintainership to @perl Information: wiki@ PortsLongtermTargets Approved by: bapt@ (portmgr@)
* Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-241-1/+0
|
* - Changed my emailvg2013-07-221-1/+1
| | | | | | - Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors)
* - Trim Makefile headersamdmi32013-07-125-7/+7
| | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files
* - Update to 7.31.0sunpoet2013-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* Mark jobs unsafebapt2013-07-101-5/+3
|
* - Drop all my portspav2013-07-101-1/+1
|
* Attempt to fix parallel builds.danfe2013-07-081-3/+35
|
* - Update to 3.14clsung2013-07-082-8/+4
|
* Remove extra blank line to please portlint.kwm2013-07-072-4/+11
| | | | | | Don't let the port chmod 777 ${WRKSRC}/src to prevent possible security issue. Submitted by: tijl@ (priv mail)
* Remove USE_AUTOTOOLS=libtool. This was added in r183830 because the bundledkwm2013-07-065-49/+0
| | | | | | | | | libtool at the time didn't handle the removal of objformat correctly. Also revert r239611. This revision was because the libtool port and the bundled libtool at the time detect "clang" as a valid C compiler. PR: ports/179753 Submitted by: tijl@
* - Update to 1.30clsung2013-06-282-8/+4
|
* - Update, fix build with clangak2013-06-273-10/+6
| | | | | - Convert Makefile headers to new style - Update WWW
* Welcome PHP 5.5!ale2013-06-245-0/+84
| | | | | | Future steps: - rename current php5 ports to php54 - make php55 the default one after an exp-run
* - Trim Makefile headerantoine2013-06-201-5/+3
| | | | - Mark as broken, it overwrites a bin/map from a dependency
* - Trim Makefile headeramdmi32013-06-173-15/+3
|