aboutsummaryrefslogtreecommitdiff
path: root/converters
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.4.11Renato Botelho2014-07-183-23/+3
| | | | Notes: svn path=/head/; revision=362216
* - Add missing USE_LDCONFIGSunpoet Po-Chuan Hsieh2014-07-181-1/+1
| | | | | | | | | | | | - Use USES=libtool - Fix USE_PYTHON - Convert to new options helper - Bump PORTREVISION for package change - Do not hard-coded PORTVERSION in PLIST - Bump PORTREVISION for graphics/geos shlib change Notes: svn path=/head/; revision=362205
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.Adam Weinberger2014-07-152-0/+4
| | | | | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example. Notes: svn path=/head/; revision=362014
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-2/+4
| | | | Notes: svn path=/head/; revision=361938
* - Allow build with php55Sunpoet Po-Chuan Hsieh2014-07-042-0/+15
| | | | | | | | - Strip shared library - Bump PORTREVISION for package change Notes: svn path=/head/; revision=360521
* - Add LICENSESunpoet Po-Chuan Hsieh2014-07-033-7/+10
| | | | | | | | | | - Update MASTER_SITES - Add DIST_SUBDIR - Update WWW - Take maintainership Notes: svn path=/head/; revision=360386
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-032-4/+3
| | | | | | | | | - Convert USE_BZIP2 to USES Approved by: portmgr blanket Notes: svn path=/head/; revision=360330
* multiple: reset gslin's maintainerEitan Adler2014-06-301-1/+1
| | | | | | | | | | | By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check) Notes: svn path=/head/; revision=359802
* Remove unnecessary defineMartin Matuska2014-06-291-2/+0
| | | | Notes: svn path=/head/; revision=359785
* Update wkhtmltopdf to 0.12.1Martin Matuska2014-06-2910-703/+55
| | | | Notes: svn path=/head/; revision=359751
* - Remove editors/emacs21, and editors/emacs22 as they're no longer maintainedAshish SHUKLA2014-06-276-235/+0
| | | | | | | | | | | | upstream - Also remove dependent ports - Add UPDATING entry informing users of the same - Add MOVED entries Approved by: portmgr (bapt) Notes: svn path=/head/; revision=359512
* - Update to 2.09Philippe Audeoud2014-06-262-3/+3
| | | | Notes: svn path=/head/; revision=359370
* - Update to 1.34Philippe Audeoud2014-06-262-3/+3
| | | | Notes: svn path=/head/; revision=359369
* - Update to 0.27Philippe Audeoud2014-06-262-3/+3
| | | | Notes: svn path=/head/; revision=359368
* - Update to 0.2.14TAKATSU Tomonari2014-06-252-4/+3
| | | | Notes: svn path=/head/; revision=359222
* This line got lost during the GMAKE -> MAKE_CMD conversionAntoine Brodin2014-06-251-0/+1
| | | | Notes: svn path=/head/; revision=359191
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-241-2/+2
| | | | Notes: svn path=/head/; revision=359148
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-113-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-1023-31/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-095-5/+5
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357139
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-082-9/+9
| | | | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
* Remove indefinite articles from COMMENT where I'm maintainer.Jimmy Olgeni2014-06-083-3/+3
| | | | Notes: svn path=/head/; revision=357013
* - Remove easy_install dependencyMarcus von Appen2014-06-082-50/+4
| | | | | | | | | | | - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Notes: svn path=/head/; revision=356997
* - Remove easy_install dependencyMarcus von Appen2014-06-082-92/+4
| | | | | | | | | | | - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Notes: svn path=/head/; revision=356996
* - Update plaso to 1.1.0Antoine Brodin2014-06-074-0/+30
| | | | | | | | | Announce: http://blog.kiddaland.net/2014/06/what-is-one-to-say-about-june-time-of.html - Add converters/py-bencode, bencoding and bdecoding implementation Notes: svn path=/head/; revision=356886
* Fix typoAntoine Brodin2014-06-051-1/+1
| | | | Notes: svn path=/head/; revision=356678
* Chase lang/clisp expiration dateAntoine Brodin2014-06-051-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=356676
* converters/igbinary: Add pecl- prefix for consistencyJohn Marino2014-06-052-1/+2
| | | | | | | | | | | | While here, update the WWW link. PR: ports/187656 Submitted by: daniel Tested by: robak approved by: maintainer timeout (3 months) Notes: svn path=/head/; revision=356625
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-042-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=356494
* Change mastersite to github.Dmitry Sivachenko2014-06-041-2/+2
| | | | | | | | | tarball did not change. PR: 190444 Notes: svn path=/head/; revision=356476
* Change mastersite to github.Dmitry Sivachenko2014-06-041-2/+6
| | | | | | | PR: 190444 Notes: svn path=/head/; revision=356475
* Convert to USES=dos2unixBaptiste Daroussin2014-05-261-2/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355278
* - Update to 0.49Sunpoet Po-Chuan Hsieh2014-05-202-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Tiny/Changes Notes: svn path=/head/; revision=354657
* - Add/update license when possibleAlex Kozlov2014-05-202-11/+6
| | | | | | | | - Modernize ports Makefiles - Update MASTER_SITES/distfile for converters/chmview Notes: svn path=/head/; revision=354597
* - Update to 0.48Sunpoet Po-Chuan Hsieh2014-05-192-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Tiny/Changes Notes: svn path=/head/; revision=354568
* - Update to 0.47Sunpoet Po-Chuan Hsieh2014-05-153-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Tiny/Changes Notes: svn path=/head/; revision=354155
* Support STAGEDIR.Vanilla I. Shu2014-05-151-1/+0
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=354149
* Support STAGEDIR.Vanilla I. Shu2014-05-153-38/+119
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=354147
* - Support staging.Gerald Pfeifer2014-05-122-2/+3
| | | | | | | | | | | | - Add LICENSE (APACHE20). - Tweak WWW line in pkg-descr. PR: 188598 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (blanket pre-approval) Notes: svn path=/head/; revision=353794
* - Merge two USES definitions.Tijl Coosemans2014-05-081-7/+3
| | | | | | | - Use standard autotools targets. Notes: svn path=/head/; revision=353284
* Convert to USES=libtool pgsqlBaptiste Daroussin2014-05-071-3/+3
| | | | Notes: svn path=/head/; revision=353227
* - Convert USE_BZIP2 and USE_DOS2UNIX to USESDmitry Marakasov2014-05-071-2/+1
| | | | Notes: svn path=/head/; revision=353204
* Use ICONV_PREFIX instead of LOCALBASE to avoid picking GNU libiconv.Akinori MUSHA2014-05-071-2/+2
| | | | Notes: svn path=/head/; revision=353150
* Remove converters/konwertBaptiste Daroussin2014-05-057-1126/+0
| | | | | | | | | It fails with modern compiler (ancient c++ code) Upstream is dead Unstaged Notes: svn path=/head/; revision=352990
* - Update to 1.2-0.2TAKATSU Tomonari2014-04-302-3/+3
| | | | Notes: svn path=/head/; revision=352699
* Pet portlint.Thierry Thomas2014-04-291-3/+2
| | | | Notes: svn path=/head/; revision=352638
* - Update to 3.0104Sunpoet Po-Chuan Hsieh2014-04-292-5/+7
| | | | | | | | | - Add more TEST_DEPENDS Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes Notes: svn path=/head/; revision=352597
* - Update to 1.2-0.1TAKATSU Tomonari2014-04-292-5/+4
| | | | Notes: svn path=/head/; revision=352564
* devel/p5-Encoding-BER: fixing the distfile fetchKurt Jaeger2014-04-271-0/+1
| | | | | | | Submitted by: culot Notes: svn path=/head/; revision=352440
* New port: devel/p5-Encoding-BERKurt Jaeger2014-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) Notes: svn path=/head/; revision=352415