Re: can xpdf make a shared object and headers?

2009-06-07 Thread vext01
On Sun, Jun 07, 2009 at 03:06:05PM -0400, Predrag Punosevac wrote:
> I would not be rushing so much to ditch xpdf. I know of at least 
> couple packages from TeXLive that do not interact well with poppler.
> Also epdfviewer has much to be desired about. Full screen mode doesn't
> interact well with CWM for instance. Epdfviewer doesn't support LPD 
> spooling system as well. For me personally with all its draw backs 
> xpdf is the pdf viewer for Unix. 

There is no PDF viewer in TL, I think it is just used for PDF synthesis
and decoding in tools like pdf2ps. I will CC you when I post the
"testing" port (if thats OK with you. You are one of the frequent TL
testers anyway :P).

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



Re: can xpdf make a shared object and headers?

2009-06-07 Thread vext01
Hi,

On Sun, Jun 07, 2009 at 06:58:22PM +0200, Matthias Kilian wrote:
> On Sun, Jun 07, 2009 at 05:47:18PM +0100, vex...@gmail.com wrote:
> > I was wondering if we could get xpdf to make it's own .so and .h's so
> > that texlive can use them. As it stands every time we find a bug in
> > xpdf, we must duplicate the patch in tex live.
> 
> IMHO it would be a much better idea to nuke xpdf from texlive and
> use poppler instead.

I'm looking at that right as we speak actually, but poppler tends to be
a bit "iffy" with renderinf some PDF's. I plan to publish an
experimental SVN snapshot port of TL soon. Let's see how we get on with
that.

For now using poppler with TL is broken. Working with TL team to fix
this.

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



can xpdf make a shared object and headers?

2009-06-07 Thread vext01
Hi,

I was wondering if we could get xpdf to make it's own .so and .h's so
that texlive can use them. As it stands every time we find a bug in
xpdf, we must duplicate the patch in tex live.

Thanks

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



Re: UPDATE: devel/py-twisted

2009-06-07 Thread vext01
Hi,

On Tue, Jan 20, 2009 at 11:39:53AM +0100, Eric Faurot wrote:
> Hi all,
> 
> This diff updates twisted to 8.2.0.  The most notable change is Web2
> being phased out.  I have reworked the regress target a bit too. 
> 
> Please comments and oks.
> 
> Eric.

Is this related to the error I get when building sthen's new trac
version (patch on the list currently)?

