summaryrefslogtreecommitdiff
path: root/misc/freecode-submit
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
commit40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch)
treed70bbf882801af3a4e58dde3ed6a1da1849479d4 /misc/freecode-submit
parenta9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff)
Diffstat (limited to 'misc/freecode-submit')
-rw-r--r--misc/freecode-submit/Makefile30
-rw-r--r--misc/freecode-submit/distinfo2
-rw-r--r--misc/freecode-submit/pkg-descr7
3 files changed, 0 insertions, 39 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 59cadd27594d..000000000000
--- a/misc/freecode-submit/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (freshmeat-submit-1.6.tar.gz) = 0c08186b4f0bd6d026c45c3028ed2ccc
-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/