Skip to content

Commit 5079e81

Browse files
committed
x11/xcur2png: add new port
xcur2png is a program which let you take PNG image from X cursor, and generate config-file which is reusable by xcursorgen. To put it simply, it is converter from X cursor to PNG image. https://github.com/eworm-de/xcur2png
1 parent 47aa6d8 commit 5079e81

4 files changed

Lines changed: 30 additions & 0 deletions

File tree

x11/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@
529529
SUBDIR += xcoloredit
530530
SUBDIR += xcolors
531531
SUBDIR += xconsole
532+
SUBDIR += xcur2png
532533
SUBDIR += xcursorgen
533534
SUBDIR += xcut
534535
SUBDIR += xdg-desktop-portal-gnome

x11/xcur2png/Makefile

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
PORTNAME= xcur2png
2+
DISTVERSION= 0.7.1
3+
CATEGORIES= x11
4+
5+
MAINTAINER= jbeich@FreeBSD.org
6+
COMMENT= Convert X cursors to PNG images
7+
WWW= https://github.com/eworm-de/xcur2png
8+
9+
LICENSE= GPLv3+
10+
LICENSE_FILE= ${WRKSRC}/COPYING
11+
12+
LIB_DEPENDS= libpng.so:graphics/png
13+
14+
USES= localbase pkgconfig xorg
15+
USE_GITHUB= yes
16+
USE_XORG= xcursor
17+
GH_ACCOUNT= eworm-de
18+
GNU_CONFIGURE= yes
19+
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
20+
PLIST_FILES= bin/${PORTNAME} \
21+
share/man/man1/${PORTNAME}.1.gz
22+
23+
.include <bsd.port.mk>

x11/xcur2png/distinfo

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
TIMESTAMP = 1501572314
2+
SHA256 (eworm-de-xcur2png-0.7.1_GH0.tar.gz) = 3874e8bd4f287dbd8b6d4a16ee1f450970965fd773288d85bb53143e2e631add
3+
SIZE (eworm-de-xcur2png-0.7.1_GH0.tar.gz) = 99328

x11/xcur2png/pkg-descr

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
xcur2png is a program which let you take PNG image from X cursor, and
2+
generate config-file which is reusable by xcursorgen. To put it
3+
simply, it is converter from X cursor to PNG image.

0 commit comments

Comments
 (0)