---8<---
# make install   
===>  trac-0.10.5p2 depends on: py-sqlite2-* - not found
===>  Verifying install for py-sqlite2-* in databases/py-sqlite2
===>  Checking files for py-sqlite2-2.5.5
`/usr/ports/distfiles/pysqlite-2.5.5.tar.gz' is up to date.
>> (SHA256) pysqlite-2.5.5.tar.gz: OK
===>  py-sqlite2-2.5.5 depends on: py-sphinx-* - not found
===>  Verifying install for py-sphinx-* in textproc/py-sphinx
===>  Checking files for py-sphinx-0.6.1
`/usr/ports/distfiles/Sphinx-0.6.1.tar.gz' is up to date.
>> (SHA256) Sphinx-0.6.1.tar.gz: OK
===>  py-sphinx-0.6.1 depends on: py-pygments-* - not found
===>  Verifying install for py-pygments-* in textproc/py-pygments
===>  Checking files for py-pygments-1.0p0
`/usr/ports/distfiles/Pygments-1.0.tar.gz' is up to date.
>> (SHA256) Pygments-1.0.tar.gz: OK
===>  py-pygments-1.0p0 depends on: python->=2.5,<2.6 - found
===>  py-pygments-1.0p0 depends on: py-setuptools-* - found
===>  Extracting for py-pygments-1.0p0
===>  Patching for py-pygments-1.0p0
===>  Configuring for py-pygments-1.0p0
===>  Building for py-pygments-1.0p0
running build
running build_py
creating
/usr/ports/textproc/py-pygments/w-py-pygments-1.0p0/Pygments-1.0/lib
creating
/usr/ports/textproc/py-pygments/w-py-pygments-1.0p0/Pygments-1.0/lib/py
gments
copying pygments/style.py ->
/usr/ports/textproc/py-pygments/w-py-pygments-1.0p0
/Pygments-1.0/lib/pygments

...

copying pygments/styles/friendly.py ->
/usr/ports/textproc/py-pygments/w-py-pygm
ents-1.0p0/Pygments-1.0/lib/pygments/styles
running egg_info
Traceback (most recent call last):
  File "./setup.py", line 37, in 
'Operating System :: OS Independent',
  File "/usr/local/lib/python2.5/distutils/core.py", line 151, in setup
dist.run_commands()
  File "/usr/local/lib/python2.5/distutils/dist.py", line 974, in
run_commands
self.run_command(cmd)
  File "/usr/local/lib/python2.5/distutils/dist.py", line 994, in
run_command
cmd_obj.run()
  File "/usr/local/lib/python2.5/distutils/command/build.py", line 112,
in run
self.run_command(cmd_name)
  File "/usr/local/lib/python2.5/distutils/cmd.py", line 333, in
run_command
self.distribution.run_command(command)
  File "/usr/local/lib/python2.5/distutils/dist.py", line 994, in
run_command
cmd_obj.run()
  File
"/usr/local/lib/python2.5/site-packages/setuptools/command/build_py.py", 
line 31, in run
self.build_package_data()
  File
"/usr/local/lib/python2.5/site-packages/setuptools/command/build_py.py", 
line 76, in build_package_data
for package, src_dir, build_dir, filenames in self.data_files:
  File
"/usr/local/lib/python2.5/site-packages/setuptools/command/build_py.py", 
line 39, in __getattr__
self.data_files = files = self._get_data_files(); return files
  File
"/usr/local/lib/python2.5/site-packages/setuptools/command/build_py.py", 
line 44, in _get_data_files
self.analyze_manifest()
  File
"/usr/local/lib/python2.5/site-packages/setuptools/command/build_py.py", 
line 92, in analyze_manifest
self.run_command('egg_info')
  File "/usr/local/lib/python2.5/distutils/cmd.py", line 333, in
run_command
self.distribution.run_command(command)
  File "/usr/local/lib/python2.5/distutils/dist.py", line 994, in
run_command
cmd_obj.run()
  File
"/usr/local/lib/python2.5/site-packages/setuptools/command/egg_info.py", 
line 169, in run
writer = ep.load(installer=installer)
  File "/usr/local/lib/python2.5/site-packages/pkg_resources.py", line
1913, in 
load
entry = __import__(self.module_name, globals(),globals(),
['__name__'])
  File
"/usr/local/lib/python2.5/site-packages/elisa-0.5.33-py2.5.egg/elisa/core
/utils/dist.py", line 30, in 
from elisa.core import config
  File
"/usr/local/lib/python2.5/site-packages/elisa-0.5.33-py2.5.egg/elisa/core
/config.py", line 29, in 
from elisa.core import log
  File
"/usr/local/lib/python2.5/site-packages/elisa-0.5.33-py2.5.egg/elisa/core
/log.py", line 19, in 
from elisa.core.utils.misc import un_camelify
  File
"/usr/local/lib/python2.5/site-packages/elisa-0.5.33-py2.5.egg/elisa/core
/utils/misc.py", line 30, in 
from twisted.internet import defer
ImportError: No module named twisted.internet
*** Error code 1
---8<---
-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



UPDATE: ncmpc

2009-05-22 Thread vext01
Hi,

Here is an update to ncmpc. It looks like the "official" web-page is not
used anymore and isout of date. The MPD wikia page has newer versions of
ncmpc listed.

Thanks

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett
diff -urN ncmpc/Makefile ncmpc.new/Makefile
--- ncmpc/Makefile  Fri May 22 19:56:46 2009
+++ ncmpc.new/Makefile  Fri May 22 19:52:54 2009
@@ -5,11 +5,11 @@
 
 COMMENT=   curses based frontend for mpd
 
-DISTNAME=  ncmpc-20070917
-PKGNAME=   ${DISTNAME}p1
+DISTNAME=  ncmpc-0.14
+EXTRACT_SUFX = .tar.bz2
 CATEGORIES=audio
 
-HOMEPAGE=  http://hem.bredband.net/kaw/ncmpc/
+HOMEPAGE=  http://mpd.wikia.com/wiki/Client:Ncmpc
 
 MAINTAINER=Tobias Ulmer 
 
@@ -22,27 +22,12 @@
 WANTLIB=   c ncurses
 LIB_DEPENDS=   glib-2.0::devel/glib2
 
-USE_LIBTOOL=   Yes
-
-BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
-   ${MODGNU_AUTOMAKE_DEPENDS}
-
 MODULES=   devel/gettext
 
-MASTER_SITES=  http://humppa.nl/distfiles/
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=musicpd/}
 
 CONFIGURE_STYLE=   gnu
-AUTOMAKE_VERSION=  1.8
-AUTOCONF_VERSION=  2.61
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
-   LDFLAGS="-L${LOCALBASE}/lib"
 
 CFLAGS+=   -ftrampolines
-
-WRKDIST=   ${WRKDIR}/ncmpc
-
-pre-configure:
-   cd ${WRKSRC} && env AUTOCONF_VERSION=${AUTOCONF_VERSION} \
-   AUTOMAKE_VERSION=${AUTOMAKE_VERSION} ./autogen.sh
 
 .include 
diff -urN ncmpc/distinfo ncmpc.new/distinfo
--- ncmpc/distinfo  Fri May 22 19:56:46 2009
+++ ncmpc.new/distinfo  Fri May 22 19:27:24 2009
@@ -1,5 +1,5 @@
-MD5 (ncmpc-20070917.tar.gz) = OqGlggazd/isBhJYbw/oBg==
-RMD160 (ncmpc-20070917.tar.gz) = wIIALvJO/u0mkGUzj+YuhRySxoQ=
-SHA1 (ncmpc-20070917.tar.gz) = GhgwMJZ4bsQEsb7Cu3jc0xQ+8Pg=
-SHA256 (ncmpc-20070917.tar.gz) = kM/BD6vSt/KT64PQ2HEw8RGkgMG0nrxzcrl0w7lHzaA=
-SIZE (ncmpc-20070917.tar.gz) = 247962
+MD5 (ncmpc-0.14.tar.bz2) = pio0VFee//fMpxaRo7CY+w==
+RMD160 (ncmpc-0.14.tar.bz2) = z2h7ML/ow2xZconDWaiwzhSSNXU=
+SHA1 (ncmpc-0.14.tar.bz2) = Ci6okBKc+cwpKauTVU1Ikvfxnn8=
+SHA256 (ncmpc-0.14.tar.bz2) = 0E1HmN8chX6c2+/hRviCeZW/f+Q1f9jPBCEpn3oM3Ic=
+SIZE (ncmpc-0.14.tar.bz2) = 247783
diff -urN ncmpc/patches/patch-doc_Makefile_am 
ncmpc.new/patches/patch-doc_Makefile_am
--- ncmpc/patches/patch-doc_Makefile_am Fri May 22 19:56:46 2009
+++ ncmpc.new/patches/patch-doc_Makefile_am Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
-$OpenBSD: patch-doc_Makefile_am,v 1.1 2007/09/19 19:15:12 jasper Exp $
 doc/Makefile.am.orig   Wed Sep 19 19:34:17 2007
-+++ doc/Makefile.amWed Sep 19 19:34:30 2007
-@@ -3,6 +3,6 @@
- #
- 
- man_MANS = ncmpc.1
--docdir = $(prefix)/share/doc/$(PACKAGE)
-+docdir = $(prefix)/share/examples/$(PACKAGE)
- doc_DATA = config.sample keys.sample ncmpc.lirc
- EXTRA_DIST = $(man_MANS) $(doc_DATA)
diff -urN ncmpc/patches/patch-src_libmpdclient_c 
ncmpc.new/patches/patch-src_libmpdclient_c
--- ncmpc/patches/patch-src_libmpdclient_c  Fri May 22 19:56:46 2009
+++ ncmpc.new/patches/patch-src_libmpdclient_c  Thu Jan  1 01:00:00 1970
@@ -1,13 +0,0 @@
-$OpenBSD: patch-src_libmpdclient_c,v 1.1 2007/10/31 06:34:55 jasper Exp $
 src/libmpdclient.c.origWed Sep 19 18:27:39 2007
-+++ src/libmpdclient.c Thu Oct 25 13:04:31 2007
-@@ -197,6 +197,9 @@ mpd_Connection * mpd_newConnection(const char * host, 
-   connection->sock = 0;
-   continue;
-   }
-+
-+  /* success! */
-+  break;
-   }
-   }
- 
diff -urN ncmpc/patches/patch-src_main_c ncmpc.new/patches/patch-src_main_c
--- ncmpc/patches/patch-src_main_c  Fri May 22 19:56:46 2009
+++ ncmpc.new/patches/patch-src_main_c  Thu Jan  1 01:00:00 1970
@@ -1,33 +0,0 @@
-$OpenBSD: patch-src_main_c,v 1.1 2008/07/21 07:53:03 bernd Exp $
 src/main.c.origWed Sep 19 19:27:39 2007
-+++ src/main.c Sat Jul 12 10:45:07 2008
-@@ -153,6 +153,13 @@ sigstop(void)
-   kill(0, SIGSTOP); /* issue SIGSTOP */
- }
- 
-+void
-+catch_sigwinch(int x)
-+{
-+  (void)x;
-+  screen_resize();
-+}
-+
- #ifdef DEBUG
- void 
- D(char *format, ...)
-@@ -237,6 +244,15 @@ main(int argc, const char *argv[])
-   if( sigaction(SIGCONT, &act, NULL)<0 )
- {
-   perror("sigaction(SIGCONT)");
-+  exit(EXIT_FAILURE);
-+}
-+
-+  sigemptyset(&act.sa_mask);
-+  act.sa_flags = 0;
-+  act.sa_handler = catch_sigwinch;
-+  if( sigaction(SIGWINCH, &act, NULL)<0 )
-+{
-+  perror("sigaction(SIGWINCH)");
-   exit(EXIT_FAILURE);
- }
- 
diff -urN ncmpc/patches/patch-src_mpdclient_c 
ncmpc.new/patches/patch-src_mpdclient_c
--- ncmpc/patches/patch-src_mpdclient_c Fri May 22 19:56:46 2009
+++ ncmpc.n

FIX: TeX Live - README.OpenBSD

2009-05-22 Thread vext01
Hi,

The known issue refferred to in README.OpenBSD of texlive-base was
fixed a while back.


-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett
? LOG
Index: Makefile
===
RCS file: /cvs/ports/print/texlive/base/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile23 Apr 2009 00:18:17 -  1.23
+++ Makefile22 May 2009 19:01:55 -
@@ -4,7 +4,7 @@
 
 DIST_V =   20080816
 DISTNAME = texlive-${DIST_V}-source
-PKGNAME =  texlive_base-${V}p10
+PKGNAME =  texlive_base-${V}p11
 SHARED_LIBS =  kpathsea1.0
 
 WANTLIB =  m X11 ICE freetype Xt pthread c Xext fontconfig \
Index: files/README.OpenBSD
===
RCS file: /cvs/ports/print/texlive/base/files/README.OpenBSD,v
retrieving revision 1.4
diff -u -r1.4 README.OpenBSD
--- files/README.OpenBSD27 Dec 2008 18:22:36 -  1.4
+++ files/README.OpenBSD22 May 2009 19:01:55 -
@@ -31,9 +31,6 @@
 
 If you know more, please mail me: 
 
-Known issues:
-* texdoc is broken due to lua being broken (working on this)
-
 Have fun TeXing.
 
 Edd


Re: Ports updates RE: space arround assignment sign

2009-04-27 Thread vext01
Hi,

On Mon, Apr 27, 2009 at 10:14:33AM +0100, Stuart Henderson wrote:
> I don't think anybody is going to sweep the whole tree for this, there
> are more important things to sweep the tree for...

Perhaps as people update ports, first send the diff to update the
functionaility, then when thats in a style diff.

-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



pkg_add -u breakage?

2009-04-24 Thread vext01
Hi,

I went to upgrade my packages, like always today and got this:

# PKG_CACHE=/vol/stuff/pkg_cache pkg_add -u -F update -F alwaysupdate -F
# updatedepends 
Not updating .libs-gegl-0.0.20p1, remember to clean it
Not updating .libs-gimp-2.6.3, remember to clean it
Not updating .libs-gimp-2.6.4p0, remember to clean it
Not updating .libs-sqlite3-3.6.4p0, remember to clean it
Not updating .libs1-curl-7.19.2, remember to clean it
Not updating .libs1-libcroco-0.6.1p0, remember to clean it
Not updating .libs1-silc-toolkit-1.1.8, remember to clean it
Candidates for updating mozilla-firefox-3.0.6 -> mozilla-firefox-3.0.8p0
  
Candidates for updating mpc-0.12.1 -> mpc-0.12.1p0 
...
Old package mozilla-firefox-3.0.6 contains potentially unsafe operations
@unexec /usr/local/bin/update-desktop-database
@unexec rm -f /usr/local/mozilla-firefox/components/compreg.dat
@unexec rm -f /usr/local/mozilla-firefox/components/xpti.dat
(forcing update)
sqlite3-3.6.11 (extracting): complete   

.libs-sqlite3-3.6.4p0 (deleting): complete  

sqlite3-3.6.10 (deleting): complete 

Can't locate object method "intNext" via package
"OpenBSD::PackageLocation"sqlite3-3.6.11
(installing): complete   
Clean shared items: complete

/usr/sbin/pkg_add: Installation of sqlite3-3.6.11 failed, partial
installation recorded as partial-sqlite3-3.6.11

I have never seen this. Has anyone else?
 
-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett



tint2 update

2009-04-15 Thread vext01
Hi,

Heres an update for tint2, which now has a system tray.

The name of the whole program has changed from "tint" to "tint2", so we
would need to think about how an upgrade from tint to tint2 would work.

Perhaps import this as x11/tint2 and add a @pkgpath x11/tint?

There may be another easier way.

Thanks


-- 

Best Regards

Edd Barrett
(Freelance software developer / technical writer / open-source developer)

http://students.dec.bmth.ac.uk/ebarrett
diff -urN tint/Makefile tint.new/Makefile
--- tint/Makefile   Wed Apr 15 12:16:40 2009
+++ tint.new/Makefile   Wed Apr 15 13:10:51 2009
@@ -2,7 +2,8 @@
 
 COMMENT=   lightweight freedesktop-compliant panel/taskbar/clock
 
-DISTNAME=  tint-0.6.0
+V =tint2-0.7
+DISTNAME=  ${V}-beta1
 CATEGORIES=x11
 
 HOMEPAGE=  http://code.google.com/p/tint2/
@@ -17,7 +18,7 @@
 
 WANTLIB=   X11 Xau Xdmcp Xext Xinerama Xrender c cairo expat \
fontconfig freetype glib-2.0 glitz gmodule-2.0 \
-   gobject-2.0 m pixman-1 png z
+   gobject-2.0 m pixman-1 png z Xrandr
 
 MASTER_SITES=  http://tint2.googlecode.com/files/
 
@@ -30,13 +31,15 @@
 USE_GMAKE= Yes
 NO_REGRESS=Yes
 
-WRKDIST=   ${WRKDIR}/tint
 WRKSRC=${WRKDIST}/src
 
-ALL_TARGET=tint
+ALL_TARGET=tint2
 
+pre-build:
+   rm ${WRKSRC}/tint2
+
 post-install:
-   ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tint
-   ${INSTALL_DATA} ${WRKDIST}/doc/tint-0.6.* ${PREFIX}/share/doc/tint/
+   ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tint2
+   ${INSTALL_DATA} ${WRKDIST}/doc/${V}.* ${PREFIX}/share/doc/tint2/
 
 .include 
diff -urN tint/distinfo tint.new/distinfo
--- tint/distinfo   Wed Apr 15 12:16:40 2009
+++ tint.new/distinfo   Wed Apr 15 11:27:16 2009
@@ -1,5 +1,5 @@
-MD5 (tint-0.6.0.tar.gz) = UKMncwQpNzoYKGsn+RX+/Q==
-RMD160 (tint-0.6.0.tar.gz) = cBWCOs7NvF0syGf+w29F/wvHAfo=
-SHA1 (tint-0.6.0.tar.gz) = diAOYtyXHYgwO9ZAh/hpFSbAtWk=
-SHA256 (tint-0.6.0.tar.gz) = 12IxHkvaFOpJ8wbLffG4N1kmpCeaSPRu5GprhqwqNgM=
-SIZE (tint-0.6.0.tar.gz) = 362794
+MD5 (tint2-0.7-beta1.tar.gz) = k7cLRgMjWzB9Nwey5R0j2Q==
+RMD160 (tint2-0.7-beta1.tar.gz) = FLKZipJUR/x/nFHdvag6TvT/U7s=
+SHA1 (tint2-0.7-beta1.tar.gz) = 1VzKbbmqqJ/yI/wa0hz56f334G4=
+SHA256 (tint2-0.7-beta1.tar.gz) = t7YWnPjovDF6O7kxrtX1PuyWdNaRVPOuYRqwjMjNVpc=
+SIZE (tint2-0.7-beta1.tar.gz) = 1365492
diff -urN tint/patches/patch-src_Makefile tint.new/patches/patch-src_Makefile
--- tint/patches/patch-src_Makefile Wed Apr 15 12:16:40 2009
+++ tint.new/patches/patch-src_Makefile Wed Apr 15 12:54:14 2009
@@ -1,14 +1,30 @@
-$OpenBSD: patch-src_Makefile,v 1.1.1.1 2008/09/17 15:39:51 ajacoutot Exp $
 src/Makefile.orig  Sat Jul 19 15:43:41 2008
-+++ src/Makefile   Wed Sep 17 14:51:56 2008
-@@ -11,8 +11,8 @@ ifndef DESTDIR
-   XDG_CONFIG_DIR=/etc/xdg
-   endif
- else
+$OpenBSD$
+--- src/Makefile.orig  Wed Mar 11 16:46:18 2009
 src/Makefile   Wed Apr 15 12:54:08 2009
+@@ -4,22 +4,10 @@ FLAGS=-Wall -g `pkg-config --cflags --libs cairo pango
+ PROGNAME=tint2
+ FILES=tint.c server.c panel.c config.c taskbar/task.c taskbar/taskbar.c 
clock/clock.c systray/systraybar.c util/window.c util/area.c
+ 
+-ifndef DESTDIR
+-  ifndef PREFIX
+-  BINDIR=/usr/bin
+-  XDG_CONFIG_DIR=/etc/xdg
+-  MANDIR=/usr/share/man
+-  else
+-  BINDIR=$(PREFIX)/bin
+-  XDG_CONFIG_DIR=/etc/xdg
+-  MANDIR=/usr/share/man
+-  endif
+-else
 -  BINDIR=$(DESTDIR)/usr/bin
 -  XDG_CONFIG_DIR=$(DESTDIR)/etc/xdg
