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: x11/xdialog/Makefile

Number of commits found: 70

Monday, 26 Feb 2024
19:26 Muhammad Moinur Rahman (bofh) search for other commits by this committer
x11/xdialog: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: b3ce4f3c894bbb63f0dbb1bc46edf8f0dc314422 commit hash: b3ce4f3c894bbb63f0dbb1bc46edf8f0dc314422 commit hash: b3ce4f3c894bbb63f0dbb1bc46edf8f0dc314422 commit hash: b3ce4f3c894bbb63f0dbb1bc46edf8f0dc314422 b3ce4f3
Friday, 26 Jan 2024
22:56 Larry Rosenman (ler) search for other commits by this committer
x11/xdialog: Register bsdconfig as an application in x11/xdialog

Since bsdconfig may be presumed as always available, and uses xdialog
when invoked for use as a graphical interface (ie with -X), this package
may just as well expose bsdconfig to the end user. This also installs a
scaled-down copy of the FreeBSD logo from /boot/images for use as its
icon (48 pixels tall and wide), where the trademark sign was removed
since it is unrecognizable as this scale. Finally, this also documents
the requirements in pkg-message. (Running as root or being a sudoer)

PR:		275796
Reported by:	khorben@defora.org
commit hash: a2e8585ffdf110d5fcc05fa54b7524380a7d9afe commit hash: a2e8585ffdf110d5fcc05fa54b7524380a7d9afe commit hash: a2e8585ffdf110d5fcc05fa54b7524380a7d9afe commit hash: a2e8585ffdf110d5fcc05fa54b7524380a7d9afe a2e8585
Sunday, 17 Dec 2023
19:43 Larry Rosenman (ler) search for other commits by this committer
x11/xdialog: back to the pool, I don't use xdialog
commit hash: 225bb685bd58ff952339647d6407680244ccf55b commit hash: 225bb685bd58ff952339647d6407680244ccf55b commit hash: 225bb685bd58ff952339647d6407680244ccf55b commit hash: 225bb685bd58ff952339647d6407680244ccf55b 225bb68
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
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
x11: remove 'Created by' lines

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

  *  Adam Weinberger <adam@vectors.cx>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexander Matey <matey@cis.ohio-state.edu>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Alexey Mikhailov <karma@ez.pereslavl.ru>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Toernqvist <antont@inbox.lv>
  *  Anton Tornqvist <antont@inbox.lv>
  *  Ashish Shukla <wahjava@gmail.com>
  *  Ben Woods <woodsb02@FreeBSD.org>
  *  Bert Burgemeister <trebbu@googlemail.com>
  *  Bruce A. Mah <bmah@ca.sandia.gov>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Chris Hutchinson <portmaster@BSDforge.com>
  *  Cy SChubert <cy@FreeBSD.org>
  *  Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
  *  Cy Schubert <cy@FreeBSD.org>
  *  DaJoob
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Daniel Walter <sahne@0x90.at>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  Dave Grochowski
  *  David Mackay <davidjx8p@gmail.com>
  *  David Yeske <dyeske@gmail.com>
  *  Dejan Lesjak <lesi@FreeBSD.org>
  *  Denis Shaposhnikov <dsh@vlink.ru>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Dmitri Goutnik <dg@syrec.org>
  *  Dominik Rothert <dr@domix.de>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Eric Blood <eblood@cs.unr.edu>
  *  Eric L. Hernes <erich@rrnet.com>
  *  Eric Turgeon <ericbsd@FreeBSD.org>
  *  Eric Turgeon <ericturgeon.bsd@gmail.com>
  *  Evgeni Dimitrov <evgeni.dimitrov@gmail.com>
  *  FURUSAWA,Kazuhisa <kazu@jp.freebsd.org>
  *  Florent Thoumie <flz@xbsd.org>
  *  Foxfair Hu <foxfair@FreeBSD.org>
  *  Francis Bacque <idroxid01@yahoo.fr>
  *  Franz Klammer <klammer@webonaut.com>
  *  Gerrit Beine <tux@pinguru.net>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Gvozdikov Veniamin <g.veniamin@googlemail.com>
  *  Hendrik Scholz <hendrik@scholz.net>
  *  Jacob House <jacob@jwfh.ca>
  *  James Earl <jdearl@telus.net>
  *  Jean-Baptiste Quenot <jb.quenot@caraldi.com>
  *  Jeroen Schot <schot@a-eskwadraat.nl>
  *  Jim Mock <jim@FreeBSD.org>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Julien Laffaye <kimelto@gmail.com>
  *  KIMURA Yasuhiro <yasu@utahime.org>
  *  Ka Ho Ng <khng300@gmail.com>
  *  Kelly Yancey <kbyanc@posi.net>
  *  Ken Moore <ken@pcbsd.org>
  *  Koop Mast <einekoai@chello.nl>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kris Moore <kmoore@FreeBSD.org>
  *  Lars Engels <lars.engels@0x20.net>
  *  Lin, Cheng-Tao <b89605222@ntu.edu.tw>
  *  MANTANI Nobutaka <nobutaka@nobutaka.com>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  Martin Ranne <gasp@ridcully.dnsalias.org>
  *  Martin Tournoij <carpetsmoker@xs4all.nl>
  *  Martin Wilke (miwi@FreeBSD.org)
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Matt Lancereau
  *  Matt Lancereau <matt@rimasec.net>
  *  Matt Peterson <matt@peterson.org>
  *  Matthew Donovan <kitchetech@gmail.com>
  *  Matthew Fuller <fullermd@futuresouth.com>
  *  Matthew Hunt <mph@pobox.com>
  *  Matthew West <mwest@uct.ac.za>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michiel Overtoom <motoom@xs4all.nl>
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Morten Slot Kristensen
  *  Murray Stokely <murray@FreeBSD.org>
  *  NAKATA, Maho <maho@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nikos Ntarmos <ntarmos@ceid.upatras.gr>
  *  Nikos Ntarmos <ntarmos@cs.uoi.gr>
  *  Oleg Pudeyev <oleg@bsdpower.com>
  *  Oliver Breuninger <ob@breuninger.org>
  *  Oliver Breuninger <ob@seicom.NET>
  *  Oliver Lehmann <oliver@FreeBSD.org>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Patrick Li <pat@databits.net>
  *  Pawel Worach <pawel.worach@gmail.com>
  *  Pedro Giffuni
  *  Per Otterstr=F6m <pelle@fukt.bth.se>
  *  Petr Holub <hopet@ics.muni.cz>
  *  Pietro Cerutti <gahr@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Roman Bogorodskiy <novel@FreeBSD.org>
  *  Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
  *  Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
  *  Samy Al Bahra <samy@kerneled.org>
  *  Samy Al Bahra <sbahra@kerneled.org>
  *  Sascha Holzleiter <sascha@root-login.org>
  *  Satoshi Asami <asami@FreeBSD.org>
  *  Satoshi TAOKA
  *  Scott Mace <smace@FreeBSD.org>
  *  Sean Farley <sean-freebsd@farley.org>
  *  Sebastian Yepes <esn@x123.info>
  *  Serge Gagnon <gagnon__s@videotron.ca>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sofian Brabez <sbz@FreeBSD.org>
  *  Stanislav Sedov <stas@FreeBSD.org>
  *  Stepan Zastupov [RedChrom] <redchrom@gmail.com>
  *  Stephen Montgomery-Smith <stephen@math.missouri.edu>
  *  Stijn Hoop <stijn@win.tue.nl>
  *  Tatsumi Hosokawa
  *  Theron Tarigo <theron.tarigo@gmail.com>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thomas Hurst <tom@hur.st>
  *  Tim Bishop <tim@bishnet.net>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Tobias Roth <ports@fsck.ch>
  *  UMENO Takashi <umeno@rr.iij4u.or.jp>
  *  Vincent Tantardini <vinc@freebsd-fr.org>
  *  Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
  *  Winston Weinert <winstonw@lavabit.com>
  *  Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
  *  Yinghong Liu <relaxbsd@gmail.com>
  *  Yoshiro MIHIRA <sanpei@sanpei.org>
  *  Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
  *  Zane C. Bowers
  *  Zhihao Yuan <lichray@gmail.com>
  *  asami
  *  chinsan
  *  dirk.meyer@dinoex.sub.org
  *  dom@myrddin.demon.co.uk
  *  eimar.koort
  *  gpalmer
  *  gpalmer@FreeBSD.org
  *  grog
  *  gurkan@phys.ethz.ch
  *  hemi@puresimplicity.net
  *  ijliao
  *  incabulos@mac.com
  *  jacs
  *  janek
  *  jhb
  *  jkh
  *  jkh@FreeBSD.org
  *  jmz
  *  joerg
  *  johalun0@gmail.com
  *  jonny
  *  jsellens
  *  krion
  *  matt@bdd.net
  *  michael johnson <ahze@ahze.net>
  *  nkazushi@highway.or.jp
  *  od <od@iclub.nsu.ru>
  *  oleg@bsdpower.com
  *  roam@FreeBSD.org
  *  trevor
  *  will

