notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: textproc/asciidoc/Makefile

Number of commits found: 82

Saturday, 23 Mar 2024
14:30 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/asciidoc: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
commit hash: a44b0426f0be77e5d9c0a412dfc89c899ee14342 commit hash: a44b0426f0be77e5d9c0a412dfc89c899ee14342 commit hash: a44b0426f0be77e5d9c0a412dfc89c899ee14342 commit hash: a44b0426f0be77e5d9c0a412dfc89c899ee14342 a44b042
Sunday, 9 Jul 2023
10:17 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/asciidoc: Build and install manpage asciidoc(1)

- Bump PORTREVISION for package change
commit hash: 147e254ffb1e47f6e952a1052145ac3f8113c92c commit hash: 147e254ffb1e47f6e952a1052145ac3f8113c92c commit hash: 147e254ffb1e47f6e952a1052145ac3f8113c92c commit hash: 147e254ffb1e47f6e952a1052145ac3f8113c92c 147e254
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 11 Jan 2023
15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Saturday, 19 Nov 2022
08:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/asciidoc: Build and install manpage

- Bump PORTREVISION for package change

PR:		267014
Reported by:	grahamperrin
commit hash: 639f229d5905ce6ab26aa4a94f103348f9ca6333 commit hash: 639f229d5905ce6ab26aa4a94f103348f9ca6333 commit hash: 639f229d5905ce6ab26aa4a94f103348f9ca6333 commit hash: 639f229d5905ce6ab26aa4a94f103348f9ca6333 639f229
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:23 Tobias C. Berner (tcberner) search for other commits by this committer
textproc: remove 'Created by' lines

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

  *  "Choe, Cheng-Dae" whitekid
  *  -
  *  <glewis@FreeBSD.org>
  *  <koshy@india.hp.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron Straup Cope
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Ache
  *  Adam Herzog <adam@herzogdesigns.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Kapranoff <kappa@FreeBSD.org.ua>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexander@Leidinger.net
  *  Alexandre Biancalana <ale@biancalanas.net>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexis Praga <alexis.praga@free.fr>
  *  Andreas Heil <ah@linux-hq.de>
  *  Andrei V. Shetuhin <reki@reki.ru>
  *  Andrej Zverev <andrey.zverev@electro-com.ru>
  *  Andrew <andrew@ugh.net.au>
  *  Andrew Humphrey <ahumphrey@realestate.com.au>
  *  Andrew Lewis <freeghb@gmail.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Romero <melanhit@gmail.com>
  *  Andrey Kostenko <andrey@kostenko.name>
  *  Andrey Zakhvatov
  *  Andrey Zakhvatov <andy@FreeBSD.org>
  *  Anes Mukhametov <anes@anes.su>
  *  Antoine Brodin <antoine@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Yudin <toha@toha.org.ua>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Ashish SHUKLA <wahjava@gmail.com>
  *  Autrijus Tang <autrijus@autrijus.org>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Ben Haga <tuxsuximus@hotmail.com>
  *  Ben Woods <woodsb02@FreeBSD.org>
  *  Benno Rice <benno@jeamland.net>
  *  Bill "I hate Perl" Fumerola
  *  Bill Brinzer <bill.brinzer@gmail.com>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Bill Swingle <unfurl@FreeBSD.org>
  *  Bob Eager <rde@ml1.org.uk>
  *  Boris Samorodov <bsam@FreeBSD.org>
  *  Brian Candler <B.Candler@pobox.com>
  *  Brion Moss <brion@queeg.com>
  *  Carlos J Puga Medina <cpm@fbsd.es>
  *  Carlos J. Puga Medina <cpm@FreeBSD.org>
  *  Cezary Morga <cm@therek.net>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris Hutchinson <portmaster@bsdforge.com>
  *  Christoper Key <cjk32@cam.ac.uk>
  *  Clemens Zauner <czauner+ports@onlineloop.com>
  *  Cyrille Lefevre <clefevre@citeweb.net>
  *  Dan Langille <dvl@FreeBSD.org>
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Danilo G. Baio <dbaio@FreeBSD.org>
  *  David Bremner <bremner@unb.ca>
  *  David O'Brien (obrien@FreeBSD.org)
  *  David Sze <dsze@alumni.uwaterloo.ca>
  *  Denis Pokataev <catone@cpan.org>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Dereckson <dereckson@gmail.com>
  *  Dikshie
  *  Dikshie <dikshie@sfc.wide.ad.jp>
  *  Dima Sivachenko <demon@gpad.ac.ru>
  *  Dirk Froemberg <dirk@FreeBSD.org>
  *  Ditesh Shashikant Gathani <ditesh@gathani.org>
  *  Dmitry Morozovsky <marck@FreeBSD.org>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dom Mitchell <dom@happygiraffe.net>
  *  Don Croyle <croyle@gelemna.org>
  *  Donald Burr <dburr@FreeBSD.org>
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Dru Lavigne <dru@FreeBSD.org>
  *  Dryice Liu <dryice@dryice.name>
  *  Ed Schouten <ed@FreeBSD.org>
  *  Edward Tomasz Napierala <trasz@FreeBSD.org>
  *  Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eric A. Griff <eric@talesfromthereal.com>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Erik Greenwald <erik@smluc.org>
  *  Ernst de Haan <znerd@FreeBSD.org>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Espen Tagestad <espen@tagestad.no>
  *  Eugene Furs <justas@mbank.lv>
  *  Felippe de Meirelles Motta <lippemail@gmail.com>
  *  Felix Palmen <felix@palmen-it.de>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Filip Parag <filip@parag.rs>
  *  Foxfair Hu <foxfair@FreeBSD.org>
  *  Freddie Cash <fcash@sd73.bc.ca>
  *  Frederic Culot <culot@FreeBSD.org>
  *  Frederic Dubuy <fdubuy@free.fr>
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Garrett Rooney <rooneg@electricjellyfish.net>
  *  Gasol Wu <gasol.wu@gmail.com>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geoffroy Desvernay <dgeo@centrale-marseille.fr>
  *  George Hartzell <hartzell@fruitfly.org>
  *  Gerald Pfeifer <gerald@pfeifer.com>
  *  Gerrit Beine <gerrit.beine@gmx.de>
  *  Glenn Trewitt <glenn@trewitt.org>
  *  Goran Tal <goran.tal@gmail.com>
  *  Graham Todd <gtodd@bellanet.org>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Greg Lewis <glewis@FreeBSD.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
  *  Henrik Motakef <henrik.motakef@web.de>
  *  Henry Hu <henry.hu.sh@gmail.com>
  *  Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Hiroki Sato <hrs@FreeBSD.org>
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Ian Vaudrey <i.vaudrey@bigfoot.com>
  *  Ilya A. Arkhipov <rum1cro@yandex.ru>
  *  Jaap Boender <jaapb@kerguelen.org>
  *  James Earl
  *  James Flemer <jflemer@alum.rpi.edu>
  *  James Raftery <james@now.ie>
  *  Jason Burgess <dev@fenux.net>
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jean-Baptiste Quenot <jb.quenot@caraldi.com>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeff Putsch <jdputsch@comcast.net>
  *  Jeremy Shaffner <jeremy@external.org>
  *  Jie Gao <gaoj@cpsc.ucalgary.ca>
  *  Jim Mock <jim@FreeBSD.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johann Visagie <johann@egenetics.com>
  *  Johann Visagie <wjv@FreeBSD.org>
  *  Johannes Jost Meixner <xmj@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John MacFarlane <jgm@berkeley.edu>
  *  John Marino <marino@FreeBSD.org>
  *  Jonathan Chen <jonc@chen.org.nz>
  *  Jos Backus <josb@cncdsl.com>
  *  Joseph Koshy <jkoshy@FreeBSD.org>
  *  Josh Gilliam <josh@quick.net>
  *  Jov <amutu@amutu.com>
  *  Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
  *  Julien Laffaye <kimelto@gmail.com>
  *  Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  KANOU Hiroki <kanou@khdd.net>
  *  KIMURA Yasuhiro <yasu@utahime.org>
  *  KIRIYAMA Kazuhiko <kiri@FreeBSD.org>
  *  Ka Ho Ng <khng300@gmail.com>
  *  Kay Lehmann <kay_lehmann@web.de>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Konstantin Menshikov <kostjnspb@yandex.ru>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kouichi ABE (WALL) <kouichi@mysticwall.com>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kris Moore <kmoore@FreeBSD.org>
  *  Kuan-Chung Chiu <buganini@gmail.com>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Lidl <kurt.lidl@cello.com>
  *  Lars Balker Rasmussen <lbr@FreeBSD.org>
  *  Lars Engels <lme@FreeBSD.org>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Leland Wang <llwang@infor.org>
  *  Leo Kim <leo@florida.sarang.net>
  *  Lev Serebryakov <lev@serebryakov.spb.ru>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Loic Pefferkorn <loic-freebsd@loicp.eu>
  *  MANTANI Nobutaka <nobutaka@FreeBSD.org>
  *  MIHIRA Yoshiro <sanpei@FreeBSD.org>
  *  Marcin Cieslak
  *  Marcin Jessa <yazzy@yazzy.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Mark R V Murray <mark@grondar.za>
  *  Martin Kammerhofer
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Marwan Burelle <marwan.burelle@lri.fr
  *  Masahiro Teramoto <markun@onohara.to>
  *  Mathieu Arnold <m@absolight.net>
  *  Matt Mills <matt_mills@btopenworld.com>
  *  Matthew Fuller <fullermd@over-yonder.net>
  *  Matthew Seaman
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Mauricio Herrera Cuadra <mauricio@arareko.net>
  *  Max Baryshnikov <mephius@gmail.com>
  *  Max N. Boyarov <m.boyarov@gmail.com>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Meno Abels <meno.abels@adviser.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Moll <kvedulv@kvedulv.de>
  *  Michael Ranner <michael@ranner.eu>
  *  Michael Schout <mschout@gkg.net>
  *  Mike Bristow <mike@urgle.com>
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Moggie <moggie@elasticmind.net>
  *  Mykola Dzham <freebsd@levsha.org.ua>
  *  Naram Qashat <cyberbotx@cyberbotx.com>
  *  Neil Booth
  *  Nicola Stanislao Vitale <nivit@FreeBSD.org
  *  Nicola Stanislao Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Nik Clayton <nik@FreeBSD.org>
  *  Nikola Lecic <nikola.lecic@anthesphoria.net>
  *  Nosov Artem <chip-set@mail.ru>
  *  Oleg Mamontov <oleg@mamontov.net>
  *  Oliver Braun <obraun@informatik.unibw-muenchen.de>
  *  Oliver Eikemeier <eikemeier@fillmore-labs.com>
  *  Oliver Lehmann (oliver@FreeBSD.org)
  *  Olivier Duchateau
  *  Olivier Duchateau <olivierd@FreeBSD.org>
  *  Olivier Girard <Olivier.Girard@univ-angers.fr>
  *  Patrick Li <pat@databits.net>
  *  Patrick Powell <papowell@astart.com>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pav Lucistnik <pav@oook.cz>
  *  Pavel Timofeev <timp87@gmail.com>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <pfg@FreeBSD.org>
  *  Pete Fritchman <petef@databits.net>
  *  Peter Johnson <johnson.peter@gmail.com>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Peter Schuller <peter.schuller@infidyne.com>
  *  Petteri Valkonen <petteri.valkonen@iki.fi>
  *  Pietro Cerutti <gahr@gahr.ch>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Piotr Rybicki <meritus@innervision.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Radim Kolar <hsn@sanatana.dharma>
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Rene Ladan <rene@FreeBSD.org>
  *  René Ladan <rene@freebsd.org>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Rick van der Zwet <info@rickvanderzwet.nl>
  *  Robert Gogolok <gogo@cs.uni-sb.de>
  *  Rod Taylor <ports@rbt.ca>
  *  Rodrigo OSORIO <rodrigo@FreeBSD.org>
  *  Roger Leigh <rleigh@codelibre.net>
  *  Rong-En Fan <rafan@infor.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Russell Cloran <russell@rucus.ru.ac.za>
  *  Russell Jackson <raj@csub.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Samuel Tardieu <sam@inf.enst.fr>
  *  Sascha Holzleiter <sascha@root-login.org>
  *  Scott Sanders <scott@jssjr.com>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Serge Gagnon <ser_gagnon@sympatico.ca>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergei Vyshenski <svysh.fbsd@gmail.com>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Shen Chun-Hsing <statue@freebsd.netlab.cse.yzu.edu.tw>
  *  Shinsuke Matsui <smatsui@karashi.org>
  *  Silvio Ap Silva aka kanazuchi <alvolivre@live.com>
  *  Simon 'corecode' Schubert <corecode@corecode.ath.cx>
  *  Simon Olofsson <simon@olofsson.de>
  *  Soeren Boll Overgaard <boll@tolkien.dk>
  *  Sofian Brabez <sbz@FreeBSD.org>
  *  Stanislav Svirid <count@211.ru>
  *  Stefan Esser <se@FreeBSD.org>
  *  Stefan Pauly <stefan@fh-mainz.de>
  *  Stefan Walter <sw@gegenunendlich.de>
  *  Stephen Montgomery-Smith <stephen@math.missouri.edu>
  *  Stephen Roznowski (sjr@home.com)
  *  Stephon Chen <stephon@gmail.com>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steve Wills <swills@rubick>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  Sven R <freebsd@hackacad.net>
  *  Sébastien Santoro <dereckson@gmail.com>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TAKATSU Tomonari <tota@rtfm.jp>
  *  TERAMOTO Masahiro <markun@onohara.to>
  *  Thierry Thomas <thierry@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thorsten Greiner <thorsten.greiner@web.de>
  *  Tilman Linneweh <arved@FreeBSD.org>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Timur Bakeyev <bat@cpan.org>
  *  Timur I. Bakeyev <timur@gnome.org>
  *  Toby Allsopp <toby@mi6.gen.nz>
  *  Tom Judge <tj@FreeBSD.org>
  *  Tom Judge <tom@tomjudge.com>
  *  Tom Sparks <tsparks@appliedops.net>
  *  Tomoyuki Sakurai <cherry@trombik.org>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Torsten Zuehlsdorff <tz@FreeBSD.org>
  *  Travis Campbell <hcoyote@ghostar.org>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Ulrich Spoerlein <uqs@FreeBSD.org>
  *  Ulrich Spoerlein <uspoerlein@gmail.com>
  *  Uwe Pierau <uwe.pierau@tu-clausthal.de>
  *  Vadim Vatlin
  *  Vany <ivan@serezhkin.com>
  *  Vasek Balcar <vasek@ti.cz>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vidar Karlsen <vidar@karlsen.tech>
  *  Vivek Khera <vivek@khera.org>
  *  Volker Stolz <vs@FreeBSD.org>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Waitman Gobble <waitman@waitman.net>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping<wen@FreeBSD.org>
  *  Will Andrews <will@FreeBSD.org>
  *  William Grzybowski <wg@FreeBSD.org>
  *  Xavier Humbert <xavier@amdh.fr>
  *  Xin LI <delphij@FreeBSD.org>
  *  Yarema <yds@CoolRat.org>
  *  Yarema <yds@Necessitu.de>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
  *  Yinghong Liu <relaxbsd@gmail.com>
  *  Yinghong.Liu <relaxbsd@gmail.com>
  *  Yoshiro MIHIRA <sanpei@sanpei.org>
  *  Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
  *  Yuan-Chung Hsiao <ychsiao@ychsiao.org>
  *  Yukihiro Nakai <Nakai@technologist.com>
  *  Yuri Pankov <yuri.pankov@gmail.com>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zane C. Bowers-Hadley <vvelox@vvelox.net>
  *  Zeus Panchenko <zeus@gnu.org.ua>
  *  Zhen REN <bg1tpt@gmail.com>
  *  Zhihao Yuan <lichray@gmail.com>
  *  ache
  *  andreas@marvin.robin.de
  *  andrey@kostenko.name
  *  anholt@FreeBSD.org
  *  antoine@FreeBSD.org
  *  arved
  *  b.f. <bf@FreeBSD.org>
  *  bf@FreeBSD.org
  *  brett@peloton.physics.montana.edu
  *  buganini@gmail.com
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  chinsan <chinsan@mail2000.com.tw>
  *  clsung
  *  clsung@dragon2.net
  *  dannyman <dannyman@tellme.com>
  *  dd
  *  domi@saargate.de
  *  eivind
  *  eric
  *  faber@lunabase.org
  *  fenner
  *  fenner@FreeBSD.org
  *  gahr
  *  gugabsd <gugabsd@mundounix.com.br>
  *  gurkan@phys.ethz.ch
  *  ijliao
  *  jabley@automagic.org
  *  janos.mohacsi@bsd.hu
  *  jfieber
  *  jkoshy
  *  john@zoner.org
  *  jupengfei <jupengfei@gmail.com>
  *  kai
  *  kevit
  *  king@v2project.com
  *  kuriyama
  *  lars.eggert@gmx.net
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  lofi@FreeBSD.org
  *  lth@FreeBSD.org
  *  mainland@apeiron.net
  *  mandree@FreeBSD.org
  *  markm@FreeBSD.org
  *  meyser@xenet.de
  *  mike
  *  milki <milki@rescomp.berkeley.edu>
  *  nectar
  *  nik
  *  nivit@users.sourceforge.net
  *  nork@FreeBSD.org
  *  paulh@logicsquad.net
  *  petef@databits.net
  *  peter.schuller@infidyne.com
  *  philip@p6m7g8.com
  *  ports@c0decafe.net
  *  reed@pugetsoundtechnology.com
  *  rfarmer@predatorlabs.net
  *  risner@stdio.com
  *  scheidell@secnap.net
  *  shige
  *  skreuzer
  *  snowchyld
  *  steve
  *  sumikawa@FreeBSD.org
  *  sumikawa@kame.net
  *  thierry@pompo.net
  *  tj@FreeBSD.org
  *  trasz
  *  trevor
  *  vanilla
  *  wen@FreeBSD.org
  *  wosch
  *  znerd@FreeBSD.org