-+  BINDIR=$(PREFIX)/bin
-+  XDG_CONFIG_DIR=$(PREFIX)/share/examples/
- endif
+-  MANDIR=$(DESTDIR)/usr/share/man
+-endif
+-
++FAKE=$(DESTDIR)$(TRUEPREFIX)
++BINDIR=$(FAKE)/bin
++XDG_CONFIG_DIR=$(FAKE)/share/examples/tint2
++MANDIR=$(FAKE)/man
  
- 
+ $(PROGNAME): $(FILES) $(SYSTRAYOBJ)
+   $(CC) $(CFLAGS) -I. -Iutil -Iclock -Itaskbar -Isystray -o $(PROGNAME) 
$(FILES) $(FLAGS)
diff -urN tint/pkg/OLDPLIST tint.new/pkg/OLDPLIST
--- tint/pkg/OLDPLIST   Thu Jan  1 01:00:00 1970
+++ tint.new/pkg/OLDPLIST   Wed Apr 15 12:46:35 2009
@@ -0,0 +1,10 @@
+...@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/17 15:39:51 ajacoutot Exp $
+...@bin bin/tint
+share/doc/tint/
+share/doc/tint/tint-0.6.odt
+share/doc/tint/tint-0.6.pdf
+share/examples/tint/
+...@sample ${SYSCONFDIR}/xdg/
+...@sample ${SYSCONFDIR}/xdg/tint/
+share/examples/tint/tintrc
+...@sample ${SYSCONFDIR}/xdg/tint/tintrc
diff -urN tint/pkg/PLIST tint.new/pkg/PLIST
--- tint/pkg/PLIST  Wed Apr 15 12:16:40 2009
+++ tint.new/pkg/PLIST  Wed Apr 15 12:59:16 2009
@@ -1,10 +1,12 @@
-...@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/17 15:39:51 ajacoutot Exp $
-...@bin bin/tint
-share/doc/tint/
-share/doc/tint/tint-0.6.odt
-share/doc/tint/tint-0.6.pdf
-share/examples/tint/
+...@comment $OpenBSD$
+...@bin bin/tint2
+...@man man/man1/tint2.1
+share/doc/tint2/
+share/doc/tint2/tint2-0.7.odt
+share/doc/tint2/tint2-0.7.pdf
+share/exa