aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--misc/Makefile1
-rw-r--r--misc/freshmeat-submit/Makefile33
-rw-r--r--misc/freshmeat-submit/distinfo2
-rw-r--r--misc/freshmeat-submit/pkg-descr7
5 files changed, 1 insertions, 43 deletions
diff --git a/MOVED b/MOVED
index 50a2f21e953e..16b8b0e9c31b 100644
--- a/MOVED
+++ b/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
diff --git a/misc/Makefile b/misc/Makefile
index 88e4cc8fc2f2..24e53b9b87ca 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -123,7 +123,6 @@
SUBDIR += freeguide
SUBDIR += freeswitch-pizzademo
SUBDIR += freeswitch-scripts
- SUBDIR += freshmeat-submit
SUBDIR += ftdi-eeprom
SUBDIR += fxload
SUBDIR += gcstar
diff --git a/misc/freshmeat-submit/Makefile b/misc/freshmeat-submit/Makefile
deleted file mode 100644
index 66f020c9a904..000000000000
--- a/misc/freshmeat-submit/Makefile
+++ /dev/null
@@ -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>
diff --git a/misc/freshmeat-submit/distinfo b/misc/freshmeat-submit/distinfo
deleted file mode 100644
index 8b7bc676b0d7..000000000000
--- a/misc/freshmeat-submit/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (freshmeat-submit-2.2.tar.gz) = 87b9a73505ad520da5b949baabd129d018d0c1bdf761dd707d61ff8a1315dda1
-SIZE (freshmeat-submit-2.2.tar.gz) = 18495
diff --git a/misc/freshmeat-submit/pkg-descr b/misc/freshmeat-submit/pkg-descr
deleted file mode 100644
index 8f99979e7a4a..000000000000
--- a/misc/freshmeat-submit/pkg-descr
+++ /dev/null
@@ -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/