With hat:	portmgr
commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b 5cf7e35
Friday, 3 Jun 2022
09:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/asciidoc: Update to 10.2.0

- Update LICENSE

Changes:	https://github.com/asciidoc-py/asciidoc-py/releases
commit hash: d58b33dee44467b721373c8cdef08e7152540986 commit hash: d58b33dee44467b721373c8cdef08e7152540986 commit hash: d58b33dee44467b721373c8cdef08e7152540986 commit hash: d58b33dee44467b721373c8cdef08e7152540986 d58b33d
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Friday, 25 Mar 2022
13:36 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/asciidoc: Update to 10.1.4

Changes:	https://github.com/asciidoc-py/asciidoc-py/releases
commit hash: 9fc90ba84c0669e396737c3ede3f240ae7eba89d commit hash: 9fc90ba84c0669e396737c3ede3f240ae7eba89d commit hash: 9fc90ba84c0669e396737c3ede3f240ae7eba89d commit hash: 9fc90ba84c0669e396737c3ede3f240ae7eba89d 9fc90ba
Monday, 7 Mar 2022
18:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/asciidoc: Update to 10.1.3

Changes:	https://github.com/asciidoc-py/asciidoc-py/releases
commit hash: a060dc0284d7e19e0c268e68f14b79f821ecf7c7 commit hash: a060dc0284d7e19e0c268e68f14b79f821ecf7c7 commit hash: a060dc0284d7e19e0c268e68f14b79f821ecf7c7 commit hash: a060dc0284d7e19e0c268e68f14b79f821ecf7c7 a060dc02
Friday, 28 Jan 2022
23:26 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/asciidoc: Update to 10.1.1

