aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/cl-ppcre/Makefile
blob: 831b3492c906055e259281b2d189988d9d7cccfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# New ports collection Makefile for:    cl-ppcre
# Date created:             16 May 2003
# Whom:                 Henrik Motakef <henrik.motakef@web.de>
#
# $FreeBSD$

PORTNAME=   cl-ppcre
PORTVERSION=    0.5.4
CATEGORIES= textproc
MASTER_SITES=   http://weitz.de/files/
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    Portable Perl-Compatible Regular Expression for Common Lisp

BUILD_DEPENDS=      ${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf
RUN_DEPENDS=        ${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf

NO_BUILD=   yes # installs the sources only
CL_LIBDIR=  ${PREFIX}/lib/common-lisp

do-install:
    ${MKDIR} ${CL_LIBDIR}/cl-ppcre
    ${INSTALL_DATA} ${WRKSRC}/api.lisp ${CL_LIBDIR}/cl-ppcre/
    ${INSTALL_DATA} ${WRKSRC}/closures.lisp ${CL_LIBDIR}/cl-ppcre/
    ${INSTALL_DATA} ${WRKSRC}/convert.lisp ${CL_LIBDIR}/cl-ppcre/
    ${INSTALL_DATA} ${WRKSRC}/lexer.lisp ${CL_LIBDIR}/cl-ppcre/
    ${INSTALL_DATA} ${WRKSRC}/load.lisp ${CL_LIBDIR}/cl-ppcre/
    ${INSTALL_DATA} ${WRKSRC}/optimize.lisp ${CL_LIBDIR}/cl-ppcre/
    ${INSTALL_DATA} ${WRKSRC}/packages.lisp ${CL_LIBDIR}/cl-ppcre/
    ${INSTALL_DATA} ${WRKSRC}/parser.lisp ${CL_LIBDIR}/cl-ppcre/
    ${INSTALL_DATA} ${WRKSRC}/regex-class.lisp ${CL_LIBDIR}/cl-ppcre/
    ${INSTALL_DATA} ${WRKSRC}/repetition-closures.lisp ${CL_LIBDIR}/cl-ppcre/
    ${INSTALL_DATA} ${WRKSRC}/scanner.lisp ${CL_LIBDIR}/cl-ppcre/
    ${INSTALL_DATA} ${WRKSRC}/specials.lisp ${CL_LIBDIR}/cl-ppcre/
    ${INSTALL_DATA} ${WRKSRC}/util.lisp ${CL_LIBDIR}/cl-ppcre/
    ${INSTALL_DATA} ${WRKSRC}/cl-ppcre.asd ${CL_LIBDIR}/cl-ppcre/
    ${INSTALL_DATA} ${WRKSRC}/cl-ppcre.system ${CL_LIBDIR}/cl-ppcre/
    ${LN} -s ${CL_LIBDIR}/cl-ppcre/cl-ppcre.asd ${CL_LIBDIR}/system-registry/cl-ppcre.asd
    ${LN} -s ${CL_LIBDIR}/cl-ppcre/cl-ppcre.system ${CL_LIBDIR}/system-registry/cl-ppcre.system
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
    ${MKDIR} ${DOCSDIR}/doc
    ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}/doc/
    ${MKDIR} ${EXAMPLESDIR}
    ${INSTALL_DATA} ${WRKSRC}/cl-ppcre-test.* ${EXAMPLESDIR}
    ${INSTALL_DATA} ${WRKSRC}/perltest.pl ${EXAMPLESDIR}
    ${INSTALL_DATA} ${WRKSRC}/ppcre-tests.lisp ${EXAMPLESDIR}
    ${INSTALL_DATA} ${WRKSRC}/testdata ${EXAMPLESDIR}
    ${INSTALL_DATA} ${WRKSRC}/testinput ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>
1-1145/+2107 * Updated Ukrainian translationYuri Syrota2000-09-141-3/+3 * Updated Ukrainian translationYuri Syrota2000-09-141-1553/+1349 * kill warning. (control_activate): set threaded toggle state, add freeze /Michael Meeks2000-09-142-3/+7 * Fixed a broken fi.pojjranta2000-09-132-10/+13 * Updated POTFILES.in.Ettore Perazzoli2000-09-132-7/+4 * Updated Swedish translation.Christian Rose2000-09-132-127/+214 * Updated Swedish translation.Richard Hult2000-09-132-975/+1048 * Added fi.po, and a "fi" entry to configure.injjranta2000-09-122-0/+4733 * Updated russian translation.Valek Frob2000-09-122-401/+407 * Updated translation.Valek Frob2000-09-111-405/+409 * Updated Norwegian translation.Kjartan Maraas2000-09-112-154/+160 * Made a small correction to dutch translation.Almer S. Tigelaar2000-09-102-1/+5 * Update Dutch translation.Almer S. Tigelaar2000-09-102-487/+457 * Translations from KeldKenneth Christiansen2000-09-101-262/+271 * Updated Norwegian translation.Kjartan Maraas2000-09-102-66/+85 * Updated Japanese translation.Akira Tagoh2000-09-092-740/+792 * Updated dutch translationKai Lahmann2000-09-092-1503/+3762 * Updated Norwegian translation.Kjartan Maraas2000-09-092-404/+397 * Translations from KeldKenneth Christiansen2000-09-091-311/+367 * Translations from KeldKenneth Christiansen2000-09-081-871/+932 * update by me and hwangNam SungHyun2000-09-081-1280/+2261 * Updated russian translation.Valek Frob2000-09-052-460/+421 * Updated Norwegian translation.Kjartan Maraas2000-09-042-288/+335 * Updated Norwegian translation.Kjartan Maraas2000-09-012-804/+1011 * Updated Swedish translationAndreas Hydén2000-08-292-700/+747 * Updated russian translation.Valek Frob2000-08-292-183/+223 * Updated Japanese translation.Akira Tagoh2000-08-282-746/+1671 * update with emailed patch...Vincent Renardias2000-08-281-718/+791 * Updated French translationjfell2000-08-272-1203/+2500 * Updated russian translation.Valek Frob2000-08-272-101/+98 * Updated Galician translationJesus Bravo Alvarez2000-08-262-793/+2207 * Remove add addressbook/demo files from this.Christopher James Lahey2000-08-262-2/+4 * Updated russian translation.Valek Frob2000-08-262-614/+689 * Updated Swedish translation.Richard Hult2000-08-242-813/+2321 * Translations from KeldKenneth Christiansen2000-08-211-67/+72 * Updated Slovenian translationAndraz Tori2000-08-211-1/+1 * Translations from KeldKenneth Christiansen2000-08-201-583/+2070 * Updated Norwegian translation.Kjartan Maraas2000-08-202-494/+1156 * Updates for Nautilus and Evolution's German translations.Matthias Warkus2000-08-192-528/+741 * Updated russian translation. Added missing files to POTFILES.in. TNCADT! =)Valek Frob2000-08-193-105/+275 * Updated russian translation.Valek Frob2000-08-181-133/+134 * Updated russian translation.Valek Frob2000-08-182-35/+43 * Updated German translationKai Lahmann2000-08-172-690/+1985 * Updated russian translation. Fixed typo in mail-ops.c.Valek Frob2000-08-162-91/+330 * Updated Ukrainian translationYuri Syrota2000-08-141-819/+1565 * Updated russian translation.Valek Frob2000-08-143-468/+478 * Updated russian translation.Valek Frob2000-08-123-135/+254 * updated..Szabolcs Ban2000-08-111-649/+1043 * Updated russian translation.Valek Frob2000-08-112-435/+783 * Updated Slovenian translationAndraz Tori2000-08-111-512/+1164 * Updated Japanese translation.Akira Tagoh2000-08-102-820/+1220 * Updated russian translation.Valek Frob2000-08-082-328/+952 * Added missing files that are in the build. Updated Norwegian translation.Kjartan Maraas2000-08-083-5/+92 * Added missing files that are in the build. Updated Norwegian translation.Kjartan Maraas2000-08-083-489/+723 * updated russian translation.Valek Filippov2000-08-081-601/+538 * Updated russian translation.Valek Frob2000-08-072-156/+184 * Translations from KeldKenneth Christiansen2000-08-071-191/+111 * Updated Slovenian translationAndraz Tori2000-08-061-1/+1 * Updated Slovenian translationAndraz Tori2000-08-051-852/+777 * Updated the Turkish translation.Fatih Demir2000-08-052-216/+231 * Szabolcs BAN <shooby@gnome.hu>Szabolcs Ban2000-08-042-105/+114 * Add Irish translationAlastair McKinstry2000-08-042-0/+459 * various syntax checkingPablo Saratxaga2000-08-027-3011/+6277 * updated pt_BR translations.Jorge Godoy2000-08-021-425/+620 * Updated russian translation.Valek Frob2000-07-302-155/+111 * Szabolcs BAN <shooby@gnome.hu>Szabolcs Ban2000-07-282-304/+371 * Translations from KeldKenneth Christiansen2000-07-271-281/+344 * Updated the Turkish translation.Fatih Demir2000-07-272-222/+232 * Updated russian translation.Valek Frob2000-07-262-219/+230 * Huge update. I do not expect this commit to work.Matthias Warkus2000-07-252-348/+59 * Updated the Turkish translation of EvolFatih Demir2000-07-252-317/+365 * Szabolcs BAN <shooby@gnome.hu>Szabolcs Ban2000-07-242-153/+188 * Added missing \n.Federico Mena Quintero2000-07-242-1/+5 * Updated russian translation.Valek Frob2000-07-232-124/+161 * Translations from KeldKenneth Christiansen2000-07-231-254/+310 * Updated Italian translation from Clara TattoniEttore Perazzoli2000-07-232-2291/+1376 * ja.po: Update from Japanese GNOME Users Group(translation@gnome.gr.jp).Yukihiro Nakai2000-07-22