Index: head/games/jumpnbump/pkg-descr =================================================================== --- head/games/jumpnbump/pkg-descr (revision 457222) +++ head/games/jumpnbump/pkg-descr (nonexistent) @@ -1,13 +0,0 @@ -This is a game for the whole family. You play cute fluffy little -bunnies and hop on each other's heads. - -At the beginning you are in the menu, where you have to let each -active player jump over the tree trunk to enter the play area, and -then walk to the right. You will then enter the arena. The aim is -to jump on the other bunnies' heads... - -Jump 'n Bump was originally a DOS game by Brainchild Design, which -was open sourced under the GPL license and ported to SDL, and then -SDL2. - -WWW: https://gitlab.com/LibreGames/jumpnbump Property changes on: head/games/jumpnbump/pkg-descr ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/jumpnbump/distinfo =================================================================== --- head/games/jumpnbump/distinfo (revision 457222) +++ head/games/jumpnbump/distinfo (nonexistent) @@ -1,3 +0,0 @@ -TIMESTAMP = 1513863624 -SHA256 (jumpnbump-1.60.tar.bz2) = b156d1ecd35fd02281f55787ebf1c33e74adcaea2773a3450bf2554120774a2c -SIZE (jumpnbump-1.60.tar.bz2) = 377991 Property changes on: head/games/jumpnbump/distinfo ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/jumpnbump/pkg-plist =================================================================== --- head/games/jumpnbump/pkg-plist (revision 457222) +++ head/games/jumpnbump/pkg-plist (nonexistent) @@ -1,13 +0,0 @@ -bin/gobpack -bin/jnbpack -bin/jnbunpack -bin/jumpnbump -%%LAUNCHER%%bin/jumpnbump-menu -share/appdata/jumpnbump.appdata.xml -%%LAUNCHER%%share/applications/jumpnbump-menu.desktop -share/applications/jumpnbump.desktop -share/icons/jumpnbump.png -%%DATADIR%%/jumpbump.dat -%%LAUNCHER%%%%DATADIR%%/jumpnbump_menu.glade -%%NLS%%share/locale/fr/LC_MESSAGES/jumpnbump-menu.mo -share/man/man6/jumpnbump.6 Property changes on: head/games/jumpnbump/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/jumpnbump/Makefile =================================================================== --- head/games/jumpnbump/Makefile (revision 457222) +++ head/games/jumpnbump/Makefile (nonexistent) @@ -1,41 +0,0 @@ -# Created by: Dmitry Marakasov -# $FreeBSD$ - -PORTNAME= jumpnbump -PORTVERSION= 1.60 -CATEGORIES= games -MASTER_SITES= https://gitlab.com/LibreGames/jumpnbump/repository/${PORTVERSION}/archive.tar.bz2?dummy=/ - -MAINTAINER= amdmi3@FreeBSD.org -COMMENT= Play cute bunnies jumping on each other's heads - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -USES= gettext gmake shebangfix tar:bzip2 -SHEBANG_FILES= ${WRKSRC}/menu/jumpnbump_menu.py.pre -USE_SDL= sdl2 mixer2 net2 - -WRKSRC= ${WRKDIR}/${DISTNAME}-3b37e6f8951419bfce4601cda0ed500622d5bedf -PORTDOCS= AUTHORS ChangeLog README.md - -OPTIONS_DEFINE= LAUNCHER DOCS NLS -OPTIONS_DEFAULT=LAUNCHER -OPTIONS_SUB= yes - -LAUNCHER_DESC= Install pygtk launcher -LAUNCHER_USES= python:2.7,run -LAUNCHER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2@${PY_FLAVOR} - -post-install: -.for f in jnbpack gobpack jnbunpack jumpnbump - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f} -.endfor - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ -.endfor - -.include Property changes on: head/games/jumpnbump/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/jumpnbump/files/patch-menu_Makefile =================================================================== --- head/games/jumpnbump/files/patch-menu_Makefile (revision 457222) +++ head/games/jumpnbump/files/patch-menu_Makefile (nonexistent) @@ -1,15 +0,0 @@ ---- menu/Makefile.orig 2017-05-24 18:01:25 UTC -+++ menu/Makefile -@@ -20,8 +20,10 @@ clean: - $(MAKE) -C po clean - - install: -- install -D -m 644 jumpnbump_menu.glade $(DESTDIR)$(GAMEDATADIR)/jumpnbump/jumpnbump_menu.glade -- install -D -m 755 jumpnbump_menu.py $(DESTDIR)$(BINDIR)/jumpnbump-menu -+ install -d $(DESTDIR)$(GAMEDATADIR)/jumpnbump/ -+ install -m 644 jumpnbump_menu.glade $(DESTDIR)$(GAMEDATADIR)/jumpnbump/jumpnbump_menu.glade -+ install -d $(DESTDIR)$(BINDIR) -+ install -m 755 jumpnbump_menu.py $(DESTDIR)$(BINDIR)/jumpnbump-menu - - $(MAKE) -C po install - Property changes on: head/games/jumpnbump/files/patch-menu_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/jumpnbump/files/patch-menu_po_Makefile =================================================================== --- head/games/jumpnbump/files/patch-menu_po_Makefile (revision 457222) +++ head/games/jumpnbump/files/patch-menu_po_Makefile (nonexistent) @@ -1,12 +0,0 @@ ---- menu/po/Makefile.orig 2017-05-24 18:01:25 UTC -+++ menu/po/Makefile -@@ -12,7 +12,8 @@ clean: - - install: - for lang in $(LANGS) ; do \ -- install -D -m 0644 $$lang.mo $(DESTDIR)$(DATADIR)/locale/$$lang/LC_MESSAGES/jumpnbump-menu.mo ; \ -+ install -d $(DESTDIR)$(DATADIR)/locale/$$lang/LC_MESSAGES ; \ -+ install -m 0644 $$lang.mo $(DESTDIR)$(DATADIR)/locale/$$lang/LC_MESSAGES/jumpnbump-menu.mo ; \ - done - - uninstall: Property changes on: head/games/jumpnbump/files/patch-menu_po_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property