aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-04-18 11:17:45 +0000
committerRene Ladan <rene@FreeBSD.org>2014-04-18 11:17:45 +0000
commit8b3c8800eb286d7ad9ba4d8e56c1f94a436e2ca9 (patch)
tree05eb10cc44d61de9b8f970b16f50e25c5a245d53 /misc
parentcf14e8bdd746039cc679bf4d0fc205ba4b95a2fb (diff)
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile3
-rw-r--r--misc/pdfmap/Makefile41
-rw-r--r--misc/pdfmap/distinfo2
-rw-r--r--misc/pdfmap/pkg-descr13
-rw-r--r--misc/pdfmap/pkg-plist11
-rw-r--r--misc/salias/Makefile35
-rw-r--r--misc/salias/distinfo2
-rw-r--r--misc/salias/pkg-descr12
-rw-r--r--misc/salias/pkg-plist5
-rw-r--r--misc/wmfirew/Makefile28
-rw-r--r--misc/wmfirew/distinfo2
-rw-r--r--misc/wmfirew/files/patch-Makefile38
-rw-r--r--misc/wmfirew/pkg-descr4
13 files changed, 0 insertions, 196 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 69c426e288a4..0ecf3b8f3f1d 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -358,7 +358,6 @@
SUBDIR += patchutils
SUBDIR += pauker
SUBDIR += pciids
- SUBDIR += pdfmap
SUBDIR += pdmenu
SUBDIR += pear-Services_Weather
SUBDIR += pear-Text_Figlet
@@ -405,7 +404,6 @@
SUBDIR += rubygem-vpim
SUBDIR += rump
SUBDIR += saaghar
- SUBDIR += salias
SUBDIR += seq2
SUBDIR += shared-mime-info
SUBDIR += shc
@@ -458,7 +456,6 @@
SUBDIR += window
SUBDIR += wmScoreBoard
SUBDIR += wmcalendar
- SUBDIR += wmfirew
SUBDIR += wminfo
SUBDIR += wmjulia
SUBDIR += wmpal
diff --git a/misc/pdfmap/Makefile b/misc/pdfmap/Makefile
deleted file mode 100644
index 4ec18a1cdca6..000000000000
--- a/misc/pdfmap/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= pdfmap
-PORTVERSION= 2.00
-PORTREVISION= 4
-CATEGORIES= misc
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Generate maps in PDF format and place clickable objects on them
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaxml>=3.01:${PORTSDIR}/textproc/py-jaxml \
- ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/pdfgen/canvas.py:${PORTSDIR}/print/py-reportlab1 \
- ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging
-
-DEPRECATED= Unmaintained since 2002
-EXPIRATION_DATE= 2014-04-17
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-
-DOCS= CREDITS NEWS README TODO doc/*.html
-
-NO_STAGE= yes
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-PORTDOCS= *
-.endif
-
-.if ${PORT_OPTIONS:MDOCS}
-post-install:
- @${MKDIR} ${DOCSDIR}
- @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/misc/pdfmap/distinfo b/misc/pdfmap/distinfo
deleted file mode 100644
index b33f72ae6ec3..000000000000
--- a/misc/pdfmap/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pdfmap-2.00.tar.gz) = 31fd2127e507ff525758f69c7db2518eb9827e4340a4b413f95ad6a5e2698c41
-SIZE (pdfmap-2.00.tar.gz) = 1416638
diff --git a/misc/pdfmap/pkg-descr b/misc/pdfmap/pkg-descr
deleted file mode 100644
index e01c57cae414..000000000000
--- a/misc/pdfmap/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-A python module to generate maps in PDF format and place clickable
-objects on them.
-
-Object types can be represented either by shapes of different forms and
-colors (fill and contour), or by user provided images. Each object is
-scaled, oriented and positionned on the map.
-
-The more powerful way to use this software is to use its API in your
-own programs, this will allow you to produce multipage documents with
-different sizes, orientations, scales, background, etc... from page to
-page.
-
-WWW: http://www.librelogiciel.com/software/PDFMap/action_Presentation/
diff --git a/misc/pdfmap/pkg-plist b/misc/pdfmap/pkg-plist
deleted file mode 100644
index ebde015c3c45..000000000000
--- a/misc/pdfmap/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-bin/pdfmap
-%%PYTHON_SITELIBDIR%%/pdfmap/__init__.py
-%%PYTHON_SITELIBDIR%%/pdfmap/__init__.pyc
-%%PYTHON_SITELIBDIR%%/pdfmap/__init__.pyo
-%%PYTHON_SITELIBDIR%%/pdfmap/maptool.py
-%%PYTHON_SITELIBDIR%%/pdfmap/maptool.pyc
-%%PYTHON_SITELIBDIR%%/pdfmap/maptool.pyo
-%%PYTHON_SITELIBDIR%%/pdfmap/version.py
-%%PYTHON_SITELIBDIR%%/pdfmap/version.pyc
-%%PYTHON_SITELIBDIR%%/pdfmap/version.pyo
-@dirrm %%PYTHON_SITELIBDIR%%/pdfmap
diff --git a/misc/salias/Makefile b/misc/salias/Makefile
deleted file mode 100644
index ee5bcc5d3467..000000000000
--- a/misc/salias/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= salias
-PORTVERSION= 0.3.1
-PORTREVISION= 5
-CATEGORIES= misc
-MASTER_SITES= SF/${PORTNAME}/C%20${PORTNAME}/${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= CLI tool to alias arguments of other programs
-
-DEPRECATED= Unmaintained since 2002
-EXPIRATION_DATE= 2014-04-17
-USES= pkgconfig
-USE_BZIP2= yes
-USE_GNOME= glib20
-GNU_CONFIGURE= yes
-
-MAN1= salias.1
-DOCS= NEWS README
-
-NO_STAGE= yes
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-post-install:
- @${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/misc/salias/distinfo b/misc/salias/distinfo
deleted file mode 100644
index 3d9acbe417f2..000000000000
--- a/misc/salias/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (salias-0.3.1.tar.bz2) = de5cf8d0ee4b7240af4a990d739746ac0317c7418fadf4fd0a14913c279068ad
-SIZE (salias-0.3.1.tar.bz2) = 64914
diff --git a/misc/salias/pkg-descr b/misc/salias/pkg-descr
deleted file mode 100644
index 3434811bcf9e..000000000000
--- a/misc/salias/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-The purpose of salias is to provide an aliasing system for programs where
-arguments may wish to be aliased. This is more useful than just a shell
-environment variable as an argument, since it can ``repeat'' options, such
-as GnuPG's --recipient option as needed. Also, unlike shell enviornment
-variables, it can be used transparently inside of other programs,
-strengthening it's drop-in capabilities.
-
-salias was initially designed for wrapping around GnuPG, providing aliases
-for keys. However, the design easily extends to being useful for all types
-of programs.
-
-WWW: http://salias.sourceforge.net/
diff --git a/misc/salias/pkg-plist b/misc/salias/pkg-plist
deleted file mode 100644
index 69b526fd5300..000000000000
--- a/misc/salias/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/salias
-bin/salias-wrapper
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff --git a/misc/wmfirew/Makefile b/misc/wmfirew/Makefile
deleted file mode 100644
index b88dfeabc412..000000000000
--- a/misc/wmfirew/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
-# $FreeBSD$
-
-PORTNAME= wmfirew
-PORTVERSION= 0.20
-PORTREVISION= 3
-CATEGORIES= misc windowmaker afterstep
-MASTER_SITES= http://web.novalis.org/programs/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Dockapp that shows fireworks in action
-
-DEPRECATED= Unmaintained since 2002
-EXPIRATION_DATE= 2014-04-17
-PLIST_FILES= bin/wmfirew
-WRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME}
-USE_GMAKE= yes
-USE_XORG= xpm
-
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|^void main|int main|' ${WRKSRC}/wmfirew.c
-
-do-install:
- (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin)
-
-.include <bsd.port.mk>
diff --git a/misc/wmfirew/distinfo b/misc/wmfirew/distinfo
deleted file mode 100644
index 109d6cb4cede..000000000000
--- a/misc/wmfirew/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (wmfirew-0.20.tar.gz) = 7c3f7c5d4a06e94c0467e1201eb4fe7e780254fde053c84d64cb87841a92e672
-SIZE (wmfirew-0.20.tar.gz) = 22916
diff --git a/misc/wmfirew/files/patch-Makefile b/misc/wmfirew/files/patch-Makefile
deleted file mode 100644
index 0f086a3f31de..000000000000
--- a/misc/wmfirew/files/patch-Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-$FreeBSD$
-
---- Makefile.orig Thu May 16 12:16:40 2002
-+++ Makefile Thu May 16 12:17:17 2002
-@@ -1,21 +1,20 @@
--INCDIR = -I/usr/X11R6/include
--LIBDIR = -L/usr/X11R6/lib
--LIBS = -lXpm -lXext -lX11
--OBJS = wmfirew.o ../wmgeneral/wmgeneral.o
-+CC ?= gcc
-+CFLAGS += -c -Wall
-+INCDIR = -I${LOCALBASE}/include
-+LIBDIR = -L${LOCALBASE}/lib
-+LIBS = -lXpm -lXext -lX11
-+OBJS = wmfirew.o ../wmgeneral/wmgeneral.o
-
- .c.o:
-- cc -c -g -O2 -Wall -D$(shell echo `uname -s`) $< -o $*.o $(INCDIR)
--
--all: wmfirew
-+ ${CC} ${CFLAGS} ${INCDIR} -D${shell echo `uname -s`} $< -o $*.o
-
- wmfirew: $(OBJS)
-- cc -o wmfirew $^ $(LIBDIR) $(LIBS)
-+ ${CC} -o wmfirew $^ ${LIBDIR} ${LIBS}
-+
-+all: wmfirew
-
- clean:
-- for i in $(OBJS) ; do \
-+ for i in ${OBJS}; do \
- rm -f $$i; \
- done
-- rm -f wmfirew
--
--install:
-- mv wmfirew /usr/local/bin
-+ rm -f wmfirew core
diff --git a/misc/wmfirew/pkg-descr b/misc/wmfirew/pkg-descr
deleted file mode 100644
index 3b4e79ec8baf..000000000000
--- a/misc/wmfirew/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-A WindowMaker/AfterStep dockable app, showing fireworks in action.
-Not particularly useful, but looks kinda cool.
-
-WWW: http://web.novalis.org/