Add freshmeat-submit 1.6, submission of updates to Freshmeat via its

XML-RPC.

PR:		ports/75744
Submitted by:	Radim Kolar <hsn@netmag.cz>
This commit is contained in:
Michael Johnson 2005-03-11 00:53:38 +00:00
parent 2ae15580fc
commit 8495ea2206
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130841
7 changed files with 79 additions and 0 deletions

View file

@ -87,6 +87,7 @@
SUBDIR += fortune-mod-futurama
SUBDIR += fortuneit
SUBDIR += freedialog
SUBDIR += freshmeat-submit
SUBDIR += ftdi-eeprom
SUBDIR += ftree
SUBDIR += gaim-guifications

View file

@ -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>

View file

@ -0,0 +1,2 @@
MD5 (freshmeat-submit-1.6.tar.gz) = 0c08186b4f0bd6d026c45c3028ed2ccc
SIZE (freshmeat-submit-1.6.tar.gz) = 17296

View file

@ -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/

View file

@ -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>

View file

@ -0,0 +1,2 @@
MD5 (freshmeat-submit-1.6.tar.gz) = 0c08186b4f0bd6d026c45c3028ed2ccc
SIZE (freshmeat-submit-1.6.tar.gz) = 17296

View file

@ -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/