Remove non staged ports without pending PR from p*

This commit is contained in:
Baptiste Daroussin 2014-09-01 23:35:54 +00:00
parent 39a5b78f87
commit 89ca9a777b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366968
99 changed files with 0 additions and 8813 deletions

View File

@ -4,7 +4,6 @@
COMMENT = Software support for handheld devices (Palm, PocketPC, ...)
SUBDIR += bibelot
SUBDIR += iSiloXC
SUBDIR += imgvtopgm
SUBDIR += jpilot
SUBDIR += jpilot-picsnvideos
@ -20,10 +19,6 @@
SUBDIR += pilot_makedoc
SUBDIR += pilrc
SUBDIR += ppmtoTbmp
SUBDIR += py-synce-librapi2
SUBDIR += py-synce-librra
SUBDIR += synce-librapi2
SUBDIR += synce-librra
SUBDIR += synce-libsynce
.include <bsd.port.subdir.mk>

View File

@ -1,36 +0,0 @@
# Created by: Sergey Skvortsov <skv@FreeBSD.org>
# $FreeBSD$
PORTNAME= iSiloXC
PORTVERSION= 4.30
CATEGORIES= palm textproc
MASTER_SITES= http://www.isilox.com/download/dl/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}BSD
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts documents from text/html files or URLs to iSilo format
LIB_DEPENDS= libc.so.4:${PORTSDIR}/misc/compat4x
USES= zip
NO_BUILD= yes
NO_WRKSUBDIR= yes
ONLY_FOR_ARCHS= i386
MAN1= iSiloXC.1
MAN5= ixl.5
MANCOMPRESSED= no
PLIST_FILES= bin/iSiloXC
NO_STAGE= yes
post-extract:
@${CP} ${FILESDIR}/iSiloXC.1 ${FILESDIR}/ixl.5 ${WRKDIR}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/iSiloXC ${PREFIX}/bin
@${MKDIR} ${MAN1PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/iSiloXC.1 ${MAN1PREFIX}/man/man1
@${MKDIR} ${MAN5PREFIX}/man/man5
${INSTALL_MAN} ${WRKSRC}/ixl.5 ${MAN5PREFIX}/man/man5
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (iSiloXC430BSD.zip) = 8376d2ea7ed45573e97ac4a042a162c55cabb9009e44e6835775c0d0d648a97c
SIZE (iSiloXC430BSD.zip) = 706091

View File

@ -1,98 +0,0 @@
.\" $FreeBSD$
.\"
.Dd August 17, 2002
.Os FreeBSD 4.6
.Dt iSiloXC 1
.Sh NAME
.Nm iSiloXC
.Nd Convert text and HTML to iSilo Palm Pilot format
.Sh SYNOPSIS
.Nm iSiloXC
.Op Ar -h | -?
.Nm iSiloXC
.Fl x Ar filename
.Op Fl o Ar filename
.Op Fl a Ar path
.Op Fl q
.Op Fl v Ns Op Cm v
.Op Fl u
.Sh DESCRIPTION
.Nm
is the command-line tool for creating iSilo documents.
It takes as input a conversion list file that specifies the information
needed to create a set of documents.
.Pp
The following options are provided:
.Bl -tag -width XXXXXXXXXXXXXX
.It Fl h | Fl ?
Display the
.Nm
usage help information.
.It Fl x Ar filename
Convert the documents specified in the conversion list file.
For the format of this file, see
.Xr ixl 5
file format.
.It Fl o Ar filename
Specify settings for additional options in the settings file
For the format of this file, see
.Xr ixl 5
file format.
.It Fl a Ar path
Specify the application directory that contains supporting files for
.Nm .
One such supporting file is the html40.css file,
which specifies default HTML style settings.
If the application directory is not specified or if the application directory
does not have this file in its CSS subdirectory, then
.Nm
uses default HTML style settings.
.It Fl q
Specify quiet mode.
Quiet mode suppresses progress messages during conversion.
Note that this option does not suppress error messages and that
if you specify
.Fl v
for verbose, it overrides the quiet option.
.It Fl v Ns Op Cm v
Use
.Fl v
to specify verbose mode or
.Fl vv
to specify very verbose mode. During conversion
.Nm
normally only outputs one line for each document in the document list.
The line shows the index of the document, the total number of documents
in the list, and the title of the document.
.Pp
In verbose mode,
.Nm
outputs the major steps of converting a document as it happens and also outputs path of each source file as it is processed.
.Pp
In very verbose mode,
.Nm
first outputs the options you have specified on the command line followed by
the settings and conversion list. Then during conversion,
.Nm
outputs more detailed progress information.
.It Fl u
Update the conversion status information for each document in the list.
This information includes the date and time of conversion,
the resulting document size, and whether the conversion was successful or not.
Note that if you specify this option,
.Nm
must be able to write to the conversion list file.
.El
.Sh SEE ALSO
.Xr ixl 5
.Sh AUTHORS
ISilo, and
.Nm
are copyright
.Tn DC & Co.
For more information about iSilo, and to download
the Palm Pilot reader for iSilo format documents, go to
http://www.iSilo.com/.
.Pp
This manual page was written by
.An Sergey Skvortsov Aq skv@FreeBSD.org .

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +0,0 @@
iSiloXC is the command-line tool for creating iSilo documents.
It takes as input a conversion list file that specifies the information
needed to create a set of documents.
iSiloXC converts text or HTML documents to the iSilo 3.x document format.
These can then be installed on a Palm Pilot, using tools in
the palm/pilot-link port.
These files are only readable using the iSilo reader,
available from the web site.
Main features:
* text file formats: HTML, CSS, text, Palm Doc
* image file formats: jpeg, gif, bmp, png
* conversion from local or Web contents, multiple root sources
* apply security attributes to converted documents
WWW: http://www.iSiloX.com/

View File

@ -1,32 +0,0 @@
# Created by: Ilya Bakulin <webmaster@kibab.com>
# $FreeBSD$
CATEGORIES= palm python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}synce-
MAINTAINER= ports@FreeBSD.org
COMMENT= Python bindings for libRAPI2
LIB_DEPENDS= librapi.so:${PORTSDIR}/palm/synce-librapi2
BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
MASTERDIR= ${.CURDIR}/../synce-librapi2
USE_PYTHON= yes
PLIST= ${.CURDIR}/pkg-plist
RAPI_SLAVE= pythonb
NO_STAGE= yes
pre-patch:
@${REINPLACE_CMD} -e 's|$$(top_builddir)/src/librapi.la|${LOCALBASE}/lib/librapi.la|g' \
${WRKSRC}/python/Makefile.in
do-build:
@(cd ${WRKSRC}/python && ${MAKE})
do-install:
@(cd ${WRKSRC}/python && ${MAKE} install)
.include "${MASTERDIR}/Makefile"

View File

@ -1,6 +0,0 @@
SynCE is a project for connecting to devices running Windows CE or Pocket PC.
Librapi is an open-source implementation that works like RAPI.DLL. The library
makes it possible to make remote calls on a Windows CE device, including
installing applications and transferring files.
WWW: http://synce.sourceforge.net/

View File

@ -1,3 +0,0 @@
%%PYTHON_SITELIBDIR%%/pyrapi2.a
%%PYTHON_SITELIBDIR%%/pyrapi2.la
%%PYTHON_SITELIBDIR%%/pyrapi2.so

View File

@ -1,32 +0,0 @@
# Created by: Ilya Bakulin <webmaster@kibab.com>
# $FreeBSD$
CATEGORIES= palm python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}synce-
MAINTAINER= ports@FreeBSD.org
COMMENT= Python bindings for the SynCE RRA library
LIB_DEPENDS= librra.so:${PORTSDIR}/palm/synce-librra
BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
MASTERDIR= ${.CURDIR}/../synce-librra
USE_PYTHON= yes
PLIST= ${.CURDIR}/pkg-plist
RRA_SLAVE= pythonb
NO_STAGE= yes
pre-patch:
@${REINPLACE_CMD} -e 's|$$(top_builddir)/lib/librra.la|${LOCALBASE}/lib/librra.la|g' \
${WRKSRC}/python/Makefile.in
do-build:
@(cd ${WRKSRC}/python && ${MAKE})
do-install:
@(cd ${WRKSRC}/python && ${MAKE} install)
.include "${MASTERDIR}/Makefile"

View File

@ -1,5 +0,0 @@
SynCE is a project for connecting to devices running Windows CE or Pocket PC.
RRA implements the Remote Replication Agent Connection protocol for
synchronising objects between a Windows CE device and other computer.
WWW: http://synce.sourceforge.net/

View File

@ -1,5 +0,0 @@
%%PYTHON_LIBDIR%%/site-packages/pyrra.a
%%PYTHON_LIBDIR%%/site-packages/pyrra.la
%%PYTHON_LIBDIR%%/site-packages/pyrra.so
@dirrmtry %%PYTHON_LIBDIR%%/site-packages
@dirrmtry %%PYTHON_LIBDIR%%

View File

