head	1.12;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.2;
locks; strict;
comment	@# @;


1.12
date	2013.02.23.07.41.51;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.05.14.18.00.14;	author lwhsu;	state Exp;
branches;
next	1.10;

1.10
date	2010.10.31.00.08.46;	author rene;	state Exp;
branches;
next	1.9;

1.9
date	2008.01.06.08.16.45;	author chinsan;	state Exp;
branches;
next	1.8;

1.8
date	2007.05.19.20.00.47;	author flz;	state Exp;
branches;
next	1.7;

1.7
date	2006.11.04.10.26.52;	author rafan;	state Exp;
branches;
next	1.6;

1.6
date	2006.02.23.10.34.54;	author ade;	state Exp;
branches;
next	1.5;

1.5
date	2006.01.22.01.27.06;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2005.09.20.18.17.27;	author mnag;	state Exp;
branches;
next	1.3;

1.3
date	2005.09.19.12.49.41;	author mnag;	state Exp;
branches;
next	1.2;

1.2
date	2005.07.26.22.46.49;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2005.07.19.15.44.19;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312799
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@bin/pcmanx
share/applications/pcmanx.desktop
share/pixmaps/pcmanx.svg
%%NLS%%share/locale/zh_CN/LC_MESSAGES/pcmanx.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/pcmanx.mo
%%DATADIR%%/emoticons
%%DATADIR%%/nancy_bot/default.conf
%%DATADIR%%/nancy_bot/default_msg.data
%%DATADIR%%/nancy_bot/default_usages.data
%%DATADIR%%/nancy_bot/example.conf
%%DATADIR%%/nancy_bot/example_msg.data
%%DATADIR%%/nancy_bot/example_usages.data
%%DATADIR%%/sitelist
@@dirrmtry %%DATADIR%%/nancy_bot
@@dirrmtry %%DATADIR%%/script
@@dirrmtry %%DATADIR%%
@@dirrmtry share/applications
@


1.11
log
@- Update to 1.1
- Pass maintainership to submitter

PR:		ports/167475
Submitted by:	Po-Chien Lin <linpc@@cs.nctu.edu.tw>
@
text
@d14 1
a15 1
@@dirrmtry %%DATADIR%%/nancy_bot
a17 3
@@dirrmtry %%JAVAJARDIR%%
@@exec mkdir -p %D/%%DATADIR%%/script
@@exec mkdir -p %D/%%JAVAJARDIR%%
@


1.10
log
@- Unbreak on 9 (tested with compiler-rt branch) [1]
- upgrade to 0.3.9 [1]
- change WWW line in pkg-descr [1]
- Remove MD5 checksum and zero PORTREVISION

PR:		ports/151484
Submitted by:	Kuan-Chung Chiu [buganini gmail.com] [1]
@
text
@a1 3
lib/libpcmanx_core.la
lib/libpcmanx_core.so
lib/libpcmanx_core.so.3
d3 1
a3 1
share/pixmaps/pcmanx.png
d18 3
@


1.9
log
@- Update to 0.3.7.
@
text
@d5 3
a8 1
%%NLS%%share/locale/zh_CN/LC_MESSAGES/pcmanx.mo
a9 1
%%DATADIR%%/sitelist
d16 4
a19 2
share/applications/pcmanx.desktop
share/pixmaps/pcmanx.png
a20 3
@@dirrmtry %%DATADIR%%/nancy_bot
@@dirrmtry %%DATADIR%%/script
@@dirrm %%DATADIR%%
@


1.8
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d4 1
a4 1
lib/libpcmanx_core.so.0
@


1.7
log
@- Move to LOCALBASE

PR:		ports/105120
Submitted by:	rafan
Approved by:	chinsan (maintainer)
@
text
@a17 1
@@dirrmtry share/pixmaps
@


1.6
log
@Conversion to a single libtool environment.

Approved by:	portmgr (kris)
@
text
@d18 1
@


1.5
log
@Replace ugly "@@unexec rmdir %D... 2>/dev/null || true" with @@dirrmtry

Approved by:    krion@@
PR:             ports/88711 (related)
@
text
@d2 1
a2 1
lib/libpcmanx_core.a
@


1.4
log
@Update to 0.3.2

PR:		ports/86375
Submitted by:	chinsan <chinsan.tw@@gmail.com>
Approved by:	pav (mentor)
@
text
@d17 3
a19 3
@@unexec rmdir %D/share/applications 2>/dev/null || true
@@unexec rmdir %D/%%DATADIR%%/nancy_bot 2>/dev/null || true
@@unexec rmdir %D/%%DATADIR%%/script 2>/dev/null || true
@


1.3
log
@Update to 0.3.1

PR:		ports/85213
Submitted by:	chinsan <chinsan.tw@@gmail.com>
Approved by:	pav (mentor)
@
text
@d11 1
d14 1
@


1.2
log
@- Update to 0.2.6

PR:		ports/84144
Submitted by:	chinsan <chinsan.tw@@gmail.com> (maintainer)
@
text
@d6 1
d9 4
d16 2
@


1.1
log
@Add pcmanx 0.1.7, PCManX is a BBS client using GTK+ 2.x.

PR:		ports/83713
Submitted by:	chinsan <chinsan.tw@@gmail.com>
@
text
@d2 3
@

