summaryrefslogtreecommitdiff
path: root/misc/freecode-submit
diff options
context:
space:
mode:
Diffstat (limited to 'misc/freecode-submit')
-rw-r--r--misc/freecode-submit/Makefile30
-rw-r--r--misc/freecode-submit/distinfo3
-rw-r--r--misc/freecode-submit/pkg-descr7
3 files changed, 0 insertions, 40 deletions
diff --git a/misc/freecode-submit/Makefile b/misc/freecode-submit/Makefile
deleted file mode 100644
index add4a5796b8a..000000000000
--- a/misc/freecode-submit/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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/freecode-submit/distinfo b/misc/freecode-submit/distinfo
deleted file mode 100644
index 57dd911d8fa8..000000000000
--- a/misc/freecode-submit/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (freshmeat-submit-1.6.tar.gz) = 0c08186b4f0bd6d026c45c3028ed2ccc
-SHA256 (freshmeat-submit-1.6.tar.gz) = fc16e245310cf5e20c5ec25bfea3ff618f3c1f6ef700b63276c3c8a681239cba
-SIZE (freshmeat-submit-1.6.tar.gz) = 17296
diff --git a/misc/freecode-submit/pkg-descr b/misc/freecode-submit/pkg-descr
deleted file mode 100644
index 8f99979e7a4a..000000000000
--- a/misc/freecode-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/