With hat:	portmgr
commit hash: d357bca4f0e71714865e030d7a1e611845d9050b commit hash: d357bca4f0e71714865e030d7a1e611845d9050b commit hash: d357bca4f0e71714865e030d7a1e611845d9050b commit hash: d357bca4f0e71714865e030d7a1e611845d9050b d357bca
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
Wednesday, 13 Jan 2021
02:44 pkubaj search for other commits by this committer
x11/xdialog: fix build on GCC architectures

Add USES=pkgconfig:
checking for GTK+ - version >= 2.2.0... no
*** A new enough version of pkg-config was not found.

While here, add USES=gnome.

MFH:		2021Q1
Original commitRevision:561425 
Friday, 1 Jan 2021
14:43 eugen search for other commits by this committer
Recover x11/xdialog under FreeBSD switching it to glib20.

Requested by:	Nick Kostirya
Original commitRevision:559829 
Friday, 12 Oct 2018
09:19 antoine search for other commits by this committer
Deprecate most glib12 consumers

With hat:	portmgr
Original commitRevision:481888 
Wednesday, 11 Jan 2017
00:28 ler search for other commits by this committer
Update MAINTAINER on my ports (and created by line) to my @FreeBSD.org email

Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D9125
Original commitRevision:431147 
Monday, 26 Dec 2016
16:43 adamw search for other commits by this committer
Assign maintainership to Larry Rosenman.

