notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: converters/o3read/Makefile
SVNWeb

Number of commits found: 11

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:9ee281eef7279ea8489901eddf3d6bbcfc4dd176  commit hash:9ee281eef7279ea8489901eddf3d6bbcfc4dd176  commit hash:9ee281eef7279ea8489901eddf3d6bbcfc4dd176  9ee281e  (Only the first 10 of 127 ports in this commit are shown above. View all ports for this commit)
converters: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Keda <admin@lissyara.su>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alexandr Kovalenko <never@nevermind.kiev.ua>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrey A. Chernov <ache@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Blaz Zupan <blaz@amis.net>
  *  Brent J. Nordquist <bjn@visi.com>
  *  Carlos J. Puga Medina <cpm@fbsd.es>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 13 Feb 2020
[ 14:27 sunpoet search for other commits by this committer ] Original commit   Revision:526019 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Update MAINTAINER: use @FreeBSD.org
Sun, 13 Oct 2019
[ 18:16 samm search for other commits by this committer ] Original commit   Revision:514411 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Replace my personal email address to the samm@freebsd.org

Approved by:    krion (mentor)
Differential Revision:  https://reviews.freebsd.org/D22013
Mon, 18 Dec 2017
[ 09:00 amdmi3 search for other commits by this committer ] Original commit   Revision:456603
- Add LICENSE
- Switch to options helpers
- Unsilence installation commands

Approved by:	portmgr blanket
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Thu, 9 Jan 2014
[ 14:19 bapt search for other commits by this committer ] Original commit   Revision:339239
Support stage & use pkg-plist
Fri, 3 Jan 2014
[ 16:12 adamw search for other commits by this committer ] Original commit   Revision:338556 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Convert converters to MDOCS and MEXAMPLES
Fri, 20 Sep 2013
[ 16:05 bapt search for other commits by this committer ] Original commit   Revision:327715 (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters)
Thu, 21 Aug 2008
[ 19:25 amdmi3 search for other commits by this committer ] Original commit 
This is a standalone converter for the OpenOffice.org swriter (*.sxw,*.odt)
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>

Number of commits found: 11