diff options
Diffstat (limited to 'devel/monotone-viz')
-rw-r--r-- | devel/monotone-viz/Makefile | 64 | ||||
-rw-r--r-- | devel/monotone-viz/distinfo | 4 | ||||
-rw-r--r-- | devel/monotone-viz/files/patch-Makefile | 11 | ||||
-rw-r--r-- | devel/monotone-viz/pkg-descr | 10 |
4 files changed, 0 insertions, 89 deletions
diff --git a/devel/monotone-viz/Makefile b/devel/monotone-viz/Makefile deleted file mode 100644 index fd0af40509d2..000000000000 --- a/devel/monotone-viz/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# Created by: Tarasov Alexey <master@preved.cn> -# $FreeBSD$ - -PORTNAME= monotone-viz -PORTVERSION= 1.0.2 -PORTREVISION= 7 -CATEGORIES= devel -MASTER_SITES= http://oandrieu.nerim.net/monotone-viz/ - -PATCH_SITES= DEBIAN_POOL -PATCHFILES= ${PORTNAME}_${PORTVERSION}-4.diff.gz -PATCH_DIST_STRIP= -p1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Visual interface for Monotone VCS with revision graphs - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -BUILD_DEPENDS= xpmtoppm:graphics/netpbm \ - lablgtk2:x11-toolkits/ocaml-lablgtk2 -RUN_DEPENDS= dot:graphics/graphviz \ - mtn:devel/monotone \ - bash:shells/bash \ - lablgtk2:x11-toolkits/ocaml-lablgtk2 - -USES= gmake pkgconfig -USE_OCAML= yes -USE_OCAML_CAMLP4=yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-local-lablgtk - -ALL_TARGET= monotone-viz -MAKE_JOBS_UNSAFE= yes - -PLIST_FILES= bin/monotone-viz share/pixmaps/monotone-viz.png - -DESKTOP_ENTRIES="Monotone-viz" "" "monotone-viz" "monotone-viz" \ - "Development;RevisionControl;GTK;" "" - -post-patch: -.for i in 10-new-stdio.diff 20-dot-rankdir.diff 50-ocaml-4.02.2.diff - @${PATCH} -d ${WRKSRC} -p1 --quiet < ${WRKSRC}/debian/patches/${i} -.endfor - @${REINPLACE_CMD} -e 's|"/bin/bash"|"${LOCALBASE}/bin/bash"|' \ - ${WRKSRC}/agraph.ml - -# Monkey patch the icon.ml into an xpm file. -post-build: - @${SED} -e 's|^(\(\* XPM \*\))$$|/\1/|; \ - s/^let \(monotone_xpm\) = \[|$$/static char * \1[] = {/; \ - s/";$$/",/; s/|\]$$/};/; /GdkPixbuf/d' ${WRKSRC}/icon.ml | \ - xpmtoppm --alphaout=${WRKDIR}/icon.pgm | \ - pnmtopng --alpha=${WRKDIR}/icon.pgm > ${WRKDIR}/monotone-viz.png - -post-install: - ${INSTALL_DATA} ${WRKDIR}/monotone-viz.png ${STAGEDIR}${PREFIX}/share/pixmaps - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/monotone-viz - -.include <bsd.port.mk> diff --git a/devel/monotone-viz/distinfo b/devel/monotone-viz/distinfo deleted file mode 100644 index c8a5e9f06487..000000000000 --- a/devel/monotone-viz/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (monotone-viz-1.0.2.tar.gz) = 404ee47378b144a62eb2dcdfb80430e68d193360216d120977a457cdbf85b7f6 -SIZE (monotone-viz-1.0.2.tar.gz) = 545631 -SHA256 (monotone-viz_1.0.2-4.diff.gz) = aed1582e303395790f4b2f3d9a2838d98440f5e3c307e8222d7015fe72fd1bda -SIZE (monotone-viz_1.0.2-4.diff.gz) = 11922 diff --git a/devel/monotone-viz/files/patch-Makefile b/devel/monotone-viz/files/patch-Makefile deleted file mode 100644 index c52c65c59a55..000000000000 --- a/devel/monotone-viz/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig 2009-12-08 00:43:26.000000000 +0100 -+++ Makefile 2010-12-01 12:44:12.000000000 +0100 -@@ -105,7 +105,7 @@ PP = $(if $(findstring $(1),$(USE_P4)),- - cd $(<D) ; $(OCAMLC) $(CINCDIRS) $(if $(CPPFLAGS),-ccopt "$(CPPFLAGS)") $(<F) - - %.c %.h : %.var -- cd $(<D) ; $(LABLGTK_DIR)/varcc -static $(<F) -+ cd $(<D) ; ${LOCALBASE}/bin/ocamlrun $(LABLGTK_DIR)/varcc -static $(<F) - - clean : - rm -f *.a *.so *.o *.cm* monotone-viz diff --git a/devel/monotone-viz/pkg-descr b/devel/monotone-viz/pkg-descr deleted file mode 100644 index 8e30562bbfec..000000000000 --- a/devel/monotone-viz/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Monotone-viz is a small GTK+ application that -visualizes monotone ancestry graphs. - -Monotone is a free distributed version control system. -Monotone-viz is developed in the Objective Caml language, -using the GTK+ and libgnomecanvas libraries (via LablGTK, -an OCaml binding for GTK+), and it uses the dot program -from the Graphviz package. - -WWW: http://oandrieu.nerim.net/monotone-viz/ |