aboutsummaryrefslogtreecommitdiff
path: root/converters
Commit message (Collapse)AuthorAgeFilesLines
* Svglib is an experimental library for reading SVG files and convertingMartin Wilke2008-11-135-0/+36
| | | | | | | | | | | | | | | | | them(to a reasonable degree) to other formats using the Open Source ReportLab Toolkit. As a package it reads existing SVG files and returns them converted to ReportLab Drawing objects that can be used in a variety of ReportLab-related contexts, e.g. as Platypus Flowable objects or in RML2PDF. As a command-line tool it converts SVG files into PDF ones. WWW: http://pypi.python.org/pypi/svglib/ PR: ports/128752 Submitted by: Wen Heping <wenheping at wenheping.com> Notes: svn path=/head/; revision=222815
* - Update to 1.12Martin Wilke2008-10-242-4/+4
| | | | Notes: svn path=/head/; revision=222018
* Upgrade to 0.04.Jun Kuriyama2008-10-182-6/+4
| | | | Notes: svn path=/head/; revision=221720
* - fix dependencyYen-Ming Lee2008-10-162-4/+5
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=221656
* - use @dirrmtry instead of @dirrmYen-Ming Lee2008-10-161-15/+15
| | | | Notes: svn path=/head/; revision=221655
* zbase32 is a base32 encoder/decoder.It is an alternateMartin Wilke2008-10-055-0/+55
| | | | | | | | | | | | base32 encoder but not RFC 3548 compliant. WWW: http://pypi.python.org/pypi/zbase32/ PR: ports/127771 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=221221
* - Update to 1.4.5Renato Botelho2008-09-302-4/+4
| | | | Notes: svn path=/head/; revision=221061
* - Update to 2.23Cheng-Lung Sung2008-09-292-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=220990
* Update to version 0.5201Dmitry Sivachenko2008-09-232-4/+5
| | | | | | | | PR: 127190 Submitted by: lippe Notes: svn path=/head/; revision=220564
* Upgrade to 2.12 (and remove unneeded dependencies).Jun Kuriyama2008-09-082-8/+4
| | | | | | | | PR: ports/127153 Submitted by: leeym Notes: svn path=/head/; revision=220204
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - Update to 0.7.8Martin Wilke2008-09-062-4/+4
| | | | | | | | | PR: 126443 Submitted by: Charlie & <root@chinsan.info> Approved by: maintainer timeout Notes: svn path=/head/; revision=219997
* Update to 20080315.Akinori MUSHA2008-09-022-4/+4
| | | | Notes: svn path=/head/; revision=219651
* - Fix build on amd64Philippe Audeoud2008-09-013-13/+76
| | | | | | | | PR: ports/126653 Submitted by: Valerio Daelli <valerio.daelli _at_ gmail _dot_ com> Notes: svn path=/head/; revision=219610
* - Update to 1.17Cheng-Lung Sung2008-08-292-5/+4
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Any/Changes Notes: svn path=/head/; revision=219403
* - Update djvulibre to 3.5.21.Stanislav Sedov2008-08-261-7/+2
| | | | | | | - Update djview4 to 4.4. Notes: svn path=/head/; revision=219234
* - Update to 0.4.12Martin Wilke2008-08-252-5/+4
| | | | | | | | PR: 126837 Submitted by: Denise H. G. <darcsis@gmail.com> (maintainer) Notes: svn path=/head/; revision=219180
* This is a standalone converter for the OpenOffice.org swriter (*.sxw,*.odt)Dmitry Marakasov2008-08-215-0/+64
| | | | | | | | | | | | | | | | | | and scalc (*.sxc) formats. It doesn't depend on Open Office or any other external tools or libraries. There are three output modules: * o3read displays a dump of the parse tree * o3totxt creates plain text * o3tohtml creates html code Example: unzip -p document.odt content.xml | o3totxt WWW: http://siag.nu/o3read/ PR: ports/126320 Submitted by: Alex Samorukov <samm at os2 dot kiev dot ua> Notes: svn path=/head/; revision=218965
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-217-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update to 0.27Chin-San Huang2008-08-172-4/+4
| | | | Notes: svn path=/head/; revision=218725
* - Update to 0.26Chin-San Huang2008-08-092-4/+4
| | | | Notes: svn path=/head/; revision=218280
* - Update to 2.26Rong-En Fan2008-07-202-5/+5
| | | | Notes: svn path=/head/; revision=217196
* - Update to 2.20Martin Wilke2008-07-192-4/+4
| | | | | | | | | PR: 125670 Submitted by: Wen heping <wenheping@gmail.com> Approved by: clsung (implicit) Notes: svn path=/head/; revision=217154
* Update to 0.25Erwin Lansing2008-07-102-4/+4
| | | | Notes: svn path=/head/; revision=216664
* Upgrade to 2.11.Jun Kuriyama2008-07-023-4/+6
| | | | | | | | Submitted by: Wen heping <wenheping@gmail.com> PR: ports/125066 Notes: svn path=/head/; revision=216136
* First all, ahze did most of work. Thanks ahze! Last week or so, I am justJeremy Messenger2008-06-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merely pick up and help him. Thanks to many testers in both private and mailing list emails for report a few of build and dependencies problems. Also, thanks to marcus and Chess Griffin for test in their tinderboxes. x11/pixman: Update to 0.10.0 ------------------------------------------------------- Firefox 3 needs it. Orignal, the shared library was bumped and ahze has added a new feature in our USE_GNOME=ltverhack by can control the number of shared library. To control the number of shared library, add the ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your port, you need to make sure the ABI doesn't change to use it.. ------------------------------------------------------- graphics/cairo: Update to 1.6.4 ------------------------------------------------------- Firefox 3 needs it. We have updated most cairo binding ports too. ------------------------------------------------------- graphics/poppler: Update to 0.8.3 ------------------------------------------------------- The shared libraries version have been changed. All ports that depend on poppler have PORTREVISION bump. The graphics/py-poppler has been updated to 0.8.1 to work with newer poppler better. As for the poppler-qt, there is no shared library version change. ------------------------------------------------------- www/firefox3 and gecko ports related: Update to 3.0 final ------------------------------------------------------- The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it in backward compatibility, so the rest ports won't be break. We haven't add some other ports to have Firefox 3 support yet, so feel free to send us patch or commit it by yourself (to committers). However, view in bsd.gecko.mk for document. ------------------------------------------------------- Approved by: portmgr (marcus) Notes: svn path=/head/; revision=216043
* - Update to 1.4.4Renato Botelho2008-06-202-4/+4
| | | | Notes: svn path=/head/; revision=215347
* - Remove converters/compface, we already have this port on ports tree, see ↵Felippe de Meirelles Motta2008-06-175-45/+0
| | | | | | | | | | mail/faces. Reported by: Gabor Zahemszky <Gabor@Zahemszky.HU> Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=215014
* Compface provides utilities and a library for converting toFelippe de Meirelles Motta2008-06-175-0/+45
| | | | | | | | | | | | | | | and from the X-Face format, a 48x48 bitmap format used to carry thumbnails of email authors in a mail header. WWW: http://ftp.xemacs.org/pub/xemacs/aux/ PR: ports/124430 Submitted by: Ashish Shukla <wahjava@gmail.com> Reviewed by: lippe Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=214989
* - update to 1.11Yen-Ming Lee2008-06-162-5/+4
| | | | Notes: svn path=/head/; revision=214939
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-069-4/+9
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 0.71Martin Wilke2008-05-312-4/+4
| | | | | | | | | PR: 123440 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=214060
* - Update to 1.01Martin Wilke2008-05-302-4/+4
| | | | Notes: svn path=/head/; revision=213994
* - Reassign to perl@Thomas Abthorpe2008-05-261-1/+1
| | | | Notes: svn path=/head/; revision=213698
* - Update to 2.25Rong-En Fan2008-05-122-4/+4
| | | | Notes: svn path=/head/; revision=212942
* Update to 0.105.Anton Berezin2008-05-082-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Number-Nary/Changes Notes: svn path=/head/; revision=212818
* Update to 0.4.10Ion-Mihai Tetcu2008-05-062-5/+5
| | | | | | | | PR: ports/123455 Submitted by: maintainer Notes: svn path=/head/; revision=212724
* - Update to 0.24.Chin-San Huang2008-05-012-4/+4
| | | | Notes: svn path=/head/; revision=212401
* Reset aaron's port maintainerships due to many maintainer-timeouts.Mark Linimon2008-04-291-1/+1
| | | | Notes: svn path=/head/; revision=212202
* Update to 20080417 snapshot release.Alex Dupre2008-04-212-7/+7
| | | | Notes: svn path=/head/; revision=211725
* - Update to 2.20 (2.2)Cheng-Lung Sung2008-04-213-4/+6
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=211688
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-194-6/+5
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Use MASTER_SITE_GOOGLE_CODE macro for MASTER_SITESEdwin Groothuis2008-04-181-1/+1
| | | | Notes: svn path=/head/; revision=211551
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-1735-69/+35
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Update to 0.24Mathieu Arnold2008-04-162-4/+4
| | | | Notes: svn path=/head/; revision=211354
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* - Update to 2.10 (2.1)Cheng-Lung Sung2008-04-072-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/JSON-XS/Changes Notes: svn path=/head/; revision=210721
* - Add ruby 1.9 supportStanislav Sedov2008-04-061-1/+1
| | | | | | | | | | | | | | | | | - Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@ Notes: svn path=/head/; revision=210636
* - Update to 1.16Cheng-Lung Sung2008-04-012-4/+7
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Any/Changes Notes: svn path=/head/; revision=210321
* - Update to 0.23.Chin-San Huang2008-03-312-4/+4
| | | | Notes: svn path=/head/; revision=210262