@ -1,46 +0,0 @@
# Created by: Sam Lawrance <boris@brooknet.com.au>
# $FreeBSD$
PORTNAME= librapi2
PORTVERSION= 0.14
CATEGORIES?= palm
MASTER_SITES= SF/synce/SynCE/${PORTVERSION}
PKGNAMEPREFIX?= synce-
MAINTAINER= ports@FreeBSD.org
COMMENT?= Utilities/libraries to make RAPI calls on WinCE devices
LIB_DEPENDS+= libsynce.so:${PORTSDIR}/palm/synce-libsynce
CONFLICTS= popular-[0-9]*
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
USES= pathfix iconv pkgconfig
USE_LDCONFIG= yes
CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} --with-libsynce="${LOCALBASE}"
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if defined(RAPI_SLAVE) && ${RAPI_SLAVE} == "pythonb"
CONFIGURE_ARGS+= --enable-python-bindings
.else
CONFIGURE_ARGS+= --disable-python-bindings
MAN1= pcp.1 pkillall.1 pls.1 pmkdir.1 \
pmv.1 prm.1 prmdir.1 prun.1 \
psettime.1 pshortcut.1 pstatus.1 \
rapiconfig.1 synce-install-cab.1 \
synce-list-programs.1 synce-registry.1 \
synce-remove-program.1
MAN3= rapi_connection_from_name.3
post-patch:
.for f in synce-install-cab.in synce-remove-program.in
@${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/script/${f}
.endfor
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +0,0 @@
SHA256 (librapi2-0.14.tar.gz) = 0a747b6f5c14921e2fc7b55a74f192274ddeef53d00056a84729319d48fe20bf
SIZE (librapi2-0.14.tar.gz) = 493763

View File

@ -1,24 +0,0 @@
--- src/support/rapi_context.c 2009-07-27 13:25:07.000000000 +0400
+++ src/support/rapi_context.c 2009-07-27 13:26:52.000000000 +0400
@@ -513,13 +513,19 @@
/*
* odccm, synce-hal, or proxy ?
*/
+#if ENABLE_ODCCM_SUPPORT
if (strcmp(transport, "odccm") == 0) {
synce_socket_take_descriptor(context->socket, get_connection_from_odccm(info));
}
- else if (strcmp(transport, "hal") == 0) {
+ else
+#endif
+#if ENABLE_HAL_SUPPORT
+ if (strcmp(transport, "hal") == 0) {
synce_socket_take_descriptor(context->socket, get_connection_from_hal(info));
}
- else if ( !synce_socket_connect_proxy(context->socket, synce_info_get_device_ip(info)) )
+ else
+#endif
+ if ( !synce_socket_connect_proxy(context->socket, synce_info_get_device_ip(info)) )
{
synce_error("failed to connect to proxy for %s", synce_info_get_device_ip(info));
goto fail;

View File

@ -1,10 +0,0 @@
--- tests/CeRapiInvoke/Makefile.in 2009-07-16 13:44:55.000000000 +0400
+++ tests/CeRapiInvoke/Makefile.in 2009-07-27 15:17:24.000000000 +0400
@@ -227,6 +227,7 @@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AM_CXXFLAGS = @LIBSYNCE_CFLAGS@ -Wall
+AM_CFLAGS= @LIBSYNCE_CFLAGS@ -Wall
AM_LDFLAGS = @LIBSYNCE_LIBS@
INCLUDES = -I$(top_srcdir)/src
CeRapiInvoke_SOURCES = CeRapiInvoke.cc ../../tools/pcommon.c

View File

@ -1,19 +0,0 @@
--- tools/pshortcut.c.orig Fri Jan 26 02:19:29 2007
+++ tools/pshortcut.c Fri Jan 26 02:21:07 2007
@@ -77,6 +77,7 @@
WCHAR* wide_target = NULL;
WCHAR *tmp, *tmp_quote;
int tmpsize;
+ BOOL res;
if (!handle_parameters(argc, argv, &shortcut, &target))
goto exit;
@@ -123,7 +124,7 @@
wstr_free_string(tmp_quote);
wide_target = tmp;
- BOOL res = CeSHCreateShortcut(wide_shortcut, wide_target);
+ res = CeSHCreateShortcut(wide_shortcut, wide_target);
if (!res)
{
fprintf(stderr, "%s: Unable to create shortcut to '%s' at '%s': %s\n",

View File

@ -1,6 +0,0 @@
SynCE is a project for connecting to devices running Windows CE or Pocket PC.
Librapi is an open-source implementation that works like RAPI.DLL. The library
makes it possible to make remote calls on a Windows CE device, including
installing applications and transferring files.
WWW: http://synce.sourceforge.net/

View File

@ -1,23 +0,0 @@
bin/pcp
bin/pkillall
bin/pls
bin/pmkdir
bin/pmv
bin/prm
bin/prmdir
bin/prun
bin/psettime
bin/pshortcut
bin/pstatus
bin/rapiconfig
bin/synce-database
bin/synce-install-cab
bin/synce-list-programs
bin/synce-registry
bin/synce-remove-program
include/rapi.h
lib/librapi.a
lib/librapi.la
lib/librapi.so
lib/librapi.so.2
libdata/pkgconfig/librapi2.pc

View File

@ -1,64 +0,0 @@
# Created by: Sam Lawrance <boris@brooknet.com.au>
# $FreeBSD$
PORTNAME= librra
PORTVERSION= 0.14
CATEGORIES?= palm
MASTER_SITES= SF/synce/SynCE/${PORTVERSION}
PKGNAMEPREFIX?= synce-
MAINTAINER= ports@FreeBSD.org
COMMENT?= Remote Replication Agent Connection protocol library
LIB_DEPENDS+= libsynce.so:${PORTSDIR}/palm/synce-libsynce \
librapi.so:${PORTSDIR}/palm/synce-librapi2
BUILD_DEPENDS+= ${LOCALBASE}/lib/libmimedir.a:${PORTSDIR}/devel/libmimedir
RUN_DEPENDS+= ${LOCALBASE}/lib/libmimedir.a:${PORTSDIR}/devel/libmimedir
OPTIONS_DEFINE= TOOLS RECURR
OPTIONS_DEFAULT= TOOLS
TOOLS_DESC= Build with minor rra command line tools
RECURR_DESC= Enable experimential recurrence support
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
USES= pathfix pkgconfig iconv
CONFIGURE_ARGS+= --with-libsynce="${LOCALBASE}" \
--with-libmimedir="${LOCALBASE}"
NO_STAGE= yes
.include <bsd.port.options.mk>
.if defined(RRA_SLAVE) && ${RRA_SLAVE} == "pythonb"
# If we're building python bindings, omit building tools
CONFIGURE_ARGS+= --enable-python-bindings --disable-minor-tools
.else
# Not building bindings
MAN1= synce-matchmaker.1
CONFIGURE_ARGS+= --disable-python-bindings
.if ! ${PORT_OPTIONS:MTOOLS}
PLIST_SUB+= TOOLS="@comment "
CONFIGURE_ARGS+= --disable-minor-tools
.else
MAN1+= rra-appointment-from-vevent.1 \
rra-appointment-to-vevent.1 rra-contact-from-vcard.1 \
rra-contact-to-vcard.1 rra-decode.1 \
rra-delete.1 rra-get-data.1 \
rra-get-ids.1 rra-get-types.1 \
rra-get-recurring-appointments.1 rra-put-data.1 \
rra-subscribe.1 rra-task-from-vtodo.1 \
rra-task-to-vtodo.1 rra-timezone.1
PLIST_SUB+= TOOLS=""
.endif
.if ${PORT_OPTIONS:MRECURR}
CONFIGURE_ARGS+= --enable-recurrence
.endif
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-Werror||g' \
${WRKSRC}/lib/Makefile.in
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (librra-0.14.tar.gz) = 197be6211f9e8eef9d924c48a539f6ed783be17066645fcfcbadc804b8a11104
SIZE (librra-0.14.tar.gz) = 423188

View File

@ -1,11 +0,0 @@
--- src/rra-decode.c.orig Thu May 12 16:57:53 2005
+++ src/rra-decode.c Fri Jul 29 19:26:36 2005
@@ -202,7 +202,7 @@
time_t unix_time = filetime_to_unix_time(&propvals[i].val.filetime);
char* time_str = asctime(gmtime(&unix_time));
time_str[strlen(time_str)-1] = '\0'; /* remove trailing newline */
- printf("%s (%lu)", time_str, unix_time);
+ printf("%s (%lu)", time_str, (long unsigned)unix_time);
#else
TIME_FIELDS time_fields;
time_fields_from_filetime(&propvals[i].val.filetime, &time_fields);

View File

@ -1,8 +0,0 @@
--- src/rra-timezone.c.orig Thu Mar 11 22:26:25 2004
+++ src/rra-timezone.c Thu Mar 11 22:26:39 2004
@@ -1,5 +1,4 @@
/* $Id: rra-timezone.c,v 1.6 2003/12/08 09:44:02 twogood Exp $ */
-#define _POSIX_C_SOURCE 2 /* for getopt */
#define _BSD_SOURCE
#include "../lib/timezone.h"
#include "../lib/generator.h"

View File

@ -1,5 +0,0 @@
SynCE is a project for connecting to devices running Windows CE or Pocket PC.
RRA implements the Remote Replication Agent Connection protocol for
synchronising objects between a Windows CE device and other computer.
WWW: http://synce.sourceforge.net/

View File

@ -1,30 +0,0 @@
bin/synce-matchmaker
%%TOOLS%%bin/rra-get-types
%%TOOLS%%bin/rra-get-ids
%%TOOLS%%bin/rra-get-data
%%TOOLS%%bin/rra-put-data
%%TOOLS%%bin/rra-delete
%%TOOLS%%bin/rra-decode
%%TOOLS%%bin/rra-subscribe
%%TOOLS%%bin/rra-get-recurring-appointments
%%TOOLS%%bin/rra-contact-to-vcard
%%TOOLS%%bin/rra-contact-from-vcard
%%TOOLS%%bin/rra-appointment-from-vevent
%%TOOLS%%bin/rra-appointment-to-vevent
%%TOOLS%%bin/rra-task-from-vtodo
%%TOOLS%%bin/rra-task-to-vtodo
%%TOOLS%%bin/rra-timezone
include/rra/appointment.h
include/rra/contact.h
include/rra/matchmaker.h
include/rra/syncmgr.h
include/rra/timezone.h
include/rra/frontend.h
include/rra/task.h
include/rra/uint32vector.h
@dirrm include/rra
lib/librra.so.0
lib/librra.so
lib/librra.la
lib/librra.a
libdata/pkgconfig/librra.pc

View File

@ -5,7 +5,6 @@
SUBDIR += bpkg
SUBDIR += bpm
SUBDIR += bxpkg
SUBDIR += chucky
SUBDIR += dialog4ports
SUBDIR += dialog4ports-static
@ -45,7 +44,6 @@
SUBDIR += pkg_search
SUBDIR += pkg_trackinst
SUBDIR += pkg_tree
SUBDIR += pkgfe
SUBDIR += pkgs_which
SUBDIR += port-authoring-tools
SUBDIR += port-maintenance-tools
@ -74,7 +72,6 @@
SUBDIR += portupgrade-devel
SUBDIR += poudriere
SUBDIR += poudriere-devel
SUBDIR += prhistory
SUBDIR += psearch
SUBDIR += symports
SUBDIR += tinderbox

View File

@ -1,29 +0,0 @@
# Created by: Kostas Petrikas <kpetrikas@gmail.com>
# $FreeBSD$
PORTNAME= bxpkg
DISTVERSION= 0.0.4_0
PORTREVISION= 2
CATEGORIES= ports-mgmt
MASTER_SITES= http://bxpkg.bsdroot.lv/files/
DISTNAME= ${PORTNAME}-${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK+ based tool to manage binary packages on BSD systems
USES= pkgconfig tar:bzip2
USE_XORG= x11
USE_GNOME= gtk20
PLIST_FILES= bin/bxpkg
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
LIB_DEPENDS+= libarchive.so:${PORTSDIR}/archivers/libarchive
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +0,0 @@
SHA256 (bxpkg-0.0.4_0.tar.bz2) = 8267c2fd89ccbcc22addf90ca80413845fcca9dc5d68725acb86e3c2fce6afea
SIZE (bxpkg-0.0.4_0.tar.bz2) = 204887

View File

@ -1,3 +0,0 @@
bxPKG is a GTK+ based tool to manage binary packages on BSD systems.
WWW: https://code.google.com/p/bxpkg/

View File

@ -1,32 +0,0 @@
# Created by: Sulev-Madis Silber <madis555@hot.ee>
# $FreeBSD$
PORTNAME= pkgfe
PORTVERSION= 20090228
CATEGORIES= ports-mgmt
MASTER_SITES= http://kodu.neti.ee/~madis555/pkgfe/releases/ \
http://ketas.si.pri.ee/pkgfe/releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= Ncurses frontend for ports collection
RUN_DEPENDS= portupgrade:${PORTSDIR}/ports-mgmt/portupgrade \
portaudit:${PORTSDIR}/ports-mgmt/portaudit
MAN8= pkgfe.8
NO_BUILD= yes
NO_STAGE= yes
do-install:
${REINPLACE_CMD} -e 's|%PREFIX%|${PREFIX}|g' ${WRKSRC}/pkgfe
${INSTALL_SCRIPT} ${WRKSRC}/pkgfe ${PREFIX}/sbin/pkgfe
${INSTALL_DATA} ${WRKSRC}/pkgfe.conf ${PREFIX}/etc/pkgfe.conf.sample
${INSTALL_MAN} ${WRKSRC}/pkgfe.8 ${PREFIX}/man/man8
post-install:
@if [ ! -f ${PREFIX}/etc/pkgfe.conf ]; then \
${CP} -p ${PREFIX}/etc/pkgfe.conf.sample ${PREFIX}/etc/pkgfe.conf ; \
fi
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (pkgfe-20090228.tar.gz) = 5ff9645073f93d700113f78da0a7de6ee525cd565fddbc333edb6d554606b248
SIZE (pkgfe-20090228.tar.gz) = 7242

View File

@ -1,5 +0,0 @@
Package Frontend is a ncurses based, graphical frontend for
the FreeBSD ports collection.
Author: Sulev-Madis Silber <madis555@hot.ee>
WWW: http://kodu.neti.ee/~madis555/pkgfe/

View File

@ -1,4 +0,0 @@
sbin/pkgfe
@unexec if cmp -s %D/etc/pkgfe.conf.sample %D/etc/pkgfe.conf; then rm -f %D/etc/pkgfe.conf; fi
etc/pkgfe.conf.sample
@exec if [ ! -f %B/pkgfe.conf ]; then cp -p %D/%F %B/pkgfe.conf; fi

View File

@ -1,44 +0,0 @@
# Created by: "Waitman Gobble" <uzimac@da3m0n8t3r.com>
# $FreeBSD$
PORTNAME= prhistory
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= ports-mgmt
MASTER_SITES= GH
MAINTAINER= ports@FreeBSD.org
COMMENT= PR review for ports
LICENSE= PRHISTORY
LICENSE_NAME= PRHISTORY BSD LICENSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
libsqlite3.so:${PORTSDIR}/databases/sqlite3
USE_GITHUB= yes
GH_ACCOUNT= waitman
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= 9113c59
MAN7= prhistory.7
SUB_FILES= pkg-message
PORTDOCS= *
NO_STAGE= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (prhistory-1.0.tar.gz) = eb3e02a91a7b0c9dae96dd77706029d91e91fbad1cec4faf4b67825e6b5e1788
SIZE (prhistory-1.0.tar.gz) = 4237

View File

@ -1,24 +0,0 @@
************************************************************************
NOTICE
prhistory has been installed as %%PREFIX%%/bin/prhistory
In order to download the pr (ports only) database,
run the following command:
# prhistory -u
WARNING
This command will download an SQLite db file to
/var/db/ports/ports-pr.db
The remote file ports-pr.db is updated at most once per hour.
MORE INFORMATION
To create your own ports-pr.db see the notes at the following URL:
https://dx.burplex.com/bin/prhistory.html
************************************************************************

View File

@ -1,5 +0,0 @@
prhistory shows PR from the FreeBSD GNATS database corresponding
to a port. Show a summary view of all PR related to a port and
request an individual PR by number.
WWW: https://github.com/waitman/prhistory

View File

@ -1,2 +0,0 @@
bin/prhistory
@unexec echo "NOTICE: If you are permanently removing this utility, you may wish to delete the database file /var/db/ports/ports-pr.db"

View File

@ -18,7 +18,6 @@
SUBDIR += bibcursed
SUBDIR += biblio-py
SUBDIR += bibview
SUBDIR += bophook
SUBDIR += c2ps
SUBDIR += catdvi
SUBDIR += cdlabelgen
@ -48,7 +47,6 @@
SUBDIR += enscript-letterdj
SUBDIR += enscriptfonts
SUBDIR += epsonepl
SUBDIR += examplep
SUBDIR += flpsed
SUBDIR += font-amsfonts
SUBDIR += font2svg
@ -107,16 +105,11 @@
SUBDIR += kde_poster
SUBDIR += kover
SUBDIR += kpdftool
SUBDIR += latex
SUBDIR += latex-acm
SUBDIR += latex-auto-greek
SUBDIR += latex-ltablex
SUBDIR += latex-resume
SUBDIR += latex-timing
SUBDIR += latex2rtf
SUBDIR += latexdiff
SUBDIR += latexmk
SUBDIR += lgrind
SUBDIR += libgnomecups
SUBDIR += libgnomeprint
SUBDIR += libgnomeprint-reference
@ -166,20 +159,17 @@
SUBDIR += pdf-renderer
SUBDIR += pdf4tcl
SUBDIR += pdfbox
SUBDIR += pdfcolorsplit
SUBDIR += pdfcube
SUBDIR += pdfjam
SUBDIR += pdflib
SUBDIR += pdflib-perl
SUBDIR += pdftk
SUBDIR += pdq
SUBDIR += pear-File_PDF
SUBDIR += pecl-haru
SUBDIR += pecl-pdflib
SUBDIR += pecl-ps
SUBDIR += pfbtopfa
SUBDIR += photoprint
SUBDIR += phppdflib
SUBDIR += pic2fig
SUBDIR += pkfonts118
SUBDIR += pkfonts240
@ -216,7 +206,6 @@
SUBDIR += rlpr
SUBDIR += rprint
SUBDIR += rtf2latex2e
SUBDIR += ruby-panda
SUBDIR += rubygem-afm
SUBDIR += rubygem-color
SUBDIR += rubygem-colortools
@ -234,7 +223,6 @@
SUBDIR += rubygem-prawn-svg
SUBDIR += rubygem-ttfunk
SUBDIR += scribus
SUBDIR += scribus-devel
SUBDIR += sgf2tex
SUBDIR += splix
SUBDIR += system-config-printer

View File

@ -1,42 +0,0 @@
# Created by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
# $FreeBSD$
PORTNAME= bophook
PORTVERSION= 0.02
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR= macros/latex/contrib/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Style file providing a beginning-of-page hook for LaTeX
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= zip
USE_TEX= latex
PLIST= ${WRKDIR}/pkg-plist
TEXMFDIR= share/texmf-local
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
CLASSDIR= ${TEXMFDIR}/tex/latex/${PORTNAME}
CLASS_FILES= ${PORTNAME}.sty
NO_STAGE= yes
do-build:
cd ${WRKSRC} && latex ${PORTNAME}.ins
pre-install:
${ECHO_CMD} "${CLASSDIR}/${CLASS_FILES}" > ${PLIST}
${ECHO_CMD} "@dirrm ${CLASSDIR}" >> ${PLIST}
${ECHO_CMD} "@exec ${MKTEXLSR}" >> ${PLIST}
${ECHO_CMD} "@unexec ${MKTEXLSR}" >> ${PLIST}
do-install:
@${MKDIR} ${PREFIX}/${CLASSDIR}
${INSTALL_DATA} ${CLASS_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${CLASSDIR}
post-install:
${MKTEXLSR}
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (bophook.zip) = 08fd05b340ae25724d256d71d28e69c805f023f78ca96fbc828635609ff992e7
SIZE (bophook.zip) = 50289

View File

@ -1,6 +0,0 @@
This is a beginning-of-page hook for LaTeX.
Using the \AtBeginPage hook, you can add material in the background
of each page.
WWW: http://www.ctan.org/tex-archive/macros/latex/contrib/bophook

View File

@ -1,45 +0,0 @@
# Created by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
# $FreeBSD$
PORTNAME= examplep
PORTVERSION= 0.04
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR= macros/latex2e/contrib/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= LaTeX style files for typesetting verbatim source code listings
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= zip
USE_TEX= latex
PLIST= ${WRKDIR}/pkg-plist
TEXMFDIR= share/texmf-local
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
CLASSDIR= ${TEXMFDIR}/tex/latex/${PORTNAME}
CLASS_FILES= ${PORTNAME}.sty codep.sty verbfwr.sty
NO_STAGE= yes
do-build:
pre-install:
${RM} -f ${PLIST}
.for F in ${CLASS_FILES}
${ECHO_CMD} "${CLASSDIR}/${F}" >> ${PLIST}
.endfor
${ECHO_CMD} "@dirrm ${CLASSDIR}" >> ${PLIST}
${ECHO_CMD} "@exec ${MKTEXLSR}" >> ${PLIST}
${ECHO_CMD} "@unexec ${MKTEXLSR}" >> ${PLIST}
do-install:
@${MKDIR} ${PREFIX}/${CLASSDIR}
${ECHO_CMD} ${CLASS_FILES}
${INSTALL_DATA} ${CLASS_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${CLASSDIR}
post-install:
${MKTEXLSR}
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (examplep.zip) = 53aa06d422f6de372de2a0f40b0eb7e449a18eebb0e479a4f2881a812b06a0d6
SIZE (examplep.zip) = 444659

View File

@ -1,7 +0,0 @@
The examplep LaTeX package provides sophisticated features
for typesetting verbatim source code listings, including the display
of the source code and its compiled LaTeX or METAPOST output
side-by-side, with automatic width detection and enabled page breaks
(in the source), without the need for specifying the source twice.
WWW: http://www.ctan.org/tex-archive/macros/latex2e/contrib/examplep

View File

@ -1,57 +0,0 @@
# Created by: Eygene Ryabinkin <rea@FreeBSD.org>
# $FreeBSD$
PORTNAME= latex-acm
PORTVERSION= 1.1
CATEGORIES= print
MASTER_SITES= http://www.acm.org/publications/latex_style/ \
http://dist.codelabs.ru/fbsd/latex-acm/
DISTFILES= acm-small-v1-1.zip \
acm-large-v1-1.zip
MAINTAINER= ports@FreeBSD.org
COMMENT= LaTeX styles for ACM journals
USES= zip
USE_TEX= latex
NO_BUILD= yes
TEXMFLOCAL= share/texmf-local
TEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCAL}/ls-R
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
LATEXDIR= ${TEXMFLOCAL}/tex/latex/${PORTNAME:S/^latex-//}
BIBTEXDIR= ${TEXMFLOCAL}/bibtex/bst/${PORTNAME:S/^latex-//}
WRKSRC= ${WRKDIR}
CLASS_FILES= acmlarge.cls acmsmall.cls
STYLE_FILES= algorithm2e.sty
BIB_FILES= acmlarge.bst acmsmall.bst
PORTEXAMPLES= acmlarge-sample.tex acmlarge-sample.pdf acmlarge-sample.bbl \
acmlarge-mouse.eps acmlarge-mouse.pdf acmlarge-sam.bib \
acmsmall-sample.tex acmsmall-sample.pdf acmsmall-sample.bbl \
acmsmall-mouse.eps acmsmall-mouse.pdf acmsmall-sam.bib
PORTDOCS= acmlarge-guide.pdf acmsmall-guide.pdf
PLIST_FILES= ${CLASS_FILES:S@^@${LATEXDIR}/@} \
${STYLE_FILES:S@^@${LATEXDIR}/@} \
${BIB_FILES:S@^@${BIBTEXDIR}/@}
PLIST_DIRS= ${LATEXDIR} ${BIBTEXDIR}
PLIST_SUB= MKTEXLSR=${MKTEXLSR} \
TEXMFLOCAL=${TEXMFLOCAL}
NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/${LATEXDIR}
${INSTALL_DATA} ${CLASS_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${LATEXDIR}
${INSTALL_DATA} ${STYLE_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${LATEXDIR}
${MKDIR} ${PREFIX}/${BIBTEXDIR}
${INSTALL_DATA} ${BIB_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${BIBTEXDIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S@^@${WRKSRC}/@} ${DOCSDIR}
.endif
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${PORTEXAMPLES:S@^@${WRKSRC}/@} ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>

View File

@ -1,4 +0,0 @@
SHA256 (acm-small-v1-1.zip) = 9427a99960428e176ceb9efcd1ccbfb331d9ecdf1745af4d3d499a4e2847a7dd
SIZE (acm-small-v1-1.zip) = 271981
SHA256 (acm-large-v1-1.zip) = 80bccaffb7843d6a537927ea9c833cc14ebf6b2111493426f0f226fccb152a8a
SIZE (acm-large-v1-1.zip) = 338182

View File

@ -1,3 +0,0 @@
LaTeX styles for ACM publications.
WWW: http://www.acm.org/publications/submissions/latex_style

View File

@ -1,80 +0,0 @@
# Created by: EelVex
# $FreeBSD$
PORTNAME= latex-auto-greek
PORTVERSION= 1.0b
PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= http://waterdeep.physics.upatras.gr/~eelvex/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= LaTeX package for switching between greek/latintext automatically
BROKEN= Fails to install
USE_TEX= latex
NO_BUILD= YES
PLIST_SUB= TEXMFDIST=${TEXMFDIST} UPDMAP=${UPDMAP} \
CLASSDIR=${CLASSDIR} FMTUTIL=${FMTUTIL} \
MKTEXLSR=${MKTEXLSR} AFFONTDIR=${AFFONTDIR} \
PFFONTDIR=${PFFONTDIR} TFFONTDIR=${TFFONTDIR} \
ENCDIR=${ENCDIR} PSMAPDIR=${PSMAPDIR} \
UPDMAP_FILE=${UPDMAP_FILE} HYPHDIR=${HYPHDIR}
TEXMFDIST= share/texmf-dist
TEXMFCONFIG= share/texmf-config
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
UPDMAP= ${LOCALBASE}/bin/updmap-sys
FMTUTIL= ${LOCALBASE}/bin/fmtutil-sys
CLASSDIR= ${TEXMFDIST}/tex/latex/${PORTNAME:S/^latex-//}
FONTDIR= ${TEXMFDIST}/fonts
TRFONTDIR= ${FONTDIR}/truetype/public/${PORTNAME:S/^latex-//}
PFFONTDIR= ${FONTDIR}/type1/public/${PORTNAME:S/^latex-//}
AFFONTDIR= ${FONTDIR}/afm/public/${PORTNAME:S/^latex-//}
TFFONTDIR= ${FONTDIR}/tfm/public/${PORTNAME:S/^latex-//}
PSMAPDIR= ${FONTDIR}/map/dvips/${PORTNAME:S/^latex-//}
ENCDIR= ${FONTDIR}/enc/dvips/${PORTNAME:S/^latex-//}
HYPHDIR= ${TEXMFDIST}/tex/generic/hyphen/
WRKSRC= ${WRKDIR}/
DOC_FILES= README ag-test.tex ag-test.dvi
UPDMAP_FILE= ${TEXMFCONFIG}/web2c/updmap.cfg
CLASS_FILES= auto-greek.sty updmap.inc ot1grcouri.fd ot1grarial.fd ot1grtimes.fd grushyph.tex
PFFONT_FILES= *.pfb
AFFONT_FILES= *.afm
TFFONT_FILES= *.tfm
PSMAP_FILES= greek.map
ENC_FILES= greek.enc
HYPH_FILES= grushyph.tex
MAP_INC= updmap.inc
NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/${CLASSDIR}
${MKDIR} ${PREFIX}/${PFFONTDIR}
${MKDIR} ${PREFIX}/${AFFONTDIR}
${MKDIR} ${PREFIX}/${TFFONTDIR}
${MKDIR} ${PREFIX}/${PSMAPDIR}
${MKDIR} ${PREFIX}/${ENCDIR}
${INSTALL_DATA} ${CLASS_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${CLASSDIR}
${INSTALL_DATA} ${PFFONT_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${PFFONTDIR}
${INSTALL_DATA} ${AFFONT_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${AFFONTDIR}
${INSTALL_DATA} ${TFFONT_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${TFFONTDIR}
${INSTALL_DATA} ${PSMAP_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${PSMAPDIR}
${INSTALL_DATA} ${ENC_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${ENCDIR}
${CAT} ${MAP_INC:S@^@${WRKSRC}/@} >> ${PREFIX}/${UPDMAP_FILE}
${CP} ${PREFIX}/${HYPHDIR}/hyphen.tex ${PREFIX}/${HYPHDIR}/hyphen.tex.old
${INSTALL_DATA} ${HYPH_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${HYPHDIR}/hyphen.tex
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${DOC_FILES:S@^@${WRKSRC}/@} ${DOCSDIR}
.endif
post-install:
${MKTEXLSR}
${UPDMAP}
${FMTUTIL} --byfmt latex
${FMTUTIL} --byfmt pdflatex
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (latex-auto-greek-1.0b.tar.gz) = ab4571366f356672bb3ccc1712deff4f4703b39cd5b094aaf73e9f17988cc9d1
SIZE (latex-auto-greek-1.0b.tar.gz) = 664480

View File

@ -1,15 +0,0 @@
#!/bin/sh
prefix=/usr/local
sharedir=${prefix}/share
if [ -f ${sharedir}/texmf-dist/tex/latex/auto-greek/updmap.inc ]; then
grep -vf ${sharedir}/texmf-dist/tex/latex/auto-greek/updmap.inc ${sharedir}/texmf-config/web2c/updmap.cfg > ${sharedir}/texmf-config/web2c/updmap.cfg.swp
mv ${sharedir}/texmf-config/web2c/updmap.cfg.swp ${sharedir}/texmf-config/web2c/updmap.cfg
chmod 0444 ${sharedir}/texmf-config/web2c/updmap.cfg
mv ${sharedir}/texmf-dist/tex/generic/hyphen/hyphen.tex.old ${sharedir}/texmf-dist/tex/generic/hyphen/hyphen.tex
${prefix}/bin/texhash
${prefix}/bin/updmap-sys
${prefix}/bin/fmtutil-sys --byfmt latex
${prefix}/bin/fmtutil-sys --byfmt pdflatex
fi;

View File

@ -1,7 +0,0 @@
This is a LaTeX port that allows one to write greek documents with both latin
and greek text, without having to use \textlatin or any other command to switch
between the greek/latintext modes.
It includes greek postscript fonts created by Angelos Haritsis.
WWW: http://www.eelvex.net/latex-auto-greek/

View File

@ -1,11 +0,0 @@
#!/bin/sh
prefix=/usr/local
if [ "$2" = "POST-INSTALL" ]; then
${prefix}/bin/mktexlsr
echo "Installation done."
echo "Refresh the map files and default hyphenations by running:"
echo "updmap-sys and fmtutil-sys"
echo "--> ${prefix}/bin/updmap-sys; ${prefix}/bin/fmtutil-sys --byfmt latex; ${prefix}/bin/fmtutil-sys --byfmt pdflatex"
fi;

View File

@ -1,56 +0,0 @@
%%PORTDOCS%%%%DOCSDIR%%/ag-test.dvi
%%PORTDOCS%%%%DOCSDIR%%/ag-test.tex
%%PORTDOCS%%%%DOCSDIR%%/README
%%AFFONTDIR%%/grkarib.afm
%%AFFONTDIR%%/grkaribi.afm
%%AFFONTDIR%%/grkarii.afm
%%AFFONTDIR%%/grkarip.afm
%%AFFONTDIR%%/grkcurb.afm
%%AFFONTDIR%%/grkcurbi.afm
%%AFFONTDIR%%/grkcuri.afm
%%AFFONTDIR%%/grkcurp.afm
%%AFFONTDIR%%/grktimb.afm
%%AFFONTDIR%%/grktimbi.afm
%%AFFONTDIR%%/grktimi.afm
%%AFFONTDIR%%/grktimp.afm
%%CLASSDIR%%/auto-greek.sty
%%CLASSDIR%%/grushyph.tex
%%CLASSDIR%%/ot1grarial.fd
%%CLASSDIR%%/ot1grcouri.fd
%%CLASSDIR%%/ot1grtimes.fd
%%CLASSDIR%%/updmap.inc
%%ENCDIR%%/greek.enc
%%PFFONTDIR%%/grkarib.pfb
%%PFFONTDIR%%/grkaribi.pfb
%%PFFONTDIR%%/grkarii.pfb
%%PFFONTDIR%%/grkarip.pfb
%%PFFONTDIR%%/grkcurb.pfb
%%PFFONTDIR%%/grkcurbi.pfb
%%PFFONTDIR%%/grkcuri.pfb
%%PFFONTDIR%%/grkcurp.pfb
%%PFFONTDIR%%/grktimb.pfb
%%PFFONTDIR%%/grktimbi.pfb
%%PFFONTDIR%%/grktimi.pfb
%%PFFONTDIR%%/grktimp.pfb
%%PSMAPDIR%%/greek.map
%%TFFONTDIR%%/grarial-b.tfm
%%TFFONTDIR%%/grarial-bi.tfm
%%TFFONTDIR%%/grarial-i.tfm
%%TFFONTDIR%%/grarial-p.tfm
%%TFFONTDIR%%/grcouri-b.tfm
%%TFFONTDIR%%/grcouri-bi.tfm
%%TFFONTDIR%%/grcouri-i.tfm
%%TFFONTDIR%%/grcouri-p.tfm
%%TFFONTDIR%%/grtimes-b.tfm
%%TFFONTDIR%%/grtimes-bi.tfm
%%TFFONTDIR%%/grtimes-i.tfm
%%TFFONTDIR%%/grtimes-p.tfm
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@exec cat %D/%%CLASSDIR%%/updmap.inc >> %D/%%UPDMAP_FILE%%
@exec cp %D/%%HYPHDIR%%/hyphen.tex %D/%%HYPHDIR%%/hyphen.tex.old
@dirrm %%AFFONTDIR%%
@dirrm %%CLASSDIR%%
@dirrm %%ENCDIR%%
@dirrm %%PFFONTDIR%%
@dirrm %%PSMAPDIR%%
@dirrm %%TFFONTDIR%%

View File

@ -1,58 +0,0 @@
# Created by: hrs@FreeBSD.org
# $FreeBSD$
PORTNAME= latex-timing
PORTVERSION= 1.0.19940515
PORTREVISION= 6
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR= macros/latex/contrib/timing
DISTFILES= ${DOC_FILES} ${CLASS_FILES} ${MF_FILES} ${PK_FILES} ${TFM_FILES}
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= #empty
MAINTAINER= ports@FreeBSD.org
COMMENT= LaTeX package for drawing timing diagrams
USE_TEX= latex
NO_BUILD= YES
PLIST_SUB= TEXMFDIR=${TEXMFDIR} MKTEXLSR=${MKTEXLSR} \
CLASSDIR=${CLASSDIR} \
MFDIR=${MFDIR} TFMDIR=${TFMDIR} PKDIR=${PKDIR}
TEXMFDIR= share/texmf
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
DOC_FILES= read.me timing.pdf timing.tex prozt1.tex tim0594.upl
CLASSDIR= ${TEXMFDIR}/tex/latex/${PORTNAME:S/^latex-//}
CLASS_FILES= timing.sty
MFDIR= ${TEXMFDIR}/fonts/source/public/${PORTNAME:S/^latex-//}
MF_FILES= timing.mf timing1.mf timing1s.mf timing2.mf timing2s.mf
PKDIR= ${TEXMFDIR}/fonts/pk/${PORTNAME:S/^latex-//}
PK_FILES= timing1.pk timing1s.pk timing2.pk timing2s.pk
TFMDIR= ${TEXMFDIR}/fonts/tfm/${PORTNAME:S/^latex-//}
TFM_FILES= timing1.tfm timing1s.tfm timing2.tfm timing2s.tfm
NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/${CLASSDIR}
${INSTALL_DATA} ${CLASS_FILES:S@^@${DISTDIR}/${DIST_SUBDIR}/@} ${PREFIX}/${CLASSDIR}
${MKDIR} ${PREFIX}/${MFDIR}
${INSTALL_DATA} ${MF_FILES:S@^@${DISTDIR}/${DIST_SUBDIR}/@} ${PREFIX}/${MFDIR}
${MKDIR} ${PREFIX}/${TFMDIR}
${INSTALL_DATA} ${TFM_FILES:S@^@${DISTDIR}/${DIST_SUBDIR}/@} ${PREFIX}/${TFMDIR}
${MKDIR} ${PREFIX}/${PKDIR}
${INSTALL_DATA} ${PK_FILES:S@^@${DISTDIR}/${DIST_SUBDIR}/@} ${PREFIX}/${PKDIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${DOC_FILES:S@^@${DISTDIR}/${DIST_SUBDIR}/@} ${DOCSDIR}
.endif
post-install:
${MKTEXLSR}
.include <bsd.port.mk>

View File

@ -1,38 +0,0 @@
SHA256 (latex-timing/read.me) = dcdd096b96b6951df6ead166dcdd12481a488e1d84c53bca535f6cb1573db71a
SIZE (latex-timing/read.me) = 676
SHA256 (latex-timing/timing.pdf) = f0e040f305305cb6ffcb6e4c0cdec388dc4e9689dfe7a5e84fb4e82b65e3e489
SIZE (latex-timing/timing.pdf) = 119729
SHA256 (latex-timing/timing.tex) = f7b1dd2745b5c99f424d0013503326b2c2d79e15d2deef02e612d7aad559716e
SIZE (latex-timing/timing.tex) = 9458
SHA256 (latex-timing/prozt1.tex) = c6142ff146f1d1621b12cadff95b865948d2a01d8fb2db614836ba0788716c04
SIZE (latex-timing/prozt1.tex) = 2008
SHA256 (latex-timing/tim0594.upl) = 7641b064f901f915bb183b0d56f7d12f0c3dfb197b67f62ffb8e284f40c6fba8
SIZE (latex-timing/tim0594.upl) = 199
SHA256 (latex-timing/timing.sty) = 272dabafef857171a94e7d78ae570a15b4ffbcf6ca0c14da29008a0cf1268178
SIZE (latex-timing/timing.sty) = 7262
SHA256 (latex-timing/timing.mf) = 181c18cf4ccdc46c5a2691c64195520d5888bf91a0b8920d9feec761e46ed3f1
SIZE (latex-timing/timing.mf) = 14966
SHA256 (latex-timing/timing1.mf) = 1013c3d5ca0c7f446e8fd8fae04a0f3fcd5b1ba33250e6060b7381f7e204689d
SIZE (latex-timing/timing1.mf) = 627
SHA256 (latex-timing/timing1s.mf) = a30b333598dd5c51d9e3efe6ce9a608a99c8509ad0e7a216b118cb646c4c5a4f
SIZE (latex-timing/timing1s.mf) = 656
SHA256 (latex-timing/timing2.mf) = 66c34b2cb3704fe2e96aecd39be510cc9227d3d4ca682a0864906532fe831d9d
SIZE (latex-timing/timing2.mf) = 654
SHA256 (latex-timing/timing2s.mf) = 11b24b760330f2c3ffdb568b9949aabe930a505b3487d2772e1d0d8e766fc306
SIZE (latex-timing/timing2s.mf) = 654
SHA256 (latex-timing/timing1.pk) = 9184a6d5ca6adadfde11a2f233d2a217ea3e56b6a59bbd37f6e3c1ce40b7877b
SIZE (latex-timing/timing1.pk) = 1284
SHA256 (latex-timing/timing1s.pk) = d019216a531e909f75e5c898e8a6afa3e10e2e891a13ef0aca92097f3dafd6b9
SIZE (latex-timing/timing1s.pk) = 1528
SHA256 (latex-timing/timing2.pk) = 932fd4deceb7e387872f1b2a0200603b7484b8be89d186410b6a5093dd679d34
SIZE (latex-timing/timing2.pk) = 1852
SHA256 (latex-timing/timing2s.pk) = 8eb625385d66f568ac24b6fe8615ad22090ff6042dfbb5dd97bceea7865c403b
SIZE (latex-timing/timing2s.pk) = 2384
SHA256 (latex-timing/timing1.tfm) = 3ed01863874c50abbfc29e2f7a5dbcb6f527c1ab5490653e83f833f4a08322f6
SIZE (latex-timing/timing1.tfm) = 716
SHA256 (latex-timing/timing1s.tfm) = 3ed01863874c50abbfc29e2f7a5dbcb6f527c1ab5490653e83f833f4a08322f6
SIZE (latex-timing/timing1s.tfm) = 716
SHA256 (latex-timing/timing2.tfm) = a0b0eb5cf5724afb5b9eafd36359c2aeb17faf1f9aa837f9c4b8ed1bfde995f0
SIZE (latex-timing/timing2.tfm) = 716
SHA256 (latex-timing/timing2s.tfm) = a0b0eb5cf5724afb5b9eafd36359c2aeb17faf1f9aa837f9c4b8ed1bfde995f0
SIZE (latex-timing/timing2s.tfm) = 716

View File

@ -1,3 +0,0 @@
"timing" is a LaTeX package for drawing timing diagrams.
It is designed as an extention of the standard LaTeX "picture"
environment and uses METAFONT for the symbols.

View File

@ -1,26 +0,0 @@
%%PORTDOCS%%%%DOCSDIR%%/read.me
%%PORTDOCS%%%%DOCSDIR%%/timing.pdf
%%PORTDOCS%%%%DOCSDIR%%/timing.tex
%%PORTDOCS%%%%DOCSDIR%%/prozt1.tex
%%PORTDOCS%%%%DOCSDIR%%/tim0594.upl
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%CLASSDIR%%/timing.sty
@dirrm %%CLASSDIR%%
%%MFDIR%%/timing.mf
%%MFDIR%%/timing1.mf
%%MFDIR%%/timing1s.mf
%%MFDIR%%/timing2.mf
%%MFDIR%%/timing2s.mf
@dirrm %%MFDIR%%
%%PKDIR%%/timing1.pk
%%PKDIR%%/timing1s.pk
%%PKDIR%%/timing2.pk
%%PKDIR%%/timing2s.pk
@dirrm %%PKDIR%%
%%TFMDIR%%/timing1.tfm
%%TFMDIR%%/timing1s.tfm
%%TFMDIR%%/timing2.tfm
%%TFMDIR%%/timing2s.tfm
@dirrm %%TFMDIR%%
@exec %%MKTEXLSR%%
@unexec %%MKTEXLSR%%

View File

@ -1,74 +0,0 @@
# Created by: jmz
# $FreeBSD$
PORTNAME= latex2e
PORTVERSION= 2003.12
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jmz
DISTFILES= latex_mf-${PORTVERSION}.tar.gz latex_tfm-${PORTVERSION}.tar.gz \
latex_base-${PORTVERSION}.tar.gz latex_tools-${PORTVERSION}.tar.gz \
latex_graphics-${PORTVERSION}.tar.gz latex_psnfss-${PORTVERSION}.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= TeX macro package
BUILD_DEPENDS= tex:${PORTSDIR}/print/tex
RUN_DEPENDS= tex:${PORTSDIR}/print/tex
DIST_SUBDIR= tex
CONFLICTS= teTeX*
NO_WRKSUBDIR= yes
NO_STAGE= yes
do-build:
@${RM} ${WRKSRC}/tfm/dummy.tfm ${WRKSRC}/mf/cmex9.mf
@(cd ${WRKSRC}/base; TEXINPUTS=${WRKSRC}/base: export TEXINPUTS; tex --ini unpack.ins)
@(cd ${WRKSRC}/base; TEXINPUTS=${WRKSRC}/base: TEXFONTS=${WRKSRC}/tfm:; export TEXFONTS TEXINPUTS; \
tex --ini latex.ltx </dev/null)
@(cd ${WRKSRC}/tools; TEXFORMATS=${WRKSRC}/base:; \
TEXINPUTS=${WRKSRC}/base: export TEXFORMATS TEXINPUTS;\
${LN} -sf ${PREFIX}/bin/tex latex; ./latex tools.ins)
@(cd ${WRKSRC}/graphics; TEXFORMATS=${WRKSRC}/base:; \
TEXINPUTS=${WRKSRC}/base: export TEXFORMATS TEXINPUTS;\
${LN} -sf ${PREFIX}/bin/tex latex; ./latex graphics.ins)
@(cd ${WRKSRC}/psnfss; TEXFORMATS=${WRKSRC}/base:; \
TEXINPUTS=${WRKSRC}/base: export TEXFORMATS TEXINPUTS;\
${LN} -sf ${PREFIX}/bin/tex latex; ./latex psfonts.ins)
do-install:
@(${INSTALL_DATA} ${WRKSRC}/base/latex.fmt ${PREFIX}/share/texmf/web2c/)
@(cd ${WRKSRC}/tfm; ${INSTALL_DATA} *.tfm ${PREFIX}/share/texmf/fonts/tfm)
@(cd ${WRKSRC}/mf; ${INSTALL_DATA} *.mf ${PREFIX}/share/texmf/metafont)
@${MKDIR} ${PREFIX}/share/texmf/tex/latex
@(cd ${WRKSRC}/base; for f in latexbug.tex testpage.tex \
lablst.tex idx.tex nfssfont.tex small2e.tex sample2e.tex docstrip.tex \
*.cls *.clo *.sty *.fd *.def *.cfg ; do \
if [ -f $$f ]; then ${INSTALL_DATA} $$f ${PREFIX}/share/texmf/tex/latex; fi; done)
@${MKDIR} ${PREFIX}/share/texmf/makeindx;
@(cd ${WRKSRC}/base; ${INSTALL_DATA} *.ist ${PREFIX}/share/texmf/makeindx)
@(cd ${WRKSRC}/tools; for f in *.sty *.tex; do \
if [ -f $$f ]; then ${INSTALL_DATA} $$f ${PREFIX}/share/texmf/tex/latex; fi; done)
@(cd ${WRKSRC}/graphics; for f in *.sty *.tex *.def; do \
if [ -f $$f ]; then ${INSTALL_DATA} $$f ${PREFIX}/share/texmf/tex/latex; fi; done;\
${ECHO_CMD} '\ExecuteOptions{dvips}' >${PREFIX}/share/texmf/tex/latex/graphics.cfg;\
${ECHO_CMD} '\ExecuteOptions{dvips}' >${PREFIX}/share/texmf/tex/latex/color.cfg)
@(cd ${WRKSRC}/psnfss; for f in *.sty *.tex; do \
if [ -f $$f ]; then ${INSTALL_DATA} $$f ${PREFIX}/share/texmf/tex/latex; fi; done;\
tar cf - tex fonts | tar -C ${PREFIX}/share/texmf/ -xf -)
@(cd ${PREFIX}/bin; ${RM} -f latex; ${LN} -s tex latex)
@(${MKDIR} ${PREFIX}/share/texmf/documentation)
@(cd ${WRKSRC}/base; for f in *.dtx ltx3info.tex source2e.tex *.fdd ltnews*.tex *guide.tex; do \
if [ -f $$f ]; then ${INSTALL_DATA} $$f ${PREFIX}/share/texmf/documentation; fi; done)
@(cd ${WRKSRC}/tools; for f in *.dtx; do \
if [ -f $$f ]; then ${INSTALL_DATA} $$f ${PREFIX}/share/texmf/documentation; fi; done)
@(cd ${WRKSRC}/graphics; for f in *.dtx; do \
if [ -f $$f ]; then ${INSTALL_DATA} $$f ${PREFIX}/share/texmf/documentation; fi; done)
@(cd ${WRKSRC}/psnfss; for f in *.dtx *pfd; do \
if [ -f $$f ]; then ${INSTALL_DATA} $$f ${PREFIX}/share/texmf/documentation; fi; done)
@(cd ${PREFIX}/bin; ${RM} -f latex; ${LN} -s tex latex)
.include <bsd.port.mk>

View File

@ -1,12 +0,0 @@
SHA256 (tex/latex_mf-2003.12.tar.gz) = b7261f88e9f5a7ac48648ba192007f9b5e9559135bc0e6522291fd127a9fd59b
SIZE (tex/latex_mf-2003.12.tar.gz) = 23988
SHA256 (tex/latex_tfm-2003.12.tar.gz) = f54b39f0e81d49e1f2a7cf017d5d13d8e8300d8d6bc7dad6bfe1fa0e32a6ccda
SIZE (tex/latex_tfm-2003.12.tar.gz) = 17081
SHA256 (tex/latex_base-2003.12.tar.gz) = 2a08cff149aa87f3825721fcf9e98637856241d4334163e51c46f472ef04dcc7
SIZE (tex/latex_base-2003.12.tar.gz) = 993891
SHA256 (tex/latex_tools-2003.12.tar.gz) = 5dff5d470cc3fdb9ee268ae58814eb47b77b7f4ed398ce8c023952ce4f2889d5
SIZE (tex/latex_tools-2003.12.tar.gz) = 260366
SHA256 (tex/latex_graphics-2003.12.tar.gz) = 325e443c412e5381bfafa4f2172d4e1e9a364cf1e4449a57e18fa3da4c66e4cf
SIZE (tex/latex_graphics-2003.12.tar.gz) = 234137
SHA256 (tex/latex_psnfss-2003.12.tar.gz) = c093306a351d1be2bcd1d1bd1b06cc97dc04c60afe88026a9a1cb5bb6c24a0b1
SIZE (tex/latex_psnfss-2003.12.tar.gz) = 629065

View File

@ -1,23 +0,0 @@
--- base/ltvers.dtx.orig 2009-06-08 23:34:29.000000000 +0200
+++ base/ltvers.dtx 2009-06-08 23:34:44.000000000 +0200
@@ -111,20 +111,6 @@
% |\count@| is now the age of this file in months. Take a generous
% definition of `year' so this message is not generated too often.
% \begin{macrocode}
-\ifnum\count@>65
- \typeout{^^J%
-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!^^J%
-! You are attempting to make a LaTeX format from a source file^^J%
-! That is more than five years old.^^J%
-!^^J%
-! If you enter <return> to scroll past this message then the format^^J%
-! will be built, but please consider obtaining newer source files^^J%
-! before continuing to build LaTeX.^^J%
-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!^^J%
-}
- \errhelp{To avoid this error message, obtain new LaTeX sources.}
- \errmessage{LaTeX source files more than 5 years old!}
-\fi
\let\reserved@a\relax
\fi
% \end{macrocode}

View File

@ -1,12 +0,0 @@
LaTeX is a TeX macro package.
The previous version of LaTeX was known as LaTeX2.09. Over the years
many extensions have been developed for LaTeX. LaTeX2e brings all
extensions back under a single format and thus prevents the
proliferation of mutually incompatible dialects of LaTeX 2.09. With
LaTeX2e the `new font selection scheme' is standard and, for example,
amstex (formerly the AmSLaTeX format) or slides (formerly the SLiTeX
format) are simply extension packages, all working with the same base
format. The introduction of a new release also made it possible to
add a small number of often-requested features and to make the task of
writing packages and classes simpler.

File diff suppressed because it is too large Load Diff

View File

@ -1,113 +0,0 @@
# Created by: Kay Lehmann
# $FreeBSD$
PORTNAME= lgrind
PORTVERSION= 3.67
PORTREVISION= 7
CATEGORIES= print
MASTER_SITES= LOCAL/pav
DISTNAME= ${PORTNAME}
DISTFILES= source/Makefile \
source/README \
FAQ \
README \
Makefile \
example/asm2tex.bat \
example/asm2tex \
example/c2tex.bat \
example/c2tex \
example/lgrindeg.tex \
example/egcprog.c \
example/egmasm.asm \
example/subst \
lgrind.dtx \
lgrind.gls \
lgrind.ind \
lgrind.ins \
lgrind.pdf \
lgrindef \
source/.cvsignore \
source/lgrind.1 \
source/lgrind.c \
source/lgrindef.5 \
source/lgrindef.c \
source/lgrindef.h \
source/lgutil.c \
source/makefile.dos \
source/makefile.emx \
source/regexp.c \
source/regexp.h \
source/retest.c \
source/v2lg.c \
${PORTNAME}.tar.gz
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${PORTNAME}.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Produce beautiful listings of source code with LaTeX
USE_TEX= latex
MAN1= lgrind.1
MAN5= lgrindef.5
MANCOMPRESSED= yes
BROKEN= no distinfo provided
RESTRICTED= According to the README-file there is a license issue \
because of non-free code. Check the README file within \
the source tarball. No response from author of some code \
this port is based on.
NO_STAGE= yes
pre-everything::
@${MKDIR} ${DISTDIR}/${PORTNAME}
pre-fetch: fetchsrctarball extractsrctarball
fetchtarball-list:
file=${PORTNAME}${EXTRACT_SUFX}; \
for site in ${MASTER_SITES:S^%SUBDIR%^${MASTER_SITE_SUBDIR}^}; do \
${ECHO_MSG} ">>${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}$${file} not fetched"; \
done;
fetchsrctarball:
@cd ${_DISTDIR}; \
file=${PORTNAME}${EXTRACT_SUFX}; \
if [ -e $$file ]; then \
exit; \
fi; \
${ECHO_MSG} ">> $$file doesn't seem to exist on this system."; \
for site in ${MASTER_SITES:S^%SUBDIR%^${MASTER_SITE_SUBDIR}^}; do \
${ECHO_MSG} ">> Attempting to fetch from $${site}."; \
if ${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} \
$${site}$${file}; then \
exit; \
fi; \
done; \
${ECHO_MSG} ">> Couldn't fetch $$file."; \
${ECHO_MSG} ">> Please try to retrieve this file manually into"; \
${ECHO_MSG} ">> ${_DISTDIR} and try again."; \
exit 1
extractsrctarball:
${GUNZIP_CMD} -qc ${DISTDIR}/${DIST_SUBDIR}/${EXTRACT_ONLY} | tar -C ${DISTDIR} -xf -; \
exit
post-patch:
# PREFIX safeness
@${REINPLACE_CMD} -E \
-e s'|^(BASEDIR).*$$|\1=${PREFIX}|' \
${WRKSRC}/Makefile
# C{C,FLAGS} safeness
@${REINPLACE_CMD} -E \
-e s'|^(CC).*$$|\1=${CC}|' \
-e s'|^(CFLAGS).*$$|\1=${CFLAGS}|' \
${WRKSRC}/source/Makefile
post-install:
texhash
.include <bsd.port.mk>

View File

@ -1,65 +0,0 @@
SHA256 (lgrind/source/Makefile) = 07ce5a3cb2ab5dc9c00d5e5c69096f035b1c36c994e2d24843c905348b10884d
SIZE (lgrind/source/Makefile) = 933
SHA256 (lgrind/source/README) = 0902e7331a427cfcb9adb787c97ca75fa6e907e694d5758da5a016f3d729c56a
SIZE (lgrind/source/README) = 410
SHA256 (lgrind/FAQ) = b5015689fc4b31b810c0fcb2fde198b618abb1e912464f529ee2c0018bceb744
SIZE (lgrind/FAQ) = 1455
SHA256 (lgrind/README) = 3817d927968f155bff2f0eddcb3f990248e0a99d2df4041ee7e07a3b126e74c7
SIZE (lgrind/README) = 3036
SHA256 (lgrind/Makefile) = 67e25f37c248e35914f50c2eebb0d3b2efb36447e5fe2f7d0a51cdb5bc1ecdd1
SIZE (lgrind/Makefile) = 1619
SHA256 (lgrind/example/asm2tex.bat) = 6caad90805858f40d9fa02ddafc37535ba32a994c5c0d25ec1394cbeadca851f
SIZE (lgrind/example/asm2tex.bat) = 217
SHA256 (lgrind/example/asm2tex) = c8caa4bf2f0f03c6aa19c343875b77044c543604cfb886637f5fb8bf70191d50
SIZE (lgrind/example/asm2tex) = 395
SHA256 (lgrind/example/c2tex.bat) = 9584874c62792fc13e71d5551383fdc0cb4a9edc67c6b119979203f58a60910d
SIZE (lgrind/example/c2tex.bat) = 189
SHA256 (lgrind/example/c2tex) = 0a0f1e22bf3e5e710c5a245c42c7a9223762fce05f2f031b6c6438a2115ab7c5
SIZE (lgrind/example/c2tex) = 347
SHA256 (lgrind/example/lgrindeg.tex) = 87ba9e4f50ab1bd9635ae25e44c0b5b38b1cd083893aa74023d1d6362de8b1fe
SIZE (lgrind/example/lgrindeg.tex) = 1106
SHA256 (lgrind/example/egcprog.c) = 37ea9755d5f5e778bfd6b2042de1202a2ae43b5bee4ca0d1b65b1c2ec95a4cbf
SIZE (lgrind/example/egcprog.c) = 703
SHA256 (lgrind/example/egmasm.asm) = 5711fc6342144b0908e66ddbeffc8b0baa20ed85ad43c16294fb41d11381e898
SIZE (lgrind/example/egmasm.asm) = 2863
SHA256 (lgrind/example/subst) = c7814257d0ddc721f3289e1078b4dace5f7a0519a51ec0b40b90956996cf725e
SIZE (lgrind/example/subst) = 90
SHA256 (lgrind/lgrind.dtx) = cf375d9f3b45f4b1a09a1a7f6c89b0f9e54fc007888d1a9ddc07534e026d2e21
SIZE (lgrind/lgrind.dtx) = 49384
SHA256 (lgrind/lgrind.gls) = 6d602a53035a509203b1829ab08e8f6941760debf8aea8dbaf0cfff686a5638b
SIZE (lgrind/lgrind.gls) = 1627
SHA256 (lgrind/lgrind.ind) = 67daecd7b27e1fa6e3ac0c184e598fdb7715ad39b15b3dc7bd06a57a52a4d50a
SIZE (lgrind/lgrind.ind) = 4854
SHA256 (lgrind/lgrind.ins) = 0ae75fc8f2aff4f28807d59a14cf2c7d0eb2c3ff6597296af08f103611da2879
SIZE (lgrind/lgrind.ins) = 848
SHA256 (lgrind/lgrind.pdf) = b89b680367f4552372502ce6d2f38e1ab10554aaeeee0ce3def5919938425522
SIZE (lgrind/lgrind.pdf) = 193067
SHA256 (lgrind/lgrindef) = aa04cf8d65dd6ca4c42e41d43dabb083b99c01e07fbc41d9016f881dcf04d887
SIZE (lgrind/lgrindef) = 38504
SHA256 (lgrind/source/.cvsignore) = f3c14d87b4dbef7362fad7498b9fb657ad7db0fa4ba5d6390781f0602e64e81c
SIZE (lgrind/source/.cvsignore) = 8
SHA256 (lgrind/source/lgrind.1) = 90fe1838597e17aa42296d0aa39b5db9e2e6387be781e5ab45e4f2b54b263ba1
SIZE (lgrind/source/lgrind.1) = 7312
SHA256 (lgrind/source/lgrind.c) = b5c65153890d6ffa630170a7ea3805caee93e2744bf7c1fb3f36579e3aa06a83
SIZE (lgrind/source/lgrind.c) = 53330
SHA256 (lgrind/source/lgrindef.5) = dbe158199988a5e37ac623b7a5f3044ddbdb11efb584c04fe4ba14fd5ec583db
SIZE (lgrind/source/lgrindef.5) = 6809
SHA256 (lgrind/source/lgrindef.c) = fd6fa5ee6f197d8d72fd5e67dc0c6c6ed1352c8e0a192681f8138af034d69b84
SIZE (lgrind/source/lgrindef.c) = 8488
SHA256 (lgrind/source/lgrindef.h) = 148b80517448aef66f526a907fa9b7ed457dea06ff444f4824ce0bdfb0b897bb
SIZE (lgrind/source/lgrindef.h) = 315
SHA256 (lgrind/source/lgutil.c) = 87bf46a40e983d69353fa480b61f12281d9825777e949a13222e0b35ab829ba5
SIZE (lgrind/source/lgutil.c) = 8346
SHA256 (lgrind/source/makefile.dos) = a4e71cdb2d1a446e4511229cd0feeb6e04848e2ec2559fc122a1d94a99775884
SIZE (lgrind/source/makefile.dos) = 1007
SHA256 (lgrind/source/makefile.emx) = 62ff7fc3409eb247a8ad292d394915ed93c64c205308d8038431e5319d404356
SIZE (lgrind/source/makefile.emx) = 1517
SHA256 (lgrind/source/regexp.c) = 87dcd657f15fbe444edde5e7623a5a985125f877e0ae6fd9c0a1cc1b12357750
SIZE (lgrind/source/regexp.c) = 16707
SHA256 (lgrind/source/regexp.h) = 9b23865a7a3a0a1b68b434968b91227a2e1af4d87ccc1d9470e361671e59a1eb
SIZE (lgrind/source/regexp.h) = 385
SHA256 (lgrind/source/retest.c) = 820fafcabc21e67c8acce90a42aaa7000a88a529d48ae708b9ec143812e50c59
SIZE (lgrind/source/retest.c) = 1274
SHA256 (lgrind/source/v2lg.c) = 12e91e531402da74a20b5d819ef0f4d19b6518e61f1f0db8c3b0a3cf901c0be4
SIZE (lgrind/source/v2lg.c) = 1874
SHA256 (lgrind/lgrind.tar.gz) = IGNORE

View File

@ -1,16 +0,0 @@
--- Makefile.orig Sat Apr 20 14:54:37 2002
+++ Makefile Sat Apr 20 14:55:38 2002
@@ -2,11 +2,11 @@
# $Id: Makefile,v 1.10 2000/12/27 21:42:37 mike Exp $
-BASEDIR=/usr
+BASEDIR=/usr/local
#DEFSFILE=${HOME}/Work/lgrind/lgrindef
DEFSFILE=$(BASEDIR)/share/texmf/tex/latex/lgrind/lgrindef
TEXFILEDIR=$(BASEDIR)/share/texmf/tex/latex/lgrind
-DOCDIR=$(BASEDIR)/doc/lgrind
+DOCDIR=$(BASEDIR)/share/texmf/doc/latex/lgrind
INSTALL=install
SOURCES=lgrind.c lgutil.c regexp.c regexp.h lgrindef.c lgrindef.h retest.c v2lg.c

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-lgutil_c,v 1.1 2003/05/01 11:54:15 avsm Exp $
--- source/lgutil.c.orig Tue Apr 15 22:55:24 2003
+++ source/lgutil.c Tue Apr 15 22:56:21 2003
@@ -113,7 +113,7 @@ void Internal_Help_Language_List()
check=0;
if (*config=='\n' || config[strlen(config)-2]!='\\')
check=1;
- if (fgets(config, BUFFERSIZE, tf)==NULL) break;
+ if (fgets(config, sizeof config, tf)==NULL) break;
if (check!=0) AddToLList(config, &currlch, &llch);
} while (strcmp((*currlch).name, "EndOfLanguageDefinitions")!=0);
rch=lch;

View File

@ -1,12 +0,0 @@
--- source/Makefile.orig Sat Apr 20 15:18:16 2002
+++ source/Makefile Sat Apr 20 15:21:27 2002
@@ -33,7 +33,9 @@
install: all
$(INSTALL) -s lgrind $(BINDIR)/lgrind
$(INSTALL) -m 644 $(MANPAGES1) $(MANDIR)/man1
+ gzip $(MANDIR)/man1/$(MANPAGES1)
$(INSTALL) -m 644 $(MANPAGES5) $(MANDIR)/man5
+ gzip $(MANDIR)/man5/$(MANPAGES5)
clean:
rm -f $(OBJS) lgrind retest v2lg

View File

@ -1,11 +0,0 @@
--- source/lgrind.c.orig Fri Mar 28 10:08:41 2003
+++ source/lgrind.c Fri Mar 28 10:09:12 2003
@@ -94,7 +94,7 @@
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
-#include <malloc.h>
+/*#include <malloc.h> */
#include <time.h>
/* One of the following two (depending on your system) */
#include <unistd.h>

View File

@ -1,11 +0,0 @@
--- source/regexp.c.orig Fri Mar 28 10:09:46 2003
+++ source/regexp.c Fri Mar 28 10:10:13 2003
@@ -56,7 +56,7 @@
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include "regexp.h"

View File

@ -1,9 +0,0 @@
LGrind is a descendant of the Unix utility vgrind. It is
used to produce a beautified version of your source code using LaTeX. Unlike
other packages this is not pure TeX but an external preprocessor. You run e.g.
lgrind example.c > example.tex
latex example.tex
to get a complete listing. Options for producing includable files and pro-
cessing embedded listings in LaTeX texts are provided.
WWW: ftp://ftp.dante.de/tex-archive/help/Catalogue/entries/lgrind.html

View File

@ -1,11 +0,0 @@
bin/lgrind
share/texmf/doc/latex/lgrind/lgrind.dvi
share/texmf/tex/latex/lgrind/lgrind.sty
share/texmf/tex/latex/lgrind/lgrindef
@dirrm share/texmf/tex/latex/lgrind
@dirrmtry share/texmf/tex/latex
@dirrmtry share/texmf/tex
@dirrm share/texmf/doc/latex/lgrind
@dirrmtry share/texmf/doc/latex
@dirrmtry share/texmf/doc
@dirrmtry share/texmf

View File

@ -1,35 +0,0 @@
# Created by: Aldis Berjoza <aldis@bsdroot.lv>
# $FreeBSD$
PORTNAME= pdfcolorsplit
PORTVERSION= 2011.08.26
PORTREVISION= 3
CATEGORIES= print python
MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Split your pdf into 2 pdf, color and bw, for printing
LICENSE= GPLv2
RUN_DEPENDS= pdftk:${PORTSDIR}/print/pdftk \
${LOCALBASE}/libexec/xpdf/pdftoppm:${PORTSDIR}/graphics/xpdf
USE_GHOSTSCRIPT_RUN= yes
USE_PYTHON= yes
USES= tar:xz
PLIST_FILES= bin/${PORTNAME}
NO_BUILD= yes
NO_WRKSUBDIR= yes
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '/os\.system/s|pdftoppm|${LOCALBASE}/libexec/xpdf/pdftoppm|g' ${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (pdfcolorsplit-2011.08.26.tar.xz) = 1e15260ee74e626af0ee87ab909764d9cac6048f6ad82afc9ba3dc5f3da8b8e5
SIZE (pdfcolorsplit-2011.08.26.tar.xz) = 2696

View File

@ -1,6 +0,0 @@
pdfcolorsplit - a Python program that drives pdftk to split a PDF file into
color and b/w parts. Useful for printing large documents with a few color pages
when color printing is expensive. This program was inspired by Jeremy Sander's
dvicoloursplit.py.
WWW: http://homepages.inf.ed.ac.uk/imurray2/code/#pdfcolorsplit

View File

@ -1,28 +0,0 @@
# Created by: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
# $FreeBSD$
PORTNAME= pdq
PORTVERSION= 2.2.1
PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= http://pdq.sourceforge.net/ftp/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Straightforward, flexible print subsystem
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-pdqlibdir=${PREFIX}/etc/pdq
MAN1= lpd_cancel.1 lpd_print.1 lpd_status.1 pdq.1 xpdq.1
MAN5= printrc.5
NO_STAGE= yes
post-install:
.for file in lpd_cancel lpd_print lpd_status pdq xpdq
@${STRIP_CMD} ${PREFIX}/bin/${file}
.endfor
@${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (pdq-2.2.1.tgz) = 57b19e654e5ee6880d33dc55bc1678f1aa05f2f6d235b17b58bb2e82024e3775
SIZE (pdq-2.2.1.tgz) = 125454

View File

@ -1,62 +0,0 @@
--- src/job.c.orig Sat May 15 01:03:09 1999
+++ src/job.c Sat May 15 01:08:30 1999
@@ -248,12 +248,9 @@
}
sprintf(pat, "%s/[0-9][0-9][0-9].status", sd);
i = glob (pat, 0, NULL, &globbuf);
- if (i != 0) {
- if (i != GLOB_NOMATCH) {
+ if (i != 0) return (NULL);
/* Unknown error (or on some systems, no match) */
- return (NULL);
- }
- } else {
+ else {
if (globbuf.gl_pathc == 0) {
/* No match */
return (NULL);
@@ -385,14 +382,10 @@
i = glob (pat, 0, NULL, &globbuf);
free (pat);
if (i != 0) {
- if (i != GLOB_NOMATCH) {
fprintf (stderr, "Unknown error globbing for job id.\n");
perror (NULL);
fprintf (stderr, "Failed to purge old jobs.\n");
my_exit (1);
- } else {
- /* No match */
- }
} else {
if (globbuf.gl_pathc == 0) {
return;
@@ -432,14 +425,10 @@
i = glob (pat, 0, NULL, &globbuf);
free (pat);
if (i != 0) {
- if (i != GLOB_NOMATCH) {
fprintf (stderr, "Unknown error globbing for job id.\n");
perror (NULL);
fprintf (stderr, "Failed to purge old jobs.\n");
my_exit (1);
- } else {
- /* No match */
- }
} else {
if (globbuf.gl_pathc == 0) {
return;
@@ -495,11 +484,9 @@
i = glob (pat, 0, NULL, &globbuf);
free (pat);
if (i != 0) {
- if (i != GLOB_NOMATCH) {
- fprintf (stderr, "Unknown error globbing for job id.\n");
- perror (NULL);
- my_exit (1);
- }
+ fprintf (stderr, "Unknown error globbing for job id.\n");
+ perror (NULL);
+ my_exit (1);
claim_try = 1;
} else {
if (globbuf.gl_pathc == 0) {

View File

@ -1,38 +0,0 @@
--- src/parse_rc.c.orig Fri Mar 31 23:36:30 2000
+++ src/parse_rc.c Tue Jul 11 11:08:20 2000
@@ -23,7 +23,6 @@
#include <glob.h>
#include <string.h>
#include <stdlib.h>
-#include <values.h>
#include "parse.h"
@@ -46,12 +45,8 @@
i = glob (d, 0, NULL, &globbuf);
free (d);
if (i != 0) {
- if (i == GLOB_NOMATCH) {
- /* Keep on going */
- } else {
- fprintf (stderr, "Died while globbing %s\n", d);
- my_exit (1);
- }
+ fprintf (stderr, "Died while globbing %s\n", d);
+ my_exit (1);
} else {
/* Globbed something real */
for (i = 0; i < globbuf.gl_pathc; i++) {
@@ -74,11 +69,7 @@
i = glob (d, 0, NULL, &globbuf);
if (i != 0) {
- if (i == GLOB_NOMATCH) {
- fprintf (stderr, "No files match %s\n", d);
- } else {
- fprintf (stderr, "Died while globbing %s\n", d);
- }
+ fprintf (stderr, "Died while globbing %s\n", d);
free (d);
my_exit (1);
} else {

View File

@ -1,10 +0,0 @@
--- src/util.c.orig Sat May 15 01:34:56 1999
+++ src/util.c Sat May 15 02:07:16 1999
@@ -16,6 +16,7 @@
*
*/
+#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <pwd.h>

View File

@ -1,33 +0,0 @@
--- src/xpdq_printer.c.orig Sat Apr 1 05:36:30 2000
+++ src/xpdq_printer.c Fri Aug 11 22:36:57 2000
@@ -33,19 +33,24 @@
pwizard_state *wizard;
dl_list *list;
+ char *error;
list = first_list_element (rc->driver_list);
if (list == NULL) {
- xpdq_error ("There are no printer drivers defined in\n"
- "/etc/printrc or ~/.printrc. Without printer drivers,\n"
- "the wizard cannot add printers.");
+ error = malloc(256);
+ sprintf (error, "There are no printer drivers defined in\n"
+ "%s or ~/.printrc. Without printer drivers,\n"
+ "the wizard cannot add printers.", PRINTRC_FILE);
+ xpdq_error(error);
return;
}
list = first_list_element (rc->interface_list);
if (list == NULL) {
- xpdq_error ("There are no printer interfaces defined in\n"
- "/etc/printrc or ~/.printrc. Without printer interfaces,\n"
- "the wizard cannot add printers.");
+ error = malloc(256);
+ sprintf (error, "There are no printer drivers defined in\n"
+ "%s or ~/.printrc. Without printer drivers,\n"
+ "the wizard cannot add printers.", PRINTRC_FILE);
+ xpdq_error(error);
return;
}
wizard = new_pwizard ();

View File

@ -1,25 +0,0 @@
--- src/xpdq_wizard.c.orig Sat Apr 1 05:36:30 2000
+++ src/xpdq_wizard.c Fri Aug 11 22:37:29 2000
@@ -315,6 +315,7 @@
driver *d;
int i, row;
char *dname;
+ char *error;
panel = gtk_vbox_new (FALSE, 0);
gtk_container_border_width (GTK_CONTAINER (panel), 10);
@@ -348,9 +349,11 @@
gtk_clist_set_selection_mode (GTK_CLIST(widget), GTK_SELECTION_BROWSE);
list = first_list_element (rc->driver_list);
if (list == NULL) {
- xpdq_error ("This system has no drivers. Please make sure\n"
- "that there are drivers defined in /etc/printrc, ~/.printrc,\n"
- "or in files included by /etc/printrc or ~/.printrc.");
+ error = malloc(256);
+ sprintf(error, "This system has no drivers. Please make sure\n"
+ "that there are drivers defined in %s, ~/.printrc,\n"
+ "or in files included by %s or ~/.printrc.", PRINTRC_FILE, PRINTRC_FILE);
+ xpdq_error(error);
}
while (list != NULL) {
d = (driver *) list->data;

View File

@ -1,11 +0,0 @@
--- lpd/lpd_interface.c.orig Sat May 15 02:26:06 1999
+++ lpd/lpd_interface.c Sat May 15 02:26:25 1999
@@ -80,7 +80,7 @@
MESSAGE (2, connecting...);
- if ( connect(sckt, &serv_addr, sizeof(serv_addr)) != 0 ) {
+ if ( connect(sckt, (struct sockaddr *)&serv_addr, sizeof(serv_addr)) != 0 ) {
perror ("connect");
exit (1);
}

View File

@ -1,13 +0,0 @@
pdq is a straightforward, flexible print subsystem.
It has the following features:
o Modular driver and interface support.
o Jobs can be monitored through completion.
o Job status can be checked after completion.
o Users can only print files of declared types.
o Users can define their own printers.
o Multitasking, with no queues to get clogged.
o Scripts can be embedded in the rc files.
o Custom command-line options.
o Root privileges not required.
WWW: http://pdq.sourceforge.net/

View File

@ -1,6 +0,0 @@
***********************************************************
Please copy %%PREFIX%%/etc/pdq/printrc.example to
%%PREFIX%%/etc/pdq/printrc by yourself, thanks.
***********************************************************

View File

@ -1,39 +0,0 @@
bin/pdq
bin/xpdq
bin/lpd_cancel
bin/lpd_print
bin/lpd_status
etc/pdq/drivers/generic/generic-postscript-1.2
etc/pdq/drivers/generic/generic-text-only-1.1
etc/pdq/drivers/generic/printcap-emulation-1.0
etc/pdq/drivers/ghostscript/gs-bjc600-0.1
etc/pdq/drivers/ghostscript/gs-bjc800-0.1
etc/pdq/drivers/ghostscript/gs-cdj1600-0.1
etc/pdq/drivers/ghostscript/gs-cdj500-0.1
etc/pdq/drivers/ghostscript/gs-cdj550-0.1
etc/pdq/drivers/ghostscript/gs-cdj670-0.1
etc/pdq/drivers/ghostscript/gs-cdj850-0.1
etc/pdq/drivers/ghostscript/gs-cdj890-0.1
etc/pdq/drivers/ghostscript/gs-declj250-0.1
etc/pdq/drivers/ghostscript/gs-pjtest-0.1
etc/pdq/drivers/ghostscript/gs-pjxl300-0.1
etc/pdq/drivers/ghostscript/gs-pjxltest-0.1
etc/pdq/drivers/ghostscript/gs-stcolor-0.1
etc/pdq/drivers/ghostscript/gs-uniprint-simple-0.1
etc/pdq/drivers/misc/hp-laserjet-5-0.9
etc/pdq/drivers/postscript/hp-2500-cm-2.0
etc/pdq/drivers/postscript/hp-4050-tn-1.0
etc/pdq/drivers/postscript/qms-magicolor-cx-1.1
etc/pdq/interfaces/appletalk-1.0
etc/pdq/interfaces/bsd-lpd-2.0
etc/pdq/interfaces/efax-0.1
etc/pdq/interfaces/local-port-1.0
etc/pdq/interfaces/tcp-port-2.0
etc/pdq/printrc.example
@dirrm etc/pdq/interfaces
@dirrm etc/pdq/drivers/postscript
@dirrm etc/pdq/drivers/misc
@dirrm etc/pdq/drivers/ghostscript
@dirrm etc/pdq/drivers/generic
@dirrm etc/pdq/drivers
@dirrm etc/pdq

View File

@ -1,31 +0,0 @@
# Created by: HSIN-HSIUNG CHANG <sexbear@tmu.edu.tw>
# $FreeBSD$
PORTNAME= phppdflib
PORTVERSION= 2.8
CATEGORIES= print
MASTER_SITES= http://www.potentialtech.com/
EXTRACT_SUFX= .tbz
MAINTAINER= ports@FreeBSD.org
COMMENT= Easy to use API for creating PDF files dynamically
USE_PHP= yes
WANT_PHP_MOD= yes
IGNORE_WITH_PHP=5
WRKSRC= ${WRKDIR}/phppdflib
USES= tar:bzip2
NO_BUILD= yes
MYADMDIR?= www/data/phppdflib
PLIST_SUB+= MYADMDIR=${MYADMDIR}
NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/${MYADMDIR}
${CP} -R ${WRKSRC}/* ${PREFIX}/${MYADMDIR}
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (phppdflib-2.8.tbz) = 1424252a5370e5bae355fcb32d4f1f390c2aff42eab4772ee4d7cd7a98163a6d
SIZE (phppdflib-2.8.tbz) = 88343

View File

@ -1,4 +0,0 @@
phppdflib is a class written in php that presents an easy to use API
for creating PDF files dynamically.
WWW: http://www.potentialtech.com/ppl.php

View File

@ -1,85 +0,0 @@
www/data/phppdflib/doc/TARGET.html
www/data/phppdflib/doc/banner.html
www/data/phppdflib/doc/basics.html
www/data/phppdflib/doc/bugs.html
www/data/phppdflib/doc/changelog.html
www/data/phppdflib/doc/contrib.html
www/data/phppdflib/doc/data.errors.html
www/data/phppdflib/doc/data.parameters.html
www/data/phppdflib/doc/debug.html
www/data/phppdflib/doc/extensions.html
www/data/phppdflib/doc/function.chart.add_series.html
www/data/phppdflib/doc/function.chart.clearchart.html
www/data/phppdflib/doc/function.chart.place_chart.html
www/data/phppdflib/doc/function.chart.setcolor.html
www/data/phppdflib/doc/function.draw_circle.html
www/data/phppdflib/doc/import.html
www/data/phppdflib/doc/function.draw_line.html
www/data/phppdflib/doc/function.draw_one_paragraph.html
www/data/phppdflib/doc/function.draw_paragraph.html
www/data/phppdflib/doc/function.draw_rectangle.html
www/data/phppdflib/doc/function.draw_text.html
www/data/phppdflib/doc/function.enable.html
www/data/phppdflib/doc/function.enable_chart.html
www/data/phppdflib/doc/function.error_array.html
www/data/phppdflib/doc/function.generate.html
www/data/phppdflib/doc/function.get_color.html
www/data/phppdflib/doc/function.get_image_size.html
www/data/phppdflib/doc/function.image_place.html
www/data/phppdflib/doc/function.image_raw_embed.html
www/data/phppdflib/doc/function.import.append.html
www/data/phppdflib/doc/function.jfif_embed.html
www/data/phppdflib/doc/function.move_page_before.html
www/data/phppdflib/doc/function.new_page.html
www/data/phppdflib/doc/function.packer.allocate.html
www/data/phppdflib/doc/function.packer.fill_text.html
www/data/phppdflib/doc/function.packer.new_page.html
www/data/phppdflib/doc/function.png_embed.html
www/data/phppdflib/doc/function.pop_error.html
www/data/phppdflib/doc/function.set_default.html
www/data/phppdflib/doc/function.strlen.html
www/data/phppdflib/doc/function.swap_pages.html
www/data/phppdflib/doc/function.template.circle.html
www/data/phppdflib/doc/function.template.create.html
www/data/phppdflib/doc/function.template.line.html
www/data/phppdflib/doc/function.template.size.html
www/data/phppdflib/doc/function.template.field.html
www/data/phppdflib/doc/function.template.ifield.html
www/data/phppdflib/doc/function.template.image.html
www/data/phppdflib/doc/function.template.paragraph.html
www/data/phppdflib/doc/function.template.pfield.html
www/data/phppdflib/doc/function.template.place.html
www/data/phppdflib/doc/function.template.rectangle.html
www/data/phppdflib/doc/function.template.text.html
www/data/phppdflib/doc/function.word_wrap.html
www/data/phppdflib/doc/function.wrap_line.html
www/data/phppdflib/doc/function.wrap_text.html
www/data/phppdflib/doc/index.html
www/data/phppdflib/doc/internals.html
www/data/phppdflib/doc/operation.html
www/data/phppdflib/doc/packer.html
www/data/phppdflib/doc/powerby.jpg
www/data/phppdflib/doc/powerby.png
www/data/phppdflib/doc/ptlogo.jpg
www/data/phppdflib/doc/roadmap.html
www/data/phppdflib/COPYING
www/data/phppdflib/distinfo
www/data/phppdflib/chart.class.php
www/data/phppdflib/import.class.php
www/data/phppdflib/packer.class.php
www/data/phppdflib/phppdflib.class.php
www/data/phppdflib/strlen.inc.php
www/data/phppdflib/template.class.php
www/data/phppdflib/examples/charts.php
www/data/phppdflib/examples/example-import.php
www/data/phppdflib/examples/example-packer.php
www/data/phppdflib/examples/example-wrap.php
www/data/phppdflib/examples/example.php
www/data/phppdflib/examples/extension.class.php
www/data/phppdflib/examples/showoff.php
www/data/phppdflib/examples/template.php
www/data/phppdflib/examples/text.txt
@dirrm www/data/phppdflib/examples
@dirrm www/data/phppdflib/doc
@dirrm www/data/phppdflib
@dirrmtry www/data

View File

@ -1,52 +0,0 @@
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= panda
PORTVERSION= 0.0.7
PORTREVISION= 5
CATEGORIES= print ruby
MASTER_SITES= http://www2s.biglobe.ne.jp/~Nori/ruby/dist/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= ports@FreeBSD.org
COMMENT= Ruby extension library to access Panda
BROKEN= not staged
LIB_DEPENDS= libpanda.so:${PORTSDIR}/print/panda \
libjpeg.so:${PORTSDIR}/graphics/jpeg \
libpng15.so:${PORTSDIR}/graphics/png \
libtiff.so:${PORTSDIR}/graphics/tiff
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
INSTALL_TARGET= site-install
DOCS_EN= README \
doc/ref_en.html doc/ref_en.rd
DOCS_JA= ChangeLog.ja README.ja TODO.ja \
doc/ref_ja.html doc/ref_ja.rd
EXAMPLES_EN= circles.rb main.rb morecircles.rb template.rb
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}
.for f in ${EXAMPLES_EN}
${INSTALL_DATA} ${WRKSRC}/examples/${f} ${RUBY_MODEXAMPLESDIR}/
.endfor
cd ${RUBY_EXAMPLESDIR}/${PORTNAME}; ${LN} -sf ../../panda/*.jpg ../../panda/*.png ../../panda/*.tif .
${MKDIR} ${RUBY_MODDOCDIR}/ja
.for f in ${DOCS_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.for f in ${DOCS_JA}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/
.endfor
.endif
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (ruby/ruby-panda-0.0.7.tar.gz) = d3f6d78c7b0b2e310680ad8f69d8b34c88d730a81bb6edc810a80d5f9b48de77
SIZE (ruby/ruby-panda-0.0.7.tar.gz) = 25903

View File

@ -1,4 +0,0 @@
Ruby/Panda is a Ruby extension library to access Panda, a GPL'ed
library for dynamically generating PDF files.
WWW: http://www2s.biglobe.ne.jp/~Nori/ruby/

View File

@ -1,23 +0,0 @@
%%RUBY_SITEARCHLIBDIR%%/panda.so
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ref_en.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ref_en.rd
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/ChangeLog.ja
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/TODO.ja
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/ref_ja.html
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/ref_ja.rd
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/RedbrushAlpha.png
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/circles.rb
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gnu-head.jpg
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gnu.png
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gnu_box.jpg
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/input.tif
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/input2.tif
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/libpng.png
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/main.rb
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/morecircles.rb
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/template.rb
%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%

View File

@ -1,73 +0,0 @@
# Created by: lbartoletti <coer@tuxfamily.org>
# $FreeBSD$
PORTNAME= scribus
PORTVERSION= 1.5.0
PORTREVISION= 9
CATEGORIES= print editors
MASTER_SITES= http://download.tuxfamily.org/bartcoding/FreeBSD/ \
${MASTER_SITE_LOCAL}
DISTNAME= ${PORTNAME}-${PORTVERSION}-${SVN_REV}
PKGNAMESUFFIX= -devel
MAINTAINER= ports@FreeBSD.org
COMMENT= Comprehensive desktop publishing program
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
liblcms.so:${PORTSDIR}/graphics/lcms \
libpng15.so:${PORTSDIR}/graphics/png \
libtiff.so:${PORTSDIR}/graphics/tiff \
libcups.so:${PORTSDIR}/print/cups-base \
libfreetype.so:${PORTSDIR}/print/freetype2 \
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
libpodofo.so:${PORTSDIR}/graphics/podofo \
libboost_thread.so:${PORTSDIR}/devel/boost-libs \
libaspell.so:${PORTSDIR}/textproc/aspell \
libcairo.so:${PORTSDIR}/graphics/cairo \
libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
libpoppler.so:${PORTSDIR}/graphics/poppler \
libosg.so:${PORTSDIR}/graphics/osg
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \
update-mime-database:${PORTSDIR}/misc/shared-mime-info
CONFLICTS= scribus-1.[0-4]*
USE_QT4= gui linguist_build moc_build qmake_build rcc_build uic_build xml network
USE_GNOME= desktopfileutils libartlgpl2 libxml2
USE_GHOSTSCRIPT_RUN= yes
USE_PYTHON= yes
USES= cmake pkgconfig tar:bzip2
USE_LDCONFIG= yes
MAN1= scribus.1
MANLANG= "" de pl
MANCOMPRESSED= no
FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion
SVN_REV= 17820 # svn tip at epoch 2009120801
SVNROOT_URI= svn://scribus.net/trunk/Scribus
NO_STAGE= yes
.include <bsd.port.pre.mk>
post-install:
${LN} ${DATADIR}/icons/scribus.png ${PREFIX}/share/pixmaps/
-update-desktop-database
-update-mime-database ${PREFIX}/share/mime
#
# To roll snapshot: as bart (or other maintainer) : make BOOTSTRAP=defined fetch
#
.if defined(BOOTSTRAP)
do-fetch:
${MKDIR} ${WRKDIR}
svn export -r ${SVN_REV} ${SVNROOT_URI} ${WRKSRC}
cd ${WRKDIR}; tar cvfy ${DISTDIR}/${DISTNAME}.tar.bz2 ${DISTNAME}
.if ${USER} == bart
${CHMOD} ugo+r ${DISTDIR}/${DISTNAME}.tar.bz2
scp -p ${DISTDIR}/${DISTNAME}.tar.bz2 \
freefall.freebsd.org:public_distfiles/
.endif
.endif # defined(BOOTSTRAP)
.include <bsd.port.post.mk>

View File

@ -1,2 +0,0 @@
SHA256 (scribus-1.5.0-17820.tar.bz2) = 633f06ee3d2b0abfbe46ff24042b9bb8f3497adda3e75747530e4bf82366c2f1
SIZE (scribus-1.5.0-17820.tar.bz2) = 73194980

View File

@ -1,26 +0,0 @@
--- CMakeLists.txt.orig 2012-05-09 22:05:21.000000000 +0200
+++ CMakeLists.txt 2012-05-20 22:29:49.000000000 +0200
@@ -238,7 +238,7 @@
#Setp all the directories we will use
#MAN
CMAKE_POLICY(SET CMP0005 OLD)
-SET(MANDIR "share/man/")
+SET(MANDIR "man/")
IF(WANT_VERSIONING)
SET(SHAREDIR "share/${MAIN_DIR_NAME}${TAG_VERSION}/")
ELSE(WANT_VERSIONING)
@@ -912,10 +912,10 @@
## PL We may not need this anymore
#Install the desktop file
-## INSTALL(FILES
- # scribus.desktop
- # #DESTINATION ${DESKTOPDIR}
-#)
+INSTALL(FILES
+ scribus.desktop
+ DESTINATION ${DESKTOPDIR}
+)
#If building an Apple bundle, install these specific files
IF(APPLEBUNDLE)

View File

@ -1,8 +0,0 @@
Scribus is a desktop publishing program, similar to Adobe PageMaker(TM),
QuarkXPress(TM) or Adobe InDesign(TM).
Scribus offers support for professional publishing features, such
as CMYK color, easy PDF creation, Encapsulated Postscript import/export
and creation of color separations.
WWW: http://www.scribus.net

File diff suppressed because it is too large Load Diff