diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ical2html/Makefile | 24 | ||||
-rw-r--r-- | converters/ical2html/distinfo | 3 | ||||
-rw-r--r-- | converters/ical2html/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | converters/ical2html/files/patch-icalmerge.c | 11 | ||||
-rw-r--r-- | converters/ical2html/pkg-descr | 2 | ||||
-rw-r--r-- | converters/ical2html/pkg-plist | 5 | ||||
-rw-r--r-- | converters/pdf2djvu/Makefile | 35 | ||||
-rw-r--r-- | converters/pdf2djvu/distinfo | 3 | ||||
-rw-r--r-- | converters/pdf2djvu/pkg-descr | 5 |
9 files changed, 0 insertions, 99 deletions
diff --git a/converters/ical2html/Makefile b/converters/ical2html/Makefile deleted file mode 100644 index 306c02afc..000000000 --- a/converters/ical2html/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: ical2html -# Date created: Thu Apr 14 18:08:52 BST 2005 -# Whom: keiichi@iijlab.net -# -# $FreeBSD$ -# - -PORTNAME= ical2html -PORTVERSION= 0.4 -PORTREVISION= 3 -CATEGORIES= converters -MASTER_SITES= http://www.w3.org/Tools/Ical2html/ - -MAINTAINER= keiichi@iijlab.net -COMMENT= Manipulation commands for iCalendar files - -LIB_DEPENDS= ical.43:${PORTSDIR}/devel/libical - -GNU_CONFIGURE= yes - -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include/libical -I${LOCALBASE}/include" \ - LDFLAGS=-L${LOCALBASE}/lib - -.include <bsd.port.mk> diff --git a/converters/ical2html/distinfo b/converters/ical2html/distinfo deleted file mode 100644 index 383afddbc..000000000 --- a/converters/ical2html/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ical2html-0.4.tar.gz) = 5884b2ff2665640bde7f1a296a144e37 -SHA256 (ical2html-0.4.tar.gz) = c74eaef9fb26b5adbec0f1591a9a3d5607b340d538c5d1fdbb67c510c90743f2 -SIZE (ical2html-0.4.tar.gz) = 88490 diff --git a/converters/ical2html/files/patch-Makefile.in b/converters/ical2html/files/patch-Makefile.in deleted file mode 100644 index 5c73b9721..000000000 --- a/converters/ical2html/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Apr 13 12:49:01 2005 -+++ Makefile.in Wed Apr 13 12:48:37 2005 -@@ -89,7 +89,7 @@ - am__quote = @am__quote@ - bindir = @bindir@ - build_alias = @build_alias@ --datadir = @datadir@ -+datadir = @datadir@/ical2html - exec_prefix = @exec_prefix@ - host_alias = @host_alias@ - includedir = @includedir@ diff --git a/converters/ical2html/files/patch-icalmerge.c b/converters/ical2html/files/patch-icalmerge.c deleted file mode 100644 index 6a9f2acd6..000000000 --- a/converters/ical2html/files/patch-icalmerge.c +++ /dev/null @@ -1,11 +0,0 @@ ---- icalmerge.c.orig Thu Jul 31 07:19:06 2003 -+++ icalmerge.c Wed Apr 13 18:08:16 2005 -@@ -27,7 +27,7 @@ - #include "config.h" - - --#define PRODID "-//W3C//NONSGML icalmerge " ## VERSION ## "//EN" -+#define PRODID "-//W3C//NONSGML icalmerge "/**/VERSION/**/"//EN" - - #define ERR_OUT_OF_MEM 1 /* Program exit codes */ - #define ERR_USAGE 2 diff --git a/converters/ical2html/pkg-descr b/converters/ical2html/pkg-descr deleted file mode 100644 index c246f2ff5..000000000 --- a/converters/ical2html/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -ical2html takes an iCalendar file and outputs an HTML file showing one -or more months in the form of tables. Requires libical. diff --git a/converters/ical2html/pkg-plist b/converters/ical2html/pkg-plist deleted file mode 100644 index 4b47e205f..000000000 --- a/converters/ical2html/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/ical2html -bin/icalfilter -bin/icalmerge -share/ical2html/calendar.css -@dirrm share/ical2html diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile deleted file mode 100644 index 11c3942dc..000000000 --- a/converters/pdf2djvu/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: pdf2djvu -# Date created: 7 Mar 2008 -# Whom: Denise H. G. <darcsis@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= pdf2djvu -PORTVERSION= 0.4.12 -PORTREVISION= 2 -CATEGORIES= converters -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -DISTNAME= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFFIX} - -MAINTAINER= darcsis@gmail.com -COMMENT= Pdf2djvu creates DjVu files from PDF files - -BUILD_DEPENDS= ${LOCALBASE}/include/pstreams/pstream.h:${PORTSDIR}/devel/pstreams -LIB_DEPENDS= poppler.4:${PORTSDIR}/graphics/poppler - -USE_GMAKE= yes -PLIST_FILES= bin/pdf2djvu - -LIB_DEPENDS+= djvulibre.21:${PORTSDIR}/graphics/djvulibre-nox11 - -MAN1= pdf2djvu.1 -MANCOMPRESSED= no - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${MANPREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/converters/pdf2djvu/distinfo b/converters/pdf2djvu/distinfo deleted file mode 100644 index 174385016..000000000 --- a/converters/pdf2djvu/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pdf2djvu_0.4.12.tar.gz) = af325766614f58e7373c26c6d45f04e4 -SHA256 (pdf2djvu_0.4.12.tar.gz) = 819b1427a74d90ebda8971b670a9f03d6fd5d8a9ae03dbf48c91ebaf5a769a19 -SIZE (pdf2djvu_0.4.12.tar.gz) = 55798 diff --git a/converters/pdf2djvu/pkg-descr b/converters/pdf2djvu/pkg-descr deleted file mode 100644 index a7c51eb6f..000000000 --- a/converters/pdf2djvu/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -pdf2djvu creates DjVu files from PDF files. It's able to extract: -graphics, text layer, hyperlinks, document outline (bookmarks), and -metadata. - -WWW: http://code.google.com/p/pdf2djvu/ |