summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2005-03-04 06:37:54 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2005-03-04 06:37:54 +0000
commit66cac7211c76d9fa9f783185bff5f1b322e96cc8 (patch)
treead88cbf0086c04668156798f55dda468069bc6b4 /ftp
parent- set EXPIRATION_DATE (diff)
add pureadmin 0.2.1
Management utility for the PureFTPd
Notes
Notes: svn path=/head/; revision=130321
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile1
-rw-r--r--ftp/pureadmin/Makefile39
-rw-r--r--ftp/pureadmin/distinfo2
-rw-r--r--ftp/pureadmin/pkg-descr7
4 files changed, 49 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index 70af761b57fe..3aae7672f498 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -80,6 +80,7 @@
SUBDIR += prozilla
SUBDIR += puf
SUBDIR += pure-ftpd
+ SUBDIR += pureadmin
SUBDIR += py-curl
SUBDIR += quftp
SUBDIR += rexx-curl
diff --git a/ftp/pureadmin/Makefile b/ftp/pureadmin/Makefile
new file mode 100644
index 000000000000..74ca84cc99d0
--- /dev/null
+++ b/ftp/pureadmin/Makefile
@@ -0,0 +1,39 @@
+# ex:ts=8
+# Ports collection makefile for: pureadmin
+# Date created: Mar 4, 2005
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= pureadmin
+PORTVERSION= 0.2.1
+CATEGORIES= ftp
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= purify
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Management utility for the PureFTPd
+
+LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam
+
+USE_GNOME= gnomehack gnomeprefix pkgconfig gtk20
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+PLIST_FILES= bin/pureadmin bin/pureadminsearch \
+ share/locale/fr/LC_MESSAGES/pureadmin.mo \
+ share/locale/it/LC_MESSAGES/pureadmin.mo \
+ share/locale/sv/LC_MESSAGES/pureadmin.mo \
+ share/gnome/applications/pureadmin.desktop \
+ share/gnome/pixmaps/pureadmin.png
+
+post-install:
+ @${FIND} ${PREFIX}/share/gnome/pureadmin ! -type d | \
+ ${SED} 's,${PREFIX}/,,' >> ${TMPPLIST}
+ @${FIND} ${PREFIX}/share/gnome/pureadmin -type d | ${SORT} -r | \
+ ${SED} 's,${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
+
+.include <bsd.port.mk>
diff --git a/ftp/pureadmin/distinfo b/ftp/pureadmin/distinfo
new file mode 100644
index 000000000000..af6ebaaad6ef
--- /dev/null
+++ b/ftp/pureadmin/distinfo
@@ -0,0 +1,2 @@
+MD5 (pureadmin-0.2.1.tar.gz) = 0caa46620188df142f2d118cc30430d3
+SIZE (pureadmin-0.2.1.tar.gz) = 273477
diff --git a/ftp/pureadmin/pkg-descr b/ftp/pureadmin/pkg-descr
new file mode 100644
index 000000000000..8cb1c6718d2a
--- /dev/null
+++ b/ftp/pureadmin/pkg-descr
@@ -0,0 +1,7 @@
+PureAdmin is a graphical tool used to make the management of PureFTPd a little
+easier. It uses the GTK+2.x widgets for its GUI and thus are not dependent on
+a specific desktop environment such as GNOME or KDE. It is, however, designed
+with the GNOME Human Interface Guidelines in mind so it should integrate
+nicely with at least GNOME.
+
+WWW: http://purify.sourceforge.net/