- Change MASTER_SITES to CHEESESHOP

Changes:	https://github.com/asciidoc-py/asciidoc-py/releases
commit hash: 3f32ccaefa18b2e96ec029ba5a79f0bf1c00d983 commit hash: 3f32ccaefa18b2e96ec029ba5a79f0bf1c00d983 commit hash: 3f32ccaefa18b2e96ec029ba5a79f0bf1c00d983 commit hash: 3f32ccaefa18b2e96ec029ba5a79f0bf1c00d983 3f32cca
Tuesday, 21 Sep 2021
22:23 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/asciidoc: Update to 9.1.1

Changes:	https://github.com/asciidoc-py/asciidoc-py/releases
commit hash: 5d1485089f8ace67beac405a96312a996feba2e6 commit hash: 5d1485089f8ace67beac405a96312a996feba2e6 commit hash: 5d1485089f8ace67beac405a96312a996feba2e6 commit hash: 5d1485089f8ace67beac405a96312a996feba2e6 5d14850
Tuesday, 11 May 2021
21:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/asciidoc: Update to 9.1.0

- Update WWW

Changes:	https://github.com/asciidoc-py/asciidoc-py/releases
commit hash: 75f8664d2d1e2441c093a85d8e4100d2af46605e commit hash: 75f8664d2d1e2441c093a85d8e4100d2af46605e commit hash: 75f8664d2d1e2441c093a85d8e4100d2af46605e commit hash: 75f8664d2d1e2441c093a85d8e4100d2af46605e 75f8664
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 30 Jan 2021
12:21 sunpoet search for other commits by this committer
Update to 9.0.5