Submitted by:	Larry Rosenman (via private email)
Original commitRevision:429537 
11:59 rene search for other commits by this committer
Reset ports per maintainer request.

PR:		215557
Submitted by:	A.J. "Fonz" van Werven (maintainer)
Original commitRevision:429499 
Thursday, 8 Dec 2016
19:52 tijl search for other commits by this committer
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Original commitRevision:428152 
Sunday, 1 May 2016
08:08 pi search for other commits by this committer
x11/xdialog: submitter becomes maintainer, additional mirror site

PR:		209170
Submitted by:	A.J. van Werven <freebsd@skysmurf.nl>
Original commitRevision:414400 
Monday, 28 Dec 2015
14:04 amdmi3 search for other commits by this committer
- Add LICENSE
- Switch to USES=localbase
- Switch to options helpers
Original commitRevision:404644 
Saturday, 13 Sep 2014
15:11 tijl search for other commits by this committer
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
Original commitRevision:368108 
Friday, 8 Aug 2014
08:42 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.

CR:		D511
Approved by:	portmgr (bapt)
Original commitRevision:364347 
Tuesday, 29 Jul 2014
19:32 antoine search for other commits by this committer
Fix make fetch

Pointy hat:	adamw
Original commitRevision:363377 
18:41 adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363371 
Wednesday, 11 Jun 2014
18:55 marino search for other commits by this committer
Reset the 99 ports still listed under sylvio@

Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
Original commitRevision:357526 
Friday, 21 Feb 2014
13:40 ehaupt search for other commits by this committer
Remove trailing whitespaces from category x11
Original commitRevision:345438 
Friday, 14 Feb 2014
16:52 miwi search for other commits by this committer
- Remove gmake complete builds fine without everywhere.
Original commitRevision:344282 
16:25 miwi search for other commits by this committer
- Remove now useless bmake/fmake check
- Convert USE_GMAKE to USES
Original commitRevision:344280 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Saturday, 11 Jan 2014
10:03 vanilla search for other commits by this committer
Support stagedir.

Approved by:	portmgr (blanket infrastructure)
Original commitRevision:339414 
Friday, 20 Sep 2013
23:43 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
Original commitRevision:327777 
Saturday, 4 May 2013
22:25 bapt search for other commits by this committer
Fix build with bmake
Original commitRevision:317383 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Thursday, 4 Oct 2012
16:35 jgh search for other commits by this committer
- drop broken MASTER_SITE
- while here adopt optionsNG

PR:		170297
Submitted by:	jgh@ (myself)
Approved by:	maintainer timeout ( 65 days )
Original commitRevision:305265 
Friday, 23 Sep 2011
22:26 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
Original commit
Thursday, 11 Aug 2011
19:20 kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Friday, 27 Nov 2009
22:52 sylvio search for other commits by this committer
- Update my mail address to FreeBSD

Approved by:    miwi (mentor)
Original commit
Saturday, 29 Aug 2009
22:09 miwi search for other commits by this committer
- Update MASTER_SITES
- Pass maintainership to submitter

PR:             138289
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Original commit
Friday, 28 Aug 2009
17:37 linimon search for other commits by this committer
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.

