/net-p2p/torrentvolve/

tw44/cgit/cgit.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/converters
Commit message (Collapse)AuthorAgeFilesLines
* converters/p5-LaTeXML: Upgrade version 0.8.0 => 0.8.1marino2015-02-213-3/+22
| | | | | PR: 197801 Submitted by: maintainer (CJPM)
* - Update to 0.53sunpoet2015-02-192-4/+3
| | | | Changes: http://search.cpan.org/dist/JSON-Tiny/Changes
* - Update to 3.0115sunpoet2015-02-192-3/+3
| | | | Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes
* New port: converters/p5-LaTeXMLpi2015-02-085-0/+601
| | | | | | | | | | | | | LaTeXML is a TeX and LaTeX to XML/HTML/MathML converter. From XML it can generate various flavors of HTML, MathML and ePub, with other formats under development. See the included manual.pdf for an documentation. WWW: http://dlmf.nist.gov/LaTeXML/ PR: 197398 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es>
* Upgrade to 2.70.vanilla2015-02-083-3/+5
|
* Update poppler to 0.30.0 [1].kwm2015-02-031-1/+1
| | | | | | | | | | | Make sure we use openjpeg1 in poppler, while openjpeg2 support was added there still bugs in openjpeg2 that need to be fixed. Add patches to inkscape for API changes in poppler 0.29.0 [2]. PR: 196599 [1] Submitted by: olivierd@ [1] Exp-run by: antoine@ Obtained from: upstream [2]
* - Update to 1.2.1 [1]jbeich2015-01-284-5/+34
| | | | | | | | | | - Build and install shared library [2] PR: 196455 [1] PR: 196456 [2] Differential Revision: https://reviews.freebsd.org/D1613 Approved by: maintainer timeout (3 weeks) Approved by: bapt (mentor)
* - Update to 1.04amdmi32015-01-232-4/+3
|
* Upgrade to 2.68.vanilla2015-01-232-3/+3
|
* Upgrade to 2.67.vanilla2015-01-192-4/+3
|
* Update wkhtmltopdf to 0.12.2.1mm2015-01-193-5/+4
|
* Drop maintainership as I no longer use these software nor have time andrafan2015-01-172-2/+2
| | | | energy to keep up.
* Update to 3.15.tobez2015-01-132-4/+3
|
* - Fix BUILD_DEPENDS: ExtUtils::CBuilder is already in all supported Perl ↵sunpoet2015-01-082-3/+3
| | | | | | | releases - Add LICENSE - Sort PLIST
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-061-1/+1
|
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-061-1/+1
|
* - Update to 3.0114sunpoet2015-01-062-3/+3
| | | | Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes
* Assign maintainership of FPC ports to new FPC ports teammarino2015-01-051-1/+1
| | | | | | | The new team currently consists of the previous maintainer (acm@) and myself (marino@). PR: 195363
* Bump portrevision after png updatebapt2014-12-261-0/+1
|
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1
|
* Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-245-5/+5
| | | | Approved by: bapt
* Update "BSD" license for buganini's portsfeld2014-12-236-6/+6
|
* - Update to 1.11sunpoet2014-12-213-23/+22
| | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/String-Multibyte/Changes
* - Update to 3.0113sunpoet2014-12-212-3/+3
| | | | Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes
* cleanup plistbapt2014-12-211-1/+0
|
* - Update to 3.0108sunpoet2014-12-142-3/+3
| | | | Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 1.003002sunpoet2014-12-072-4/+3
| | | | Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes
* - Update to 3.0107sunpoet2014-12-042-4/+3
| | | | Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes
* Restore a patch hunk that was removed in r373636. It fixes a referencetijl2014-11-302-1/+10
| | | | | | to the stage directory in an installed binary. Reported by: antoine
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-304-22/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine)
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-26134-484/+481
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* Bump PORTREVISION after graphics/poppler update to 0.26.3makc2014-11-251-1/+1
|
* - Update to 1.003002sunpoet2014-11-252-3/+3
| | | | Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes
* - Update to 3.0106sunpoet2014-11-252-3/+3
| | | | Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes
* - Upgrade to 3.003.kuriyama2014-11-207-15/+33
|
* - Fix stripping wrt PREFIX/LOCALBASEamdmi32014-11-191-3/+3
|
* - Strip libraryamdmi32014-11-191-0/+5
|
* Reset miwi's maintainership per his demandbapt2014-11-181-1/+1
| | | | Hope to see you back! Thank for all the work!
* - Update to 1.02amdmi32014-11-162-3/+3
|
* Fix build as a user, for real this time.mat2014-11-101-2/+8
| | | | Sponsored by: Absolight
* - Update to 0.86.0amdmi32014-10-292-6/+9
| | | | | | | - Clarify LICENSE - Add LICENSE_FILE - Optionize DOCS - Turn configure warnings into errors to notice problems faster (such as failure of previous version to properly detect protobuf-c)
* Cleanup plistbapt2014-10-2083-306/+0
|
* Unbreakantoine2014-10-201-1/+1
|
* - Convert ports from cad/, chinese/, comms/ and converters/ to newmva2014-10-195-12/+9
| | | | | | USES=python Approved by: portmgr (implicit)
* - Update to 1.38culot2014-10-162-3/+3
| | | | Changes: http://search.cpan.org/dist/JSON-Any/Changes
* Allow staging as a regular userantoine2014-10-131-1/+4
|
* - Update to 2.27300sunpoet2014-10-093-7/+3
| | | | | | - Cleanup PLIST Changes: http://search.cpan.org/dist/JSON-PP/Changes
* - Update to 1.002003sunpoet2014-10-093-6/+3
| | | | Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes
* - Convert to USES=python, limit to 2.xjhale2014-10-061-6/+6
| | | | | - Simplify MASTER_SITES - Strip binaries
* graphics/djvulibre:tijl2014-10-061-1/+1
| | | | | - Add USES=libtool and bump dependent ports - Remove threading related patches
* converters/py-pisa: switch from py-imaging to py-pillowwg2014-10-041-5/+4
| | | | | | | - USES python With hat: python Approved by: portmgr (bdrewery, implicit)
* Convert to USES=pearbapt2014-09-231-7/+2
|
* - Cleanup plistamdmi32014-09-221-3/+0
|
* - Cleanup plistamdmi32014-09-222-5/+1
| | | | - Add NO_ARCH
* - Update to 1.3-0tota2014-09-222-4/+3
|
* - Switch to USES=autoreconfamdmi32014-09-191-3/+2
|
* - Replace patch with USES=pathfix and post-patch commandtijl2014-09-183-48/+5
| | | | | - Remove old libtool patch - Remove post-patch command that isn't needed with staging
* devel/glib12 x11-toolkits/gtk12:tijl2014-09-131-1/+1
| | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-115-1/+5
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Update to 1.105jadawin2014-09-092-3/+6
| | | | - Add License
* - Update to 1.36jadawin2014-09-09