Changes:	https://github.com/asciidoc/asciidoc-py3/releases
Original commitRevision:563303 
Sunday, 20 Dec 2020
19:48 sunpoet search for other commits by this committer
Use config newline setting in system attribute evaluation

- Bump PORTREVISION for package change

It fixes comms/fldigi build without extra \r removal.

Problems seen with inconsistent newlines in the Table Of Contents HTML pulled in
from the configuration file. While the rest of the contents in the resulting
HTML file honored the newline style configured by the user, this specific
snippet of HTML always used "\r\n".

This root of this problem existed for some time, but in earlier versions, the
newline style was always "\n". The symptoms changed as a side effect of the
issue "Extra line padding in source and literal blocks". In this issue, the
newline style changed to "\r\n", and was noticed by users.

Change the System Attribute Evaluation function to use the newline setting from
the global "config" instead of using the default newline.

PR:		251329
Reported by:	db
Obtained
from:	https://github.com/asciidoc/asciidoc-py3/commit/8313e45cc78af30bb8df5d33311a7f2fdc50595c
Original commitRevision:558767 
Sunday, 15 Nov 2020
17:59 sunpoet search for other commits by this committer
Update to 9.0.4

Changes:	https://github.com/asciidoc/asciidoc-py3/releases
Original commitRevision:555274 
Sunday, 6 Sep 2020
15:35 sunpoet search for other commits by this committer
Avoid using /usr/local directly and stop false alarm in stage-qa:

====> Running Q/A tests (stage-qa)
Warning: Possible REINPLACE_CMD issues:
- - REINPLACE_CMD ran, but did not modify file contents: a2x.py
Original commitRevision:547804 
Sunday, 30 Aug 2020
07:14 sunpoet search for other commits by this committer
Use upstream release tarball
Original commitRevision:546993 
Friday, 24 Jul 2020
18:59 sunpoet search for other commits by this committer
Update to 9.0.2

Changes:	https://github.com/asciidoc/asciidoc-py3/releases
Original commitRevision:543286 
Saturday, 27 Jun 2020
09:33 sunpoet search for other commits by this committer
Update to 9.0.1

Changes:	https://github.com/asciidoc/asciidoc-py3/blob/master/CHANGELOG.txt
Original commitRevision:540572 
Friday, 26 Jun 2020
08:43 sunpoet search for other commits by this committer
Convert REINPLACE_CMD to patch file
Original commitRevision:540435 
Wednesday, 17 Jun 2020
18:00 sunpoet search for other commits by this committer
Update to 9.0.0

Changes:	https://github.com/asciidoc/asciidoc-py3/releases
Original commitRevision:539439 
Tuesday, 21 Apr 2020
19:48 sunpoet search for other commits by this committer
Update textproc/asciidoc to 9.0.0rc2

