summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>1999-08-30 05:47:33 +0000
committerJim Mock <jim@FreeBSD.org>1999-08-30 05:47:33 +0000
commita4fccee966a71bd9bb41ecc59d46567fea7819b9 (patch)
tree752c675a5af70a7ae728c54f668ddb0d41cd61a1 /news
parentactivate zmailer (diff)
Import of pan.
Pan is a threaded GNOME news reader based on Agent for Windows systems. PR: 13019 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Notes
Notes: svn path=/head/; revision=21108
Diffstat (limited to 'news')
-rw-r--r--news/pan/Makefile41
-rw-r--r--news/pan/distinfo1
-rw-r--r--news/pan/pkg-comment1
-rw-r--r--news/pan/pkg-descr4
-rw-r--r--news/pan/pkg-plist1
-rw-r--r--news/pan2/Makefile41
-rw-r--r--news/pan2/distinfo1
-rw-r--r--news/pan2/pkg-comment1
-rw-r--r--news/pan2/pkg-descr4
-rw-r--r--news/pan2/pkg-plist1
10 files changed, 96 insertions, 0 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile
new file mode 100644
index 000000000000..672a88b8dd97
--- /dev/null
+++ b/news/pan/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: pan
+# Version required: 0.4.3
+# Date created: 07 August 1999
+# Whom: Chris D. Faulhaber <jedgar@fxp.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= pan-0.4.3
+CATEGORIES= news gnome
+MASTER_SITES= ftp://source.rebelbase.com/pub/pan/
+
+MAINTAINER= jedgar@fxp.org
+
+LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
+ gnome.2:${PORTSDIR}/x11/gnomelibs
+
+GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-x
+CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
+ GLIB_CONFIG="${GLIB_CONFIG}" \
+ GTK_CONFIG="${GTK_CONFIG}" \
+ LIBS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 300000
+pre-fetch:
+ @${ECHO}
+ @${ECHO} "Must have FreeBSD-3.0 or greater due to"
+ @${ECHO} "the use of the thread library."
+ @${ECHO}
+.endif
+
+.include <bsd.port.mk>
diff --git a/news/pan/distinfo b/news/pan/distinfo
new file mode 100644
index 000000000000..ba80a13a32df
--- /dev/null
+++ b/news/pan/distinfo
@@ -0,0 +1 @@
+MD5 (pan-0.4.3.tar.bz2) = 1cd84d2751a2746302b0139c6441ab78
diff --git a/news/pan/pkg-comment b/news/pan/pkg-comment
new file mode 100644
index 000000000000..9a5c3505c09f
--- /dev/null
+++ b/news/pan/pkg-comment
@@ -0,0 +1 @@
+pan -- Threaded GNOME newsreader based on Agent for Windows
diff --git a/news/pan/pkg-descr b/news/pan/pkg-descr
new file mode 100644
index 000000000000..bb26dfa3590f
--- /dev/null
+++ b/news/pan/pkg-descr
@@ -0,0 +1,4 @@
+Pimp Ass Newsreader (PAN)
+-------------------------
+
+Threaded GNOME newsreader based on Agent for Windows.
diff --git a/news/pan/pkg-plist b/news/pan/pkg-plist
new file mode 100644
index 000000000000..4d5a1f874c0c
--- /dev/null
+++ b/news/pan/pkg-plist
@@ -0,0 +1 @@
+bin/pan
diff --git a/news/pan2/Makefile b/news/pan2/Makefile
new file mode 100644
index 000000000000..672a88b8dd97
--- /dev/null
+++ b/news/pan2/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: pan
+# Version required: 0.4.3
+# Date created: 07 August 1999
+# Whom: Chris D. Faulhaber <jedgar@fxp.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= pan-0.4.3
+CATEGORIES= news gnome
+MASTER_SITES= ftp://source.rebelbase.com/pub/pan/
+
+MAINTAINER= jedgar@fxp.org
+
+LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
+ gnome.2:${PORTSDIR}/x11/gnomelibs
+
+GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-x
+CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
+ GLIB_CONFIG="${GLIB_CONFIG}" \
+ GTK_CONFIG="${GTK_CONFIG}" \
+ LIBS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 300000
+pre-fetch:
+ @${ECHO}
+ @${ECHO} "Must have FreeBSD-3.0 or greater due to"
+ @${ECHO} "the use of the thread library."
+ @${ECHO}
+.endif
+
+.include <bsd.port.mk>
diff --git a/news/pan2/distinfo b/news/pan2/distinfo
new file mode 100644
index 000000000000..ba80a13a32df
--- /dev/null
+++ b/news/pan2/distinfo
@@ -0,0 +1 @@
+MD5 (pan-0.4.3.tar.bz2) = 1cd84d2751a2746302b0139c6441ab78
diff --git a/news/pan2/pkg-comment b/news/pan2/pkg-comment
new file mode 100644
index 000000000000..9a5c3505c09f
--- /dev/null
+++ b/news/pan2/pkg-comment
@@ -0,0 +1 @@
+pan -- Threaded GNOME newsreader based on Agent for Windows
diff --git a/news/pan2/pkg-descr b/news/pan2/pkg-descr
new file mode 100644
index 000000000000..bb26dfa3590f
--- /dev/null
+++ b/news/pan2/pkg-descr
@@ -0,0 +1,4 @@
+Pimp Ass Newsreader (PAN)
+-------------------------
+
+Threaded GNOME newsreader based on Agent for Windows.
diff --git a/news/pan2/pkg-plist b/news/pan2/pkg-plist
new file mode 100644
index 000000000000..4d5a1f874c0c
--- /dev/null
+++ b/news/pan2/pkg-plist
@@ -0,0 +1 @@
+bin/pan