aboutsummaryrefslogtreecommitdiff
path: root/www/ljpms
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-09-07 09:30:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-09-07 09:30:17 +0000
commit447afa504542bc5ad48d798108e9643fcbe0bbe0 (patch)
treef0b9b09d0f72541f14f699bc3ee979a045a5704c /www/ljpms
parent36b48d77cf4f61e8c0289a7ac5a04f89a0723199 (diff)
downloadports-447afa504542bc5ad48d798108e9643fcbe0bbe0.tar.gz
ports-447afa504542bc5ad48d798108e9643fcbe0bbe0.zip
Notes
Diffstat (limited to 'www/ljpms')
-rw-r--r--www/ljpms/Makefile38
-rw-r--r--www/ljpms/distinfo2
-rw-r--r--www/ljpms/files/patch-ljpms.pl11
-rw-r--r--www/ljpms/pkg-descr4
4 files changed, 0 insertions, 55 deletions
diff --git a/www/ljpms/Makefile b/www/ljpms/Makefile
deleted file mode 100644
index 10a6805e3753..000000000000
--- a/www/ljpms/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: ljpms
-# Date created: 12 Aug 2004
-# Whom: ache
-#
-# $FreeBSD$
-#
-
-PORTNAME= ljpms
-PORTVERSION= 1.4
-CATEGORIES= www perl5 deskutils
-MASTER_SITES= http://www.offtopia.net/ljsm/
-EXTRACT_SUFX= .zip
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Livejournal.com postings mass-restore and permissions utility
-
-RUN_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
- ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite \
- ${SITE_PERL}/Digest/Perl/MD5.pm:${PORTSDIR}/security/p5-Digest-Perl-MD5
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
-
-PLIST_FILES= bin/ljpms
-NO_WRKSUBDIR= yes
-USE_ZIP= yes
-USE_PERL5_RUN= yes
-NO_BUILD= yes
-
-EXTRACT_BEFORE_ARGS= -qoaa
-
-do-configure:
- @${REINPLACE_CMD} -e 's|^#!perl|#!${PERL}|' ${WRKSRC}/ljpms.pl
-
-do-install:
- cd ${WRKSRC} && ${INSTALL_SCRIPT} ljpms.pl ${PREFIX}/bin/ljpms
-
-.include <bsd.port.mk>
diff --git a/www/ljpms/distinfo b/www/ljpms/distinfo
deleted file mode 100644
index 559494fd98d5..000000000000
--- a/www/ljpms/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ljpms-1.4.zip) = 75cfca4349a368cc32c991a3814827a5b2ab353df970f30d5d6609ed59ef5f60
-SIZE (ljpms-1.4.zip) = 1742274
diff --git a/www/ljpms/files/patch-ljpms.pl b/www/ljpms/files/patch-ljpms.pl
deleted file mode 100644
index 72acae221577..000000000000
--- a/www/ljpms/files/patch-ljpms.pl
+++ /dev/null
@@ -1,11 +0,0 @@
---- ljpms.pl.bak 2007-10-02 19:33:33.000000000 +0400
-+++ ljpms.pl 2007-12-29 20:39:00.000000000 +0300
-@@ -330,7 +330,7 @@
-
- sub make_message {
- my ($entry) = @_;
-- my ($year, $month, $day, $hour, $min) = split(/\D+/, ($entry->{'eventtime'} or $entry->{'logtime'}));
-+ my ($year, $month, $day, $hour, $min) = split(/\D+/, ($entry->{'logtime'} or $entry->{'eventtime'}));
- my $soap_message = {
- 'ver' => 1,
- 'lineendings' => "\n",
diff --git a/www/ljpms/pkg-descr b/www/ljpms/pkg-descr
deleted file mode 100644
index d3bf4a2db7ba..000000000000
--- a/www/ljpms/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Livejournal.com utility to mass restore user postings or mass change
-permissions.
-
-WWW: http://ljsm.feechki.org/ljpms.html