Changes:	https://github.com/asciidoc/asciidoc-py3/releases
		https://github.com/asciidoc/asciidoc-py3/blob/master/CHANGELOG.txt
PR:		245723
Submitted by:	antoine
Original commitRevision:532404 
Friday, 30 Nov 2018
20:02 sunpoet search for other commits by this committer
Change the way *_DEPENDS are set
Original commitRevision:486271 
Sunday, 4 Feb 2018
10:48 sunpoet search for other commits by this committer
Bump PORTREVISION for package change in r460887
Original commitRevision:460914 
10:12 sunpoet search for other commits by this committer
Ensure the build without network
Original commitRevision:460887 
Monday, 11 Dec 2017
10:37 sunpoet search for other commits by this committer
Update to 8.6.10

- Change MASTER_SITES to GitHub
- Use SHEBANG_GLOB

Changes:	https://github.com/asciidoc/asciidoc/releases
Original commitRevision:455948 
Sunday, 3 Dec 2017
20:35 sunpoet search for other commits by this committer
Change from USES=python:2 to USES=python:2.7

- Bump PORTREVISION for dependency change
Original commitRevision:455445 
Monday, 1 May 2017
12:45 sunpoet search for other commits by this committer
Simplify conf file handling
Original commitRevision:439872 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Sunday, 27 Mar 2016
17:56 sunpoet search for other commits by this committer
- Add LICENSE_FILE
- Add NO_ARCH
- Reformat pkg-descr
- Update WWW
Original commitRevision:412001 
Saturday, 26 Mar 2016
17:10 sunpoet search for other commits by this committer
- Add missing RUN_DEPENDS
- Bump PORTREVISION for dependency change

PR:		208303
Submitted by:	tijl
Original commitRevision:411932 
Monday, 19 Oct 2015
14:50 amdmi3 search for other commits by this committer
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
Original commitRevision:399684 
Saturday, 10 Oct 2015
23:11 sunpoet search for other commits by this committer
- Sort SHEBANG_FILES
- Cleanup Makefile: configuration files with .sample suffix are handled by
@sample already
Original commitRevision:399032 
Wednesday, 29 Jul 2015
22:09 antoine search for other commits by this committer
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
Original commitRevision:393196 
Friday, 15 Aug 2014
21:09 sunpoet search for other commits by this committer
- Use @sample
- Bump PORTREVISION for package change

