mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -87,6 +87,7 @@
|
|||
SUBDIR += fortune-mod-futurama
|
||||
SUBDIR += fortuneit
|
||||
SUBDIR += freedialog
|
||||
SUBDIR += freshmeat-submit
|
||||
SUBDIR += ftdi-eeprom
|
||||
SUBDIR += ftree
|
||||
SUBDIR += gaim-guifications
|
||||
|
|
30
misc/freecode-submit/Makefile
Normal file
30
misc/freecode-submit/Makefile
Normal 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>
|
2
misc/freecode-submit/distinfo
Normal file
2
misc/freecode-submit/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (freshmeat-submit-1.6.tar.gz) = 0c08186b4f0bd6d026c45c3028ed2ccc
|
||||
SIZE (freshmeat-submit-1.6.tar.gz) = 17296
|
7
misc/freecode-submit/pkg-descr
Normal file
7
misc/freecode-submit/pkg-descr
Normal 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/
|
30
misc/freshmeat-submit/Makefile
Normal file
30
misc/freshmeat-submit/Makefile
Normal 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>
|
2
misc/freshmeat-submit/distinfo
Normal file
2
misc/freshmeat-submit/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (freshmeat-submit-1.6.tar.gz) = 0c08186b4f0bd6d026c45c3028ed2ccc
|
||||
SIZE (freshmeat-submit-1.6.tar.gz) = 17296
|
7
misc/freshmeat-submit/pkg-descr
Normal file
7
misc/freshmeat-submit/pkg-descr
Normal 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/
|
Loading…
Add table
Reference in a new issue