diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-06 19:19:54 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-06 19:19:54 +0800 |
commit | 6e979a4fbe811f2d1f8042e5f9bf01d39cc8b01a (patch) | |
tree | fee58f8463f73dd7a4104736c7fadaa2aaf759ab /net | |
parent | 38f8d5bf2928ce3a6ab487e55bb3be98b6dc05d7 (diff) | |
download | freebsd-ports-gnome-6e979a4fbe811f2d1f8042e5f9bf01d39cc8b01a.tar.gz freebsd-ports-gnome-6e979a4fbe811f2d1f8042e5f9bf01d39cc8b01a.tar.zst freebsd-ports-gnome-6e979a4fbe811f2d1f8042e5f9bf01d39cc8b01a.zip |
new port: net/giftcurs
add new port: net/giftcurs
giFTcurs is a cursed based front-end for gift
PR: ports/56486
Submitted by: Stefan Ehmann <shoesoft@gmx.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/giftcurs/Makefile | 37 | ||||
-rw-r--r-- | net/giftcurs/distinfo | 1 | ||||
-rw-r--r-- | net/giftcurs/pkg-descr | 7 | ||||
-rw-r--r-- | net/giftcurs/pkg-plist | 18 |
5 files changed, 64 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index b7fc4904a9fc..f35363b907f4 100644 --- a/net/Makefile +++ b/net/Makefile @@ -154,6 +154,7 @@ SUBDIR += geta SUBDIR += ggsd SUBDIR += gicq + SUBDIR += giftcurs SUBDIR += gini SUBDIR += gift SUBDIR += gkrellm_snmp diff --git a/net/giftcurs/Makefile b/net/giftcurs/Makefile new file mode 100644 index 000000000000..a514d378d244 --- /dev/null +++ b/net/giftcurs/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: giFTcurs +# Date created: 2003-09-04 +# Whom: Stefan Ehmann <shoesoft@gmx.net> +# +# $FreeBSD$ +# + +PORTNAME= giFTcurs +PORTVERSION= 0.6.1 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= giftcurs/giFTcurs.pkg/${PORTVERSION}/ + +MAINTAINER= shoesoft@gmx.net +COMMENT= A cursed frontend to the giFT daemon + +RUN_DEPENDS= ${LOCALBASE}/bin/giftd:${PORTSDIR}/net/gift + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= glib20 + +MAN1= giFTcurs.1 +MAN5= giFTcurs.conf.5 + +DOC_FILES= AUTHORS COPYING ChangeLog \ + INSTALL NEWS README TODO + +post-install: +.ifndef(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for doc in ${DOC_FILES} + @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/net/giftcurs/distinfo b/net/giftcurs/distinfo new file mode 100644 index 000000000000..0f37c0b3df29 --- /dev/null +++ b/net/giftcurs/distinfo @@ -0,0 +1 @@ +MD5 (giFTcurs-0.6.1.tar.gz) = 7ee790659ddd54d16150dbfe869424c1 diff --git a/net/giftcurs/pkg-descr b/net/giftcurs/pkg-descr new file mode 100644 index 000000000000..dbd87a32ce07 --- /dev/null +++ b/net/giftcurs/pkg-descr @@ -0,0 +1,7 @@ +giFTcurs is a cursed frontend to the giFT daemon and has been described as +"seriously slick". It won't work that well without giFT, which you should have +already. The version in CVS always works with the daemon in CVS. The latest +giFTcurs release also works with the latest giFT release, and there are very +rarely any incompatible changes in the protocol. + +WWW: http://www.nongnu.org/giftcurs/ diff --git a/net/giftcurs/pkg-plist b/net/giftcurs/pkg-plist new file mode 100644 index 000000000000..af7fbea11f07 --- /dev/null +++ b/net/giftcurs/pkg-plist @@ -0,0 +1,18 @@ +bin/giFTcurs +share/locale/ca/LC_MESSAGES/giFTcurs.mo +share/locale/da/LC_MESSAGES/giFTcurs.mo +share/locale/de/LC_MESSAGES/giFTcurs.mo +share/locale/es/LC_MESSAGES/giFTcurs.mo +share/locale/fr/LC_MESSAGES/giFTcurs.mo +share/locale/nl/LC_MESSAGES/giFTcurs.mo +share/locale/pl/LC_MESSAGES/giFTcurs.mo +share/locale/pt_BR/LC_MESSAGES/giFTcurs.mo +share/locale/sv/LC_MESSAGES/giFTcurs.mo +%%PORTDOCS%%share/doc/giFTcurs/AUTHORS +%%PORTDOCS%%share/doc/giFTcurs/COPYING +%%PORTDOCS%%share/doc/giFTcurs/ChangeLog +%%PORTDOCS%%share/doc/giFTcurs/INSTALL +%%PORTDOCS%%share/doc/giFTcurs/NEWS +%%PORTDOCS%%share/doc/giFTcurs/README +%%PORTDOCS%%share/doc/giFTcurs/TODO +@dirrm %%PORTDOCS%%share/doc/giFTcurs |