Hat:            portmgr
Original commit
Friday, 6 Jun 2008
14:09 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

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)
Original commit
Sunday, 23 Mar 2008
16:44 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Thursday, 20 Mar 2008
10:09 pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Original commit
Saturday, 1 Mar 2008
19:28 chinsan search for other commits by this committer
- Add MASTER_SITES.

Noticed by:     erwin
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Friday, 1 Dec 2006
19:24 chinsan search for other commits by this committer
- Add samples & correct manual

PR:             ports/105799
Submitted by:   Atom Smasher <atom _at_ smasher dot org>, ijliao@
Approved by:    delphij (mentor)
Original commit
Tuesday, 3 Oct 2006
15:34 chinsan search for other commits by this committer
Change the following ports to my FreeBSD.org email.
Approved by:    delphij (mentor)

archivers/pecl-bz2/Makefile
archivers/pecl-lzf/Makefile
archivers/pecl-rar/Makefile
audio/fapg/Makefile
audio/pecl-id3/Makefile
chinese/CJKUnifonts/Makefile
chinese/auto-tw-l10n/Makefile
chinese/dfsongsd/Makefile
chinese/fortunetw/Makefile
chinese/gcin/Makefile
chinese/joe/Makefile
chinese/joe2/Makefile
chinese/pcmanx/Makefile
chinese/phpbb-tw/Makefile
chinese/tatter-tools/Makefile
chinese/ve/Makefile
chinese/zhcon/Makefile
devel/pear-Console_Getopt/Makefile
devel/pear-Console_Table/Makefile
devel/pear-PEAR_Info/Makefile
devel/pecl-expect/Makefile
games/p5-Baseball-Sabermetrics/Makefile
graphics/epdfview/Makefile
graphics/p5-Chart-Clicker/Makefile
graphics/p5-GD-Thumbnail/Makefile
graphics/p5-Visio/Makefile
mail/pecl-esmtp/Makefile
math/pecl-stats/Makefile
misc/pear-Services_Weather/Makefile
net/ldapdiff/Makefile
net/p5-RRD-Simple/Makefile
net/pear-Net_CDDB/Makefile
net/pear-Net_SMS/Makefile
net/pecl-cvsclient/Makefile
security/gwee/Makefile
security/p5-GSSAPI/Makefile
security/pam-pgsql/Makefile
security/pecl-ssh2/Makefile
security/pecl-tcpwrap/Makefile
sysutils/p5-BSD-Sysctl/Makefile
sysutils/p5-File-Next/Makefile
textproc/csvdiff/Makefile
textproc/p5-CSS/Makefile
textproc/p5-Pod-XML/Makefile
textproc/p5-SGML-DTDParse/Makefile
textproc/p5-Text-Emoticon-GoogleTalk/Makefile
textproc/p5-XML-Handler-Dtd2DocBook/Makefile
textproc/p5-XML-Handler-Dtd2Html/Makefile
textproc/p5-XML-SAXDriver-CSV/Makefile
textproc/p5-XML-SAXDriver-Excel/Makefile
textproc/p5-ack/Makefile
textproc/pear-XML_DTD/Makefile
textproc/pecl-stem/Makefile
textproc/scim-input-pad/Makefile
textproc/sdcv/Makefile
www/b2evolution/Makefile
www/dokuwiki/Makefile
www/dokuwiki-devel/Makefile
www/lilurl/Makefile
www/p5-HTML-TableParser/Makefile
www/p5-HTML-WikiConverter/Makefile
www/p5-HTML-WikiConverter-DokuWiki/Makefile
www/p5-HTML-WikiConverter-Kwiki/Makefile
www/p5-HTML-WikiConverter-Markdown/Makefile
www/p5-HTML-WikiConverter-MediaWiki/Makefile
www/p5-HTML-WikiConverter-MoinMoin/Makefile
www/p5-HTML-WikiConverter-Oddmuse/Makefile
www/p5-HTML-WikiConverter-PbWiki/Makefile
www/p5-HTML-WikiConverter-PhpWiki/Makefile
www/p5-HTML-WikiConverter-PmWiki/Makefile
www/p5-HTML-WikiConverter-SnipSnap/Makefile
www/p5-HTML-WikiConverter-Socialtext/Makefile
www/p5-HTML-WikiConverter-TikiWiki/Makefile
www/p5-HTML-WikiConverter-UseMod/Makefile
www/p5-HTML-WikiConverter-WakkaWiki/Makefile
www/p5-HTML-WikiConverter-WikkaWiki/Makefile
www/p5-WWW-Baseball-NPB/Makefile
www/p5-WWW-Comic/Makefile
www/p5-WWW-VenusEnvy/Makefile
www/pear-Services_Delicious/Makefile
www/pear-UDDI/Makefile
www/xpi-cssviewer/Makefile
www/xpi-gmail-manager/Makefile
www/xpi-google-notebook/Makefile
www/xpi-mrtech-local-install/Makefile
www/xpi-no-referrer/Makefile
www/xpi-server_switcher/Makefile
www/xpi-unplug/Makefile
www/xpi-videodownloader/Makefile
www/xpi-web_developer/Makefile
x11/xdialog/Makefile
x11-fm/pcmanfm/Makefile
Original commit
Tuesday, 5 Sep 2006
16:53 rafan search for other commits by this committer
- Update to 2.3.1
- Pass maintainership to submitter

