forked from Lainports/freebsd-ports
- Update graphics/libspiro to 0.2.20131203
PR: 196202 Submitted by: cyberbotx@cyberbotx.com(maintainer)
This commit is contained in:
parent
8b54fd0c20
commit
ee79638eef
5 changed files with 14 additions and 12 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= gegl
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 13
|
||||
PORTREVISION= 14
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GIMP
|
||||
|
||||
|
|
|
|||
|
|
@ -2,19 +2,20 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libspiro
|
||||
DISTVERSION= 20071029
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 0.2.20131203
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}_src-${PORTVERSION}
|
||||
|
||||
MAINTAINER= cyberbotx@cyberbotx.com
|
||||
COMMENT= Library to convert clothoid splines into Bezier splines
|
||||
|
||||
USES= gmake libtool tar:bzip2
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= fontforge
|
||||
GH_COMMIT= 15fdb23
|
||||
|
||||
USES= gmake libtool autoreconf
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libspiro_src-20071029.tar.bz2) = 1efeb1527bd48f8787281e8be1d0e8ff2e584d4c1994a0bc2f6859be2ffad4cf
|
||||
SIZE (libspiro_src-20071029.tar.bz2) = 172484
|
||||
SHA256 (libspiro-0.2.20131203.tar.gz) = 396e20d90ebc807e9e6adc75116f1eee4b55b8d7030d07aca4e20aee24fc16e6
|
||||
SIZE (libspiro-0.2.20131203.tar.gz) = 77833
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ include/bezctx.h
|
|||
include/bezctx_intf.h
|
||||
include/spiro.h
|
||||
include/spiroentrypoints.h
|
||||
lib/libspiro.a
|
||||
lib/libspiro.so
|
||||
lib/libspiro.so.0
|
||||
lib/libspiro.so.0.0.1
|
||||
lib/libspiro.so.0.0.2
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= fontforge
|
||||
DISTVERSION= 20120731-b
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source \
|
||||
SF/freetype/${PORTNAME}/${PORTVERSION}:freetype \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue