mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Remove misc/freshmeat-submit as it was renamed to misc/freecode-submit
This commit is contained in:
parent
310f3d4134
commit
9efc9d4317
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297058
1
MOVED
1
MOVED
@ -3398,3 +3398,4 @@ net/ng_car||2012-05-19|In base for all supported versions of FreeBSD
|
||||
palm/coldsync||2012-05-19|BROKEN for more than 6 month, does not compile
|
||||
graphics/linux-ac3d||2012-05-19|Has expired: BROKEN for more than 6 month
|
||||
archivers/pecl-bz2|archivers/php5-bz2|2012-05-20|bz2 is included in core php
|
||||
misc/freshmeat-submit|misc/freecode-submit|2012-05-20|Project renamed
|
||||
|
@ -123,7 +123,6 @@
|
||||
SUBDIR += freeguide
|
||||
SUBDIR += freeswitch-pizzademo
|
||||
SUBDIR += freeswitch-scripts
|
||||
SUBDIR += freshmeat-submit
|
||||
SUBDIR += ftdi-eeprom
|
||||
SUBDIR += fxload
|
||||
SUBDIR += gcstar
|
||||
|
@ -1,33 +0,0 @@
|
||||
# New ports collection makefile for: freshmeat-submit
|
||||
# Date created: 2 Jan 2005
|
||||
# Whom: x
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= freshmeat-submit
|
||||
PORTVERSION= 2.2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.catb.org/~esr/freshmeat-submit/ \
|
||||
http://www.c-s.li/ports/
|
||||
|
||||
MAINTAINER= cs@FreeBSD.org
|
||||
COMMENT= Submission of updates to Freshmeat via its XML-RPC
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
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>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (freshmeat-submit-2.2.tar.gz) = 87b9a73505ad520da5b949baabd129d018d0c1bdf761dd707d61ff8a1315dda1
|
||||
SIZE (freshmeat-submit-2.2.tar.gz) = 18495
|
@ -1,7 +0,0 @@
|
||||
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…
Reference in New Issue
Block a user