PR:		ports/192678
Submitted by:	marino
Original commitRevision:365050 
03:01 sunpoet search for other commits by this committer
- Use USES=python
- Remove RUN_DEPENDS: duplicate with USES=python:2
Original commitRevision:364909 
Tuesday, 4 Feb 2014
16:54 sunpoet search for other commits by this committer
- Fix PLIST
- Bump PORTREVISION for package change

PR:		ports/186155
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
Original commitRevision:342575 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Monday, 6 Jan 2014
15:11 sunpoet search for other commits by this committer
- Install asciidocapi.py
- Bump PORTREVISION for package change
- While I'm here, fix shebang

PR:		ports/185107
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
Original commitRevision:338893 
Thursday, 5 Dec 2013
12:13 sunpoet search for other commits by this committer
- Remove VIM option: editors/vim installs identical syntax/asciidoc.vim now
- Bump PORTREVISION for package change

PR:		ports/184511
Submitted by:	mandree
Original commitRevision:335663 
Friday, 29 Nov 2013
22:09 sunpoet search for other commits by this committer
- Update to 8.6.9
- Use REINPLACE_CMD instead of patch files

Changes:	http://www.methods.co.nz/asciidoc/CHANGELOG.html
Original commitRevision:335240 
19:24 sunpoet search for other commits by this committer
- Fix shebang

Notified by:	mva
Original commitRevision:335214 
Saturday, 26 Oct 2013
13:27 sunpoet search for other commits by this committer
- Cosmetic change
Original commitRevision:331685 
08:56 sunpoet search for other commits by this committer
- Fix CONF_FILES detection which make *.conf.sample got installed as *.conf
  unconditionally (regardless of *.conf existence)

Reported by:	eadler
Original commitRevision:331663 
Thursday, 10 Oct 2013
08:57 sunpoet search for other commits by this committer
- Convert to new OPTIONS helper
- Support STAGEDIR
Original commitRevision:329978 
Friday, 20 Sep 2013
23:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Original commitRevision:327773 
Saturday, 14 Sep 2013
06:48 sunpoet search for other commits by this committer
- Fix PLIST
- Cosmetic change
Original commitRevision:327222 
Sunday, 25 Aug 2013
08:04 sunpoet search for other commits by this committer
- Add option: VIM for vim ftdetect & syntax files
- Cleanup Makefile header
- Take maintainership
- Fix PLIST: remove blank line
Original commitRevision:325329 
Saturday, 17 Aug 2013
22:39 mva search for other commits by this committer
- Fix run-time support by adding lang/python2 as dependency
Original commitRevision:324876 
Monday, 20 May 2013
17:29 eadler search for other commits by this committer
asciidoc does not support Python 3
Original commitRevision:318615 
Wednesday, 19 Dec 2012
22:48 pawel search for other commits by this committer
- Use proper order of @unexec and @exec to actually install config files [1]
- Remove leading article from COMMENT

PR:		ports/174548 [1] (based on)
Submitted by:	Dan McGregor <dan.mcgregor@usask.ca>
Original commitRevision:309271 
Friday, 30 Nov 2012
23:50 sperber search for other commits by this committer
- Update to version 8.6.8
- Add LICENSE
- Update pkg-descr

PR:           ports/170170
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
Original commitRevision:308036 
Saturday, 18 Aug 2012
07:49 madpilot search for other commits by this committer
- Update to 8.6.6

While I'm here:

- Use ETCDIR
- Make it preserve configuration files

PR:		ports/170655
Submitted by:	Sebastian Chmielewski <chmielsster@gmail.com>
Approved by:	tabthorpe (mentor)
Original commit
Friday, 13 Jul 2012
14:14 tabthorpe search for other commits by this committer
- Reassign to the heap
- Thank you for your years of service

With hat::      portmgr
Original commit
Tuesday, 8 Mar 2011
19:48 joerg search for other commits by this committer
Upgrade to version 8.6.4.

Reviewed by:    Peter Schuller (maintainer)
Original commit
Friday, 25 Feb 2011
03:19 miwi search for other commits by this committer
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
Original commit
Monday, 23 Aug 2010
23:17 sahil search for other commits by this committer
- Update to 8.6.1

PR:             ports/149811
Submitted by:   Frederic Culot <frederic@culot.org>
Approved by:    Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Original commit
Monday, 3 May 2010
01:56 sahil search for other commits by this committer
- Update to 8.5.3

