Apvlv is a PDF Viewer Under Linux and its behaviour like Vim.
WWW: http://code.google.com/p/apvlv/ PR: ports/146265 Submitted by: Ju Pengfei <jupengfei@gmail.com>
This commit is contained in:
parent
7d5a294c98
commit
d96e2f3548
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253655
5 changed files with 39 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
SUBDIR += animorph
|
||||
SUBDIR += aoi
|
||||
SUBDIR += aolserver-nsgd
|
||||
SUBDIR += apvlv
|
||||
SUBDIR += aqsis
|
||||
SUBDIR += asciio
|
||||
SUBDIR += autopano-sift
|
||||
|
|
24
graphics/apvlv/Makefile
Normal file
24
graphics/apvlv/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: apvlv
|
||||
# Date created: 03 May 2010
|
||||
# Whom: Ju Pengfei <jupengfei@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= apvlv
|
||||
PORTVERSION= 0.0.9.6
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
MAINTAINER= jupengfei@gmail.com
|
||||
COMMENT= Apvlv is a PDF Viewer Under Linux and its behaviour like Vim
|
||||
|
||||
LIB_DEPENDS= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= --with-sysconfdir=${PREFIX}/etc
|
||||
|
||||
MAN1= apvlv.1
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/apvlv/distinfo
Normal file
3
graphics/apvlv/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (apvlv-0.0.9.6.tar.gz) = 6128f0cb86d2d7b063c2feed04ab5f90
|
||||
SHA256 (apvlv-0.0.9.6.tar.gz) = 5d6363bf57d2869679b246cfcf838335782423e0c2a8892f8fdc64e0564d9af3
|
||||
SIZE (apvlv-0.0.9.6.tar.gz) = 215077
|
3
graphics/apvlv/pkg-descr
Normal file
3
graphics/apvlv/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Apvlv is a PDF Viewer Under Linux and its behaviour like Vim.
|
||||
|
||||
WWW: http://code.google.com/p/apvlv/
|
8
graphics/apvlv/pkg-plist
Normal file
8
graphics/apvlv/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
bin/apvlv
|
||||
etc/apvlvrc
|
||||
%%DOCSDIR%%/apvlvrc.example
|
||||
%%DOCSDIR%%/reg.png
|
||||
%%DOCSDIR%%/dir.png
|
||||
%%DOCSDIR%%/pdf.png
|
||||
%%DOCSDIR%%/Startup.pdf
|
||||
@dirrm %%DOCSDIR%%
|
Loading…
Reference in a new issue