diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-11 00:53:38 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-11 00:53:38 +0000 |
commit | 8495ea22061b3d44a3fd60082e66ccb37bf81b9b (patch) | |
tree | b0369c5e349cca00b0758cb056b274601a481f81 /misc/freshmeat-submit | |
parent | 2ae15580fcf0e03cc9dae5891312fc3a6c4a2b43 (diff) | |
download | ports-8495ea22061b3d44a3fd60082e66ccb37bf81b9b.tar.gz ports-8495ea22061b3d44a3fd60082e66ccb37bf81b9b.zip |
Notes
Diffstat (limited to 'misc/freshmeat-submit')
-rw-r--r-- | misc/freshmeat-submit/Makefile | 30 | ||||
-rw-r--r-- | misc/freshmeat-submit/distinfo | 2 | ||||
-rw-r--r-- | misc/freshmeat-submit/pkg-descr | 7 |
3 files changed, 39 insertions, 0 deletions
diff --git a/misc/freshmeat-submit/Makefile b/misc/freshmeat-submit/Makefile new file mode 100644 index 000000000000..add4a5796b8a --- /dev/null +++ b/misc/freshmeat-submit/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: freshmeat-submit +# Date created: 2 Jan 2005 +# Whom: x +# +# $FreeBSD$ +# + +PORTNAME= freshmeat-submit +PORTVERSION= 1.6 +CATEGORIES= misc +MASTER_SITES= http://www.catb.org/~esr/freshmeat-submit/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= Submission of updates to Freshmeat via its XML-RPC + +USE_PYTHON= yes +NO_BUILD= yes + +PLIST_FILES= bin/freshmeat-submit +MAN1= freshmeat-submit.1 + +.include <bsd.port.pre.mk> + +do-install: + ${MKDIR} ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/freshmeat-submit ${PREFIX}/bin + ${MKDIR} ${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/freshmeat-submit.1 ${MAN1PREFIX}/man/man1 + +.include <bsd.port.post.mk> diff --git a/misc/freshmeat-submit/distinfo b/misc/freshmeat-submit/distinfo new file mode 100644 index 000000000000..59cadd27594d --- /dev/null +++ b/misc/freshmeat-submit/distinfo @@ -0,0 +1,2 @@ +MD5 (freshmeat-submit-1.6.tar.gz) = 0c08186b4f0bd6d026c45c3028ed2ccc +SIZE (freshmeat-submit-1.6.tar.gz) = 17296 diff --git a/misc/freshmeat-submit/pkg-descr b/misc/freshmeat-submit/pkg-descr new file mode 100644 index 000000000000..8f99979e7a4a --- /dev/null +++ b/misc/freshmeat-submit/pkg-descr @@ -0,0 +1,7 @@ +freshmeat-submit is a Python script that supports remote submission of +release updates to Freshmeat via its XML-RPC interface. It is intended +for use in project release scripts. It reads the metadata from an +RFC-2822-like message on standard input, possibly with overrides +by command-line switches. + +WWW: http://www.catb.org/~esr/freshmeat-submit/ |