summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-21 04:59:19 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-21 04:59:19 +0800
commitd6a4c3c24d3a3d70c2a3f30f2f2a46de19dcee61 (patch)
tree2b9a137927953cf4c4ef1401f2d3136671ef1ce6 /news
parent8a522277bf0521ced62afa74896ed711a8804900 (diff)
downloadmarcuscom-ports-d6a4c3c24d3a3d70c2a3f30f2f2a46de19dcee61.tar
marcuscom-ports-d6a4c3c24d3a3d70c2a3f30f2f2a46de19dcee61.tar.gz
marcuscom-ports-d6a4c3c24d3a3d70c2a3f30f2f2a46de19dcee61.tar.bz2
marcuscom-ports-d6a4c3c24d3a3d70c2a3f30f2f2a46de19dcee61.tar.lz
marcuscom-ports-d6a4c3c24d3a3d70c2a3f30f2f2a46de19dcee61.tar.xz
marcuscom-ports-d6a4c3c24d3a3d70c2a3f30f2f2a46de19dcee61.tar.zst
marcuscom-ports-d6a4c3c24d3a3d70c2a3f30f2f2a46de19dcee61.zip
- Update to 0.100
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6471 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'news')
-rw-r--r--news/pan-devel/Makefile43
-rw-r--r--news/pan-devel/distinfo3
-rw-r--r--news/pan-devel/files/patch-pan.desktop.in7
-rw-r--r--news/pan-devel/pkg-descr6
-rw-r--r--news/pan-devel/pkg-plist46
-rw-r--r--news/pan/Makefile43
-rw-r--r--news/pan/distinfo3
-rw-r--r--news/pan/files/patch-pan.desktop.in7
-rw-r--r--news/pan/pkg-descr6
-rw-r--r--news/pan/pkg-plist46
10 files changed, 210 insertions, 0 deletions
diff --git a/news/pan-devel/Makefile b/news/pan-devel/Makefile
new file mode 100644
index 000000000..eca2c33da
--- /dev/null
+++ b/news/pan-devel/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for: pan2
+# Date created: 19 August 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= pan
+PORTVERSION= 0.100
+CATEGORIES= news gnome
+MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCE/
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Threaded GNOME 2 newsreader based on Agent for Windows
+
+LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8 \
+ gmime-2.0.4:${PORTSDIR}/mail/gmime2
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack gnometarget libxml2 gtk20
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LIBS="-L${LOCALBASE}/lib -lgnuregex"
+
+OPTIONS= GTKSPELL "Enable spell checking support" on
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITHOUT_GTKSPELL)
+CONFIGURE_ARGS+= --disable-gtkspell
+.else
+LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|apps/Internet|applications|g' \
+ ${WRKSRC}/Makefile.in
+
+.include <bsd.port.post.mk>
diff --git a/news/pan-devel/distinfo b/news/pan-devel/distinfo
new file mode 100644
index 000000000..309287816
--- /dev/null
+++ b/news/pan-devel/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/pan-0.100.tar.bz2) = 1e0c7ac86a2928d9c098a4feb643e0a4
+SHA256 (gnome2/pan-0.100.tar.bz2) = 6ba2bc6276abccd0b99a2e1bf1a71835ce31ce66f3c396cbfd41d438e143675b
+SIZE (gnome2/pan-0.100.tar.bz2) = 1368049
diff --git a/news/pan-devel/files/patch-pan.desktop.in b/news/pan-devel/files/patch-pan.desktop.in
new file mode 100644
index 000000000..19781ac29
--- /dev/null
+++ b/news/pan-devel/files/patch-pan.desktop.in
@@ -0,0 +1,7 @@
+--- pan.desktop.in.orig Sun Feb 27 16:13:23 2005
++++ pan.desktop.in Sun Feb 27 16:14:07 2005
+@@ -6,3 +6,4 @@
+ Icon=pan.png
+ Terminal=false
+ Type=Application
++Categories=Application;Network;News;
diff --git a/news/pan-devel/pkg-descr b/news/pan-devel/pkg-descr
new file mode 100644
index 000000000..7dba56b05
--- /dev/null
+++ b/news/pan-devel/pkg-descr
@@ -0,0 +1,6 @@
+A powerful and easy to use newsreader for GNOME 2.
+
+Pan has many features for easy reading and posting, displaying
+and saving attachments, and offline newsreading.
+
+WWW: http://pan.rebelbase.com/
diff --git a/news/pan-devel/pkg-plist b/news/pan-devel/pkg-plist
new file mode 100644
index 000000000..da652f3e2
--- /dev/null
+++ b/news/pan-devel/pkg-plist
@@ -0,0 +1,46 @@
+bin/pan
+share/gnome/applications/pan.desktop
+share/gnome/pixmaps/pan.png
+share/locale/am/LC_MESSAGES/pan.mo
+share/locale/az/LC_MESSAGES/pan.mo
+share/locale/bg/LC_MESSAGES/pan.mo
+share/locale/ca/LC_MESSAGES/pan.mo
+share/locale/cs/LC_MESSAGES/pan.mo
+share/locale/da/LC_MESSAGES/pan.mo
+share/locale/de/LC_MESSAGES/pan.mo
+share/locale/el/LC_MESSAGES/pan.mo
+share/locale/en_CA/LC_MESSAGES/pan.mo
+share/locale/en_GB/LC_MESSAGES/pan.mo
+share/locale/es/LC_MESSAGES/pan.mo
+share/locale/et/LC_MESSAGES/pan.mo
+share/locale/fi/LC_MESSAGES/pan.mo
+share/locale/fr/LC_MESSAGES/pan.mo
+share/locale/ga/LC_MESSAGES/pan.mo
+share/locale/gl/LC_MESSAGES/pan.mo
+share/locale/hr/LC_MESSAGES/pan.mo
+share/locale/hu/LC_MESSAGES/pan.mo
+share/locale/it/LC_MESSAGES/pan.mo
+share/locale/ja/LC_MESSAGES/pan.mo
+share/locale/ko/LC_MESSAGES/pan.mo
+share/locale/lt/LC_MESSAGES/pan.mo
+share/locale/lv/LC_MESSAGES/pan.mo
+share/locale/ms/LC_MESSAGES/pan.mo
+share/locale/nb/LC_MESSAGES/pan.mo
+share/locale/nl/LC_MESSAGES/pan.mo
+share/locale/no/LC_MESSAGES/pan.mo
+share/locale/pl/LC_MESSAGES/pan.mo
+share/locale/pt/LC_MESSAGES/pan.mo
+share/locale/pt_BR/LC_MESSAGES/pan.mo
+share/locale/ro/LC_MESSAGES/pan.mo
+share/locale/ru/LC_MESSAGES/pan.mo
+share/locale/sk/LC_MESSAGES/pan.mo
+share/locale/sl/LC_MESSAGES/pan.mo
+share/locale/sq/LC_MESSAGES/pan.mo
+share/locale/sr/LC_MESSAGES/pan.mo
+share/locale/sr@Latn/LC_MESSAGES/pan.mo
+share/locale/sv/LC_MESSAGES/pan.mo
+share/locale/tr/LC_MESSAGES/pan.mo
+share/locale/uk/LC_MESSAGES/pan.mo
+share/locale/vi/LC_MESSAGES/pan.mo
+share/locale/zh_CN/LC_MESSAGES/pan.mo
+share/locale/zh_TW/LC_MESSAGES/pan.mo
diff --git a/news/pan/Makefile b/news/pan/Makefile
new file mode 100644
index 000000000..eca2c33da
--- /dev/null
+++ b/news/pan/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for: pan2
+# Date created: 19 August 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= pan
+PORTVERSION= 0.100
+CATEGORIES= news gnome
+MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCE/
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Threaded GNOME 2 newsreader based on Agent for Windows
+
+LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8 \
+ gmime-2.0.4:${PORTSDIR}/mail/gmime2
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack gnometarget libxml2 gtk20
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LIBS="-L${LOCALBASE}/lib -lgnuregex"
+
+OPTIONS= GTKSPELL "Enable spell checking support" on
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITHOUT_GTKSPELL)
+CONFIGURE_ARGS+= --disable-gtkspell
+.else
+LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|apps/Internet|applications|g' \
+ ${WRKSRC}/Makefile.in
+
+.include <bsd.port.post.mk>
diff --git a/news/pan/distinfo b/news/pan/distinfo
new file mode 100644
index 000000000..309287816
--- /dev/null
+++ b/news/pan/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/pan-0.100.tar.bz2) = 1e0c7ac86a2928d9c098a4feb643e0a4
+SHA256 (gnome2/pan-0.100.tar.bz2) = 6ba2bc6276abccd0b99a2e1bf1a71835ce31ce66f3c396cbfd41d438e143675b
+SIZE (gnome2/pan-0.100.tar.bz2) = 1368049
diff --git a/news/pan/files/patch-pan.desktop.in b/news/pan/files/patch-pan.desktop.in
new file mode 100644
index 000000000..19781ac29
--- /dev/null
+++ b/news/pan/files/patch-pan.desktop.in
@@ -0,0 +1,7 @@
+--- pan.desktop.in.orig Sun Feb 27 16:13:23 2005
++++ pan.desktop.in Sun Feb 27 16:14:07 2005
+@@ -6,3 +6,4 @@
+ Icon=pan.png
+ Terminal=false
+ Type=Application
++Categories=Application;Network;News;
diff --git a/news/pan/pkg-descr b/news/pan/pkg-descr
new file mode 100644
index 000000000..7dba56b05
--- /dev/null
+++ b/news/pan/pkg-descr
@@ -0,0 +1,6 @@
+A powerful and easy to use newsreader for GNOME 2.
+
+Pan has many features for easy reading and posting, displaying
+and saving attachments, and offline newsreading.
+
+WWW: http://pan.rebelbase.com/
diff --git a/news/pan/pkg-plist b/news/pan/pkg-plist
new file mode 100644
index 000000000..da652f3e2
--- /dev/null
+++ b/news/pan/pkg-plist
@@ -0,0 +1,46 @@
+bin/pan
+share/gnome/applications/pan.desktop
+share/gnome/pixmaps/pan.png
+share/locale/am/LC_MESSAGES/pan.mo
+share/locale/az/LC_MESSAGES/pan.mo
+share/locale/bg/LC_MESSAGES/pan.mo
+share/locale/ca/LC_MESSAGES/pan.mo
+share/locale/cs/LC_MESSAGES/pan.mo
+share/locale/da/LC_MESSAGES/pan.mo
+share/locale/de/LC_MESSAGES/pan.mo
+share/locale/el/LC_MESSAGES/pan.mo
+share/locale/en_CA/LC_MESSAGES/pan.mo
+share/locale/en_GB/LC_MESSAGES/pan.mo
+share/locale/es/LC_MESSAGES/pan.mo
+share/locale/et/LC_MESSAGES/pan.mo
+share/locale/fi/LC_MESSAGES/pan.mo
+share/locale/fr/LC_MESSAGES/pan.mo
+share/locale/ga/LC_MESSAGES/pan.mo
+share/locale/gl/LC_MESSAGES/pan.mo
+share/locale/hr/LC_MESSAGES/pan.mo
+share/locale/hu/LC_MESSAGES/pan.mo
+share/locale/it/LC_MESSAGES/pan.mo
+share/locale/ja/LC_MESSAGES/pan.mo
+share/locale/ko/LC_MESSAGES/pan.mo
+share/locale/lt/LC_MESSAGES/pan.mo
+share/locale/lv/LC_MESSAGES/pan.mo
+share/locale/ms/LC_MESSAGES/pan.mo
+share/locale/nb/LC_MESSAGES/pan.mo
+share/locale/nl/LC_MESSAGES/pan.mo
+share/locale/no/LC_MESSAGES/pan.mo
+share/locale/pl/LC_MESSAGES/pan.mo
+share/locale/pt/LC_MESSAGES/pan.mo
+share/locale/pt_BR/LC_MESSAGES/pan.mo
+share/locale/ro/LC_MESSAGES/pan.mo
+share/locale/ru/LC_MESSAGES/pan.mo
+share/locale/sk/LC_MESSAGES/pan.mo
+share/locale/sl/LC_MESSAGES/pan.mo
+share/locale/sq/LC_MESSAGES/pan.mo
+share/locale/sr/LC_MESSAGES/pan.mo
+share/locale/sr@Latn/LC_MESSAGES/pan.mo
+share/locale/sv/LC_MESSAGES/pan.mo
+share/locale/tr/LC_MESSAGES/pan.mo
+share/locale/uk/LC_MESSAGES/pan.mo
+share/locale/vi/LC_MESSAGES/pan.mo
+share/locale/zh_CN/LC_MESSAGES/pan.mo
+share/locale/zh_TW/LC_MESSAGES/pan.mo