PR:             ports/102879
Submitted by:   chinsan <chinsan.tw at gmail.com>
Original commit
Sunday, 14 May 2006
11:08 lawrance search for other commits by this committer
Update to 2.2.1.

PR:             ports/97222
Submitted by:   Ports Fury
Original commit
Tuesday, 7 Mar 2006
08:28 ade search for other commits by this committer
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
Original commit
Tuesday, 21 Feb 2006
20:21 mnag search for other commits by this committer
- Update to 2.2.0

PR:             93659
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Sunday, 25 Jul 2004
16:24 krion search for other commits by this committer
Update to version 2.1.2

PR:             ports/69584
Submitted by:   Ports Fury
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Sunday, 21 Dec 2003
00:23 sergei search for other commits by this committer
- Use canonical form (ports@FreeBSD.org) in MAINTAINER line
Original commit
Sunday, 18 May 2003
22:54 petef search for other commits by this committer
Update to 2.1.1.

PR:             51674
Submitted by:   Ports Fury
Original commit
Sunday, 20 Apr 2003
19:47 marcus search for other commits by this committer
Remove USE_GNOMENG.
Original commit
Thursday, 20 Feb 2003
19:17 knu search for other commits by this committer
De-pkg-comment.
Original commit
Sunday, 1 Sep 2002
15:37 lioux search for other commits by this committer
Deploy USE_GNOMENG infrastructure

PR:             42283
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Original commit
Monday, 22 Jul 2002
17:29 naddy search for other commits by this committer
Update to 2.0.6.

PR:             40879
Submitted by:   Tilman Linneweh <tilman@arved.de>

Additional fixes by yours truly.
Original commit
04:08 fenner search for other commits by this committer
Remove ports@geeksrus.org as MAINTAINER; email has been bouncing for 2 months.
Original commit
Monday, 18 Feb 2002
06:33 ijliao search for other commits by this committer
pass maintainership   install docs into correct dir   bump port revision    
Original commit
Friday, 11 Jan 2002
13:59 ijliao search for other commits by this committer
upgrade to 2.0.5    
Original commit
Saturday, 15 Dec 2001
12:07 pat search for other commits by this committer
Update to 2.0.4    
Original commit
Saturday, 8 Dec 2001
20:13 ijliao search for other commits by this committer
fix pkg-plist    
Original commit
Friday, 13 Jul 2001
06:39 markp search for other commits by this committer
Updated to 2.0.3    
Original commit
Tuesday, 10 Jul 2001
14:54 sobomax search for other commits by this committer
${PREFIX}/share/${PORTNAME} --> ${DATADIR}    
Original commit
Friday, 6 Jul 2001
09:27 ijliao search for other commits by this committer
upgrade to 2.0.2 build 4    
Original commit
Tuesday, 22 May 2001
08:04 ijliao search for other commits by this committer
upgrade to 2.0.2    
Original commit
Monday, 21 May 2001
19:16 ijliao search for other commits by this committer
upgrade to 2.0.1   drop maintainership    
Original commit
Sunday, 13 May 2001
14:55 ijliao search for other commits by this committer
upgrade to 2.0.0    
Original commit
Monday, 19 Mar 2001
17:39 ijliao search for other commits by this committer
upgrade to 1.5.3    
Original commit
Sunday, 21 Jan 2001
02:42 vanilla search for other commits by this committer
1: Upgrade to latest version.   2: Use the right way of PORTDOCS variable.   3:
Change maintainer's email address to @FreeBSD.org.    
Original commit
Tuesday, 9 Jan 2001
20:41 vanilla search for other commits by this committer
Fix logic problem.    
Original commit
Monday, 8 Jan 2001
23:26 vanilla search for other commits by this committer
A drop in replacement for the "dialog" or "cdialog" programs.    
Original commit

Number of commits found: 70