FreshPorts -- The Place For Ports notbug Mon, 28 May 2012 3:08 AM BST
Port details
unrtf 0.21.2 textproc on this many watch lists=6 search for ports that depend on this port An older version of this port was marked as vulnerable.
A converter from RTF to several formats, including HTML and LaTeX
Maintained by: bf@FreeBSD.org search for ports maintained by this maintainer
Port Added: 25 Jun 2002 09:24:57
License: GPLv3


UnRTF is a command-line converter from RTF (Rich Text) to HTML, LaTeX,
PostScript, plain text, and text with VT100 codes. When converting to HTML, it
supports tables, fonts, embedded images, hyperlinks, paragraph alignment, and
more. All other conversions are "alpha" i.e. being newly developed.

WWW: http://www.gnu.org/software/unrtf/unrtf.html
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake
Required Libraries: converters/libiconv

Required by:
for Run

To install the port: cd /usr/ports/textproc/unrtf/ && make install clean
To add the package: pkg_add -r unrtf


Configuration Options
     No options to configure

Master Sites:
http://ftp.gnu.org/gnu/unrtf/
ftp://ftp.gnu.org/gnu/unrtf/
http://www.gtlib.cc.gatech.edu/pub/gnu/gnu/unrtf/
http://mirrors.usc.edu/pub/gnu/unrtf/
ftp://ftp.kddlabs.co.jp/GNU/unrtf/
ftp://ftp.dti.ad.jp/pub/GNU/unrtf/
http://ring.nict.go.jp/archives/GNU/unrtf/
ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/unrtf/
ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/unrtf/
ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/unrtf/
http://ftp.funet.fi/pub/gnu/prep/unrtf/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 31

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
24 Oct 2011 09:11:38
Original commit files touched by this commit  0.21.2
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.21.2
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
20 Aug 2011 12:19:47
Original commit files touched by this commit  0.21.2
bf search for other commits by this committer
fix clang build
22 Jun 2011 14:52:12
Original commit files touched by this commit  0.21.2
bf search for other commits by this committer
update to 0.21.2; add LICENSE
26 Mar 2011 01:39:07
Original commit files touched by this commit  0.21.1
bf search for other commits by this committer
Remove addition of CPPFLAGS to CONFIGURE_ENV
in port Makefiles, and MD5 entries in distinfo
08 Jul 2010 12:51:38
Original commit files touched by this commit  0.21.1
bf search for other commits by this committer
Change my ports to use my FreeBSD.org email address.
24 Jan 2010 02:04:11
Original commit files touched by this commit  0.21.1
wen search for other commits by this committer
- Update to 0.21.1
- Add test target
- Remove patch-src-my_iconv.c and add patch-tests__Makefile.in
- Pass maintainership to submitter

PR:             ports/143044
Submitted by:   bf <bf1783@gmail.com>
19 Sep 2009 16:54:13
Original commit files touched by this commit  0.21.0
miwi search for other commits by this committer
- Fix build on 64 bit platform if regressions test enabled

PR:             137622
Submitted by:   Alex <alexi176@mail.ru>
Feature safe:   yes
20 Feb 2009 16:25:30
Original commit files touched by this commit  0.21.0
miwi search for other commits by this committer
- Update to 0.21.0

PR:             131826
Submitted by:   Ports Fury
10 Jan 2008 23:19:06
Original commit files touched by this commit  0.20.5
miwi search for other commits by this committer
- Update to 0.20.5

PR:             119504
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
27 Oct 2007 22:04:50
Original commit files touched by this commit  0.20.4
miwi search for other commits by this committer
- Update to 0.20.4

PR:             117499
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
17 Jun 2007 08:35:21
Original commit files touched by this commit  0.20.3
rafan search for other commits by this committer
- Update to 0.20.3

PR:             ports/113789
Submitted by:   bf <bf2006a at yahoo.com>
13 Jul 2006 23:25:14
Original commit files touched by this commit  0.20.2
rafan search for other commits by this committer
- Update to 0.20.2

PR:             ports/100216
Submitted by:   chinsan <chinsan.tw gmail.com>
12 Jun 2006 15:14:22
Original commit files touched by this commit  0.20.1
itetcu search for other commits by this committer
Fix install.

PR:             98851
Submitted by:   Alan Hicks <ahicks@p-o.co.uk>
12 Jun 2006 01:49:56
Original commit files touched by this commit  0.20.1
ijliao search for other commits by this committer
upgrade to 0.20.1