PR:             ports/146251
Submitted by:   Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Approved by:    wxs@ (mentor)
Original commit
Sunday, 14 Mar 2010
01:47 wxs search for other commits by this committer
- Remove RUN_DEPENDS which are no longer necessary.
- Bump PORTREVISION as this affects the package.

PR:             ports/144257
Submitted by:   Oleg Pudeyev <oleg@bsdpower.com>
Approved by:    Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Original commit
Monday, 28 Dec 2009
03:00 wen search for other commits by this committer
- Update to 8.5.2
- Shell script was converted to python upstream -> patching of a2x no longer
needed
- Removed file files/patch-a2x

PR:             ports/142081
Submitted by:   Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Original commit
Thursday, 27 Aug 2009
15:04 amdmi3 search for other commits by this committer
- Remove remaining SFP references (switch these ports to SF)

Approved by:    portmgr (pav)
Original commit
Tuesday, 18 Aug 2009
17:49 miwi search for other commits by this committer
- Fix fetch
Original commit
Tuesday, 28 Jul 2009
14:50 wxs search for other commits by this committer
- Use realpath(1) instead of GNU readlink.
- Depend upon misc/getopt.
- Don't hardcode ${LOCALBASE} in new patch.

PR:             ports/136940
Submitted by:   Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Original commit
Sunday, 5 Jul 2009
22:24 miwi search for other commits by this committer
- Update to 8.4.5

PR:             136294
Submitted by:   Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Original commit
Saturday, 9 May 2009
09:34 dhn search for other commits by this committer
- Update to 8.4.4

PR:             ports/134378
Submitted by:   Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Approved by:    miwi (mentor implicit)
Original commit
Sunday, 26 Apr 2009
12:24 wxs search for other commits by this committer
- Update to 8.4.3.

PR:             ports/133978
Submitted by:   Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Original commit
Tuesday, 7 Apr 2009
21:58 dhn search for other commits by this committer
- Update to 8.4.2

PR:             ports/133433
Submitted by:   Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Approved by:    tabthorpe (co-mentor)
Original commit
Tuesday, 3 Feb 2009
05:42 bsam search for other commits by this committer
Update to version 8.3.5.

PR:             ports/131291
Submitted by:   me
Approved by:    Peter Schuller <peter.schuller at infidyne.com> (maintainer)
Original commit
Saturday, 24 Jan 2009
16:28 araujo search for other commits by this committer
- Update to 8.3.4.

PR:             ports/130922
Submitted by:   Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Original commit
Sunday, 18 Jan 2009
02:20 amdmi3 search for other commits by this committer
- Update to 8.3.3

PR:             130589
Submitted by:   Peter Schuller <peter dot schuller at infidyne dot com>
(maintainer)
Original commit
Wednesday, 17 Dec 2008
16:08 wxs search for other commits by this committer
- Update to 8.3.1
- Require python 2.4+
- Note future enhancements to the port now that it has a configure script

PR:             ports/129693
Submitted by:   Peter Schuller <peter.schuller@infidyne.com>
Original commit
Thursday, 11 Dec 2008
23:32 wxs search for other commits by this committer
- Update to 8.3.0

PR:             ports/129527
Submitted by:   peter.schuller@infidyne.com (maintainer)
Original commit
Friday, 22 Aug 2008
22:18 amdmi3 search for other commits by this committer
- Update to 8.2.7
- Pass maintainership to submitter at his consent

PR:             126317
Submitted by:   peter dot schuller at infidyne dot com
Original commit
Wednesday, 6 Aug 2008
20:41 anholt search for other commits by this committer
Drop maintainership on my ports as I'm no longer using FreeBSD.
Original commit
Friday, 25 May 2007
16:47 anholt search for other commits by this committer
Update asciidoc to 8.1.0.

PR:             ports/110021
Submitted by:   araujo
Original commit
Wednesday, 15 Nov 2006
23:12 anholt search for other commits by this committer
Update to 8.0.0.

PR:             ports/103290
Submitted by:   ijliao
Original commit
Monday, 22 May 2006
23:12 anholt search for other commits by this committer
Update to 7.1.2

PR:             ports/96529
Submitted by:   Martin Wilke <freebsd@unixfreunde.de>
Original commit
Wednesday, 15 Feb 2006
02:22 anholt search for other commits by this committer
New port: asciidoc, a tool to create man, html, pdf, etc. from short, formatted
plain-text documents.
Original commit

Number of commits found: 82