PR:             98829
Submitted by:   Ports Fury
13 May 2006 04:24:52
Original commit files touched by this commit  0.19.3_1
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with T
25 Nov 2005 18:40:57
Original commit files touched by this commit  0.19.3_1
pav search for other commits by this committer
- Add SHA256
11 Feb 2005 13:33:02
Original commit files touched by this commit  0.19.3_1
danfe search for other commits by this committer
- Attempt to fix the exploitable security issue described at
  http://www.vuxml.org/freebsd/f2d5e56e-67eb-11d9-a9e7-0001020eed82.html by
  replacing strcat() with strncat().  Please note that I wasn't able to
  reproduce the exploit described at
  http://tigger.uic.edu/~jlongs2/holes/unrtf.txt on my 5.3-STABLE system.
  Feedback from someone who can reproduce the exploit with an unpatched unrtf
  would be appreciated
- Bump PORTREVISION
- Remove old master site that doesn't seem to have the distfile any more

VuXML:          f2d5e56e-67eb-11d9-a9e7-0001020eed82
PR:             ports/76852
Submitted by:   Stefan Walter <sw(at)gegenunendlich.de>
16 Jan 2005 19:06:11
Original commit files touched by this commit  0.19.3
 This port version is marked as vulnerable.
simon search for other commits by this committer
- Mark forbidden due to buffer overflow vulnerability which may for
  example be explioted when running unrtf automated in scripts.
- Set one month expiration date.

VuXML:         
http://vuxml.FreeBSD.org/f2d5e56e-67eb-11d9-a9e7-0001020eed82.html
Approved by:    erwin (mentor)
26 Oct 2004 08:07:10
Original commit files touched by this commit  0.19.3
 This port version is marked as vulnerable.
vs search for other commits by this committer
Fix runtime error: Linnix' printf(NULL) works while we segfault.

PR:             ports/71356
Submitted by:   "parv"
12 Oct 2004 03:19:59
Original commit files touched by this commit  0.19.3
 This port version is marked as vulnerable.
edwin search for other commits by this committer
update for textproc/unrtf

        Update for textproc/unrtf

PR:             ports/72239
Submitted by:   Alfred Perlstein <alfred@FreeBSD.org>
05 Feb 2004 20:38:07
Original commit files touched by this commit  0.19.1
 This port version is marked as vulnerable.
trevor search for other commits by this committer
Use PLIST_FILES.

Reviewed by:    marcus
29 Jan 2004 16:13:06
Original commit files touched by this commit  0.19.1
 This port version is marked as vulnerable.
trevor search for other commits by this committer
SIZEify.
09 Jan 2004 09:15:46
Original commit files touched by this commit  0.19.1
 This port version is marked as vulnerable.
ijliao search for other commits by this committer
upgrade to 0.19.1
27 Oct 2003 03:36:00
Original commit files touched by this commit  0.18.1
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Per the distfile survey, the original mastersite disappeared in March 2003.
02 Aug 2003 04:16:29
Original commit files touched by this commit  0.18.1
 This port version is marked as vulnerable.
maho search for other commits by this committer
Fix build on gcc-3.3.x

Submitted by:   Simon Barner <barner@in.tum.de>
20 Feb 2003 19:11:26
Original commit files touched by this commit  0.18.1
 This port version is marked as vulnerable.
knu search for other commits by this committer
De-pkg-comment.
28 Oct 2002 19:59:32
Original commit files touched by this commit  0.18.1
 This port version is marked as vulnerable.
naddy search for other commits by this committer
Respect CC.
05 Sep 2002 08:41:17
Original commit files touched by this commit  0.18.1
 This port version is marked as vulnerable.
obraun search for other commits by this committer
Set maintainership to ports@.
21 Aug 2002 14:46:07
Original commit files touched by this commit  0.18.1
 This port version is marked as vulnerable.
obraun search for other commits by this committer
Change MAINTAINER to my FreeBSD address.

Approved by:    dwcjr (mentor)
25 Jun 2002 09:18:40
Original commit files touched by this commit  0.18.1
 This port version is marked as vulnerable.
ijliao search for other commits by this committer
add unrtf 0.18.1
A converter from RTF to several formats, including HTML and LaTeX

PR:             36345
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>

Number of commits found: 31

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month252

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.309 seconds.